body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #fea806 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #343351 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #343351 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fea806 !important;
  border-color: #fea806 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b77801 !important;
  border-color: #b77801 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b77801 !important;
  border-color: #b77801 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #343351 !important;
  border-color: #343351 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #161522 !important;
  border-color: #161522 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #161522 !important;
  border-color: #161522 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #343351 !important;
  border-color: #343351 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #161522 !important;
  border-color: #161522 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #161522 !important;
  border-color: #161522 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #9d6701;
  color: #9d6701;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #fea806;
  border-color: #fea806;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fea806 !important;
  border-color: #fea806 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0c0c12;
  color: #0c0c12;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #343351;
  border-color: #343351;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #343351 !important;
  border-color: #343351 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0c0c12;
  color: #0c0c12;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #343351;
  border-color: #343351;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #343351 !important;
  border-color: #343351 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #fea806 !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #343351 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #343351 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9d6701 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0c0c12 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0c0c12 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #343351;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #343351;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fea806;
  border-color: #fea806;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fea806;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffefd1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a5a4c6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a5a4c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #fea806;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #fea806 !important;
  -webkit-box-shadow: 0 6px 16px 0 #fea806 !important;
  background-color: #fea806 !important;
  border-color: #fea806 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fea806;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fea806;
  border-bottom-color: #fea806;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fea806 !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: #5580ff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23fea806' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tS81ZdpTJt .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tS81ZdpTJt .collapsed {
  flex-direction: row!important;
}
.cid-tS81ZdpTJt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tS81ZdpTJt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tS81ZdpTJt .navbar-nav {
  margin: auto;
}
.cid-tS81ZdpTJt .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tS81ZdpTJt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tS81ZdpTJt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tS81ZdpTJt .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tS81ZdpTJt .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tS81ZdpTJt .nav-item:focus,
.cid-tS81ZdpTJt .nav-link:focus {
  outline: none;
}
.cid-tS81ZdpTJt .text-white:hover,
.cid-tS81ZdpTJt .text-white:active,
.cid-tS81ZdpTJt .text-white:focus {
  color: white!important;
}
.cid-tS81ZdpTJt .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tS81ZdpTJt .dropdown-item:hover {
  color: black!important;
}
.cid-tS81ZdpTJt .dropdown-menu {
  background-color: white!important;
}
.cid-tS81ZdpTJt .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tS81ZdpTJt .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tS81ZdpTJt .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tS81ZdpTJt .nav-item .nav-link {
    position: relative;
  }
}
.cid-tS81ZdpTJt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tS81ZdpTJt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tS81ZdpTJt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tS81ZdpTJt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tS81ZdpTJt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tS81ZdpTJt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tS81ZdpTJt .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tS81ZdpTJt .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tS81ZdpTJt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tS81ZdpTJt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tS81ZdpTJt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tS81ZdpTJt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tS81ZdpTJt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tS81ZdpTJt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tS81ZdpTJt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tS81ZdpTJt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tS81ZdpTJt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tS81ZdpTJt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tS81ZdpTJt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tS81ZdpTJt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tS81ZdpTJt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tS81ZdpTJt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tS81ZdpTJt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tS81ZdpTJt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tS81ZdpTJt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tS81ZdpTJt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tS81ZdpTJt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tS81ZdpTJt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tS81ZdpTJt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tS81ZdpTJt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tS81ZdpTJt .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tS81ZdpTJt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tS81ZdpTJt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tS81ZdpTJt .navbar-caption {
  font-weight: 600!important;
}
.cid-tS81ZdpTJt .dropdown-item.active,
.cid-tS81ZdpTJt .dropdown-item:active {
  background-color: transparent;
}
.cid-tS81ZdpTJt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tS81ZdpTJt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tS81ZdpTJt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tS81ZdpTJt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tS81ZdpTJt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tS81ZdpTJt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tS81ZdpTJt .navbar-buttons {
  text-align: center;
}
.cid-tS81ZdpTJt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tS81ZdpTJt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tS81ZdpTJt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tS81ZdpTJt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tS81ZdpTJt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tS81ZdpTJt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tS81ZdpTJt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tS81ZdpTJt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tS81ZdpTJt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tS81ZdpTJt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tS81ZdpTJt .nav-link {
  font-weight: 600!important;
}
.cid-tS81ZdpTJt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tS81ZdpTJt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tS81ZdpTJt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tS81ZdpTJt .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tS81ZdpTJt .navbar {
    height: 77px;
  }
  .cid-tS81ZdpTJt .navbar.opened {
    height: auto;
  }
  .cid-tS81ZdpTJt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tS7TGBDpHF {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/home-image-2000x1043.jpg");
}
.cid-tS7TGBDpHF H1 {
  text-align: left;
}
.cid-tS9sH1b0EU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tS9sH1b0EU H1 {
  color: #232323;
}
.cid-tS9sH1b0EU .align-left {
  margin: auto;
}
.cid-tS9sH1b0EU .row {
  justify-content: space-between;
}
.cid-tS9sH1b0EU .mbr-text,
.cid-tS9sH1b0EU .mbr-section-btn {
  color: #716c80;
}
.cid-tS9sH1b0EU .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-tS9sH1b0EU .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tS9sH1b0EU .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tS9sH1b0EU .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tS9sH1b0EU .link:hover {
  color: #fea806 !important;
}
.cid-tS9sH1b0EU .link:hover .link-ico {
  color: #fea806 !important;
  padding-left: 10px;
}
.cid-tS9sH1b0EU DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-tS9sH1b0EU .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-tS9sH1b0EU h1 {
    padding-bottom: 1rem;
  }
}
.cid-tSblRXmpMP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSblRXmpMP h4 {
  margin-bottom: 0;
}
.cid-tSblRXmpMP p {
  color: #767676;
}
.cid-tSblRXmpMP .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tSblRXmpMP .btn-info-outline {
  border: none;
  color: #343351 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tSblRXmpMP .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tSblRXmpMP .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tSblRXmpMP .btn-info-outline:hover {
  background-color: transparent!important;
  color: #fea806 !important;
  box-shadow: none!important;
}
.cid-tSblRXmpMP .btn-info-outline:active,
.cid-tSblRXmpMP .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tSblRXmpMP .card-box {
  padding-top: 2rem;
}
.cid-tSblRXmpMP .card-wrapper {
  height: 100%;
}
.cid-tSblRXmpMP .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tSblRXmpMP img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-tSblRXmpMP .card-title {
  color: #232323;
}
.cid-tSblRXmpMP .main-title {
  color: #57468b;
}
.cid-tSblRXmpMP DIV {
  color: #57468b;
}
.cid-tSblRXmpMP .card-img {
  width: auto;
}
.cid-tSbrcAYNnG {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tSbrcAYNnG img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tSbrcAYNnG H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tSbrcAYNnG .mbr-text,
.cid-tSbrcAYNnG .mbr-section-btn {
  color: #716c80;
}
.cid-tSbrcAYNnG H3 {
  color: #716c80;
}
.cid-tSbrcAYNnG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tSbrcAYNnG .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tSbrcAYNnG .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tSbrcAYNnG .link:hover {
  color: #fea806 !important;
}
.cid-tSbrcAYNnG .link:hover .link-ico {
  color: #fea806 !important;
  padding-left: 10px;
}
.cid-tSbrcAYNnG DIV {
  color: #57468b;
}
.cid-tSbrcAYNnG .mbr-text,
.cid-tSbrcAYNnG .media-content {
  text-align: center;
  color: #ffffff;
}
.cid-tSyfeK2TpV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tSyfeK2TpV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tSyfeK2TpV p {
  line-height: 2;
}
.cid-tSyfeK2TpV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-tSyfeK2TpV .map {
  text-decoration: underline;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-tSyfeK2TpV .row {
    text-align: center;
  }
  .cid-tSyfeK2TpV .social-row {
    justify-content: center;
  }
}
.cid-tSyfeK2TpV .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSyfeK2TpV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSyfeK2TpV .list {
    margin-bottom: 0rem;
  }
}
.cid-tSyfeK2TpV .mbr-iconfont {
  color: #eddb20;
}
.cid-tSyfeK2TpV .mbr-section-subtitle {
  color: #5580ff;
}
.cid-tSyfeK2TpV .phone {
  color: #103178;
}
.cid-tSyfeK2TpV .mbr-text {
  color: #ffffff;
}
.cid-tSsSmyxyxa .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tSsSmyxyxa .collapsed {
  flex-direction: row!important;
}
.cid-tSsSmyxyxa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSsSmyxyxa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSsSmyxyxa .navbar-nav {
  margin: auto;
}
.cid-tSsSmyxyxa .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSsSmyxyxa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSsSmyxyxa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSsSmyxyxa .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tSsSmyxyxa .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tSsSmyxyxa .nav-item:focus,
.cid-tSsSmyxyxa .nav-link:focus {
  outline: none;
}
.cid-tSsSmyxyxa .text-white:hover,
.cid-tSsSmyxyxa .text-white:active,
.cid-tSsSmyxyxa .text-white:focus {
  color: white!important;
}
.cid-tSsSmyxyxa .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tSsSmyxyxa .dropdown-item:hover {
  color: black!important;
}
.cid-tSsSmyxyxa .dropdown-menu {
  background-color: white!important;
}
.cid-tSsSmyxyxa .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tSsSmyxyxa .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tSsSmyxyxa .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tSsSmyxyxa .nav-item .nav-link {
    position: relative;
  }
}
.cid-tSsSmyxyxa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSsSmyxyxa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSsSmyxyxa .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tSsSmyxyxa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tSsSmyxyxa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSsSmyxyxa .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tSsSmyxyxa .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tSsSmyxyxa .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tSsSmyxyxa .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSsSmyxyxa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSsSmyxyxa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tSsSmyxyxa .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tSsSmyxyxa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSsSmyxyxa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSsSmyxyxa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tSsSmyxyxa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSsSmyxyxa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tSsSmyxyxa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tSsSmyxyxa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSsSmyxyxa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSsSmyxyxa .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tSsSmyxyxa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSsSmyxyxa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSsSmyxyxa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tSsSmyxyxa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tSsSmyxyxa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSsSmyxyxa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSsSmyxyxa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tSsSmyxyxa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tSsSmyxyxa .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tSsSmyxyxa .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tSsSmyxyxa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tSsSmyxyxa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tSsSmyxyxa .navbar-caption {
  font-weight: 600!important;
}
.cid-tSsSmyxyxa .dropdown-item.active,
.cid-tSsSmyxyxa .dropdown-item:active {
  background-color: transparent;
}
.cid-tSsSmyxyxa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSsSmyxyxa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSsSmyxyxa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSsSmyxyxa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tSsSmyxyxa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSsSmyxyxa ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tSsSmyxyxa .navbar-buttons {
  text-align: center;
}
.cid-tSsSmyxyxa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSsSmyxyxa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tSsSmyxyxa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tSsSmyxyxa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tSsSmyxyxa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tSsSmyxyxa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tSsSmyxyxa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSsSmyxyxa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tSsSmyxyxa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tSsSmyxyxa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSsSmyxyxa .nav-link {
  font-weight: 600!important;
}
.cid-tSsSmyxyxa a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSsSmyxyxa .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tSsSmyxyxa .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tSsSmyxyxa .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tSsSmyxyxa .navbar {
    height: 77px;
  }
  .cid-tSsSmyxyxa .navbar.opened {
    height: auto;
  }
  .cid-tSsSmyxyxa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSsSmAdqYu {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/about-page-1400x400.jpg");
}
.cid-tSsSmAdqYu img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tSsSmAdqYu H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tSsSmAdqYu .mbr-text,
.cid-tSsSmAdqYu .mbr-section-btn {
  color: #716c80;
}
.cid-tSsSmAdqYu H3 {
  color: #716c80;
}
.cid-tSsSmAdqYu .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tSsSmAdqYu .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tSsSmAdqYu .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tSsSmAdqYu .link:hover {
  color: #fea806 !important;
}
.cid-tSsSmAdqYu .link:hover .link-ico {
  color: #fea806 !important;
  padding-left: 10px;
}
.cid-tSsSmAdqYu DIV {
  color: #57468b;
}
.cid-tSsSmAdqYu .mbr-text,
.cid-tSsSmAdqYu .media-content {
  text-align: center;
  color: #ffffff;
}
.cid-tSsW5YKLsT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tSsW5YKLsT img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tSsW5YKLsT H1 {
  color: #57468b;
}
.cid-tSsW5YKLsT .mbr-text,
.cid-tSsW5YKLsT .mbr-section-btn {
  color: #716c80;
}
.cid-tSsW5YKLsT H3 {
  color: #716c80;
}
.cid-tSsW5YKLsT .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tSsW5YKLsT .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tSsW5YKLsT .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tSsW5YKLsT .link:hover {
  color: #fea806 !important;
}
.cid-tSsW5YKLsT .link:hover .link-ico {
  color: #fea806 !important;
  padding-left: 10px;
}
.cid-tSsW5YKLsT DIV {
  color: #57468b;
}
.cid-tSsW5YKLsT .mbr-text,
.cid-tSsW5YKLsT .media-content {
  text-align: left;
}
.cid-tSyfeK2TpV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tSyfeK2TpV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tSyfeK2TpV p {
  line-height: 2;
}
.cid-tSyfeK2TpV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-tSyfeK2TpV .map {
  text-decoration: underline;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-tSyfeK2TpV .row {
    text-align: center;
  }
  .cid-tSyfeK2TpV .social-row {
    justify-content: center;
  }
}
.cid-tSyfeK2TpV .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSyfeK2TpV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSyfeK2TpV .list {
    margin-bottom: 0rem;
  }
}
.cid-tSyfeK2TpV .mbr-iconfont {
  color: #eddb20;
}
.cid-tSyfeK2TpV .mbr-section-subtitle {
  color: #5580ff;
}
.cid-tSyfeK2TpV .phone {
  color: #103178;
}
.cid-tSyfeK2TpV .mbr-text {
  color: #ffffff;
}
.cid-tSsZ5Z615t .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tSsZ5Z615t .collapsed {
  flex-direction: row!important;
}
.cid-tSsZ5Z615t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSsZ5Z615t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSsZ5Z615t .navbar-nav {
  margin: auto;
}
.cid-tSsZ5Z615t .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSsZ5Z615t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSsZ5Z615t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSsZ5Z615t .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tSsZ5Z615t .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tSsZ5Z615t .nav-item:focus,
.cid-tSsZ5Z615t .nav-link:focus {
  outline: none;
}
.cid-tSsZ5Z615t .text-white:hover,
.cid-tSsZ5Z615t .text-white:active,
.cid-tSsZ5Z615t .text-white:focus {
  color: white!important;
}
.cid-tSsZ5Z615t .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tSsZ5Z615t .dropdown-item:hover {
  color: black!important;
}
.cid-tSsZ5Z615t .dropdown-menu {
  background-color: white!important;
}
.cid-tSsZ5Z615t .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tSsZ5Z615t .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tSsZ5Z615t .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tSsZ5Z615t .nav-item .nav-link {
    position: relative;
  }
}
.cid-tSsZ5Z615t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSsZ5Z615t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSsZ5Z615t .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tSsZ5Z615t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tSsZ5Z615t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSsZ5Z615t .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tSsZ5Z615t .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tSsZ5Z615t .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tSsZ5Z615t .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSsZ5Z615t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSsZ5Z615t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tSsZ5Z615t .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tSsZ5Z615t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSsZ5Z615t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSsZ5Z615t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tSsZ5Z615t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSsZ5Z615t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tSsZ5Z615t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tSsZ5Z615t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSsZ5Z615t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSsZ5Z615t .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tSsZ5Z615t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSsZ5Z615t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSsZ5Z615t .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tSsZ5Z615t .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tSsZ5Z615t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSsZ5Z615t .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSsZ5Z615t .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tSsZ5Z615t .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tSsZ5Z615t .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tSsZ5Z615t .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tSsZ5Z615t .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tSsZ5Z615t .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tSsZ5Z615t .navbar-caption {
  font-weight: 600!important;
}
.cid-tSsZ5Z615t .dropdown-item.active,
.cid-tSsZ5Z615t .dropdown-item:active {
  background-color: transparent;
}
.cid-tSsZ5Z615t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSsZ5Z615t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSsZ5Z615t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSsZ5Z615t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tSsZ5Z615t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSsZ5Z615t ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tSsZ5Z615t .navbar-buttons {
  text-align: center;
}
.cid-tSsZ5Z615t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSsZ5Z615t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tSsZ5Z615t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tSsZ5Z615t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tSsZ5Z615t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tSsZ5Z615t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tSsZ5Z615t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSsZ5Z615t nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tSsZ5Z615t nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tSsZ5Z615t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSsZ5Z615t .nav-link {
  font-weight: 600!important;
}
.cid-tSsZ5Z615t a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSsZ5Z615t .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tSsZ5Z615t .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tSsZ5Z615t .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tSsZ5Z615t .navbar {
    height: 77px;
  }
  .cid-tSsZ5Z615t .navbar.opened {
    height: auto;
  }
  .cid-tSsZ5Z615t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSsZ5Zw0Zn {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/about-page-1400x400.jpg");
}
.cid-tSsZ5Zw0Zn img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tSsZ5Zw0Zn H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tSsZ5Zw0Zn .mbr-text,
.cid-tSsZ5Zw0Zn .mbr-section-btn {
  color: #716c80;
}
.cid-tSsZ5Zw0Zn H3 {
  color: #716c80;
}
.cid-tSsZ5Zw0Zn .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tSsZ5Zw0Zn .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tSsZ5Zw0Zn .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tSsZ5Zw0Zn .link:hover {
  color: #fea806 !important;
}
.cid-tSsZ5Zw0Zn .link:hover .link-ico {
  color: #fea806 !important;
  padding-left: 10px;
}
.cid-tSsZ5Zw0Zn DIV {
  color: #57468b;
}
.cid-tSsZ5Zw0Zn .mbr-text,
.cid-tSsZ5Zw0Zn .media-content {
  text-align: center;
  color: #ffffff;
}
.cid-tUxvyblIl1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tUxvyblIl1 .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-tUxvyblIl1 .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tUxvyblIl1 .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.85;
}
.cid-tUxvyblIl1 .contents .mbr-section-title {
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-tUxvyblIl1 .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  letter-spacing: 0;
  line-height: 1.5;
}
.cid-tUxvyblIl1 .card-wrapper {
  height: 100%;
}
.cid-tUxvyblIl1 .card-wrapper .card-box {
  padding-top: 2rem;
}
.cid-tUxvyblIl1 .card-wrapper .card-box .card-title {
  color: #28303f;
  transition: 0.3s all;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-tUxvyblIl1 .card-wrapper .card-box .card-title:hover {
  color: #4f87fb;
  transition: 0.3s all;
}
.cid-tUxvyblIl1 .card-wrapper .card-box .card-title.display-5 {
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: -0.5px;
}
.cid-tUxvyblIl1 .card-wrapper .card-box .card-subtitle {
  color: #a0a9b6;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-tUxvyblIl1 .card-wrapper .card-box .card-subtitle.display-4 {
  font-size: 12px;
}
.cid-tUxvyblIl1 .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tUxvyblIl1 .card-wrapper .card-box .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tUxvyblIl1 .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
}
.cid-tUxvyblIl1 .card-wrapper .card-img {
  position: relative;
}
.cid-tUxvyblIl1 .card-wrapper .card-img img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-tUxvyblIl1 .card-wrapper .card-img .meta-category {
  background-color: #fea806;
  display: inline-block;
  padding: 6px 25px;
  color: #fff;
  position: absolute;
  bottom: -15px;
  right: 35px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  z-index: 9;
  border-radius: 15px;
}
.cid-tUxvyblIl1 .card-wrapper .card-img .meta-category .btn {
  font-weight: 600 !important;
}
.cid-tUxvyblIl1 .card-wrapper .card-img .meta-category .btn:hover {
  color: currentColor !important;
}
.cid-tUxvyblIl1 .card-wrapper .mbr-link-btn .btn {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1px;
}
.cid-tUxvyblIl1 .card-wrapper .mbr-link-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tUxvyblIl1 .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-tUxvyblIl1 .btn[class*='-outline'] span {
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  transition: padding 0.3s !important;
}
.cid-tUxvyblIl1 .btn[class*='-outline']:hover span {
  padding-left: 10px;
}
.cid-tUxvyblIl1 .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-tUxvyblIl1 .btn[class*='-outline']:active,
.cid-tUxvyblIl1 .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tV19HHjxZG {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tV19HHjxZG .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-tV19HHjxZG .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tV19HHjxZG .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.85;
}
.cid-tV19HHjxZG .contents .mbr-section-title {
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-tV19HHjxZG .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  letter-spacing: 0;
  line-height: 1.5;
}
.cid-tV19HHjxZG .card-wrapper {
  height: 100%;
}
.cid-tV19HHjxZG .card-wrapper .card-box {
  padding-top: 2rem;
}
.cid-tV19HHjxZG .card-wrapper .card-box .card-title {
  color: #28303f;
  transition: 0.3s all;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-tV19HHjxZG .card-wrapper .card-box .card-title:hover {
  color: #4f87fb;
  transition: 0.3s all;
}
.cid-tV19HHjxZG .card-wrapper .card-box .card-title.display-5 {
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: -0.5px;
}
.cid-tV19HHjxZG .card-wrapper .card-box .card-subtitle {
  color: #a0a9b6;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-tV19HHjxZG .card-wrapper .card-box .card-subtitle.display-4 {
  font-size: 12px;
}
.cid-tV19HHjxZG .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tV19HHjxZG .card-wrapper .card-box .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tV19HHjxZG .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
}
.cid-tV19HHjxZG .card-wrapper .card-img {
  position: relative;
}
.cid-tV19HHjxZG .card-wrapper .card-img img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-tV19HHjxZG .card-wrapper .card-img .meta-category {
  background-color: #fea806;
  display: inline-block;
  padding: 6px 25px;
  color: #fff;
  position: absolute;
  bottom: -15px;
  right: 35px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  z-index: 9;
  border-radius: 15px;
}
.cid-tV19HHjxZG .card-wrapper .card-img .meta-category .btn {
  font-weight: 600 !important;
}
.cid-tV19HHjxZG .card-wrapper .card-img .meta-category .btn:hover {
  color: currentColor !important;
}
.cid-tV19HHjxZG .card-wrapper .mbr-link-btn .btn {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1px;
}
.cid-tV19HHjxZG .card-wrapper .mbr-link-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tV19HHjxZG .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-tV19HHjxZG .btn[class*='-outline'] span {
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  transition: padding 0.3s !important;
}
.cid-tV19HHjxZG .btn[class*='-outline']:hover span {
  padding-left: 10px;
}
.cid-tV19HHjxZG .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-tV19HHjxZG .btn[class*='-outline']:active,
.cid-tV19HHjxZG .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tSyfeK2TpV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tSyfeK2TpV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tSyfeK2TpV p {
  line-height: 2;
}
.cid-tSyfeK2TpV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-tSyfeK2TpV .map {
  text-decoration: underline;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-tSyfeK2TpV .row {
    text-align: center;
  }
  .cid-tSyfeK2TpV .social-row {
    justify-content: center;
  }
}
.cid-tSyfeK2TpV .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSyfeK2TpV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSyfeK2TpV .list {
    margin-bottom: 0rem;
  }
}
.cid-tSyfeK2TpV .mbr-iconfont {
  color: #eddb20;
}
.cid-tSyfeK2TpV .mbr-section-subtitle {
  color: #5580ff;
}
.cid-tSyfeK2TpV .phone {
  color: #103178;
}
.cid-tSyfeK2TpV .mbr-text {
  color: #ffffff;
}
.cid-tSylyXniRv .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tSylyXniRv .collapsed {
  flex-direction: row!important;
}
.cid-tSylyXniRv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSylyXniRv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSylyXniRv .navbar-nav {
  margin: auto;
}
.cid-tSylyXniRv .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSylyXniRv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSylyXniRv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSylyXniRv .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tSylyXniRv .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tSylyXniRv .nav-item:focus,
.cid-tSylyXniRv .nav-link:focus {
  outline: none;
}
.cid-tSylyXniRv .text-white:hover,
.cid-tSylyXniRv .text-white:active,
.cid-tSylyXniRv .text-white:focus {
  color: white!important;
}
.cid-tSylyXniRv .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tSylyXniRv .dropdown-item:hover {
  color: black!important;
}
.cid-tSylyXniRv .dropdown-menu {
  background-color: white!important;
}
.cid-tSylyXniRv .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tSylyXniRv .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tSylyXniRv .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tSylyXniRv .nav-item .nav-link {
    position: relative;
  }
}
.cid-tSylyXniRv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSylyXniRv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSylyXniRv .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tSylyXniRv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tSylyXniRv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSylyXniRv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tSylyXniRv .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tSylyXniRv .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tSylyXniRv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSylyXniRv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSylyXniRv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tSylyXniRv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tSylyXniRv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSylyXniRv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSylyXniRv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tSylyXniRv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSylyXniRv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tSylyXniRv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tSylyXniRv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSylyXniRv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSylyXniRv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tSylyXniRv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSylyXniRv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSylyXniRv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tSylyXniRv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tSylyXniRv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSylyXniRv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSylyXniRv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tSylyXniRv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tSylyXniRv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tSylyXniRv .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tSylyXniRv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tSylyXniRv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tSylyXniRv .navbar-caption {
  font-weight: 600!important;
}
.cid-tSylyXniRv .dropdown-item.active,
.cid-tSylyXniRv .dropdown-item:active {
  background-color: transparent;
}
.cid-tSylyXniRv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSylyXniRv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSylyXniRv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSylyXniRv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tSylyXniRv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSylyXniRv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tSylyXniRv .navbar-buttons {
  text-align: center;
}
.cid-tSylyXniRv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSylyXniRv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tSylyXniRv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tSylyXniRv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tSylyXniRv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tSylyXniRv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tSylyXniRv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSylyXniRv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tSylyXniRv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tSylyXniRv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSylyXniRv .nav-link {
  font-weight: 600!important;
}
.cid-tSylyXniRv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSylyXniRv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tSylyXniRv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tSylyXniRv .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tSylyXniRv .navbar {
    height: 77px;
  }
  .cid-tSylyXniRv .navbar.opened {
    height: auto;
  }
  .cid-tSylyXniRv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSylyYwOsE {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/about-page-1400x400.jpg");
}
.cid-tSylyYwOsE img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tSylyYwOsE H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tSylyYwOsE .mbr-text,
.cid-tSylyYwOsE .mbr-section-btn {
  color: #716c80;
}
.cid-tSylyYwOsE H3 {
  color: #716c80;
}
.cid-tSylyYwOsE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tSylyYwOsE .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tSylyYwOsE .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tSylyYwOsE .link:hover {
  color: #fea806 !important;
}
.cid-tSylyYwOsE .link:hover .link-ico {
  color: #fea806 !important;
  padding-left: 10px;
}
.cid-tSylyYwOsE DIV {
  color: #57468b;
}
.cid-tSylyYwOsE .mbr-text,
.cid-tSylyYwOsE .media-content {
  text-align: center;
  color: #ffffff;
}
.cid-tSyqlnKykw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSyqlnKykw .mbr-section-title {
  color: #2e6b75;
}
.cid-tSyqlnKykw .mbr-text {
  color: #767676;
}
.cid-tSyqlnKykw .mbr-section-subtitle {
  color: #767676;
}
.cid-tSyqlnKykw .title .num {
  width: 100%;
  display: block;
}
.cid-tSyqlnKykw .num {
  color: #5580ff;
}
.cid-tSyqlnKykw .card-title {
  color: #2e6b75;
}
.cid-tSyqlnKykw .card-title-last {
  color: #ffffff;
}
.cid-tSyqlnKykw .card-text-last {
  color: #ffffff;
}
.cid-tSyqlnKykw .card-box-last {
  background-color: #5580ff;
  padding-bottom: 60px;
  padding-top: 48px;
}
@media (min-width: 992px) {
  .cid-tSyqlnKykw .card-wrapper {
    border-bottom: 1px solid #c1dce0;
  }
  .cid-tSyqlnKykw .card:not(:nth-child(3n + 1)):not(:last-child) .card-box {
    border-left: 1px solid #c1dce0;
  }
  .cid-tSyqlnKykw .card:not(:nth-child(3n + 1)) .card-inner-block {
    padding: 0 55px;
  }
}
@media (max-width: 991px) {
  .cid-tSyqlnKykw .card:last-child .card-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tSyqlnKykw * {
    text-align: center !important;
  }
  .cid-tSyqlnKykw .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tSyqlnKykw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSyqlnKykw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSyqlnKykw .mbr-section-title,
.cid-tSyqlnKykw .card-box {
  color: #232323;
}
.cid-tSyqlnKykw .card-text {
  color: #232323;
  text-align: right;
}
.cid-tSyqlnKykw .card-title,
.cid-tSyqlnKykw .card-img {
  color: #cc2952;
}
.cid-tSyDPXeLMV {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tSyDPXeLMV .mbr-text {
  color: #716c80;
}
.cid-tSyDPXeLMV .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tSyDPXeLMV .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-tSyDPXeLMV .card-wrapper:hover .ico2 {
  color: #fea806 !important;
}
.cid-tSyDPXeLMV .ico2 {
  color: #343351 !important;
  transition: all 0.6s;
}
.cid-tSyDPXeLMV .text-info:hover {
  color: inherit!important;
}
.cid-tSyDPXeLMV .card-box {
  padding: 0rem 1rem;
}
.cid-tSyDPXeLMV .ico1 {
  font-size: 3rem !important;
}
.cid-tSyDPXeLMV h3,
.cid-tSyDPXeLMV h4 {
  padding: 0;
  margin: 0;
}
.cid-tSyDPXeLMV .card-title,
.cid-tSyDPXeLMV .card-img {
  color: #57468b;
}
.cid-tSyDPXeLMV .card-title {
  color: #57468b;
}
.cid-tSyDPXeLMV .card-img {
  width: auto;
}
.cid-tSylz2d2cK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tSylz2d2cK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tSylz2d2cK p {
  line-height: 2;
}
.cid-tSylz2d2cK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-tSylz2d2cK .map {
  text-decoration: underline;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-tSylz2d2cK .row {
    text-align: center;
  }
  .cid-tSylz2d2cK .social-row {
    justify-content: center;
  }
}
.cid-tSylz2d2cK .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSylz2d2cK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSylz2d2cK .list {
    margin-bottom: 0rem;
  }
}
.cid-tSylz2d2cK .mbr-iconfont {
  color: #eddb20;
}
.cid-tSylz2d2cK .mbr-section-subtitle {
  color: #5580ff;
}
.cid-tSylz2d2cK .phone {
  color: #103178;
}
.cid-tSylz2d2cK .mbr-text {
  color: #ffffff;
}
.cid-tSylDLpz5W .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tSylDLpz5W .collapsed {
  flex-direction: row!important;
}
.cid-tSylDLpz5W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSylDLpz5W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSylDLpz5W .navbar-nav {
  margin: auto;
}
.cid-tSylDLpz5W .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSylDLpz5W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSylDLpz5W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSylDLpz5W .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tSylDLpz5W .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tSylDLpz5W .nav-item:focus,
.cid-tSylDLpz5W .nav-link:focus {
  outline: none;
}
.cid-tSylDLpz5W .text-white:hover,
.cid-tSylDLpz5W .text-white:active,
.cid-tSylDLpz5W .text-white:focus {
  color: white!important;
}
.cid-tSylDLpz5W .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tSylDLpz5W .dropdown-item:hover {
  color: black!important;
}
.cid-tSylDLpz5W .dropdown-menu {
  background-color: white!important;
}
.cid-tSylDLpz5W .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tSylDLpz5W .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tSylDLpz5W .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tSylDLpz5W .nav-item .nav-link {
    position: relative;
  }
}
.cid-tSylDLpz5W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSylDLpz5W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSylDLpz5W .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tSylDLpz5W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tSylDLpz5W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSylDLpz5W .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tSylDLpz5W .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tSylDLpz5W .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tSylDLpz5W .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSylDLpz5W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSylDLpz5W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tSylDLpz5W .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tSylDLpz5W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSylDLpz5W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSylDLpz5W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tSylDLpz5W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSylDLpz5W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tSylDLpz5W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tSylDLpz5W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSylDLpz5W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSylDLpz5W .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tSylDLpz5W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSylDLpz5W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSylDLpz5W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tSylDLpz5W .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tSylDLpz5W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSylDLpz5W .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSylDLpz5W .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tSylDLpz5W .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tSylDLpz5W .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tSylDLpz5W .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tSylDLpz5W .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tSylDLpz5W .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tSylDLpz5W .navbar-caption {
  font-weight: 600!important;
}
.cid-tSylDLpz5W .dropdown-item.active,
.cid-tSylDLpz5W .dropdown-item:active {
  background-color: transparent;
}
.cid-tSylDLpz5W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSylDLpz5W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSylDLpz5W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSylDLpz5W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tSylDLpz5W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSylDLpz5W ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tSylDLpz5W .navbar-buttons {
  text-align: center;
}
.cid-tSylDLpz5W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSylDLpz5W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tSylDLpz5W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tSylDLpz5W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tSylDLpz5W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tSylDLpz5W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tSylDLpz5W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSylDLpz5W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tSylDLpz5W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tSylDLpz5W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSylDLpz5W .nav-link {
  font-weight: 600!important;
}
.cid-tSylDLpz5W a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSylDLpz5W .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tSylDLpz5W .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tSylDLpz5W .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tSylDLpz5W .navbar {
    height: 77px;
  }
  .cid-tSylDLpz5W .navbar.opened {
    height: auto;
  }
  .cid-tSylDLpz5W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSylDMIqWR {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/about-page-1400x400.jpg");
}
.cid-tSylDMIqWR img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tSylDMIqWR H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tSylDMIqWR .mbr-text,
.cid-tSylDMIqWR .mbr-section-btn {
  color: #716c80;
}
.cid-tSylDMIqWR H3 {
  color: #716c80;
}
.cid-tSylDMIqWR .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tSylDMIqWR .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tSylDMIqWR .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tSylDMIqWR .link:hover {
  color: #fea806 !important;
}
.cid-tSylDMIqWR .link:hover .link-ico {
  color: #fea806 !important;
  padding-left: 10px;
}
.cid-tSylDMIqWR DIV {
  color: #57468b;
}
.cid-tSylDMIqWR .mbr-text,
.cid-tSylDMIqWR .media-content {
  text-align: center;
  color: #ffffff;
}
.cid-tSyG9wQPh6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSyG9wQPh6 h4 {
  margin-bottom: 0;
}
.cid-tSyG9wQPh6 p {
  color: #767676;
}
.cid-tSyG9wQPh6 .btn-info-outline {
  border: none;
  color: #343351 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tSyG9wQPh6 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tSyG9wQPh6 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tSyG9wQPh6 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #fea806 !important;
  box-shadow: none!important;
}
.cid-tSyG9wQPh6 .btn-info-outline:active,
.cid-tSyG9wQPh6 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tSyG9wQPh6 .card-box {
  padding-top: 2rem;
}
.cid-tSyG9wQPh6 .card-wrapper {
  height: 100%;
}
.cid-tSyG9wQPh6 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tSyG9wQPh6 img {
  border-radius: 8px;
}
.cid-tSyG9wQPh6 .card-title {
  color: #232323;
}
.cid-tSyG9wQPh6 .main-title {
  color: #57468b;
  text-align: center;
}
.cid-tSyG9wQPh6 DIV {
  color: #57468b;
}
.cid-tSyG9wQPh6 .card-img {
  width: auto;
}
.cid-tSyG9wQPh6 .mbr-text,
.cid-tSyG9wQPh6 .mbr-section-btn {
  color: #232323;
}
.cid-tVcOg2wrgb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVcOg2wrgb h4 {
  margin-bottom: 0;
}
.cid-tVcOg2wrgb p {
  color: #767676;
}
.cid-tVcOg2wrgb .btn-info-outline {
  border: none;
  color: #343351 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tVcOg2wrgb .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tVcOg2wrgb .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tVcOg2wrgb .btn-info-outline:hover {
  background-color: transparent!important;
  color: #fea806 !important;
  box-shadow: none!important;
}
.cid-tVcOg2wrgb .btn-info-outline:active,
.cid-tVcOg2wrgb .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tVcOg2wrgb .card-box {
  padding-top: 2rem;
}
.cid-tVcOg2wrgb .card-wrapper {
  height: 100%;
}
.cid-tVcOg2wrgb .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tVcOg2wrgb img {
  border-radius: 8px;
}
.cid-tVcOg2wrgb .card-title {
  color: #232323;
}
.cid-tVcOg2wrgb .main-title {
  color: #57468b;
  text-align: center;
}
.cid-tVcOg2wrgb DIV {
  color: #57468b;
}
.cid-tVcOg2wrgb .card-img {
  width: auto;
}
.cid-tVcOg2wrgb .mbr-text,
.cid-tVcOg2wrgb .mbr-section-btn {
  color: #232323;
}
.cid-tSylDPDQ47 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tSylDPDQ47 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tSylDPDQ47 p {
  line-height: 2;
}
.cid-tSylDPDQ47 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-tSylDPDQ47 .map {
  text-decoration: underline;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-tSylDPDQ47 .row {
    text-align: center;
  }
  .cid-tSylDPDQ47 .social-row {
    justify-content: center;
  }
}
.cid-tSylDPDQ47 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSylDPDQ47 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSylDPDQ47 .list {
    margin-bottom: 0rem;
  }
}
.cid-tSylDPDQ47 .mbr-iconfont {
  color: #eddb20;
}
.cid-tSylDPDQ47 .mbr-section-subtitle {
  color: #5580ff;
}
.cid-tSylDPDQ47 .phone {
  color: #103178;
}
.cid-tSylDPDQ47 .mbr-text {
  color: #ffffff;
}
.cid-tSylKTVxfP .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tSylKTVxfP .collapsed {
  flex-direction: row!important;
}
.cid-tSylKTVxfP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSylKTVxfP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSylKTVxfP .navbar-nav {
  margin: auto;
}
.cid-tSylKTVxfP .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSylKTVxfP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSylKTVxfP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSylKTVxfP .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tSylKTVxfP .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tSylKTVxfP .nav-item:focus,
.cid-tSylKTVxfP .nav-link:focus {
  outline: none;
}
.cid-tSylKTVxfP .text-white:hover,
.cid-tSylKTVxfP .text-white:active,
.cid-tSylKTVxfP .text-white:focus {
  color: white!important;
}
.cid-tSylKTVxfP .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tSylKTVxfP .dropdown-item:hover {
  color: black!important;
}
.cid-tSylKTVxfP .dropdown-menu {
  background-color: white!important;
}
.cid-tSylKTVxfP .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tSylKTVxfP .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tSylKTVxfP .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tSylKTVxfP .nav-item .nav-link {
    position: relative;
  }
}
.cid-tSylKTVxfP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSylKTVxfP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSylKTVxfP .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tSylKTVxfP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tSylKTVxfP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSylKTVxfP .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tSylKTVxfP .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tSylKTVxfP .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tSylKTVxfP .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSylKTVxfP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSylKTVxfP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tSylKTVxfP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tSylKTVxfP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSylKTVxfP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSylKTVxfP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tSylKTVxfP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSylKTVxfP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tSylKTVxfP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tSylKTVxfP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSylKTVxfP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSylKTVxfP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tSylKTVxfP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSylKTVxfP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSylKTVxfP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tSylKTVxfP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tSylKTVxfP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSylKTVxfP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSylKTVxfP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tSylKTVxfP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tSylKTVxfP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tSylKTVxfP .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tSylKTVxfP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tSylKTVxfP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tSylKTVxfP .navbar-caption {
  font-weight: 600!important;
}
.cid-tSylKTVxfP .dropdown-item.active,
.cid-tSylKTVxfP .dropdown-item:active {
  background-color: transparent;
}
.cid-tSylKTVxfP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSylKTVxfP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSylKTVxfP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSylKTVxfP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tSylKTVxfP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSylKTVxfP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tSylKTVxfP .navbar-buttons {
  text-align: center;
}
.cid-tSylKTVxfP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSylKTVxfP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tSylKTVxfP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tSylKTVxfP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tSylKTVxfP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tSylKTVxfP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tSylKTVxfP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSylKTVxfP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tSylKTVxfP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tSylKTVxfP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSylKTVxfP .nav-link {
  font-weight: 600!important;
}
.cid-tSylKTVxfP a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSylKTVxfP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tSylKTVxfP .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tSylKTVxfP .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tSylKTVxfP .navbar {
    height: 77px;
  }
  .cid-tSylKTVxfP .navbar.opened {
    height: auto;
  }
  .cid-tSylKTVxfP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSylKURKQk {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/about-page-1400x400.jpg");
}
.cid-tSylKURKQk img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tSylKURKQk H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tSylKURKQk .mbr-text,
.cid-tSylKURKQk .mbr-section-btn {
  color: #716c80;
}
.cid-tSylKURKQk H3 {
  color: #716c80;
}
.cid-tSylKURKQk .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tSylKURKQk .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tSylKURKQk .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tSylKURKQk .link:hover {
  color: #fea806 !important;
}
.cid-tSylKURKQk .link:hover .link-ico {
  color: #fea806 !important;
  padding-left: 10px;
}
.cid-tSylKURKQk DIV {
  color: #57468b;
}
.cid-tSylKURKQk .mbr-text,
.cid-tSylKURKQk .media-content {
  text-align: center;
  color: #ffffff;
}
.cid-tSym6wmf4D {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tSym6wmf4D .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tSym6wmf4D input,
.cid-tSym6wmf4D textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-tSym6wmf4D img {
  width: 90%;
  border-radius: 8px;
}
.cid-tSym6wmf4D .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-tSym6wmf4D textarea {
  min-height: 160px;
}
.cid-tSym6wmf4D .form-control,
.cid-tSym6wmf4D .field-input {
  padding: 0.5rem;
  background-color: #e1e8ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tSym6wmf4D .form-control:hover,
.cid-tSym6wmf4D .field-input:hover,
.cid-tSym6wmf4D .form-control:focus,
.cid-tSym6wmf4D .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tSym6wmf4D input::-webkit-input-placeholder,
.cid-tSym6wmf4D textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-tSym6wmf4D input:-moz-placeholder,
.cid-tSym6wmf4D textarea:-moz-placeholder {
  color: #232323;
}
.cid-tSym6wmf4D .jq-selectbox li,
.cid-tSym6wmf4D .jq-selectbox li {
  background-color: #e1e8ff;
  color: #000000;
}
.cid-tSym6wmf4D .jq-selectbox li:hover,
.cid-tSym6wmf4D .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-tSym6wmf4D .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e1e8ff;
}
.cid-tSym6wmf4D .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-tSym6wmf4D H5 {
  color: #232323;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tSym6wmf4D img {
    width: 100%;
  }
  .cid-tSym6wmf4D .google-map {
    margin-bottom: 2rem;
  }
}
.cid-tSym6wmf4D .google-map {
  height: 32rem;
  position: relative;
}
.cid-tSym6wmf4D .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tSym6wmf4D .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-tSym6wmf4D .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tSym6wmf4D .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-tSym6wmf4D .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-tSylKWX4cj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tSylKWX4cj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tSylKWX4cj p {
  line-height: 2;
}
.cid-tSylKWX4cj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-tSylKWX4cj .map {
  text-decoration: underline;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-tSylKWX4cj .row {
    text-align: center;
  }
  .cid-tSylKWX4cj .social-row {
    justify-content: center;
  }
}
.cid-tSylKWX4cj .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSylKWX4cj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSylKWX4cj .list {
    margin-bottom: 0rem;
  }
}
.cid-tSylKWX4cj .mbr-iconfont {
  color: #eddb20;
}
.cid-tSylKWX4cj .mbr-section-subtitle {
  color: #5580ff;
}
.cid-tSylKWX4cj .phone {
  color: #103178;
}
.cid-tSylKWX4cj .mbr-text {
  color: #ffffff;
}
.cid-tUa98x02W5 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tUa98x02W5 .collapsed {
  flex-direction: row!important;
}
.cid-tUa98x02W5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUa98x02W5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUa98x02W5 .navbar-nav {
  margin: auto;
}
.cid-tUa98x02W5 .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUa98x02W5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUa98x02W5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUa98x02W5 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tUa98x02W5 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tUa98x02W5 .nav-item:focus,
.cid-tUa98x02W5 .nav-link:focus {
  outline: none;
}
.cid-tUa98x02W5 .text-white:hover,
.cid-tUa98x02W5 .text-white:active,
.cid-tUa98x02W5 .text-white:focus {
  color: white!important;
}
.cid-tUa98x02W5 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tUa98x02W5 .dropdown-item:hover {
  color: black!important;
}
.cid-tUa98x02W5 .dropdown-menu {
  background-color: white!important;
}
.cid-tUa98x02W5 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tUa98x02W5 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tUa98x02W5 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tUa98x02W5 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tUa98x02W5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUa98x02W5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUa98x02W5 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tUa98x02W5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tUa98x02W5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUa98x02W5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tUa98x02W5 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tUa98x02W5 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tUa98x02W5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUa98x02W5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUa98x02W5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUa98x02W5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tUa98x02W5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUa98x02W5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUa98x02W5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tUa98x02W5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUa98x02W5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tUa98x02W5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tUa98x02W5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUa98x02W5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUa98x02W5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tUa98x02W5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUa98x02W5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUa98x02W5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tUa98x02W5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tUa98x02W5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUa98x02W5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUa98x02W5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tUa98x02W5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tUa98x02W5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tUa98x02W5 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tUa98x02W5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tUa98x02W5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tUa98x02W5 .navbar-caption {
  font-weight: 600!important;
}
.cid-tUa98x02W5 .dropdown-item.active,
.cid-tUa98x02W5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tUa98x02W5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUa98x02W5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUa98x02W5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUa98x02W5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tUa98x02W5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUa98x02W5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tUa98x02W5 .navbar-buttons {
  text-align: center;
}
.cid-tUa98x02W5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tUa98x02W5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUa98x02W5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tUa98x02W5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tUa98x02W5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tUa98x02W5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tUa98x02W5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tUa98x02W5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tUa98x02W5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tUa98x02W5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tUa98x02W5 .nav-link {
  font-weight: 600!important;
}
.cid-tUa98x02W5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUa98x02W5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tUa98x02W5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tUa98x02W5 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUa98x02W5 .navbar {
    height: 77px;
  }
  .cid-tUa98x02W5 .navbar.opened {
    height: auto;
  }
  .cid-tUa98x02W5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUa98xkrtW {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/about-page-1400x400.jpg");
}
.cid-tUa98xkrtW img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tUa98xkrtW H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tUa98xkrtW .mbr-text,
.cid-tUa98xkrtW .mbr-section-btn {
  color: #716c80;
}
.cid-tUa98xkrtW H3 {
  color: #716c80;
}
.cid-tUa98xkrtW .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tUa98xkrtW .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tUa98xkrtW .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tUa98xkrtW .link:hover {
  color: #fea806 !important;
}
.cid-tUa98xkrtW .link:hover .link-ico {
  color: #fea806 !important;
  padding-left: 10px;
}
.cid-tUa98xkrtW DIV {
  color: #57468b;
}
.cid-tUa98xkrtW .mbr-text,
.cid-tUa98xkrtW .media-content {
  text-align: center;
  color: #ffffff;
}
.cid-tUadBPgfDV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tUadBPgfDV .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tUadBPgfDV .title,
.cid-tUadBPgfDV .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tUadBPgfDV .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tUadBPgfDV .ico-line {
  display: flex;
}
.cid-tUadBPgfDV .type {
  color: #cc2952;
  text-align: left;
}
.cid-tUadBPgfDV p {
  padding: 0;
  margin: 0;
}
.cid-tUadBPgfDV img {
  border-radius: 100%;
  width: 100%;
}
.cid-tUadBPgfDV .text-box {
  padding: 0rem;
}
.cid-tUadBPgfDV .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tUadBPgfDV .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tUadBPgfDV .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tUadBPgfDV .card-box {
  padding: 0rem;
}
.cid-tUadBPgfDV .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tUadBPgfDV .status {
  color: #cc2952;
  text-align: left;
}
.cid-tUadBPgfDV .text {
  line-height: 1.6;
}
.cid-tUa9EEjQRd {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tUa9EEjQRd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tUa9EEjQRd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUa9EEjQRd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUa9EEjQRd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tUa9EEjQRd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tUa9EEjQRd .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tUa9EEjQRd .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tUa9EEjQRd .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-tUa9EEjQRd .mbr-gallery-filter ul {
  display: block;
}
.cid-tUa9EEjQRd .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tUa9EEjQRd .mbr-gallery-filter li.active .btn {
  color: #d88f05 !important;
  background: transparent;
}
.cid-tUa9EEjQRd .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #d88f05 !important;
}
.cid-tUa9EEjQRd .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tUa9EEjQRd .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tUa9EEjQRd .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #d88f05 !important;
}
.cid-tUa9EEjQRd .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-tUa9EEjQRd .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-tUa9EEjQRd .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tUa9EEjQRd .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tUa9EEjQRd .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tUa9EEjQRd .icon-focus:before {
  content: '\e95e';
}
.cid-tUa9EEjQRd .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tUa9EEjQRd .mbr-section-title {
  margin: 0;
}
.cid-tUa9EEjQRd .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tUa9EEjQRd .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-tUa9EEjQRd .mbr-section-title,
.cid-tUa9EEjQRd .underline {
  color: #232323;
  text-align: left;
}
.cid-tUa9EEjQRd .mbr-section-subtitle {
  text-align: left;
}
.cid-tUa98xYRJU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tUa98xYRJU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tUa98xYRJU p {
  line-height: 2;
}
.cid-tUa98xYRJU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-tUa98xYRJU .map {
  text-decoration: underline;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-tUa98xYRJU .row {
    text-align: center;
  }
  .cid-tUa98xYRJU .social-row {
    justify-content: center;
  }
}
.cid-tUa98xYRJU .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tUa98xYRJU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tUa98xYRJU .list {
    margin-bottom: 0rem;
  }
}
.cid-tUa98xYRJU .mbr-iconfont {
  color: #eddb20;
}
.cid-tUa98xYRJU .mbr-section-subtitle {
  color: #5580ff;
}
.cid-tUa98xYRJU .phone {
  color: #103178;
}
.cid-tUa98xYRJU .mbr-text {
  color: #ffffff;
}
.cid-tUaiYp90hp .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tUaiYp90hp .collapsed {
  flex-direction: row!important;
}
.cid-tUaiYp90hp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUaiYp90hp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUaiYp90hp .navbar-nav {
  margin: auto;
}
.cid-tUaiYp90hp .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUaiYp90hp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUaiYp90hp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUaiYp90hp .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tUaiYp90hp .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tUaiYp90hp .nav-item:focus,
.cid-tUaiYp90hp .nav-link:focus {
  outline: none;
}
.cid-tUaiYp90hp .text-white:hover,
.cid-tUaiYp90hp .text-white:active,
.cid-tUaiYp90hp .text-white:focus {
  color: white!important;
}
.cid-tUaiYp90hp .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tUaiYp90hp .dropdown-item:hover {
  color: black!important;
}
.cid-tUaiYp90hp .dropdown-menu {
  background-color: white!important;
}
.cid-tUaiYp90hp .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tUaiYp90hp .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tUaiYp90hp .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tUaiYp90hp .nav-item .nav-link {
    position: relative;
  }
}
.cid-tUaiYp90hp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUaiYp90hp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUaiYp90hp .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tUaiYp90hp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tUaiYp90hp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUaiYp90hp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tUaiYp90hp .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tUaiYp90hp .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tUaiYp90hp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUaiYp90hp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUaiYp90hp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUaiYp90hp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tUaiYp90hp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUaiYp90hp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUaiYp90hp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tUaiYp90hp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUaiYp90hp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tUaiYp90hp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tUaiYp90hp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUaiYp90hp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUaiYp90hp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tUaiYp90hp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUaiYp90hp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUaiYp90hp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tUaiYp90hp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tUaiYp90hp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUaiYp90hp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUaiYp90hp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tUaiYp90hp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tUaiYp90hp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tUaiYp90hp .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tUaiYp90hp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tUaiYp90hp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tUaiYp90hp .navbar-caption {
  font-weight: 600!important;
}
.cid-tUaiYp90hp .dropdown-item.active,
.cid-tUaiYp90hp .dropdown-item:active {
  background-color: transparent;
}
.cid-tUaiYp90hp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUaiYp90hp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUaiYp90hp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUaiYp90hp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tUaiYp90hp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUaiYp90hp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tUaiYp90hp .navbar-buttons {
  text-align: center;
}
.cid-tUaiYp90hp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tUaiYp90hp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUaiYp90hp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tUaiYp90hp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tUaiYp90hp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tUaiYp90hp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tUaiYp90hp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tUaiYp90hp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tUaiYp90hp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tUaiYp90hp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tUaiYp90hp .nav-link {
  font-weight: 600!important;
}
.cid-tUaiYp90hp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUaiYp90hp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tUaiYp90hp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tUaiYp90hp .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUaiYp90hp .navbar {
    height: 77px;
  }
  .cid-tUaiYp90hp .navbar.opened {
    height: auto;
  }
  .cid-tUaiYp90hp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUaiYptQbR {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/about-page-1400x400.jpg");
}
.cid-tUaiYptQbR img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tUaiYptQbR H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tUaiYptQbR .mbr-text,
.cid-tUaiYptQbR .mbr-section-btn {
  color: #716c80;
}
.cid-tUaiYptQbR H3 {
  color: #716c80;
}
.cid-tUaiYptQbR .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tUaiYptQbR .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tUaiYptQbR .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tUaiYptQbR .link:hover {
  color: #fea806 !important;
}
.cid-tUaiYptQbR .link:hover .link-ico {
  color: #fea806 !important;
  padding-left: 10px;
}
.cid-tUaiYptQbR DIV {
  color: #57468b;
}
.cid-tUaiYptQbR .mbr-text,
.cid-tUaiYptQbR .media-content {
  text-align: center;
  color: #ffffff;
}
.cid-tUaiYpJlzx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tUaiYpJlzx .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tUaiYpJlzx .title,
.cid-tUaiYpJlzx .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tUaiYpJlzx .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tUaiYpJlzx .ico-line {
  display: flex;
}
.cid-tUaiYpJlzx .type {
  color: #cc2952;
  text-align: left;
}
.cid-tUaiYpJlzx p {
  padding: 0;
  margin: 0;
}
.cid-tUaiYpJlzx img {
  border-radius: 100%;
  width: 100%;
}
.cid-tUaiYpJlzx .text-box {
  padding: 0rem;
}
.cid-tUaiYpJlzx .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tUaiYpJlzx .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tUaiYpJlzx .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tUaiYpJlzx .card-box {
  padding: 0rem;
}
.cid-tUaiYpJlzx .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tUaiYpJlzx .status {
  color: #cc2952;
  text-align: left;
}
.cid-tUaiYpJlzx .text {
  line-height: 1.6;
}
.cid-tUaiYqxNrm {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tUaiYqxNrm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tUaiYqxNrm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUaiYqxNrm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUaiYqxNrm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tUaiYqxNrm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tUaiYqxNrm .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tUaiYqxNrm .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tUaiYqxNrm .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-tUaiYqxNrm .mbr-gallery-filter ul {
  display: block;
}
.cid-tUaiYqxNrm .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tUaiYqxNrm .mbr-gallery-filter li.active .btn {
  color: #1cccac !important;
  background: transparent;
}
.cid-tUaiYqxNrm .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #1cccac !important;
}
.cid-tUaiYqxNrm .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tUaiYqxNrm .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tUaiYqxNrm .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #1cccac !important;
}
.cid-tUaiYqxNrm .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-tUaiYqxNrm .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-tUaiYqxNrm .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tUaiYqxNrm .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tUaiYqxNrm .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tUaiYqxNrm .icon-focus:before {
  content: '\e95e';
}
.cid-tUaiYqxNrm .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tUaiYqxNrm .mbr-section-title {
  margin: 0;
}
.cid-tUaiYqxNrm .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tUaiYqxNrm .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-tUaiYqxNrm .mbr-section-title,
.cid-tUaiYqxNrm .underline {
  color: #232323;
  text-align: left;
}
.cid-tUaiYqxNrm .mbr-section-subtitle {
  text-align: left;
}
.cid-tUgqs6jrqX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tUgqs6jrqX .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tUgqs6jrqX .title,
.cid-tUgqs6jrqX .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tUgqs6jrqX .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tUgqs6jrqX .ico-line {
  display: flex;
}
.cid-tUgqs6jrqX .type {
  color: #cc2952;
  text-align: left;
}
.cid-tUgqs6jrqX p {
  padding: 0;
  margin: 0;
}
.cid-tUgqs6jrqX img {
  border-radius: 100%;
  width: 100%;
}
.cid-tUgqs6jrqX .text-box {
  padding: 0rem;
}
.cid-tUgqs6jrqX .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tUgqs6jrqX .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tUgqs6jrqX .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tUgqs6jrqX .card-box {
  padding: 0rem;
}
.cid-tUgqs6jrqX .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tUgqs6jrqX .status {
  color: #cc2952;
  text-align: left;
}
.cid-tUgqs6jrqX .text {
  line-height: 1.6;
}
.cid-tUgqxKBc7K {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tUgqxKBc7K .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tUgqxKBc7K .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUgqxKBc7K .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUgqxKBc7K .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tUgqxKBc7K .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tUgqxKBc7K .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tUgqxKBc7K .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tUgqxKBc7K .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-tUgqxKBc7K .mbr-gallery-filter ul {
  display: block;
}
.cid-tUgqxKBc7K .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tUgqxKBc7K .mbr-gallery-filter li.active .btn {
  color: #ffffff !important;
  background: transparent;
}
.cid-tUgqxKBc7K .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffffff !important;
}
.cid-tUgqxKBc7K .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tUgqxKBc7K .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tUgqxKBc7K .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffffff !important;
}
.cid-tUgqxKBc7K .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-tUgqxKBc7K .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-tUgqxKBc7K .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tUgqxKBc7K .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tUgqxKBc7K .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tUgqxKBc7K .icon-focus:before {
  content: '\e95e';
}
.cid-tUgqxKBc7K .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tUgqxKBc7K .mbr-section-title {
  margin: 0;
}
.cid-tUgqxKBc7K .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tUgqxKBc7K .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-tUgqxKBc7K .mbr-section-title,
.cid-tUgqxKBc7K .underline {
  color: #232323;
  text-align: left;
}
.cid-tUgqxKBc7K .mbr-section-subtitle {
  text-align: left;
}
.cid-tVd2uKWTBR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVd2uKWTBR .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tVd2uKWTBR .title,
.cid-tVd2uKWTBR .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tVd2uKWTBR .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tVd2uKWTBR .ico-line {
  display: flex;
}
.cid-tVd2uKWTBR .type {
  color: #cc2952;
  text-align: left;
}
.cid-tVd2uKWTBR p {
  padding: 0;
  margin: 0;
}
.cid-tVd2uKWTBR img {
  border-radius: 100%;
  width: 100%;
}
.cid-tVd2uKWTBR .text-box {
  padding: 0rem;
}
.cid-tVd2uKWTBR .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tVd2uKWTBR .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tVd2uKWTBR .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tVd2uKWTBR .card-box {
  padding: 0rem;
}
.cid-tVd2uKWTBR .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tVd2uKWTBR .status {
  color: #cc2952;
  text-align: left;
}
.cid-tVd2uKWTBR .text {
  line-height: 1.6;
}
.cid-tVd2waQyJs {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tVd2waQyJs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVd2waQyJs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVd2waQyJs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVd2waQyJs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVd2waQyJs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVd2waQyJs .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tVd2waQyJs .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tVd2waQyJs .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-tVd2waQyJs .mbr-gallery-filter ul {
  display: block;
}
.cid-tVd2waQyJs .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tVd2waQyJs .mbr-gallery-filter li.active .btn {
  color: #1cccac !important;
  background: transparent;
}
.cid-tVd2waQyJs .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #1cccac !important;
}
.cid-tVd2waQyJs .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tVd2waQyJs .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tVd2waQyJs .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #1cccac !important;
}
.cid-tVd2waQyJs .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-tVd2waQyJs .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-tVd2waQyJs .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tVd2waQyJs .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tVd2waQyJs .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tVd2waQyJs .icon-focus:before {
  content: '\e95e';
}
.cid-tVd2waQyJs .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tVd2waQyJs .mbr-section-title {
  margin: 0;
}
.cid-tVd2waQyJs .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tVd2waQyJs .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-tVd2waQyJs .mbr-section-title,
.cid-tVd2waQyJs .underline {
  color: #232323;
  text-align: left;
}
.cid-tVd2waQyJs .mbr-section-subtitle {
  text-align: left;
}
.cid-tUaiYr0kxk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tUaiYr0kxk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tUaiYr0kxk p {
  line-height: 2;
}
.cid-tUaiYr0kxk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-tUaiYr0kxk .map {
  text-decoration: underline;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-tUaiYr0kxk .row {
    text-align: center;
  }
  .cid-tUaiYr0kxk .social-row {
    justify-content: center;
  }
}
.cid-tUaiYr0kxk .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tUaiYr0kxk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tUaiYr0kxk .list {
    margin-bottom: 0rem;
  }
}
.cid-tUaiYr0kxk .mbr-iconfont {
  color: #eddb20;
}
.cid-tUaiYr0kxk .mbr-section-subtitle {
  color: #5580ff;
}
.cid-tUaiYr0kxk .phone {
  color: #103178;
}
.cid-tUaiYr0kxk .mbr-text {
  color: #ffffff;
}
.cid-tVcKM4tIJ9 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tVcKM4tIJ9 .collapsed {
  flex-direction: row!important;
}
.cid-tVcKM4tIJ9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVcKM4tIJ9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVcKM4tIJ9 .navbar-nav {
  margin: auto;
}
.cid-tVcKM4tIJ9 .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVcKM4tIJ9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVcKM4tIJ9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVcKM4tIJ9 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tVcKM4tIJ9 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tVcKM4tIJ9 .nav-item:focus,
.cid-tVcKM4tIJ9 .nav-link:focus {
  outline: none;
}
.cid-tVcKM4tIJ9 .text-white:hover,
.cid-tVcKM4tIJ9 .text-white:active,
.cid-tVcKM4tIJ9 .text-white:focus {
  color: white!important;
}
.cid-tVcKM4tIJ9 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tVcKM4tIJ9 .dropdown-item:hover {
  color: black!important;
}
.cid-tVcKM4tIJ9 .dropdown-menu {
  background-color: white!important;
}
.cid-tVcKM4tIJ9 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tVcKM4tIJ9 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tVcKM4tIJ9 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tVcKM4tIJ9 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tVcKM4tIJ9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tVcKM4tIJ9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVcKM4tIJ9 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tVcKM4tIJ9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tVcKM4tIJ9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tVcKM4tIJ9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tVcKM4tIJ9 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tVcKM4tIJ9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tVcKM4tIJ9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVcKM4tIJ9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVcKM4tIJ9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVcKM4tIJ9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tVcKM4tIJ9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVcKM4tIJ9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVcKM4tIJ9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tVcKM4tIJ9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVcKM4tIJ9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tVcKM4tIJ9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tVcKM4tIJ9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVcKM4tIJ9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVcKM4tIJ9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tVcKM4tIJ9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVcKM4tIJ9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVcKM4tIJ9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tVcKM4tIJ9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tVcKM4tIJ9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVcKM4tIJ9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVcKM4tIJ9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tVcKM4tIJ9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tVcKM4tIJ9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tVcKM4tIJ9 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tVcKM4tIJ9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tVcKM4tIJ9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tVcKM4tIJ9 .navbar-caption {
  font-weight: 600!important;
}
.cid-tVcKM4tIJ9 .dropdown-item.active,
.cid-tVcKM4tIJ9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tVcKM4tIJ9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVcKM4tIJ9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVcKM4tIJ9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVcKM4tIJ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tVcKM4tIJ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVcKM4tIJ9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tVcKM4tIJ9 .navbar-buttons {
  text-align: center;
}
.cid-tVcKM4tIJ9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVcKM4tIJ9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tVcKM4tIJ9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVcKM4tIJ9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVcKM4tIJ9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVcKM4tIJ9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVcKM4tIJ9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVcKM4tIJ9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVcKM4tIJ9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVcKM4tIJ9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVcKM4tIJ9 .nav-link {
  font-weight: 600!important;
}
.cid-tVcKM4tIJ9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVcKM4tIJ9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tVcKM4tIJ9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tVcKM4tIJ9 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVcKM4tIJ9 .navbar {
    height: 77px;
  }
  .cid-tVcKM4tIJ9 .navbar.opened {
    height: auto;
  }
  .cid-tVcKM4tIJ9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVcKM4KYoG {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/about-page-1400x400.jpg");
}
.cid-tVcKM4KYoG img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tVcKM4KYoG H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tVcKM4KYoG .mbr-text,
.cid-tVcKM4KYoG .mbr-section-btn {
  color: #716c80;
}
.cid-tVcKM4KYoG H3 {
  color: #716c80;
}
.cid-tVcKM4KYoG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tVcKM4KYoG .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tVcKM4KYoG .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tVcKM4KYoG .link:hover {
  color: #fea806 !important;
}
.cid-tVcKM4KYoG .link:hover .link-ico {
  color: #fea806 !important;
  padding-left: 10px;
}
.cid-tVcKM4KYoG DIV {
  color: #57468b;
}
.cid-tVcKM4KYoG .mbr-text,
.cid-tVcKM4KYoG .media-content {
  text-align: center;
  color: #ffffff;
}
.cid-tVcKM52Jv8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVcKM52Jv8 .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tVcKM52Jv8 .title,
.cid-tVcKM52Jv8 .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tVcKM52Jv8 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tVcKM52Jv8 .ico-line {
  display: flex;
}
.cid-tVcKM52Jv8 .type {
  color: #cc2952;
  text-align: left;
}
.cid-tVcKM52Jv8 p {
  padding: 0;
  margin: 0;
}
.cid-tVcKM52Jv8 img {
  border-radius: 100%;
  width: 100%;
}
.cid-tVcKM52Jv8 .text-box {
  padding: 0rem;
}
.cid-tVcKM52Jv8 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tVcKM52Jv8 .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tVcKM52Jv8 .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tVcKM52Jv8 .card-box {
  padding: 0rem;
}
.cid-tVcKM52Jv8 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tVcKM52Jv8 .status {
  color: #cc2952;
  text-align: left;
}
.cid-tVcKM52Jv8 .text {
  line-height: 1.6;
}
.cid-tVcKM5RzJF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tVcKM5RzJF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVcKM5RzJF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVcKM5RzJF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVcKM5RzJF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVcKM5RzJF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVcKM5RzJF .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tVcKM5RzJF .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tVcKM5RzJF .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-tVcKM5RzJF .mbr-gallery-filter ul {
  display: block;
}
.cid-tVcKM5RzJF .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tVcKM5RzJF .mbr-gallery-filter li.active .btn {
  color: #1cccac !important;
  background: transparent;
}
.cid-tVcKM5RzJF .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #1cccac !important;
}
.cid-tVcKM5RzJF .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tVcKM5RzJF .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tVcKM5RzJF .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #1cccac !important;
}
.cid-tVcKM5RzJF .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-tVcKM5RzJF .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-tVcKM5RzJF .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tVcKM5RzJF .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tVcKM5RzJF .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tVcKM5RzJF .icon-focus:before {
  content: '\e95e';
}
.cid-tVcKM5RzJF .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tVcKM5RzJF .mbr-section-title {
  margin: 0;
}
.cid-tVcKM5RzJF .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tVcKM5RzJF .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-tVcKM5RzJF .mbr-section-title,
.cid-tVcKM5RzJF .underline {
  color: #232323;
  text-align: left;
}
.cid-tVcKM5RzJF .mbr-section-subtitle {
  text-align: left;
}
.cid-tVcWyAQJ8J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVcWyAQJ8J .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tVcWyAQJ8J .title,
.cid-tVcWyAQJ8J .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tVcWyAQJ8J .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tVcWyAQJ8J .ico-line {
  display: flex;
}
.cid-tVcWyAQJ8J .type {
  color: #cc2952;
  text-align: left;
}
.cid-tVcWyAQJ8J p {
  padding: 0;
  margin: 0;
}
.cid-tVcWyAQJ8J img {
  border-radius: 100%;
  width: 100%;
}
.cid-tVcWyAQJ8J .text-box {
  padding: 0rem;
}
.cid-tVcWyAQJ8J .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tVcWyAQJ8J .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tVcWyAQJ8J .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tVcWyAQJ8J .card-box {
  padding: 0rem;
}
.cid-tVcWyAQJ8J .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tVcWyAQJ8J .status {
  color: #cc2952;
  text-align: left;
}
.cid-tVcWyAQJ8J .text {
  line-height: 1.6;
}
.cid-tVcWM7lzqK {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tVcWM7lzqK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVcWM7lzqK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVcWM7lzqK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVcWM7lzqK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVcWM7lzqK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVcWM7lzqK .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tVcWM7lzqK .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tVcWM7lzqK .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-tVcWM7lzqK .mbr-gallery-filter ul {
  display: block;
}
.cid-tVcWM7lzqK .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tVcWM7lzqK .mbr-gallery-filter li.active .btn {
  color: #1cccac !important;
  background: transparent;
}
.cid-tVcWM7lzqK .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #1cccac !important;
}
.cid-tVcWM7lzqK .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tVcWM7lzqK .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tVcWM7lzqK .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #1cccac !important;
}
.cid-tVcWM7lzqK .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-tVcWM7lzqK .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-tVcWM7lzqK .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tVcWM7lzqK .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tVcWM7lzqK .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tVcWM7lzqK .icon-focus:before {
  content: '\e95e';
}
.cid-tVcWM7lzqK .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tVcWM7lzqK .mbr-section-title {
  margin: 0;
}
.cid-tVcWM7lzqK .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tVcWM7lzqK .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-tVcWM7lzqK .mbr-section-title,
.cid-tVcWM7lzqK .underline {
  color: #232323;
  text-align: left;
}
.cid-tVcWM7lzqK .mbr-section-subtitle {
  text-align: left;
}
.cid-tVcKM7xluo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tVcKM7xluo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tVcKM7xluo p {
  line-height: 2;
}
.cid-tVcKM7xluo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-tVcKM7xluo .map {
  text-decoration: underline;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-tVcKM7xluo .row {
    text-align: center;
  }
  .cid-tVcKM7xluo .social-row {
    justify-content: center;
  }
}
.cid-tVcKM7xluo .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tVcKM7xluo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVcKM7xluo .list {
    margin-bottom: 0rem;
  }
}
.cid-tVcKM7xluo .mbr-iconfont {
  color: #eddb20;
}
.cid-tVcKM7xluo .mbr-section-subtitle {
  color: #5580ff;
}
.cid-tVcKM7xluo .phone {
  color: #103178;
}
.cid-tVcKM7xluo .mbr-text {
  color: #ffffff;
}
.cid-tVcRbOtHDU .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tVcRbOtHDU .collapsed {
  flex-direction: row!important;
}
.cid-tVcRbOtHDU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVcRbOtHDU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVcRbOtHDU .navbar-nav {
  margin: auto;
}
.cid-tVcRbOtHDU .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVcRbOtHDU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVcRbOtHDU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVcRbOtHDU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tVcRbOtHDU .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tVcRbOtHDU .nav-item:focus,
.cid-tVcRbOtHDU .nav-link:focus {
  outline: none;
}
.cid-tVcRbOtHDU .text-white:hover,
.cid-tVcRbOtHDU .text-white:active,
.cid-tVcRbOtHDU .text-white:focus {
  color: white!important;
}
.cid-tVcRbOtHDU .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tVcRbOtHDU .dropdown-item:hover {
  color: black!important;
}
.cid-tVcRbOtHDU .dropdown-menu {
  background-color: white!important;
}
.cid-tVcRbOtHDU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tVcRbOtHDU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tVcRbOtHDU .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tVcRbOtHDU .nav-item .nav-link {
    position: relative;
  }
}
.cid-tVcRbOtHDU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tVcRbOtHDU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVcRbOtHDU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tVcRbOtHDU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tVcRbOtHDU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tVcRbOtHDU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tVcRbOtHDU .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tVcRbOtHDU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tVcRbOtHDU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVcRbOtHDU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVcRbOtHDU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVcRbOtHDU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tVcRbOtHDU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVcRbOtHDU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVcRbOtHDU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tVcRbOtHDU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVcRbOtHDU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tVcRbOtHDU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tVcRbOtHDU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVcRbOtHDU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVcRbOtHDU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tVcRbOtHDU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVcRbOtHDU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVcRbOtHDU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tVcRbOtHDU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tVcRbOtHDU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVcRbOtHDU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVcRbOtHDU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tVcRbOtHDU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tVcRbOtHDU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tVcRbOtHDU .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tVcRbOtHDU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tVcRbOtHDU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tVcRbOtHDU .navbar-caption {
  font-weight: 600!important;
}
.cid-tVcRbOtHDU .dropdown-item.active,
.cid-tVcRbOtHDU .dropdown-item:active {
  background-color: transparent;
}
.cid-tVcRbOtHDU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVcRbOtHDU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVcRbOtHDU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVcRbOtHDU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tVcRbOtHDU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVcRbOtHDU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tVcRbOtHDU .navbar-buttons {
  text-align: center;
}
.cid-tVcRbOtHDU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVcRbOtHDU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tVcRbOtHDU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVcRbOtHDU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVcRbOtHDU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVcRbOtHDU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVcRbOtHDU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVcRbOtHDU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVcRbOtHDU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVcRbOtHDU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVcRbOtHDU .nav-link {
  font-weight: 600!important;
}
.cid-tVcRbOtHDU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVcRbOtHDU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tVcRbOtHDU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tVcRbOtHDU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVcRbOtHDU .navbar {
    height: 77px;
  }
  .cid-tVcRbOtHDU .navbar.opened {
    height: auto;
  }
  .cid-tVcRbOtHDU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVcRbOLJ3N {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/about-page-1400x400.jpg");
}
.cid-tVcRbOLJ3N img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tVcRbOLJ3N H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tVcRbOLJ3N .mbr-text,
.cid-tVcRbOLJ3N .mbr-section-btn {
  color: #716c80;
}
.cid-tVcRbOLJ3N H3 {
  color: #716c80;
}
.cid-tVcRbOLJ3N .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tVcRbOLJ3N .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tVcRbOLJ3N .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tVcRbOLJ3N .link:hover {
  color: #fea806 !important;
}
.cid-tVcRbOLJ3N .link:hover .link-ico {
  color: #fea806 !important;
  padding-left: 10px;
}
.cid-tVcRbOLJ3N DIV {
  color: #57468b;
}
.cid-tVcRbOLJ3N .mbr-text,
.cid-tVcRbOLJ3N .media-content {
  text-align: center;
  color: #ffffff;
}
.cid-tVcRbP29hR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVcRbP29hR .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tVcRbP29hR .title,
.cid-tVcRbP29hR .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tVcRbP29hR .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tVcRbP29hR .ico-line {
  display: flex;
}
.cid-tVcRbP29hR .type {
  color: #cc2952;
  text-align: left;
}
.cid-tVcRbP29hR p {
  padding: 0;
  margin: 0;
}
.cid-tVcRbP29hR img {
  border-radius: 100%;
  width: 100%;
}
.cid-tVcRbP29hR .text-box {
  padding: 0rem;
}
.cid-tVcRbP29hR .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tVcRbP29hR .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tVcRbP29hR .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tVcRbP29hR .card-box {
  padding: 0rem;
}
.cid-tVcRbP29hR .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tVcRbP29hR .status {
  color: #cc2952;
  text-align: left;
}
.cid-tVcRbP29hR .text {
  line-height: 1.6;
}
.cid-tVcRbQ0ad5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tVcRbQ0ad5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVcRbQ0ad5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVcRbQ0ad5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVcRbQ0ad5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVcRbQ0ad5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVcRbQ0ad5 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tVcRbQ0ad5 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tVcRbQ0ad5 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-tVcRbQ0ad5 .mbr-gallery-filter ul {
  display: block;
}
.cid-tVcRbQ0ad5 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tVcRbQ0ad5 .mbr-gallery-filter li.active .btn {
  color: #1cccac !important;
  background: transparent;
}
.cid-tVcRbQ0ad5 .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #1cccac !important;
}
.cid-tVcRbQ0ad5 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tVcRbQ0ad5 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tVcRbQ0ad5 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #1cccac !important;
}
.cid-tVcRbQ0ad5 .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-tVcRbQ0ad5 .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-tVcRbQ0ad5 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tVcRbQ0ad5 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tVcRbQ0ad5 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tVcRbQ0ad5 .icon-focus:before {
  content: '\e95e';
}
.cid-tVcRbQ0ad5 .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tVcRbQ0ad5 .mbr-section-title {
  margin: 0;
}
.cid-tVcRbQ0ad5 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tVcRbQ0ad5 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-tVcRbQ0ad5 .mbr-section-title,
.cid-tVcRbQ0ad5 .underline {
  color: #232323;
  text-align: left;
}
.cid-tVcRbQ0ad5 .mbr-section-subtitle {
  text-align: left;
}
.cid-tVcRbQo0xx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tVcRbQo0xx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tVcRbQo0xx p {
  line-height: 2;
}
.cid-tVcRbQo0xx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-tVcRbQo0xx .map {
  text-decoration: underline;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-tVcRbQo0xx .row {
    text-align: center;
  }
  .cid-tVcRbQo0xx .social-row {
    justify-content: center;
  }
}
.cid-tVcRbQo0xx .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tVcRbQo0xx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVcRbQo0xx .list {
    margin-bottom: 0rem;
  }
}
.cid-tVcRbQo0xx .mbr-iconfont {
  color: #eddb20;
}
.cid-tVcRbQo0xx .mbr-section-subtitle {
  color: #5580ff;
}
.cid-tVcRbQo0xx .phone {
  color: #103178;
}
.cid-tVcRbQo0xx .mbr-text {
  color: #ffffff;
}
.cid-tVdcyPjG49 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tVdcyPjG49 .collapsed {
  flex-direction: row!important;
}
.cid-tVdcyPjG49 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVdcyPjG49 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVdcyPjG49 .navbar-nav {
  margin: auto;
}
.cid-tVdcyPjG49 .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVdcyPjG49 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVdcyPjG49 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVdcyPjG49 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tVdcyPjG49 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tVdcyPjG49 .nav-item:focus,
.cid-tVdcyPjG49 .nav-link:focus {
  outline: none;
}
.cid-tVdcyPjG49 .text-white:hover,
.cid-tVdcyPjG49 .text-white:active,
.cid-tVdcyPjG49 .text-white:focus {
  color: white!important;
}
.cid-tVdcyPjG49 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tVdcyPjG49 .dropdown-item:hover {
  color: black!important;
}
.cid-tVdcyPjG49 .dropdown-menu {
  background-color: white!important;
}
.cid-tVdcyPjG49 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tVdcyPjG49 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tVdcyPjG49 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tVdcyPjG49 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tVdcyPjG49 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tVdcyPjG49 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVdcyPjG49 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tVdcyPjG49 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tVdcyPjG49 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tVdcyPjG49 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tVdcyPjG49 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tVdcyPjG49 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tVdcyPjG49 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVdcyPjG49 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVdcyPjG49 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVdcyPjG49 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tVdcyPjG49 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVdcyPjG49 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVdcyPjG49 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tVdcyPjG49 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVdcyPjG49 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tVdcyPjG49 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tVdcyPjG49 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVdcyPjG49 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVdcyPjG49 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tVdcyPjG49 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVdcyPjG49 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVdcyPjG49 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tVdcyPjG49 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tVdcyPjG49 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVdcyPjG49 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVdcyPjG49 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tVdcyPjG49 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tVdcyPjG49 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tVdcyPjG49 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tVdcyPjG49 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tVdcyPjG49 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tVdcyPjG49 .navbar-caption {
  font-weight: 600!important;
}
.cid-tVdcyPjG49 .dropdown-item.active,
.cid-tVdcyPjG49 .dropdown-item:active {
  background-color: transparent;
}
.cid-tVdcyPjG49 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVdcyPjG49 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVdcyPjG49 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVdcyPjG49 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tVdcyPjG49 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVdcyPjG49 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tVdcyPjG49 .navbar-buttons {
  text-align: center;
}
.cid-tVdcyPjG49 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVdcyPjG49 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tVdcyPjG49 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVdcyPjG49 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVdcyPjG49 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVdcyPjG49 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVdcyPjG49 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVdcyPjG49 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVdcyPjG49 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVdcyPjG49 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVdcyPjG49 .nav-link {
  font-weight: 600!important;
}
.cid-tVdcyPjG49 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVdcyPjG49 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tVdcyPjG49 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tVdcyPjG49 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVdcyPjG49 .navbar {
    height: 77px;
  }
  .cid-tVdcyPjG49 .navbar.opened {
    height: auto;
  }
  .cid-tVdcyPjG49 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVdcyPBQoW {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/about-page-1400x400.jpg");
}
.cid-tVdcyPBQoW img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tVdcyPBQoW H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tVdcyPBQoW .mbr-text,
.cid-tVdcyPBQoW .mbr-section-btn {
  color: #716c80;
}
.cid-tVdcyPBQoW H3 {
  color: #716c80;
}
.cid-tVdcyPBQoW .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tVdcyPBQoW .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tVdcyPBQoW .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tVdcyPBQoW .link:hover {
  color: #fea806 !important;
}
.cid-tVdcyPBQoW .link:hover .link-ico {
  color: #fea806 !important;
  padding-left: 10px;
}
.cid-tVdcyPBQoW DIV {
  color: #57468b;
}
.cid-tVdcyPBQoW .mbr-text,
.cid-tVdcyPBQoW .media-content {
  text-align: center;
  color: #ffffff;
}
.cid-tVdcyPODoE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVdcyPODoE .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tVdcyPODoE .title,
.cid-tVdcyPODoE .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tVdcyPODoE .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tVdcyPODoE .ico-line {
  display: flex;
}
.cid-tVdcyPODoE .type {
  color: #cc2952;
  text-align: left;
}
.cid-tVdcyPODoE p {
  padding: 0;
  margin: 0;
}
.cid-tVdcyPODoE img {
  border-radius: 100%;
  width: 100%;
}
.cid-tVdcyPODoE .text-box {
  padding: 0rem;
}
.cid-tVdcyPODoE .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tVdcyPODoE .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tVdcyPODoE .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tVdcyPODoE .card-box {
  padding: 0rem;
}
.cid-tVdcyPODoE .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tVdcyPODoE .status {
  color: #cc2952;
  text-align: left;
}
.cid-tVdcyPODoE .text {
  line-height: 1.6;
}
.cid-tVdcyQISfM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tVdcyQISfM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVdcyQISfM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVdcyQISfM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVdcyQISfM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVdcyQISfM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVdcyQISfM .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tVdcyQISfM .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tVdcyQISfM .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-tVdcyQISfM .mbr-gallery-filter ul {
  display: block;
}
.cid-tVdcyQISfM .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tVdcyQISfM .mbr-gallery-filter li.active .btn {
  color: #1cccac !important;
  background: transparent;
}
.cid-tVdcyQISfM .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #1cccac !important;
}
.cid-tVdcyQISfM .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tVdcyQISfM .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tVdcyQISfM .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #1cccac !important;
}
.cid-tVdcyQISfM .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-tVdcyQISfM .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-tVdcyQISfM .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tVdcyQISfM .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tVdcyQISfM .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tVdcyQISfM .icon-focus:before {
  content: '\e95e';
}
.cid-tVdcyQISfM .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tVdcyQISfM .mbr-section-title {
  margin: 0;
}
.cid-tVdcyQISfM .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tVdcyQISfM .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-tVdcyQISfM .mbr-section-title,
.cid-tVdcyQISfM .underline {
  color: #232323;
  text-align: left;
}
.cid-tVdcyQISfM .mbr-section-subtitle {
  text-align: left;
}
.cid-tVdcyR4rtO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tVdcyR4rtO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tVdcyR4rtO p {
  line-height: 2;
}
.cid-tVdcyR4rtO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-tVdcyR4rtO .map {
  text-decoration: underline;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-tVdcyR4rtO .row {
    text-align: center;
  }
  .cid-tVdcyR4rtO .social-row {
    justify-content: center;
  }
}
.cid-tVdcyR4rtO .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tVdcyR4rtO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVdcyR4rtO .list {
    margin-bottom: 0rem;
  }
}
.cid-tVdcyR4rtO .mbr-iconfont {
  color: #eddb20;
}
.cid-tVdcyR4rtO .mbr-section-subtitle {
  color: #5580ff;
}
.cid-tVdcyR4rtO .phone {
  color: #103178;
}
.cid-tVdcyR4rtO .mbr-text {
  color: #ffffff;
}
