.btn {
  border-width: 1px;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'font';
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'font';
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'font';
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'font';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'font';
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- 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.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.5rem 0.75rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #878787 !important;
}
.bg-success {
  background-color: #005a01 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #878787 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #878787 !important;
  border-color: #878787 !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: #5c5c5c !important;
  border-color: #5c5c5c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5c5c5c !important;
  border-color: #5c5c5c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #491414 !important;
  border-color: #491414 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #050101 !important;
  border-color: #050101 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #050101 !important;
  border-color: #050101 !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: #005a01 !important;
  border-color: #005a01 !important;
  color: #ffffff !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: #000300 !important;
  border-color: #000300 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000300 !important;
  border-color: #000300 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #878787 !important;
  border-color: #878787 !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: #5c5c5c !important;
  border-color: #5c5c5c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5c5c5c !important;
  border-color: #5c5c5c !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: #878787;
  color: #878787;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5c5c5c !important;
  background-color: transparent!important;
  border-color: #5c5c5c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #878787 !important;
  border-color: #878787 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #491414;
  color: #491414;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #050101 !important;
  background-color: transparent!important;
  border-color: #050101 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #491414 !important;
  border-color: #491414 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  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: #d4d4d4 !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: #005a01;
  color: #005a01;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000300 !important;
  background-color: transparent!important;
  border-color: #000300 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #005a01 !important;
  border-color: #005a01 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #878787;
  color: #878787;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5c5c5c !important;
  background-color: transparent!important;
  border-color: #5c5c5c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #878787 !important;
  border-color: #878787 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #878787 !important;
}
.text-secondary {
  color: #491414 !important;
}
.text-success {
  color: #005a01 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #878787 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #545454 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #545454 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 2.2em;
}
.nav-tabs .nav-link.active {
  color: #878787;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #878787;
}
.mbr-gallery-filter li.active .btn {
  background-color: #878787;
  border-color: #878787;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #878787;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c7c7c7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00da02;
}
.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: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c7c7c7;
}
/* Scroll to top button*/
.form-control {
  font-family: 'font';
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #878787 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'font';
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #878787;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #878787;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #878787;
}
.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: #878787;
  border-bottom-color: #878787;
}
.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: #878787 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #491414 !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='%23878787' %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;
}
.cid-txjVli7oXA {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-txjVli7oXA .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-txjVli7oXA .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-txjVli7oXA .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-txjVli7oXA .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-txjVli7oXA .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-txjVli7oXA .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-txjVli7oXA .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-txjVli7oXA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txjVli7oXA .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-txjVli7oXA .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #878787;
}
.cid-txjVli7oXA .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-txjVli7oXA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txjVli7oXA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.17142857vh;
  }
}
.cid-txjVli7oXA .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-txjVli7oXA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txjVli7oXA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txjVli7oXA .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-txjVli7oXA .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-txjVli7oXA .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-txjVli7oXA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txjVli7oXA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-txjVli7oXA .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-txjVli7oXA .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-txjVli7oXA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txjVli7oXA .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-txjVli7oXA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txjVli7oXA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txjVli7oXA .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-txjVli7oXA .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-txjVli7oXA .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-txjVli7oXA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txjVli7oXA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-txjVli7oXA .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-txjVli7oXA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-txjVli7oXA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-txjVli7oXA .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-txjVli7oXA .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-txjVli7oXA .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-txjVli7oXA .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-txjVli7oXA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-txjVli7oXA .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-txjVli7oXA .navbar-brand {
  height: 2.6rem;
  min-height: 2.8rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-txjVli7oXA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txjVli7oXA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txjVli7oXA .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-txjVli7oXA .dropdown-item.active,
.cid-txjVli7oXA .dropdown-item:active {
  background-color: transparent;
}
.cid-txjVli7oXA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-txjVli7oXA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txjVli7oXA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txjVli7oXA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txjVli7oXA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-txjVli7oXA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txjVli7oXA ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-txjVli7oXA .navbar-buttons {
  text-align: center;
}
.cid-txjVli7oXA 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-txjVli7oXA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-txjVli7oXA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txjVli7oXA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-txjVli7oXA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-txjVli7oXA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txjVli7oXA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txjVli7oXA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-txjVli7oXA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-txjVli7oXA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txjVli7oXA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-txjVli7oXA .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-txjVli7oXA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-txjVli7oXA .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-txjVli7oXA .nav-link:hover,
.cid-txjVli7oXA .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-txjVli7oXA .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-txjVli7oXA .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-txjVli7oXA .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uagOTfuOLk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uagOTfuOLk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uagOTfuOLk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uagOTfuOLk .container {
    padding: 0 25px;
  }
}
.cid-uagOTfuOLk .item:focus,
.cid-uagOTfuOLk span:focus {
  outline: none;
}
.cid-uagOTfuOLk .item-wrapper {
  position: relative;
}
.cid-uagOTfuOLk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uagOTfuOLk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uagOTfuOLk .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uagOTfuOLk .embla__slide .slide-content {
    padding: 0 25px;
  }
}
.cid-uagOTfuOLk .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uagOTfuOLk .embla__slide .slide-content .item-wrapper .item-img img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .cid-uagOTfuOLk .embla__slide .slide-content .item-wrapper .item-img img {
    height: 150px;
  }
}
@media (max-width: 500px) {
  .cid-uagOTfuOLk .embla__slide .slide-content .item-wrapper .item-img img {
    height: 110px;
  }
}
.cid-uagOTfuOLk .embla__button--next,
.cid-uagOTfuOLk .embla__button--prev {
  display: flex;
}
.cid-uagOTfuOLk .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uagOTfuOLk .embla__button {
    display: none;
  }
}
.cid-uagOTfuOLk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uagOTfuOLk .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uagOTfuOLk .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uagOTfuOLk .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-uagOTfuOLk .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-uagOTfuOLk .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-uagOTfuOLk .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-uagOTfuOLk .embla {
  position: relative;
  width: 100%;
}
.cid-uagOTfuOLk .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uagOTfuOLk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uagOTfuOLk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uagOTfuOLk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-txqyaurfGv {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txqyaurfGv h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-txqyaurfGv h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-txqyaurfGv .signature {
  filter: invert(0.8);
}
.cid-txqyaurfGv H1 {
  color: #878787;
}
.cid-txqyaurfGv .mbr-text,
.cid-txqyaurfGv .img-align {
  text-align: center;
}
.cid-txkNs5bELO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txkNs5bELO .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-txkNs5bELO .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-txkNs5bELO .image-element img {
  object-fit: cover;
  object-position: center center;
}
.cid-txkNs5bELO h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-txkNs5bELO h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-txkNs5bELO h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-txkNs5bELO .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-txkNs5bELO .card-overlay {
  display: none;
  background: #ffffff;
}
@media (min-width: 768px) {
  .cid-txkNs5bELO .image-element:hover .card-overlay {
    opacity: 0.8;
    border-bottom-right-radius: 7rem;
  }
  .cid-txkNs5bELO .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-txkNs5bELO .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-txkNs5bELO .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-txkNs5bELO .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-txkNs5bELO .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-txkNs5bELO .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-txkNs5bELO .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-txkNs5bELO .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-txkNs5bELO .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-txkNs5bELO .card-overlay {
    transition: all 0.5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-txkNs5bELO .card-title,
  .cid-txkNs5bELO .underline,
  .cid-txkNs5bELO .mbr-text,
  .cid-txkNs5bELO .mbr-section-btn,
  .cid-txkNs5bELO .mbr-section-subtitle,
  .cid-txkNs5bELO .mbr-section-title {
    text-align: center !important;
  }
  .cid-txkNs5bELO .wrapper {
    background-color: #ffffff;
  }
  .cid-txkNs5bELO h4:before,
  .cid-txkNs5bELO h4:after {
    display: none;
  }
}
.cid-txkNs5bELO .mbr-section-title {
  text-align: left;
}
.cid-txkNs5bELO .mbr-section-title,
.cid-txkNs5bELO .underline {
  text-align: center;
}
.cid-txkNs5bELO H4 {
  color: #e1201d;
}
.cid-txkNs5bELO H3 {
  color: #353535;
}
.cid-txkNs5bELO .mbr-text,
.cid-txkNs5bELO .mbr-section-btn {
  color: #535252;
}
.cid-txkNxulllv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-txkNxulllv .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-txkNxulllv .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-txkNxulllv .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-txkNxulllv h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-txkNxulllv h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-txkNxulllv h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-txkNxulllv .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-txkNxulllv .card-overlay {
  display: none;
  background: #ffffff;
}
@media (min-width: 768px) {
  .cid-txkNxulllv .image-element:hover .card-overlay {
    opacity: 0.8;
    border-bottom-right-radius: 7rem;
  }
  .cid-txkNxulllv .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-txkNxulllv .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-txkNxulllv .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-txkNxulllv .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-txkNxulllv .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-txkNxulllv .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-txkNxulllv .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-txkNxulllv .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-txkNxulllv .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-txkNxulllv .card-overlay {
    transition: all 0.5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-txkNxulllv .card-title,
  .cid-txkNxulllv .underline,
  .cid-txkNxulllv .mbr-text,
  .cid-txkNxulllv .mbr-section-btn,
  .cid-txkNxulllv .mbr-section-subtitle,
  .cid-txkNxulllv .mbr-section-title {
    text-align: center !important;
  }
  .cid-txkNxulllv .wrapper {
    background-color: #ffffff;
  }
  .cid-txkNxulllv h4:before,
  .cid-txkNxulllv h4:after {
    display: none;
  }
}
.cid-txkNxulllv .mbr-section-title {
  text-align: left;
}
.cid-txkNxulllv .mbr-section-title,
.cid-txkNxulllv .underline {
  text-align: center;
}
.cid-txkNxulllv H4 {
  color: #e1201d;
}
.cid-txkNxulllv H3 {
  color: #353535;
}
.cid-txkNxulllv .mbr-text,
.cid-txkNxulllv .mbr-section-btn {
  color: #535252;
}
.cid-tIlgm0I8YH {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #878787;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .content {
    text-align: center;
  }
  .cid-tIlgm0I8YH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tIlgm0I8YH .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tIlgm0I8YH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tIlgm0I8YH .google-map {
  height: 25rem;
  position: relative;
}
.cid-tIlgm0I8YH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tIlgm0I8YH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tIlgm0I8YH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tIlgm0I8YH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tIlgm0I8YH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIlgm0I8YH .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tIlgm0I8YH .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tIlgm0I8YH .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tIlgm0I8YH .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIlgm0I8YH .list {
  list-style-type: none;
  padding: 0;
}
.cid-tIlgm0I8YH .copyright > p {
  text-align: left;
}
.cid-txqzifIQ0z {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-txqzifIQ0z .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-txqzifIQ0z .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-txqzifIQ0z .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-txqzifIQ0z .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-txqzifIQ0z .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-txqzifIQ0z .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-txqzifIQ0z .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-txqzifIQ0z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txqzifIQ0z .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-txqzifIQ0z .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #878787;
}
.cid-txqzifIQ0z .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-txqzifIQ0z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txqzifIQ0z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.17142857vh;
  }
}
.cid-txqzifIQ0z .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-txqzifIQ0z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txqzifIQ0z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txqzifIQ0z .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-txqzifIQ0z .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-txqzifIQ0z .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-txqzifIQ0z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txqzifIQ0z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-txqzifIQ0z .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-txqzifIQ0z .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-txqzifIQ0z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txqzifIQ0z .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-txqzifIQ0z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txqzifIQ0z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txqzifIQ0z .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-txqzifIQ0z .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-txqzifIQ0z .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-txqzifIQ0z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txqzifIQ0z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-txqzifIQ0z .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-txqzifIQ0z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-txqzifIQ0z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-txqzifIQ0z .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-txqzifIQ0z .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-txqzifIQ0z .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-txqzifIQ0z .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-txqzifIQ0z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-txqzifIQ0z .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-txqzifIQ0z .navbar-brand {
  height: 2.6rem;
  min-height: 2.8rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-txqzifIQ0z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txqzifIQ0z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txqzifIQ0z .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-txqzifIQ0z .dropdown-item.active,
.cid-txqzifIQ0z .dropdown-item:active {
  background-color: transparent;
}
.cid-txqzifIQ0z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-txqzifIQ0z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txqzifIQ0z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txqzifIQ0z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txqzifIQ0z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-txqzifIQ0z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txqzifIQ0z ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-txqzifIQ0z .navbar-buttons {
  text-align: center;
}
.cid-txqzifIQ0z 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-txqzifIQ0z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-txqzifIQ0z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txqzifIQ0z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-txqzifIQ0z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-txqzifIQ0z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txqzifIQ0z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txqzifIQ0z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-txqzifIQ0z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-txqzifIQ0z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txqzifIQ0z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-txqzifIQ0z .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-txqzifIQ0z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-txqzifIQ0z .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-txqzifIQ0z .nav-link:hover,
.cid-txqzifIQ0z .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-txqzifIQ0z .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-txqzifIQ0z .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-txqzifIQ0z .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-txqzigIqtr {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txqzigIqtr h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-txqzigIqtr h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-txqzigIqtr .signature {
  filter: invert(0.8);
}
.cid-txqzigIqtr H1 {
  color: #878787;
}
.cid-txqzigIqtr .mbr-text,
.cid-txqzigIqtr .img-align {
  text-align: center;
}
.cid-u9HjbtXZoK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9HjbtXZoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9HjbtXZoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9HjbtXZoK .row {
  flex-direction: row-reverse;
}
.cid-u9HjGzfe5u {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-u9HjGzfe5u {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u9HjGzfe5u {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-u9HjGzfe5u .mbr-section-subtitle {
  text-align: left;
}
.cid-u9HjGzfe5u .mbr-section-title {
  text-align: left;
}
.cid-u9HjGzfe5u .mbr-text {
  text-align: center;
}
.cid-txqS1oWLQG {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txqS1oWLQG .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-txqS1oWLQG .content-panel {
  padding: 3rem;
  background-color: #878787;
}
@media (min-width: 767px) {
  .cid-txqS1oWLQG .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-txqS1oWLQG .google-map {
  width: 100%;
  height: 30rem;
}
.cid-txqS1oWLQG .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-txqS1oWLQG .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-txqS1oWLQG .google-map .place-card {
  margin-left: 40px !important;
}
.cid-txqS1oWLQG .adress-block {
  text-align: left;
}
.cid-uagRrXLaam {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uagRrXLaam .container {
    padding: 0 25px;
  }
}
.cid-uagRrXLaam .item:focus,
.cid-uagRrXLaam span:focus {
  outline: none;
}
.cid-uagRrXLaam .item-wrapper {
  position: relative;
}
.cid-uagRrXLaam .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uagRrXLaam .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uagRrXLaam .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uagRrXLaam .embla__slide .slide-content {
    padding: 0 25px;
  }
}
.cid-uagRrXLaam .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uagRrXLaam .embla__slide .slide-content .item-wrapper .item-img img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .cid-uagRrXLaam .embla__slide .slide-content .item-wrapper .item-img img {
    height: 150px;
  }
}
@media (max-width: 500px) {
  .cid-uagRrXLaam .embla__slide .slide-content .item-wrapper .item-img img {
    height: 110px;
  }
}
.cid-uagRrXLaam .embla__button--next,
.cid-uagRrXLaam .embla__button--prev {
  display: flex;
}
.cid-uagRrXLaam .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f0f0f0 !important;
  color: #686868 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uagRrXLaam .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uagRrXLaam .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uagRrXLaam .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uagRrXLaam .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #686868 !important;
  color: #f0f0f0 !important;
}
.cid-uagRrXLaam .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-uagRrXLaam .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-uagRrXLaam .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #686868 !important;
  color: #f0f0f0 !important;
}
.cid-uagRrXLaam .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uagRrXLaam .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uagRrXLaam .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uagRrXLaam .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uagRrXLaam .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tIlgm0I8YH {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #878787;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .content {
    text-align: center;
  }
  .cid-tIlgm0I8YH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tIlgm0I8YH .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tIlgm0I8YH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tIlgm0I8YH .google-map {
  height: 25rem;
  position: relative;
}
.cid-tIlgm0I8YH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tIlgm0I8YH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tIlgm0I8YH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tIlgm0I8YH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tIlgm0I8YH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIlgm0I8YH .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tIlgm0I8YH .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tIlgm0I8YH .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tIlgm0I8YH .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIlgm0I8YH .list {
  list-style-type: none;
  padding: 0;
}
.cid-tIlgm0I8YH .copyright > p {
  text-align: left;
}
.cid-txqW81hWjg {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-txqW81hWjg .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-txqW81hWjg .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-txqW81hWjg .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-txqW81hWjg .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-txqW81hWjg .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-txqW81hWjg .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-txqW81hWjg .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-txqW81hWjg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txqW81hWjg .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-txqW81hWjg .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #878787;
}
.cid-txqW81hWjg .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-txqW81hWjg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txqW81hWjg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.17142857vh;
  }
}
.cid-txqW81hWjg .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-txqW81hWjg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txqW81hWjg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txqW81hWjg .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-txqW81hWjg .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-txqW81hWjg .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-txqW81hWjg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txqW81hWjg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-txqW81hWjg .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-txqW81hWjg .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-txqW81hWjg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txqW81hWjg .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-txqW81hWjg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txqW81hWjg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txqW81hWjg .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-txqW81hWjg .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-txqW81hWjg .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-txqW81hWjg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txqW81hWjg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-txqW81hWjg .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-txqW81hWjg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-txqW81hWjg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-txqW81hWjg .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-txqW81hWjg .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-txqW81hWjg .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-txqW81hWjg .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-txqW81hWjg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-txqW81hWjg .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-txqW81hWjg .navbar-brand {
  height: 2.6rem;
  min-height: 2.8rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-txqW81hWjg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txqW81hWjg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txqW81hWjg .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-txqW81hWjg .dropdown-item.active,
.cid-txqW81hWjg .dropdown-item:active {
  background-color: transparent;
}
.cid-txqW81hWjg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-txqW81hWjg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txqW81hWjg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txqW81hWjg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txqW81hWjg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-txqW81hWjg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txqW81hWjg ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-txqW81hWjg .navbar-buttons {
  text-align: center;
}
.cid-txqW81hWjg 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-txqW81hWjg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-txqW81hWjg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txqW81hWjg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-txqW81hWjg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-txqW81hWjg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txqW81hWjg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txqW81hWjg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-txqW81hWjg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-txqW81hWjg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txqW81hWjg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-txqW81hWjg .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-txqW81hWjg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-txqW81hWjg .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-txqW81hWjg .nav-link:hover,
.cid-txqW81hWjg .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-txqW81hWjg .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-txqW81hWjg .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-txqW81hWjg .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-txqW82dPVF {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txqW82dPVF h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-txqW82dPVF h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-txqW82dPVF .signature {
  filter: invert(0.8);
}
.cid-txqW82dPVF H1 {
  color: #878787;
  text-align: center;
}
.cid-txHOgzA5iY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txHOgzA5iY .mbr-fallback-image.disabled {
  display: none;
}
.cid-txHOgzA5iY .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-txHOgzA5iY .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #e0e0e0;
  z-index: -1;
}
.cid-txHOgzA5iY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txHOgzA5iY .row {
  flex-direction: row-reverse;
}
.cid-txHOgzA5iY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txHOgzA5iY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-txHOgzA5iY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txHOgzA5iY .mbr-section-title {
  color: #19303d;
}
.cid-txHOgzA5iY .mbr-section-subtitle,
.cid-txHOgzA5iY .subtitle-wrap {
  color: #19303d;
}
.cid-txHOgzA5iY .mbr-text,
.cid-txHOgzA5iY .mbr-section-btn {
  color: #19303d;
}
.cid-txHSn2rzEf {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-txHSn2rzEf .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: left;
}
.cid-txHSn2rzEf .item-wrapper {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-txHSn2rzEf .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-txHSn2rzEf .item-wrapper:hover .item-content,
.cid-txHSn2rzEf .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-txHSn2rzEf .item-wrapper:hover .mbr-link,
.cid-txHSn2rzEf .item-wrapper:focus-within .mbr-link {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txHSn2rzEf .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-txHSn2rzEf .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-txHSn2rzEf .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-txHSn2rzEf .item-wrapper .mbr-link {
    opacity: 1;
  }
}
.cid-txHSn2rzEf .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-txHSn2rzEf .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-txHSn2rzEf .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-txHSn2rzEf .item:focus,
.cid-txHSn2rzEf span:focus {
  outline: none;
}
.cid-txHSn2rzEf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txHSn2rzEf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txHSn2rzEf .mbr-section-title {
  color: #232323;
}
.cid-txHSn2rzEf .mbr-text,
.cid-txHSn2rzEf .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txHSn2rzEf .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-tIlgm0I8YH {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #878787;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .content {
    text-align: center;
  }
  .cid-tIlgm0I8YH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tIlgm0I8YH .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tIlgm0I8YH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tIlgm0I8YH .google-map {
  height: 25rem;
  position: relative;
}
.cid-tIlgm0I8YH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tIlgm0I8YH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tIlgm0I8YH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tIlgm0I8YH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tIlgm0I8YH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIlgm0I8YH .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tIlgm0I8YH .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tIlgm0I8YH .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tIlgm0I8YH .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIlgm0I8YH .list {
  list-style-type: none;
  padding: 0;
}
.cid-tIlgm0I8YH .copyright > p {
  text-align: left;
}
.cid-txqXrlLEvo {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-txqXrlLEvo .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-txqXrlLEvo .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-txqXrlLEvo .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-txqXrlLEvo .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-txqXrlLEvo .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-txqXrlLEvo .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-txqXrlLEvo .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-txqXrlLEvo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txqXrlLEvo .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-txqXrlLEvo .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #878787;
}
.cid-txqXrlLEvo .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-txqXrlLEvo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txqXrlLEvo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.17142857vh;
  }
}
.cid-txqXrlLEvo .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-txqXrlLEvo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txqXrlLEvo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txqXrlLEvo .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-txqXrlLEvo .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-txqXrlLEvo .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-txqXrlLEvo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txqXrlLEvo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-txqXrlLEvo .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-txqXrlLEvo .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-txqXrlLEvo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txqXrlLEvo .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-txqXrlLEvo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txqXrlLEvo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txqXrlLEvo .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-txqXrlLEvo .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-txqXrlLEvo .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-txqXrlLEvo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txqXrlLEvo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-txqXrlLEvo .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-txqXrlLEvo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-txqXrlLEvo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-txqXrlLEvo .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-txqXrlLEvo .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-txqXrlLEvo .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-txqXrlLEvo .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-txqXrlLEvo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-txqXrlLEvo .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-txqXrlLEvo .navbar-brand {
  height: 2.6rem;
  min-height: 2.8rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-txqXrlLEvo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txqXrlLEvo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txqXrlLEvo .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-txqXrlLEvo .dropdown-item.active,
.cid-txqXrlLEvo .dropdown-item:active {
  background-color: transparent;
}
.cid-txqXrlLEvo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-txqXrlLEvo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txqXrlLEvo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txqXrlLEvo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txqXrlLEvo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-txqXrlLEvo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txqXrlLEvo ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-txqXrlLEvo .navbar-buttons {
  text-align: center;
}
.cid-txqXrlLEvo 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-txqXrlLEvo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-txqXrlLEvo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txqXrlLEvo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-txqXrlLEvo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-txqXrlLEvo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txqXrlLEvo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txqXrlLEvo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-txqXrlLEvo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-txqXrlLEvo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txqXrlLEvo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-txqXrlLEvo .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-txqXrlLEvo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-txqXrlLEvo .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-txqXrlLEvo .nav-link:hover,
.cid-txqXrlLEvo .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-txqXrlLEvo .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-txqXrlLEvo .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-txqXrlLEvo .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-txqXrmq98j {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txqXrmq98j h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-txqXrmq98j h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-txqXrmq98j .signature {
  filter: invert(0.8);
}
.cid-txqXrmq98j H1 {
  color: #878787;
}
.cid-tJGu9ypZCs {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJGu9ypZCs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJGu9ypZCs .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tJGu9ypZCs .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #e0e0e0;
  z-index: -1;
}
.cid-tJGu9ypZCs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJGu9ypZCs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tJGu9ypZCs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tJGu9ypZCs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJGu9ypZCs .mbr-section-title {
  color: #19303d;
}
.cid-tJGu9ypZCs .mbr-section-subtitle,
.cid-tJGu9ypZCs .subtitle-wrap {
  color: #19303d;
}
.cid-tJGu9ypZCs .mbr-text,
.cid-tJGu9ypZCs .mbr-section-btn {
  color: #19303d;
}
.cid-tJGuoB3Fis {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJGuoB3Fis .mbr-overlay {
  z-index: 1;
}
.cid-tJGuoB3Fis .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-tJGuoB3Fis .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-tJGuoB3Fis .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-tJGuoB3Fis .item-img:hover img {
  transform: scale(1);
}
.cid-tJGuoB3Fis .item-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-tJGuoB3Fis .mbr-section-title {
  line-height: 1.25em;
}
.cid-tJGuoB3Fis .card-container {
  display: flex;
}
@media (max-width: 767px) {
  .cid-tJGuoB3Fis .card-container {
    flex-wrap: wrap;
  }
}
.cid-tJGuoB3Fis .card-container:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-tJGuoB3Fis .card-container:first-child {
    border-bottom: none;
    border-right: 1px solid #7F8678;
  }
}
.cid-tJGuoB3Fis .card {
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-tJGuoB3Fis .card {
    padding: 35px 35px 23px;
  }
}
.cid-tJGuoB3Fis .card:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 768px) {
  .cid-tJGuoB3Fis .card:first-child {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-tJGuoB3Fis .data-item {
  display: flex;
  align-items: center;
}
.cid-tJGuoB3Fis .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-tJGuoB3Fis .link-wrap {
  margin: 30px 0 6px;
}
.cid-tJGuoB3Fis .text-art {
  flex-grow: 1;
}
.cid-tJGupyWimv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJGupyWimv .mbr-overlay {
  z-index: 1;
}
.cid-tJGupyWimv .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-tJGupyWimv .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-tJGupyWimv .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-tJGupyWimv .item-img:hover img {
  transform: scale(1);
}
.cid-tJGupyWimv .item-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-tJGupyWimv .mbr-section-title {
  line-height: 1.25em;
}
.cid-tJGupyWimv .card-container {
  display: flex;
}
@media (max-width: 767px) {
  .cid-tJGupyWimv .card-container {
    flex-wrap: wrap;
  }
}
.cid-tJGupyWimv .card-container:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-tJGupyWimv .card-container:first-child {
    border-bottom: none;
    border-right: 1px solid #7F8678;
  }
}
.cid-tJGupyWimv .card {
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-tJGupyWimv .card {
    padding: 35px 35px 23px;
  }
}
.cid-tJGupyWimv .card:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 768px) {
  .cid-tJGupyWimv .card:first-child {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-tJGupyWimv .data-item {
  display: flex;
  align-items: center;
}
.cid-tJGupyWimv .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-tJGupyWimv .link-wrap {
  margin: 30px 0 6px;
}
.cid-tJGupyWimv .text-art {
  flex-grow: 1;
}
.cid-tJGuqsWnVB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJGuqsWnVB .mbr-overlay {
  z-index: 1;
}
.cid-tJGuqsWnVB .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-tJGuqsWnVB .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-tJGuqsWnVB .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-tJGuqsWnVB .item-img:hover img {
  transform: scale(1);
}
.cid-tJGuqsWnVB .item-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-tJGuqsWnVB .mbr-section-title {
  line-height: 1.25em;
}
.cid-tJGuqsWnVB .card-container {
  display: flex;
}
@media (max-width: 767px) {
  .cid-tJGuqsWnVB .card-container {
    flex-wrap: wrap;
  }
}
.cid-tJGuqsWnVB .card-container:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-tJGuqsWnVB .card-container:first-child {
    border-bottom: none;
    border-right: 1px solid #7F8678;
  }
}
.cid-tJGuqsWnVB .card {
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-tJGuqsWnVB .card {
    padding: 35px 35px 23px;
  }
}
.cid-tJGuqsWnVB .card:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 768px) {
  .cid-tJGuqsWnVB .card:first-child {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-tJGuqsWnVB .data-item {
  display: flex;
  align-items: center;
}
.cid-tJGuqsWnVB .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-tJGuqsWnVB .link-wrap {
  margin: 30px 0 6px;
}
.cid-tJGuqsWnVB .text-art {
  flex-grow: 1;
}
.cid-tJGuqsWnVB .item-title DIV {
  text-align: center;
}
.cid-tJGur8vDS2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJGur8vDS2 .mbr-overlay {
  z-index: 1;
}
.cid-tJGur8vDS2 .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-tJGur8vDS2 .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-tJGur8vDS2 .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-tJGur8vDS2 .item-img:hover img {
  transform: scale(1);
}
.cid-tJGur8vDS2 .item-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-tJGur8vDS2 .mbr-section-title {
  line-height: 1.25em;
}
.cid-tJGur8vDS2 .card-container {
  display: flex;
}
@media (max-width: 767px) {
  .cid-tJGur8vDS2 .card-container {
    flex-wrap: wrap;
  }
}
.cid-tJGur8vDS2 .card-container:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-tJGur8vDS2 .card-container:first-child {
    border-bottom: none;
    border-right: 1px solid #7F8678;
  }
}
.cid-tJGur8vDS2 .card {
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-tJGur8vDS2 .card {
    padding: 35px 35px 23px;
  }
}
.cid-tJGur8vDS2 .card:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 768px) {
  .cid-tJGur8vDS2 .card:first-child {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-tJGur8vDS2 .data-item {
  display: flex;
  align-items: center;
}
.cid-tJGur8vDS2 .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-tJGur8vDS2 .link-wrap {
  margin: 30px 0 6px;
}
.cid-tJGur8vDS2 .text-art {
  flex-grow: 1;
}
.cid-tJGur8vDS2 .item-title DIV {
  text-align: center;
}
.cid-tIlgm0I8YH {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #878787;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .content {
    text-align: center;
  }
  .cid-tIlgm0I8YH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tIlgm0I8YH .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tIlgm0I8YH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tIlgm0I8YH .google-map {
  height: 25rem;
  position: relative;
}
.cid-tIlgm0I8YH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tIlgm0I8YH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tIlgm0I8YH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tIlgm0I8YH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tIlgm0I8YH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIlgm0I8YH .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tIlgm0I8YH .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tIlgm0I8YH .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tIlgm0I8YH .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIlgm0I8YH .list {
  list-style-type: none;
  padding: 0;
}
.cid-tIlgm0I8YH .copyright > p {
  text-align: left;
}
.cid-txqXw3LWUU {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-txqXw3LWUU .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-txqXw3LWUU .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-txqXw3LWUU .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-txqXw3LWUU .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-txqXw3LWUU .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-txqXw3LWUU .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-txqXw3LWUU .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-txqXw3LWUU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txqXw3LWUU .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-txqXw3LWUU .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #878787;
}
.cid-txqXw3LWUU .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-txqXw3LWUU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txqXw3LWUU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.17142857vh;
  }
}
.cid-txqXw3LWUU .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-txqXw3LWUU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txqXw3LWUU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txqXw3LWUU .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-txqXw3LWUU .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-txqXw3LWUU .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-txqXw3LWUU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txqXw3LWUU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-txqXw3LWUU .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-txqXw3LWUU .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-txqXw3LWUU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txqXw3LWUU .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-txqXw3LWUU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txqXw3LWUU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txqXw3LWUU .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-txqXw3LWUU .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-txqXw3LWUU .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-txqXw3LWUU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txqXw3LWUU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-txqXw3LWUU .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-txqXw3LWUU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-txqXw3LWUU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-txqXw3LWUU .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-txqXw3LWUU .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-txqXw3LWUU .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-txqXw3LWUU .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-txqXw3LWUU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-txqXw3LWUU .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-txqXw3LWUU .navbar-brand {
  height: 2.6rem;
  min-height: 2.8rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-txqXw3LWUU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txqXw3LWUU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txqXw3LWUU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-txqXw3LWUU .dropdown-item.active,
.cid-txqXw3LWUU .dropdown-item:active {
  background-color: transparent;
}
.cid-txqXw3LWUU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-txqXw3LWUU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txqXw3LWUU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txqXw3LWUU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txqXw3LWUU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-txqXw3LWUU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txqXw3LWUU ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-txqXw3LWUU .navbar-buttons {
  text-align: center;
}
.cid-txqXw3LWUU 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-txqXw3LWUU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-txqXw3LWUU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txqXw3LWUU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-txqXw3LWUU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-txqXw3LWUU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txqXw3LWUU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txqXw3LWUU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-txqXw3LWUU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-txqXw3LWUU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txqXw3LWUU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-txqXw3LWUU .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-txqXw3LWUU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-txqXw3LWUU .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-txqXw3LWUU .nav-link:hover,
.cid-txqXw3LWUU .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-txqXw3LWUU .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-txqXw3LWUU .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-txqXw3LWUU .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-txqXw4ozC5 {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txqXw4ozC5 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-txqXw4ozC5 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-txqXw4ozC5 .signature {
  filter: invert(0.8);
}
.cid-txqXw4ozC5 H1 {
  color: #878787;
}
.cid-txGQIg1zl8 {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-txGQIg1zl8 .section-head {
  margin-bottom: 80px;
}
.cid-txGQIg1zl8 .card {
  border-bottom: 1px solid;
  border-color: #878787;
  border-radius: 0;
}
.cid-txGQIg1zl8 .card:first-child {
  border-top: 1px solid;
  border-color: #878787;
}
.cid-txGQIg1zl8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-txGQIg1zl8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-txGQIg1zl8 .panel-title[aria-expanded='true'] .mbr-iconfont:before {
  -webkit-transform: rotate(90deg) translateX(-10px);
  -moz-transform: rotate(90deg) translateX(-10px);
  -ms-transform: rotate(90deg) translateX(-10px);
  -o-transform: rotate(90deg) translateX(-10px);
  transform: rotate(90deg) translateX(-10px);
}
.cid-txGQIg1zl8 .mbr-iconfont {
  position: relative;
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000;
  border-radius: 50%;
  border: 1px solid;
  border-color: #878787;
  height: 37px;
  width: 37px;
  margin-top: 6px;
}
.cid-txGQIg1zl8 .mbr-iconfont:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #878787;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-txGQIg1zl8 .mbr-iconfont:before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #878787;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.cid-txGQIg1zl8 .panel-body,
.cid-txGQIg1zl8 .card-header {
  padding: 8px 0 15px;
}
.cid-txGQIg1zl8 .panel-title-edit {
  font-weight: 500;
  color: #000000;
}
.cid-tIlgm0I8YH {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #878787;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .content {
    text-align: center;
  }
  .cid-tIlgm0I8YH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tIlgm0I8YH .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tIlgm0I8YH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tIlgm0I8YH .google-map {
  height: 25rem;
  position: relative;
}
.cid-tIlgm0I8YH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tIlgm0I8YH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tIlgm0I8YH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tIlgm0I8YH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tIlgm0I8YH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIlgm0I8YH .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tIlgm0I8YH .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tIlgm0I8YH .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tIlgm0I8YH .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIlgm0I8YH .list {
  list-style-type: none;
  padding: 0;
}
.cid-tIlgm0I8YH .copyright > p {
  text-align: left;
}
.cid-txqXyxdjJm {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-txqXyxdjJm .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-txqXyxdjJm .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-txqXyxdjJm .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-txqXyxdjJm .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-txqXyxdjJm .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-txqXyxdjJm .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-txqXyxdjJm .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-txqXyxdjJm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txqXyxdjJm .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-txqXyxdjJm .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #878787;
}
.cid-txqXyxdjJm .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-txqXyxdjJm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txqXyxdjJm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.17142857vh;
  }
}
.cid-txqXyxdjJm .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-txqXyxdjJm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txqXyxdjJm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txqXyxdjJm .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-txqXyxdjJm .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-txqXyxdjJm .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-txqXyxdjJm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txqXyxdjJm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-txqXyxdjJm .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-txqXyxdjJm .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-txqXyxdjJm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txqXyxdjJm .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-txqXyxdjJm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txqXyxdjJm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txqXyxdjJm .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-txqXyxdjJm .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-txqXyxdjJm .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-txqXyxdjJm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txqXyxdjJm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-txqXyxdjJm .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-txqXyxdjJm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-txqXyxdjJm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-txqXyxdjJm .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-txqXyxdjJm .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-txqXyxdjJm .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-txqXyxdjJm .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-txqXyxdjJm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-txqXyxdjJm .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-txqXyxdjJm .navbar-brand {
  height: 2.6rem;
  min-height: 2.8rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-txqXyxdjJm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txqXyxdjJm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txqXyxdjJm .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-txqXyxdjJm .dropdown-item.active,
.cid-txqXyxdjJm .dropdown-item:active {
  background-color: transparent;
}
.cid-txqXyxdjJm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-txqXyxdjJm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txqXyxdjJm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txqXyxdjJm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txqXyxdjJm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-txqXyxdjJm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txqXyxdjJm ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-txqXyxdjJm .navbar-buttons {
  text-align: center;
}
.cid-txqXyxdjJm 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-txqXyxdjJm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-txqXyxdjJm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txqXyxdjJm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-txqXyxdjJm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-txqXyxdjJm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txqXyxdjJm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txqXyxdjJm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-txqXyxdjJm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-txqXyxdjJm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txqXyxdjJm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-txqXyxdjJm .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-txqXyxdjJm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-txqXyxdjJm .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-txqXyxdjJm .nav-link:hover,
.cid-txqXyxdjJm .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-txqXyxdjJm .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-txqXyxdjJm .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-txqXyxdjJm .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-txqXyxJOHG {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txqXyxJOHG h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-txqXyxJOHG h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-txqXyxJOHG .signature {
  filter: invert(0.8);
}
.cid-txqXyxJOHG H1 {
  color: #878787;
}
#custom-html-8t {
  /* Type valid CSS here */
}
#custom-html-8t div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-8t p {
  font-size: 60px;
  color: #777;
}
#custom-html-8t span.red {
  color: red;
}
.cid-tIlgm0I8YH {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #878787;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .content {
    text-align: center;
  }
  .cid-tIlgm0I8YH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tIlgm0I8YH .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tIlgm0I8YH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tIlgm0I8YH .google-map {
  height: 25rem;
  position: relative;
}
.cid-tIlgm0I8YH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tIlgm0I8YH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tIlgm0I8YH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tIlgm0I8YH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tIlgm0I8YH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIlgm0I8YH .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tIlgm0I8YH .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tIlgm0I8YH .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tIlgm0I8YH .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIlgm0I8YH .list {
  list-style-type: none;
  padding: 0;
}
.cid-tIlgm0I8YH .copyright > p {
  text-align: left;
}
.cid-txqXGKHOrm {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-txqXGKHOrm .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-txqXGKHOrm .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-txqXGKHOrm .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-txqXGKHOrm .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-txqXGKHOrm .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-txqXGKHOrm .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-txqXGKHOrm .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-txqXGKHOrm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txqXGKHOrm .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-txqXGKHOrm .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #878787;
}
.cid-txqXGKHOrm .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-txqXGKHOrm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txqXGKHOrm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.17142857vh;
  }
}
.cid-txqXGKHOrm .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-txqXGKHOrm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txqXGKHOrm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txqXGKHOrm .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-txqXGKHOrm .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-txqXGKHOrm .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-txqXGKHOrm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txqXGKHOrm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-txqXGKHOrm .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-txqXGKHOrm .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-txqXGKHOrm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txqXGKHOrm .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-txqXGKHOrm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txqXGKHOrm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txqXGKHOrm .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-txqXGKHOrm .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-txqXGKHOrm .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-txqXGKHOrm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txqXGKHOrm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-txqXGKHOrm .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-txqXGKHOrm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-txqXGKHOrm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-txqXGKHOrm .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-txqXGKHOrm .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-txqXGKHOrm .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-txqXGKHOrm .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-txqXGKHOrm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-txqXGKHOrm .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-txqXGKHOrm .navbar-brand {
  height: 2.6rem;
  min-height: 2.8rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-txqXGKHOrm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txqXGKHOrm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txqXGKHOrm .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-txqXGKHOrm .dropdown-item.active,
.cid-txqXGKHOrm .dropdown-item:active {
  background-color: transparent;
}
.cid-txqXGKHOrm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-txqXGKHOrm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txqXGKHOrm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txqXGKHOrm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txqXGKHOrm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-txqXGKHOrm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txqXGKHOrm ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-txqXGKHOrm .navbar-buttons {
  text-align: center;
}
.cid-txqXGKHOrm 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-txqXGKHOrm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-txqXGKHOrm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txqXGKHOrm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-txqXGKHOrm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-txqXGKHOrm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txqXGKHOrm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txqXGKHOrm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-txqXGKHOrm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-txqXGKHOrm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txqXGKHOrm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-txqXGKHOrm .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-txqXGKHOrm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-txqXGKHOrm .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-txqXGKHOrm .nav-link:hover,
.cid-txqXGKHOrm .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-txqXGKHOrm .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-txqXGKHOrm .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-txqXGKHOrm .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-txqXGL72Jz {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txqXGL72Jz h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-txqXGL72Jz h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-txqXGL72Jz .signature {
  filter: invert(0.8);
}
.cid-txqXGL72Jz H1 {
  color: #878787;
}
.cid-txGKnEYrt2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txGKnEYrt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txGKnEYrt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txGKnEYrt2 b,
.cid-txGKnEYrt2 strong {
  font-weight: 900;
}
.cid-txGKnEYrt2 .mbr-section-title {
  color: #353535;
}
.cid-txGKnEYrt2 .mbr-section-subtitle {
  color: #353535;
}
.cid-txGKTZ8Ge2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txGKTZ8Ge2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txGKTZ8Ge2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txGKTZ8Ge2 b,
.cid-txGKTZ8Ge2 strong {
  font-weight: 900;
}
.cid-txGKTZ8Ge2 .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-txGKTZ8Ge2 .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-txGKTZ8Ge2 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-txGKJULK1M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txGKJULK1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-txGKJULK1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txGKJULK1M b,
.cid-txGKJULK1M strong {
  font-weight: 900;
}
.cid-txGKJULK1M .mbr-section-title {
  color: #353535;
}
.cid-txGKJULK1M .mbr-section-subtitle {
  color: #353535;
}
.cid-txGL5sysKS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txGL5sysKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-txGL5sysKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txGL5sysKS b,
.cid-txGL5sysKS strong {
  font-weight: 900;
}
.cid-txGL5sysKS .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-txGL5sysKS .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-txGL5sysKS .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-txGLAxYhjK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txGLAxYhjK .mbr-fallback-image.disabled {
  display: none;
}
.cid-txGLAxYhjK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txGLAxYhjK b,
.cid-txGLAxYhjK strong {
  font-weight: 900;
}
.cid-txGLAxYhjK .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-txGLAxYhjK .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-txGLAxYhjK .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-txGLJud97O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txGLJud97O .mbr-fallback-image.disabled {
  display: none;
}
.cid-txGLJud97O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txGLJud97O b,
.cid-txGLJud97O strong {
  font-weight: 900;
}
.cid-txGLJud97O .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-txGLJud97O .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-txGLJud97O .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-txGLPkDZHk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txGLPkDZHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-txGLPkDZHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txGLPkDZHk b,
.cid-txGLPkDZHk strong {
  font-weight: 900;
}
.cid-txGLPkDZHk .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-txGLPkDZHk .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-txGLPkDZHk .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-txGLTSj5yJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txGLTSj5yJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txGLTSj5yJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txGLTSj5yJ b,
.cid-txGLTSj5yJ strong {
  font-weight: 900;
}
.cid-txGLTSj5yJ .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-txGLTSj5yJ .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-txGLTSj5yJ .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-txGLZsiWkS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txGLZsiWkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-txGLZsiWkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txGLZsiWkS b,
.cid-txGLZsiWkS strong {
  font-weight: 900;
}
.cid-txGLZsiWkS .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-txGLZsiWkS .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-txGLZsiWkS .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-txGM4nIKlN {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-txGM4nIKlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-txGM4nIKlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txGM4nIKlN b,
.cid-txGM4nIKlN strong {
  font-weight: 900;
}
.cid-txGM4nIKlN .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-txGM4nIKlN .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-txGM4nIKlN .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tIlgm0I8YH {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #878787;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .content {
    text-align: center;
  }
  .cid-tIlgm0I8YH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tIlgm0I8YH .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tIlgm0I8YH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tIlgm0I8YH .google-map {
  height: 25rem;
  position: relative;
}
.cid-tIlgm0I8YH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tIlgm0I8YH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tIlgm0I8YH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tIlgm0I8YH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tIlgm0I8YH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIlgm0I8YH .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tIlgm0I8YH .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tIlgm0I8YH .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tIlgm0I8YH .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIlgm0I8YH .list {
  list-style-type: none;
  padding: 0;
}
.cid-tIlgm0I8YH .copyright > p {
  text-align: left;
}
.cid-txGuKlR3kP {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-txGuKlR3kP .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-txGuKlR3kP .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-txGuKlR3kP .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-txGuKlR3kP .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-txGuKlR3kP .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-txGuKlR3kP .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-txGuKlR3kP .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-txGuKlR3kP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txGuKlR3kP .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-txGuKlR3kP .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #878787;
}
.cid-txGuKlR3kP .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-txGuKlR3kP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txGuKlR3kP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.17142857vh;
  }
}
.cid-txGuKlR3kP .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-txGuKlR3kP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txGuKlR3kP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txGuKlR3kP .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-txGuKlR3kP .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-txGuKlR3kP .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-txGuKlR3kP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txGuKlR3kP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-txGuKlR3kP .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-txGuKlR3kP .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-txGuKlR3kP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txGuKlR3kP .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-txGuKlR3kP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txGuKlR3kP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txGuKlR3kP .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-txGuKlR3kP .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-txGuKlR3kP .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-txGuKlR3kP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txGuKlR3kP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-txGuKlR3kP .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-txGuKlR3kP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-txGuKlR3kP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-txGuKlR3kP .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-txGuKlR3kP .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-txGuKlR3kP .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-txGuKlR3kP .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-txGuKlR3kP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-txGuKlR3kP .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-txGuKlR3kP .navbar-brand {
  height: 2.6rem;
  min-height: 2.8rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-txGuKlR3kP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txGuKlR3kP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txGuKlR3kP .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-txGuKlR3kP .dropdown-item.active,
.cid-txGuKlR3kP .dropdown-item:active {
  background-color: transparent;
}
.cid-txGuKlR3kP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-txGuKlR3kP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txGuKlR3kP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txGuKlR3kP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txGuKlR3kP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-txGuKlR3kP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txGuKlR3kP ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-txGuKlR3kP .navbar-buttons {
  text-align: center;
}
.cid-txGuKlR3kP 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-txGuKlR3kP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-txGuKlR3kP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txGuKlR3kP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-txGuKlR3kP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-txGuKlR3kP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txGuKlR3kP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txGuKlR3kP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-txGuKlR3kP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-txGuKlR3kP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txGuKlR3kP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-txGuKlR3kP .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-txGuKlR3kP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-txGuKlR3kP .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-txGuKlR3kP .nav-link:hover,
.cid-txGuKlR3kP .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-txGuKlR3kP .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-txGuKlR3kP .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-txGuKlR3kP .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uagT5g6u3N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uagT5g6u3N .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uagT5g6u3N .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uagT5g6u3N .container {
    padding: 0 25px;
  }
}
.cid-uagT5g6u3N .item:focus,
.cid-uagT5g6u3N span:focus {
  outline: none;
}
.cid-uagT5g6u3N .item-wrapper {
  position: relative;
}
.cid-uagT5g6u3N .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uagT5g6u3N .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uagT5g6u3N .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uagT5g6u3N .embla__slide .slide-content {
    padding: 0 25px;
  }
}
.cid-uagT5g6u3N .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uagT5g6u3N .embla__slide .slide-content .item-wrapper .item-img img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .cid-uagT5g6u3N .embla__slide .slide-content .item-wrapper .item-img img {
    height: 150px;
  }
}
@media (max-width: 500px) {
  .cid-uagT5g6u3N .embla__slide .slide-content .item-wrapper .item-img img {
    height: 110px;
  }
}
.cid-uagT5g6u3N .embla__button--next,
.cid-uagT5g6u3N .embla__button--prev {
  display: flex;
}
.cid-uagT5g6u3N .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uagT5g6u3N .embla__button {
    display: none;
  }
}
.cid-uagT5g6u3N .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uagT5g6u3N .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uagT5g6u3N .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uagT5g6u3N .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-uagT5g6u3N .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-uagT5g6u3N .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-uagT5g6u3N .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-uagT5g6u3N .embla {
  position: relative;
  width: 100%;
}
.cid-uagT5g6u3N .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uagT5g6u3N .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uagT5g6u3N .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uagT5g6u3N .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-txGuKmsDiX {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txGuKmsDiX h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-txGuKmsDiX h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-txGuKmsDiX .signature {
  filter: invert(0.8);
}
.cid-txGuKmsDiX H1 {
  color: #878787;
}
.cid-tEAczKiYuG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tEAczKiYuG .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tEAczKiYuG .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tEAczKiYuG .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tEAczKiYuG .row {
  display: flex;
  align-items: stretch;
}
.cid-tEAczKiYuG .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tEAczKiYuG .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tEAczKiYuG .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tEAczKiYuG .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tEAczKiYuG .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tEAczKiYuG .mbr-section-subtitle {
  color: #353535;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}
.cid-tEAczKiYuG .item:focus,
.cid-tEAczKiYuG span:focus {
  outline: none;
}
.cid-tEAczKiYuG .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tEAczKiYuG .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #e0e0e0;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tEAczKiYuG .item-wrapper .item-content a:hover {
  color: #878787 !important;
}
.cid-tEAczKiYuG .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tEAczKiYuG .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 159px;
}
@media (max-width: 1399px) {
  .cid-tEAczKiYuG .item-img {
    height: 142px;
  }
}
@media (max-width: 1199px) {
  .cid-tEAczKiYuG .item-img {
    height: 119px;
  }
}
@media (max-width: 991px) {
  .cid-tEAczKiYuG .item-img {
    height: 131px;
  }
}
@media (max-width: 767px) {
  .cid-tEAczKiYuG .item-img {
    height: 96px;
  }
}
@media (max-width: 575px) {
  .cid-tEAczKiYuG .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tEAczKiYuG .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tEAczKiYuG .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #878787;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tEAczKiYuG .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tEAczKiYuG .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tEAczKiYuG .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tEAczKiYuG .mbr-section-btn {
  margin-top: 20px;
}
.cid-tEAczKiYuG .item-title {
  text-align: left;
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-tEAczKiYuG .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tEAczKiYuG .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-tEAczKiYuG .mbr-text,
.cid-tEAczKiYuG .mbr-section-btn {
  color: #353535;
}
.cid-tEAeBrNtnR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tEAeBrNtnR .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tEAeBrNtnR .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tEAeBrNtnR .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tEAeBrNtnR .row {
  display: flex;
  align-items: stretch;
}
.cid-tEAeBrNtnR .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tEAeBrNtnR .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tEAeBrNtnR .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tEAeBrNtnR .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tEAeBrNtnR .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tEAeBrNtnR .mbr-section-subtitle {
  color: #353535;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}
.cid-tEAeBrNtnR .item:focus,
.cid-tEAeBrNtnR span:focus {
  outline: none;
}
.cid-tEAeBrNtnR .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tEAeBrNtnR .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #e0e0e0;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tEAeBrNtnR .item-wrapper .item-content a:hover {
  color: #878787 !important;
}
.cid-tEAeBrNtnR .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tEAeBrNtnR .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 159px;
}
@media (max-width: 1399px) {
  .cid-tEAeBrNtnR .item-img {
    height: 142px;
  }
}
@media (max-width: 1199px) {
  .cid-tEAeBrNtnR .item-img {
    height: 119px;
  }
}
@media (max-width: 991px) {
  .cid-tEAeBrNtnR .item-img {
    height: 131px;
  }
}
@media (max-width: 767px) {
  .cid-tEAeBrNtnR .item-img {
    height: 96px;
  }
}
@media (max-width: 575px) {
  .cid-tEAeBrNtnR .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tEAeBrNtnR .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tEAeBrNtnR .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #878787;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tEAeBrNtnR .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tEAeBrNtnR .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tEAeBrNtnR .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tEAeBrNtnR .mbr-section-btn {
  margin-top: 20px;
}
.cid-tEAeBrNtnR .item-title {
  text-align: left;
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-tEAeBrNtnR .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tEAeBrNtnR .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-tEAeBrNtnR .mbr-text,
.cid-tEAeBrNtnR .mbr-section-btn {
  color: #353535;
}
.cid-tEAgPVLAxK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tEAgPVLAxK .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tEAgPVLAxK .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tEAgPVLAxK .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tEAgPVLAxK .row {
  display: flex;
  align-items: stretch;
}
.cid-tEAgPVLAxK .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tEAgPVLAxK .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tEAgPVLAxK .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tEAgPVLAxK .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tEAgPVLAxK .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tEAgPVLAxK .mbr-section-subtitle {
  color: #353535;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}
.cid-tEAgPVLAxK .item:focus,
.cid-tEAgPVLAxK span:focus {
  outline: none;
}
.cid-tEAgPVLAxK .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tEAgPVLAxK .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #e0e0e0;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tEAgPVLAxK .item-wrapper .item-content a:hover {
  color: #878787 !important;
}
.cid-tEAgPVLAxK .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tEAgPVLAxK .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 159px;
}
@media (max-width: 1399px) {
  .cid-tEAgPVLAxK .item-img {
    height: 142px;
  }
}
@media (max-width: 1199px) {
  .cid-tEAgPVLAxK .item-img {
    height: 119px;
  }
}
@media (max-width: 991px) {
  .cid-tEAgPVLAxK .item-img {
    height: 131px;
  }
}
@media (max-width: 767px) {
  .cid-tEAgPVLAxK .item-img {
    height: 96px;
  }
}
@media (max-width: 575px) {
  .cid-tEAgPVLAxK .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tEAgPVLAxK .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tEAgPVLAxK .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #878787;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tEAgPVLAxK .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tEAgPVLAxK .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tEAgPVLAxK .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tEAgPVLAxK .mbr-section-btn {
  margin-top: 20px;
}
.cid-tEAgPVLAxK .item-title {
  text-align: left;
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-tEAgPVLAxK .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tEAgPVLAxK .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-tEAgPVLAxK .mbr-text,
.cid-tEAgPVLAxK .mbr-section-btn {
  color: #353535;
}
.cid-tEAi7dPMio {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tEAi7dPMio .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tEAi7dPMio .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tEAi7dPMio .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tEAi7dPMio .row {
  display: flex;
  align-items: stretch;
}
.cid-tEAi7dPMio .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tEAi7dPMio .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tEAi7dPMio .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tEAi7dPMio .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tEAi7dPMio .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tEAi7dPMio .mbr-section-subtitle {
  color: #353535;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}
.cid-tEAi7dPMio .item:focus,
.cid-tEAi7dPMio span:focus {
  outline: none;
}
.cid-tEAi7dPMio .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tEAi7dPMio .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #e0e0e0;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tEAi7dPMio .item-wrapper .item-content a:hover {
  color: #878787 !important;
}
.cid-tEAi7dPMio .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tEAi7dPMio .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 159px;
}
@media (max-width: 1399px) {
  .cid-tEAi7dPMio .item-img {
    height: 142px;
  }
}
@media (max-width: 1199px) {
  .cid-tEAi7dPMio .item-img {
    height: 119px;
  }
}
@media (max-width: 991px) {
  .cid-tEAi7dPMio .item-img {
    height: 131px;
  }
}
@media (max-width: 767px) {
  .cid-tEAi7dPMio .item-img {
    height: 96px;
  }
}
@media (max-width: 575px) {
  .cid-tEAi7dPMio .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tEAi7dPMio .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tEAi7dPMio .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #878787;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tEAi7dPMio .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tEAi7dPMio .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tEAi7dPMio .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tEAi7dPMio .mbr-section-btn {
  margin-top: 20px;
}
.cid-tEAi7dPMio .item-title {
  text-align: left;
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-tEAi7dPMio .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tEAi7dPMio .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-tEAi7dPMio .mbr-text,
.cid-tEAi7dPMio .mbr-section-btn {
  color: #353535;
}
.cid-tIlgm0I8YH {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #878787;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .content {
    text-align: center;
  }
  .cid-tIlgm0I8YH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tIlgm0I8YH .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tIlgm0I8YH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tIlgm0I8YH .google-map {
  height: 25rem;
  position: relative;
}
.cid-tIlgm0I8YH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tIlgm0I8YH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tIlgm0I8YH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tIlgm0I8YH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tIlgm0I8YH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIlgm0I8YH .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tIlgm0I8YH .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tIlgm0I8YH .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tIlgm0I8YH .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlgm0I8YH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIlgm0I8YH .list {
  list-style-type: none;
  padding: 0;
}
.cid-tIlgm0I8YH .copyright > p {
  text-align: left;
}
