body {
  font-family: Josefin Sans;
}
.display-1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.25rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-4 {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.3rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #f9e2af !important;
}
.bg-success {
  background-color: #98e38d !important;
}
.bg-info {
  background-color: #69b9d0 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f9e2af !important;
  border-color: #f9e2af !important;
  color: #9d700c !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #9d700c !important;
  background-color: #f4c868 !important;
  border-color: #f4c868 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #9d700c !important;
  background-color: #f4c868 !important;
  border-color: #f4c868 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f5aeb5 !important;
  border-color: #f5aeb5 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #ed6a77 !important;
  border-color: #ed6a77 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ed6a77 !important;
  border-color: #ed6a77 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #98e38d !important;
  border-color: #98e38d !important;
  color: #1f5b16 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #1f5b16 !important;
  background-color: #61d450 !important;
  border-color: #61d450 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1f5b16 !important;
  background-color: #61d450 !important;
  border-color: #61d450 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #f2c050;
  color: #f2c050;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #9d700c;
  background-color: #f9e2af;
  border-color: #f9e2af;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #9d700c !important;
  background-color: #f9e2af !important;
  border-color: #f9e2af !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #ea5362;
  color: #ea5362;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #f5aeb5;
  border-color: #f5aeb5;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f5aeb5 !important;
  border-color: #f5aeb5 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3288a1;
  color: #3288a1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #69b9d0;
  border-color: #69b9d0;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #4ecf3b;
  color: #4ecf3b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #1f5b16;
  background-color: #98e38d;
  border-color: #98e38d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #1f5b16 !important;
  background-color: #98e38d !important;
  border-color: #98e38d !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f9e2af !important;
}
.text-secondary {
  color: #f5aeb5 !important;
}
.text-success {
  color: #98e38d !important;
}
.text-info {
  color: #69b9d0 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f2c050 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ea5362 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #4ecf3b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3288a1 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #98e38d;
}
.alert-info {
  background-color: #69b9d0;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f9e2af;
  border-color: #f9e2af;
  color: #b5810e;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f9e2af;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  border: 2px solid #ffbc00;
}
#scrollToTop a i:before {
  background: #ffbc00;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffbc00;
  border-right: 2px solid #ffbc00;
}
.mbr-arrow a i {
  color: #ffbc00;
}
.form-control {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.3rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #f9e2af;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f9e2af;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  border-radius: 0;
  background-color: #efefef;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f9e2af;
  border-bottom-color: #f9e2af;
}
.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: #000000 !important;
  background-color: #f9e2af !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: #f5aeb5 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f9e2af' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tLQd4LmeF1 .nav-item:focus,
.cid-tLQd4LmeF1 .nav-link:focus {
  outline: none;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLQd4LmeF1 .collapsed {
  flex-direction: row!important;
}
.cid-tLQd4LmeF1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLQd4LmeF1 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tLQd4LmeF1 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tLQd4LmeF1 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tLQd4LmeF1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLQd4LmeF1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLQd4LmeF1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLQd4LmeF1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLQd4LmeF1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLQd4LmeF1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLQd4LmeF1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLQd4LmeF1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLQd4LmeF1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLQd4LmeF1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tLQd4LmeF1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLQd4LmeF1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLQd4LmeF1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLQd4LmeF1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLQd4LmeF1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLQd4LmeF1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLQd4LmeF1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLQd4LmeF1 .dropdown-item.active,
.cid-tLQd4LmeF1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLQd4LmeF1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLQd4LmeF1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLQd4LmeF1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLQd4LmeF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLQd4LmeF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLQd4LmeF1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLQd4LmeF1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLQd4LmeF1 .navbar-buttons {
  text-align: center;
}
.cid-tLQd4LmeF1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tLQd4LmeF1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLQd4LmeF1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLQd4LmeF1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tLQd4LmeF1 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-tLQd4LmeF1 .nav-link:hover,
.cid-tLQd4LmeF1 .dropdown-item:hover,
.cid-tLQd4LmeF1 .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLQd4LmeF1 .navbar {
    height: 77px;
  }
  .cid-tLQd4LmeF1 .navbar.opened {
    height: auto;
  }
}
.cid-tNBwIMik5i .modal-body .close {
  background: #1b1b1b;
}
.cid-tNBwIMik5i .modal-body .close span {
  font-style: normal;
}
.cid-tNBwIMik5i .carousel-inner > .active,
.cid-tNBwIMik5i .carousel-inner > .next,
.cid-tNBwIMik5i .carousel-inner > .prev {
  display: flex;
}
.cid-tNBwIMik5i .carousel-control .icon-next,
.cid-tNBwIMik5i .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tNBwIMik5i .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tNBwIMik5i .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tNBwIMik5i .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tNBwIMik5i .boxed-slider > div {
  position: relative;
}
.cid-tNBwIMik5i .container img {
  width: 100%;
}
.cid-tNBwIMik5i .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tNBwIMik5i .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tNBwIMik5i .mbr-table-cell {
  padding: 0;
}
.cid-tNBwIMik5i .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tNBwIMik5i .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tNBwIMik5i .mbr-overlay {
  z-index: 1;
}
.cid-tNBwIMik5i .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tNBwIMik5i .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tNBwIMik5i .carousel-item.active.right,
.cid-tNBwIMik5i .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tNBwIMik5i .carousel-item.active.left,
.cid-tNBwIMik5i .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tNBwIMik5i .carousel-item.active,
.cid-tNBwIMik5i .carousel-item.next.left,
.cid-tNBwIMik5i .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tNBwIMik5i .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tNBwIMik5i .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNBwIMik5i .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tNBwIMik5i .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tNBwIMik5i .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tNBwIMik5i .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tNBwIMik5i .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tNBwIMik5i .mbr-slider .carousel-indicators li.active,
.cid-tNBwIMik5i .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tNBwIMik5i .mbr-slider .carousel-indicators li::after,
.cid-tNBwIMik5i .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tNBwIMik5i .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tNBwIMik5i .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tNBwIMik5i .mbr-slider > .container img {
  width: 100%;
}
.cid-tNBwIMik5i .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tNBwIMik5i .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tNBwIMik5i .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tNBwIMik5i .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tNBwIMik5i .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tNBwIMik5i .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tNBwIMik5i .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tNBwIMik5i .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tNBwIMik5i .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tNBwIMik5i .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tNBwIMik5i .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tNBwIMik5i .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tNBwIMik5i .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tNBwIMik5i P {
  color: #ffffff;
  text-align: center;
}
.cid-tNBwIMik5i H2 {
  text-align: center;
}
.cid-tLSGXkcbX8 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tLSGXkcbX8 .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-tLSGXkcbX8 .content-block .mbr-text {
  margin: 0;
}
.cid-tLSGXkcbX8 .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-tLSGXkcbX8 .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-tLSGXkcbX8 .image-wrap:hover > .content-block {
  opacity: 0.6;
}
.cid-tLSGXkcbX8 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-tLSGXkcbX8 .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-tLSGXkcbX8 h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-tLSMhDv4YS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tLSMhDv4YS .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-tLSMhDv4YS .content-panel {
  padding: 3rem;
  background-color: #444444;
}
@media (min-width: 767px) {
  .cid-tLSMhDv4YS .text-block {
    padding-right: 0;
  }
}
.cid-tLSMhDv4YS .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-tLSMhDv4YS .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-tLSMhDv4YS .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-tLSMhDv4YS .google-map .place-card {
  margin-left: 40px !important;
}
.cid-tLSKPjRhHg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-tLSKPjRhHg .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tLSKPjRhHg .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tLSKPjRhHg .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLSKPjRhHg .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tLSKPjRhHg .text-element {
  padding: 1rem;
}
.cid-tLSKPjRhHg .main,
.cid-tLSKPjRhHg .main-reverse {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tLSKPjRhHg .main:first-child {
    padding-top: 1rem;
  }
  .cid-tLSKPjRhHg .image-element,
  .cid-tLSKPjRhHg .text-element {
    margin-bottom: 1rem;
  }
  .cid-tLSKPjRhHg .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-tLSKPjRhHg .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-tLSKPjRhHg .image-element,
  .cid-tLSKPjRhHg .text-element {
    margin-bottom: 0;
  }
  .cid-tLSKPjRhHg .main:first-child {
    padding-top: 0;
  }
}
.cid-tLSMZ9eYke {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tLSMZ9eYke .container-fluid {
  padding: 0 3rem;
}
.cid-tLSMZ9eYke .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-tLSMZ9eYke .mbr-section-subtitle {
  color: #ffbc00;
}
.cid-tLSMZ9eYke .form-control {
  border: 1px solid #ddd !important;
  background-color: #efefef;
  padding: 10px 20px;
  width: 100%;
  min-height: 53px;
  border-radius: 0 !important;
}
.cid-tLSMZ9eYke textarea.form-control {
  padding: 1rem;
  min-height: 225px;
}
.cid-tLSMZ9eYke .text-block {
  background: #232323;
  padding: 2rem;
  outline: 1px dashed #f9e2af !important;
  outline-offset: -15px;
}
.cid-tLSMZ9eYke .work-list {
  list-style-type: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-tLSMZ9eYke .time-block-title {
  color: #ffbc00;
}
.cid-tLSMZ9eYke .time-title {
  color: #bdecb6;
}
@media (max-width: 767px) {
  .cid-tLSMZ9eYke .container-fluid {
    padding: 0 1rem;
  }
  .cid-tLSMZ9eYke .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
  .cid-tLSMZ9eYke .text-block {
    margin-bottom: 2rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLSMZ9eYke .text-block {
    border: 1px dashed #f9e2af !important;
    outline: 15px solid #232323 !important;
  }
}
.cid-tLTCglRzBE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d9e0dd;
  overflow: hidden;
}
.cid-tLTCglRzBE .mbr-text {
  color: #131313;
}
.cid-tLQd4LmeF1 .nav-item:focus,
.cid-tLQd4LmeF1 .nav-link:focus {
  outline: none;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLQd4LmeF1 .collapsed {
  flex-direction: row!important;
}
.cid-tLQd4LmeF1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLQd4LmeF1 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tLQd4LmeF1 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tLQd4LmeF1 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tLQd4LmeF1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLQd4LmeF1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLQd4LmeF1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLQd4LmeF1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLQd4LmeF1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLQd4LmeF1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLQd4LmeF1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLQd4LmeF1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLQd4LmeF1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLQd4LmeF1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tLQd4LmeF1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLQd4LmeF1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLQd4LmeF1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLQd4LmeF1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLQd4LmeF1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLQd4LmeF1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLQd4LmeF1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLQd4LmeF1 .dropdown-item.active,
.cid-tLQd4LmeF1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLQd4LmeF1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLQd4LmeF1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLQd4LmeF1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLQd4LmeF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLQd4LmeF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLQd4LmeF1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLQd4LmeF1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLQd4LmeF1 .navbar-buttons {
  text-align: center;
}
.cid-tLQd4LmeF1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tLQd4LmeF1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLQd4LmeF1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLQd4LmeF1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tLQd4LmeF1 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-tLQd4LmeF1 .nav-link:hover,
.cid-tLQd4LmeF1 .dropdown-item:hover,
.cid-tLQd4LmeF1 .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLQd4LmeF1 .navbar {
    height: 77px;
  }
  .cid-tLQd4LmeF1 .navbar.opened {
    height: auto;
  }
}
.cid-tLSPlzy90V {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tLSPlzy90V .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #efefef;
}
.cid-tLSPlzy90V .text-block {
  position: relative;
  z-index: 0;
}
.cid-tLSPlzy90V .box {
  width: 25%;
  height: 40%;
  background: #ffcd40;
  position: absolute;
  top: 4%;
}
.cid-tLSPlzy90V .box {
  left: 20%;
}
.cid-tLSPlzy90V .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tLSPlzy90V .mbr-section-text,
.cid-tLSPlzy90V .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-tLSPlzy90V .text-box {
    display: none;
  }
  .cid-tLSPlzy90V .mbr-section-title,
  .cid-tLSPlzy90V .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tLSPlzy90V .box {
    display: none;
  }
  .cid-tLSPlzy90V .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tLSPlzy90V .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLSPlzy90V .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tLSPlzy90V .mbr-section-text {
  color: #ffffff;
}
.cid-tLSPlzy90V .mbr-section-title {
  color: #ffffff;
}
.cid-tLSQooNMNh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fdfcfa;
}
.cid-tLSQooNMNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLSQooNMNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLSQooNMNh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLSQooNMNh .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLSQooNMNh .container {
    padding: 0;
  }
}
.cid-tLSQooNMNh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tLSQooNMNh .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLSQooNMNh .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tLSQooNMNh .embla__slide a .card-wrap {
  width: 100%;
}
.cid-tLSQooNMNh .embla__slide a .card-wrap .item-wrapper .image-wrap {
  position: relative;
  height: 630px;
}
@media (max-width: 768px) {
  .cid-tLSQooNMNh .embla__slide a .card-wrap .item-wrapper .image-wrap {
    height: 450px;
  }
}
.cid-tLSQooNMNh .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tLSQooNMNh .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
}
.cid-tLSQooNMNh .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .mbr-box {
  width: 115px;
  height: 115px;
  background-color: #235d81;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tLSQooNMNh .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .mbr-box {
    height: 50px;
    width: 50px;
  }
}
.cid-tLSQooNMNh .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .mbr-section-title {
  padding: 22px 16px;
  margin-bottom: 0;
}
.cid-tLSQooNMNh .embla__button--next,
.cid-tLSQooNMNh .embla__button--prev {
  display: flex;
}
.cid-tLSQooNMNh .embla__button {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #ffeec7;
  color: #d17756;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLSQooNMNh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLSQooNMNh .embla__button:hover {
  background-color: #ffeec7;
  color: #d17756;
}
.cid-tLSQooNMNh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tLSQooNMNh .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tLSQooNMNh .embla__button {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.cid-tLSQooNMNh .embla {
  position: relative;
  width: 100%;
}
.cid-tLSQooNMNh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLSQooNMNh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLSQooNMNh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLSQooNMNh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLSQooNMNh .mbr-section-title {
  color: #ffffff;
}
.cid-tLSQooNMNh .mbr-box {
  color: #ffffff;
}
.cid-tLTojbgUo8 {
  background-color: #000000 !important;
  border: 18px solid #000000;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tLTojbgUo8 {
    border: 8px solid #000000;
    margin-top: -8px;
  }
}
.cid-tLTojbgUo8 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tLTojbgUo8 .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tLTojbgUo8 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #111111;
}
.cid-tLTojbgUo8 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLTojbgUo8 .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tLTojbgUo8 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tLTojbgUo8 .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-tLTojbgUo8 .image-wrapper img {
    height: 300px;
    margin-bottom: 24px;
  }
}
.cid-tLTojbgUo8 .mbr-section-title {
  color: #ffffff;
}
.cid-tLTCglRzBE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d9e0dd;
  overflow: hidden;
}
.cid-tLTCglRzBE .mbr-text {
  color: #131313;
}
.cid-tLQd4LmeF1 .nav-item:focus,
.cid-tLQd4LmeF1 .nav-link:focus {
  outline: none;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLQd4LmeF1 .collapsed {
  flex-direction: row!important;
}
.cid-tLQd4LmeF1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLQd4LmeF1 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tLQd4LmeF1 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tLQd4LmeF1 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tLQd4LmeF1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLQd4LmeF1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLQd4LmeF1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLQd4LmeF1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLQd4LmeF1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLQd4LmeF1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLQd4LmeF1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLQd4LmeF1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLQd4LmeF1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLQd4LmeF1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tLQd4LmeF1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLQd4LmeF1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLQd4LmeF1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLQd4LmeF1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLQd4LmeF1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLQd4LmeF1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLQd4LmeF1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLQd4LmeF1 .dropdown-item.active,
.cid-tLQd4LmeF1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLQd4LmeF1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLQd4LmeF1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLQd4LmeF1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLQd4LmeF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLQd4LmeF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLQd4LmeF1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLQd4LmeF1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLQd4LmeF1 .navbar-buttons {
  text-align: center;
}
.cid-tLQd4LmeF1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tLQd4LmeF1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLQd4LmeF1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLQd4LmeF1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tLQd4LmeF1 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-tLQd4LmeF1 .nav-link:hover,
.cid-tLQd4LmeF1 .dropdown-item:hover,
.cid-tLQd4LmeF1 .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLQd4LmeF1 .navbar {
    height: 77px;
  }
  .cid-tLQd4LmeF1 .navbar.opened {
    height: auto;
  }
}
.cid-tLSRHGn3RK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-tLSRHGn3RK .row {
  justify-content: center;
}
.cid-tLSRHGn3RK .col-title {
  margin-bottom: 2.5rem;
}
.cid-tLSRHGn3RK .mbr-section-title {
  color: #F6B7D2;
}
.cid-tLSRHGn3RK .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tLSRHGn3RK .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLSRHGn3RK .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tLSRHGn3RK .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tLSRHGn3RK .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #75083a;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-tLSRHGn3RK .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-tLSRHGn3RK .card {
    min-height: 276px;
  }
}
.cid-tLSRHGn3RK .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tLSRHGn3RK .card:hover .card-title {
  text-decoration: underline;
}
.cid-tLSRHGn3RK .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tLSRHGn3RK .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-tLSRHGn3RK .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tLSRHGn3RK .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tLSRHGn3RK .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tLSRHGn3RK .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tLSRHGn3RK .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tLSRHGn3RK .mbr-section-btn {
  margin-top: 30px;
}
.cid-tLTCglRzBE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d9e0dd;
  overflow: hidden;
}
.cid-tLTCglRzBE .mbr-text {
  color: #131313;
}
.cid-tLQd4LmeF1 .nav-item:focus,
.cid-tLQd4LmeF1 .nav-link:focus {
  outline: none;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLQd4LmeF1 .collapsed {
  flex-direction: row!important;
}
.cid-tLQd4LmeF1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLQd4LmeF1 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tLQd4LmeF1 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tLQd4LmeF1 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tLQd4LmeF1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLQd4LmeF1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLQd4LmeF1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLQd4LmeF1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLQd4LmeF1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLQd4LmeF1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLQd4LmeF1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLQd4LmeF1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLQd4LmeF1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLQd4LmeF1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tLQd4LmeF1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLQd4LmeF1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLQd4LmeF1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLQd4LmeF1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLQd4LmeF1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLQd4LmeF1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLQd4LmeF1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLQd4LmeF1 .dropdown-item.active,
.cid-tLQd4LmeF1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLQd4LmeF1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLQd4LmeF1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLQd4LmeF1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLQd4LmeF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLQd4LmeF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLQd4LmeF1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLQd4LmeF1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLQd4LmeF1 .navbar-buttons {
  text-align: center;
}
.cid-tLQd4LmeF1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tLQd4LmeF1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLQd4LmeF1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLQd4LmeF1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tLQd4LmeF1 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-tLQd4LmeF1 .nav-link:hover,
.cid-tLQd4LmeF1 .dropdown-item:hover,
.cid-tLQd4LmeF1 .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLQd4LmeF1 .navbar {
    height: 77px;
  }
  .cid-tLQd4LmeF1 .navbar.opened {
    height: auto;
  }
}
.cid-tLSUtZtU3B {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #000000;
}
.cid-tLSUtZtU3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLSUtZtU3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLSUtZtU3B .container,
.cid-tLSUtZtU3B .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLSUtZtU3B .container,
  .cid-tLSUtZtU3B .container-fluid {
    padding: 0 20px;
  }
}
.cid-tLSUtZtU3B .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tLSUtZtU3B .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLSUtZtU3B .embla__slide .card-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 72px;
}
@media (max-width: 992px) {
  .cid-tLSUtZtU3B .embla__slide .card-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-tLSUtZtU3B .embla__slide .card-wrap .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tLSUtZtU3B .embla__slide .card-wrap .item-wrapper {
    flex-direction: column;
  }
}
.cid-tLSUtZtU3B .embla__slide .card-wrap .item-wrapper .desc-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tLSUtZtU3B .embla__slide .card-wrap .item-wrapper .desc-wrap {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tLSUtZtU3B .embla__slide .card-wrap .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  padding: 8px 10px;
  background-color: #8a9198;
  margin-bottom: 0;
}
.cid-tLSUtZtU3B .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin: 0 0 0 auto;
}
@media (max-width: 992px) {
  .cid-tLSUtZtU3B .embla__slide .card-wrap .item-wrapper .image-wrap {
    margin: 0 auto 30px;
  }
}
.cid-tLSUtZtU3B .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 450px;
  height: 450px;
  border-radius: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-tLSUtZtU3B .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-tLSUtZtU3B .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 250px;
    height: 250px;
  }
}
.cid-tLSUtZtU3B .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tLSUtZtU3B .embla__slide .card-wrap .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tLSUtZtU3B .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tLSUtZtU3B .embla__button--next,
.cid-tLSUtZtU3B .embla__button--prev {
  display: flex;
}
.cid-tLSUtZtU3B .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent;
  color: #f9e2af;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLSUtZtU3B .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLSUtZtU3B .embla__button:hover {
  background: transparent;
  color: #f9e2af;
  opacity: .5;
}
.cid-tLSUtZtU3B .embla__button.embla__button--prev {
  left: auto;
  right: 3rem;
}
.cid-tLSUtZtU3B .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tLSUtZtU3B .embla__button {
    top: 0;
  }
}
.cid-tLSUtZtU3B .embla {
  position: relative;
  width: 100%;
}
.cid-tLSUtZtU3B .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLSUtZtU3B .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLSUtZtU3B .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLSUtZtU3B .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLSUtZtU3B .mbr-desc {
  color: #ffffff;
}
.cid-tLSUtZtU3B .mbr-section-title {
  color: #efefef;
}
.cid-tLSUtZtU3B .mbr-text {
  color: #ffffff;
}
.cid-tLTadC2lAy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tLTadC2lAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLTadC2lAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tLTadC2lAy .container {
    padding: 0 30px;
  }
}
.cid-tLTadC2lAy .row {
  justify-content: space-between;
}
.cid-tLTadC2lAy .image-wrapper .image_1 {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLTadC2lAy .image-wrapper .image_1 {
    height: 350px;
    margin-bottom: 40px;
  }
}
.cid-tLTadC2lAy .image-wrapper .image_2 {
  margin-top: -2rem;
  margin-right: -2rem;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLTadC2lAy .image-wrapper .image_2 {
    height: 250px;
  }
}
.cid-tLTCglRzBE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d9e0dd;
  overflow: hidden;
}
.cid-tLTCglRzBE .mbr-text {
  color: #131313;
}
.cid-tLQd4LmeF1 .nav-item:focus,
.cid-tLQd4LmeF1 .nav-link:focus {
  outline: none;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLQd4LmeF1 .collapsed {
  flex-direction: row!important;
}
.cid-tLQd4LmeF1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLQd4LmeF1 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tLQd4LmeF1 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tLQd4LmeF1 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tLQd4LmeF1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLQd4LmeF1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLQd4LmeF1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLQd4LmeF1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLQd4LmeF1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLQd4LmeF1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLQd4LmeF1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLQd4LmeF1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLQd4LmeF1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLQd4LmeF1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tLQd4LmeF1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLQd4LmeF1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLQd4LmeF1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLQd4LmeF1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLQd4LmeF1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLQd4LmeF1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLQd4LmeF1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLQd4LmeF1 .dropdown-item.active,
.cid-tLQd4LmeF1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLQd4LmeF1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLQd4LmeF1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLQd4LmeF1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLQd4LmeF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLQd4LmeF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLQd4LmeF1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLQd4LmeF1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLQd4LmeF1 .navbar-buttons {
  text-align: center;
}
.cid-tLQd4LmeF1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tLQd4LmeF1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLQd4LmeF1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLQd4LmeF1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tLQd4LmeF1 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-tLQd4LmeF1 .nav-link:hover,
.cid-tLQd4LmeF1 .dropdown-item:hover,
.cid-tLQd4LmeF1 .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLQd4LmeF1 .navbar {
    height: 77px;
  }
  .cid-tLQd4LmeF1 .navbar.opened {
    height: auto;
  }
}
.cid-tLTuzwa12Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444444;
}
.cid-tLTuzwa12Z .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tLTuzwa12Z form {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-tLTuzwa12Z form {
    padding: 2rem 0rem;
  }
}
.cid-tLTuzwa12Z .border-radius {
  border-radius: 3rem;
}
.cid-tLTuzwa12Z input,
.cid-tLTuzwa12Z textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-tLTuzwa12Z input:hover,
.cid-tLTuzwa12Z textarea:hover,
.cid-tLTuzwa12Z input:focus,
.cid-tLTuzwa12Z textarea:focus,
.cid-tLTuzwa12Z input:active,
.cid-tLTuzwa12Z textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-tLTuzwa12Z .image-wrapper,
.cid-tLTuzwa12Z img {
  height: 100%;
  object-fit: cover;
}
.cid-tLTuzwa12Z .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-tLTuzwa12Z .btn {
  padding: 1.3rem 2rem;
  margin-top: 2rem;
  border-radius: 2rem !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-tLTuzwa12Z .col-auto {
    margin: auto;
  }
}
.cid-tLTuzwa12Z h5 {
  margin-bottom: 3rem;
}
.cid-tLTuzwa12Z a {
  font-weight: bold;
}
.cid-tLTuzwa12Z .mbr-section-title {
  color: #ffffff;
}
.cid-tLTuzwa12Z .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tLTCglRzBE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d9e0dd;
  overflow: hidden;
}
.cid-tLTCglRzBE .mbr-text {
  color: #131313;
}
.cid-tLQd4LmeF1 .nav-item:focus,
.cid-tLQd4LmeF1 .nav-link:focus {
  outline: none;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLQd4LmeF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLQd4LmeF1 .collapsed {
  flex-direction: row!important;
}
.cid-tLQd4LmeF1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLQd4LmeF1 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tLQd4LmeF1 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tLQd4LmeF1 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tLQd4LmeF1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLQd4LmeF1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLQd4LmeF1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLQd4LmeF1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLQd4LmeF1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLQd4LmeF1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLQd4LmeF1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLQd4LmeF1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLQd4LmeF1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLQd4LmeF1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLQd4LmeF1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLQd4LmeF1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tLQd4LmeF1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLQd4LmeF1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLQd4LmeF1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLQd4LmeF1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLQd4LmeF1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLQd4LmeF1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLQd4LmeF1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLQd4LmeF1 .dropdown-item.active,
.cid-tLQd4LmeF1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLQd4LmeF1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLQd4LmeF1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLQd4LmeF1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLQd4LmeF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLQd4LmeF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLQd4LmeF1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLQd4LmeF1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLQd4LmeF1 .navbar-buttons {
  text-align: center;
}
.cid-tLQd4LmeF1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLQd4LmeF1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLQd4LmeF1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLQd4LmeF1 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tLQd4LmeF1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLQd4LmeF1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLQd4LmeF1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tLQd4LmeF1 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-tLQd4LmeF1 .nav-link:hover,
.cid-tLQd4LmeF1 .dropdown-item:hover,
.cid-tLQd4LmeF1 .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLQd4LmeF1 .navbar {
    height: 77px;
  }
  .cid-tLQd4LmeF1 .navbar.opened {
    height: auto;
  }
}
.cid-tLTwbsY5B4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLTwbsY5B4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLTwbsY5B4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLTwbsY5B4 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tLTwbsY5B4 .mbr-section-title {
  color: #24262b;
}
.cid-tLTwbsY5B4 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tLTwbsY5B4 .cards-row {
  row-gap: 32px;
}
.cid-tLTwbsY5B4 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-tLTwbsY5B4 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tLTwbsY5B4 .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tLTwbsY5B4 .card-subtitle {
  color: #24262b;
}
.cid-tLTwbsY5B4 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tLTwbsY5B4 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tLTwbsY5B4 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tLTwbsY5B4 .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tLTAip1Ie9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tLTAip1Ie9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tLTAip1Ie9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLTAip1Ie9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tLTAip1Ie9 .title {
  padding: 0 2rem;
}
.cid-tLTAip1Ie9 .container {
  padding: 0 1rem;
}
.cid-tLTAip1Ie9 .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-tLTAip1Ie9 .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-tLTAip1Ie9 .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tLTAip1Ie9 .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tLTAip1Ie9 .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-tLTAip1Ie9 .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-tLTAip1Ie9 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tLTAip1Ie9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tLTAip1Ie9 .icon-focus {
  display: none;
}
.cid-tLTAip1Ie9 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tLTAip1Ie9 .btn-primary-outline:hover {
  background: transparent !important;
  color: #f9e2af !important;
}
.cid-tLTAip1Ie9 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tLTAip1Ie9 li {
  position: relative;
}
.cid-tLTAip1Ie9 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tLTAip1Ie9 .btn {
  font-family: Josefin Sans !important;
}
.cid-tLTAip1Ie9 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tLTAip1Ie9 .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLTAip1Ie9 li:not(:last-child):after {
    top: 9px;
  }
  .cid-tLTAip1Ie9 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-tLTAip1Ie9 .container {
    padding: 0rem 0.5rem;
  }
  .cid-tLTAip1Ie9 .title {
    padding: 0 1rem;
  }
}
.cid-tLTAip1Ie9 H2 {
  color: #89b758;
}
.cid-tLTCglRzBE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d9e0dd;
  overflow: hidden;
}
.cid-tLTCglRzBE .mbr-text {
  color: #131313;
}
