<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.4375rem;
}
.display-1 &gt; .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2.5rem;
}
.display-2 &gt; .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.875rem;
}
.display-4 &gt; .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.875rem;
}
.display-5 &gt; .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.125rem;
}
.display-7 &gt; .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.75rem;
    font-size: calc( 1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ec0f0f !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #6d7a8c !important;
}
.bg-warning {
  background-color: #e6ecf2 !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ec0f0f !important;
  border-color: #ec0f0f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #a40a0a !important;
  border-color: #a40a0a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a40a0a !important;
  border-color: #a40a0a !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
  color: #4a6d8f !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #8c0909;
  color: #8c0909;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #ec0f0f;
  border-color: #ec0f0f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec0f0f !important;
  border-color: #ec0f0f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #130947;
  border-color: #130947;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #130947 !important;
  border-color: #130947 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #404853;
  color: #404853;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #6d7a8c;
  border-color: #6d7a8c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #a3b9cf;
  color: #a3b9cf;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4a6d8f;
  background-color: #e6ecf2;
  border-color: #e6ecf2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4a6d8f !important;
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ec0f0f !important;
}
.text-secondary {
  color: #130947 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #6d7a8c !important;
}
.text-warning {
  color: #e6ecf2 !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #8c0909 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #404853 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a3b9cf !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !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: #6d7a8c;
}
.alert-warning {
  background-color: #e6ecf2;
}
.alert-danger {
  background-color: #ececec;
}
.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 !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ec0f0f;
  border-color: #ec0f0f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4f87fb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fccbcb;
}
.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: #b4bbc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.125rem;
}
.form-control &gt; .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #ec0f0f;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type='submit'] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: #130947 !important;
  border-color: #130947 !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ec0f0f;
  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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ec0f0f;
  border-bottom-color: #ec0f0f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ec0f0f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:hover {
  color: #ffffff !important;
  background: #130947 !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='%23ec0f0f' %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;
}
.is-builder .cid-uGsOaJENfz .navbar {
  padding-top: 20px !important;
}
.cid-uGsOaJENfz .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uGsOaJENfz .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uGsOaJENfz .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uGsOaJENfz .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uGsOaJENfz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uGsOaJENfz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uGsOaJENfz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGsOaJENfz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uGsOaJENfz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uGsOaJENfz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uGsOaJENfz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uGsOaJENfz a {
  font-style: normal;
}
.cid-uGsOaJENfz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uGsOaJENfz .nav-item a {
  padding: 0.4rem 20px !important;
}
.cid-uGsOaJENfz .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGsOaJENfz .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uGsOaJENfz .content-text {
  margin-bottom: 0;
}
.cid-uGsOaJENfz .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uGsOaJENfz .navbar-nav li:first-child &gt; a {
  color: #4f87fb;
}
.cid-uGsOaJENfz .navbar-nav li:last-child &gt; a::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-uGsOaJENfz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ec0f0f;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uGsOaJENfz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uGsOaJENfz .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uGsOaJENfz .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uGsOaJENfz .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uGsOaJENfz .display-4 &gt; .mbr-iconfont {
  font-size: 1.23em;
}
.cid-uGsOaJENfz .display-4 &gt; .btn &gt; .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uGsOaJENfz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uGsOaJENfz .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uGsOaJENfz .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-uGsOaJENfz .content-link {
    display: none;
  }
}
.cid-uGsOaJENfz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uGsOaJENfz .navbar-buttons.mbr-section-btn &gt; .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uGsOaJENfz .nav-dropdown .link {
  font-weight: 600;
}
.cid-uGsOaJENfz .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-uGsOaJENfz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uGsOaJENfz .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-uGsOaJENfz .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uGsOaJENfz .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-uGsOaJENfz .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uGsOaJENfz .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uGsOaJENfz .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-uGsOaJENfz .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-uGsOaJENfz .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uGsOaJENfz .content-right-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
.cid-uGsOaJENfz .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uGsOaJENfz .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-uGsOaJENfz .content-left-side .content-link:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cid-uGsOaJENfz .content-left-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cid-uGsOaJENfz .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uGsOaJENfz .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-uGsOaJENfz .dropdown-item:before {
    display: none;
  }
  .cid-uGsOaJENfz .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uGsOaJENfz .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uGsOaJENfz img {
    height: 3.8rem !important;
  }
  .cid-uGsOaJENfz .btn {
    display: flex;
  }
  .cid-uGsOaJENfz button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uGsOaJENfz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uGsOaJENfz .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uGsOaJENfz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGsOaJENfz .navbar-collapse.collapsing,
  .cid-uGsOaJENfz .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGsOaJENfz .navbar-collapse.collapsing .navbar-nav,
  .cid-uGsOaJENfz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGsOaJENfz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGsOaJENfz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uGsOaJENfz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uGsOaJENfz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGsOaJENfz .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGsOaJENfz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uGsOaJENfz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGsOaJENfz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGsOaJENfz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-uGsOaJENfz .dropdown.open &gt; .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGsOaJENfz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGsOaJENfz .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-uGsOaJENfz .navbar .menu-content-top {
    display: block;
  }
  .cid-uGsOaJENfz .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uGsOaJENfz .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-uGsOaJENfz .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-uGsOaJENfz .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uGsOaJENfz .menu-bottom {
    display: flex;
  }
  .cid-uGsOaJENfz .navbar {
    display: block;
    padding: 0;
  }
  .cid-uGsOaJENfz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uGsOaJENfz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-uGsOaJENfz .navbar-toggler {
    display: none;
  }
}
.cid-uGsOaJENfz .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-uGsOaJENfz .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-uGsOaJENfz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uGsOaJENfz .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1;
}
.cid-uGsOaJENfz .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-uGsOaJENfz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGsOaJENfz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGsOaJENfz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGsOaJENfz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #ec0f0f;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uGsOaJENfz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uGsOaJENfz .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGsOaJENfz .dropdown .dropdown-menu .dropdown-item::after {
  right: -1rem;
}
.cid-uGsOaJENfz .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #fa1818;
  color: #ffffff;
}
.cid-uGsOaJENfz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGsOaJENfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGsOaJENfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGsOaJENfz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGsOaJENfz .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-uGsOaJENfz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uGsOaJENfz .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGsOaJENfz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uGsOaJENfz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGsOaJENfz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGsOaJENfz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGsOaJENfz .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-uGsOaJENfz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGsOaJENfz button.navbar-toggler:focus {
  outline: none;
}
.cid-uGsOaJENfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fa1818;
}
.cid-uGsOaJENfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGsOaJENfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uGsOaJENfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uGsOaJENfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGsOaJENfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGsOaJENfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uGsOaJENfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uGsOaJENfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGsOaJENfz .navbar-fixed-top.opened {
  position: relative;
}
.cid-uGsOaJENfz .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uGsOaJENfz .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uGsOaJENfz .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uGsOaJENfz .collapsed .btn {
  display: flex;
}
.cid-uGsOaJENfz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGsOaJENfz .collapsed .navbar-collapse.collapsing,
.cid-uGsOaJENfz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGsOaJENfz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGsOaJENfz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGsOaJENfz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGsOaJENfz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGsOaJENfz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uGsOaJENfz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uGsOaJENfz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGsOaJENfz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uGsOaJENfz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGsOaJENfz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uGsOaJENfz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uGsOaJENfz .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGsOaJENfz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uGsOaJENfz .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uGsOaJENfz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-uGsOaJENfz .collapsed .dropdown.open &gt; .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGsOaJENfz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGsOaJENfz .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uGsOaJENfz .collapsed .dropdown-item:before {
  display: none;
}
.cid-uGsOaJENfz .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uGsOaJENfz .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uGsOaJENfz .nav-link:focus {
  outline: none;
}
.cid-uGsOaJENfz .navbar-toggler {
  position: relative;
}
.cid-uGsOaJENfz .dropdown-item.active,
.cid-uGsOaJENfz .dropdown-item:active {
  background-color: #ffffff;
  color: #000000;
}
.cid-uGsOaJENfz .nav-link:hover,
.cid-uGsOaJENfz .dropdown-item:hover {
  color: #fa1818;
}
.cid-uGsOeZTjJO {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGsOeZTjJO .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uGsOeZTjJO .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uGsOeZTjJO .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #ec0f0f;
  position: absolute;
  z-index: 7;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uGsOeZTjJO .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #ec0f0f;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uGsOeZTjJO .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uGsOeZTjJO .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #000000;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uGsOeZTjJO .wrap-block {
  padding: 3rem 3rem;
}
.cid-uGsOeZTjJO .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uGsOeZTjJO .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uGsOeZTjJO .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uGsOeZTjJO .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uGsOeZTjJO .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uGsOeZTjJO .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uGsOeZTjJO .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uGsOeZTjJO .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uGsOeZTjJO .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uGsOeZTjJO .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uGsOeZTjJO .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #000000;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uGsOeZTjJO .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uGsOeZTjJO .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uGsOeZTjJO .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uGsOeZTjJO .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uGsOeZTjJO .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uGsOeZTjJO .photo-split .element-outer,
  .cid-uGsOeZTjJO .photo-split .element-outer2 {
    display: none;
  }
  .cid-uGsOeZTjJO .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uGsOeZTjJO .mbr-section-title,
  .cid-uGsOeZTjJO .mbr-section-subtitle,
  .cid-uGsOeZTjJO .mbr-text {
    text-align: left !important;
  }
  .cid-uGsOeZTjJO .social-list {
    text-align: left !important;
  }
}
.cid-uGsOeZTjJO .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uGsOeZTjJO .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uGsOeZTjJO .wrap-block .contents h3,
.cid-uGsOeZTjJO .menu-content-right {
  color: #ec0f0f;
}
.cid-uGsOeZTjJO .wrap-block .contents .mbr-section-title,
.cid-uGsOeZTjJO .menu-content-right {
  color: #000000;
}
.cid-uGsOeZTjJO .wrap-block .contents .mbr-subtitle,
.cid-uGsOeZTjJO .menu-content-right {
  color: #fb1010;
}
.cid-uGsOeZTjJO .info-widget .widget-content .widget-title,
.cid-uGsOeZTjJO .widget-icon {
  color: #000000;
}
.cid-uGsOpTsTbe {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uGsOpTsTbe .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uGsOpTsTbe .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uGsOpTsTbe .mbr-section-title {
  margin: 0;
  color: #fa1818;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-uGsOpTsTbe .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-uGsOpTsTbe .mbr-section-text {
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
}
.cid-uGsOpTsTbe .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-uGsOpTsTbe .display-2 {
  font-size: 38px;
}
.cid-uGsOpTsTbe .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #fa1818;
  margin-bottom: 10px;
}
.cid-uGsOpTsTbe .wrapper .img {
  margin-bottom: 20px;
}
.cid-uGsOpTsTbe .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uGsOpTsTbe .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-uGsOpTsTbe .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-uGsOpTsTbe .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uGsOpTsTbe .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-uGsOpTsTbe * {
    text-align: left;
  }
}
.cid-uGsOpTsTbe .mbr-card-title,
.cid-uGsOpTsTbe .img {
  color: #ffffff;
}
.cid-uGsOpTsTbe .wrapper .mbr-text,
.cid-uGsOpTsTbe .img {
  color: #ffffff;
}
.cid-uGAKlARjyL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/vecteezy-construction-site-with-unfinished-residential-buildings-and-27184269.jpg-2000x874.jpg");
}
.cid-uGAKlARjyL .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-uGAKlARjyL .col-lg-3,
.cid-uGAKlARjyL .col-lg-6 {
  padding: 0 !important;
}
.cid-uGAKlARjyL .btn {
  border-radius: 30px;
}
.cid-uGAKlARjyL .card-wrapper {
  min-height: 700px;
  border-right: 1px solid white;
}
.cid-uGAKlARjyL .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-uGAKlARjyL .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uGAKlARjyL .wrapper {
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uGAKlARjyL .image-element:hover .wrapper {
    padding-top: 0;
  }
  .cid-uGAKlARjyL .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.3s, max-height 0.9s;
    opacity: 1;
    max-height: 999px;
  }
  .cid-uGAKlARjyL .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2rem;
    background: transparent;
  }
  .cid-uGAKlARjyL .wrapper .collapsed-content {
    transition: opacity 0.3s, max-height 0.3s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .cid-uGAKlARjyL .card-title,
  .cid-uGAKlARjyL .underline,
  .cid-uGAKlARjyL .mbr-text,
  .cid-uGAKlARjyL .mbr-section-btn,
  .cid-uGAKlARjyL .mbr-section-subtitle,
  .cid-uGAKlARjyL .mbr-section-title {
    text-align: center !important;
  }
  .cid-uGAKlARjyL .card-wrapper {
    align-items: center;
    display: flex;
    min-height: 500px;
    border-bottom: 1px solid white;
  }
}
.cid-uGAKlARjyL .mbr-section-title {
  text-align: left;
}
.cid-uGAKlARjyL .mbr-section-title,
.cid-uGAKlARjyL .underline {
  text-align: center;
}
.cid-uGAKlARjyL H4 {
  color: #e1201d;
}
.cid-uGAIbPJPhs {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #e00101;
}
.cid-uGAIbPJPhs .container {
  max-width: 1400px;
}
.cid-uGAIbPJPhs img,
.cid-uGAIbPJPhs .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uGAIbPJPhs img:before,
.cid-uGAIbPJPhs .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-uGAIbPJPhs img:hover:before,
.cid-uGAIbPJPhs .item-img:hover:before {
  opacity: 0.2;
}
.cid-uGAIbPJPhs .item:focus,
.cid-uGAIbPJPhs span:focus {
  outline: none;
}
.cid-uGAIbPJPhs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uGAIbPJPhs .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGAIbPJPhs .item-content {
  padding-top: 1.5rem;
}
.cid-uGAIbPJPhs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGAIbPJPhs .mbr-section-title {
  color: #232323;
}
.cid-uGAIbPJPhs .mbr-text,
.cid-uGAIbPJPhs .mbr-section-btn {
  color: #818181;
}
.cid-uGAIbPJPhs .item-title {
  color: #ffffff;
}
.cid-uGAosFCJei {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uGAosFCJei .carousel-item {
  justify-content: center;
}
.cid-uGAosFCJei .carousel-item.active,
.cid-uGAosFCJei .carousel-item-next,
.cid-uGAosFCJei .carousel-item-prev {
  display: flex;
}
.cid-uGAosFCJei .title_block {
  margin-bottom: 80px;
}
.cid-uGAosFCJei .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ec0f0f;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uGAosFCJei .mbr-section-title {
  color: #130947;
}
.cid-uGAosFCJei .card_title {
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uGAosFCJei .user_descr {
  margin: 0;
  color: #fa1818;
}
.cid-uGAosFCJei .user:hover img {
  transform: scale(1.1);
}
.cid-uGAosFCJei .user:hover .card_title a {
  color: #ec0f0f !important;
}
.cid-uGAosFCJei .user_image {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-uGAosFCJei .user_image img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uGAosFCJei li {
  opacity: 1;
  border: none;
  width: 15px;
  height: 2px;
  margin: 0 5px;
  max-width: 30px;
  max-height: 2px;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uGAosFCJei li.active {
  opacity: 1;
  background-color: #000000;
  width: 27px;
  height: 2px;
}
.cid-uGAosFCJei .carousel-indicators {
  align-items: center;
  position: static;
  margin: 60px 0 0;
}
.cid-uGAosFCJei .carousel-indicators li {
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-uGAosFCJei .title_block {
    margin-bottom: 40px;
  }
  .cid-uGAosFCJei .carousel-indicators {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uGAosFCJei .user {
    margin-top: 40px;
  }
  .cid-uGAosFCJei .user:first-child {
    margin-top: 0;
  }
}
.cid-uGsOiikouA {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uGsOiikouA .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-uGsOiikouA .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uGsOiikouA .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.85;
}
.cid-uGsOiikouA .contents .mbr-section-title {
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-uGsOiikouA .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  letter-spacing: 0;
  line-height: 1.5;
}
.cid-uGsOiikouA .card-wrapper {
  height: 100%;
}
.cid-uGsOiikouA .card-wrapper .card-box {
  padding-top: 2rem;
}
.cid-uGsOiikouA .card-wrapper .card-box .card-title {
  color: #28303f;
  transition: 0.3s all;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-uGsOiikouA .card-wrapper .card-box .card-title:hover {
  color: #ec0f0f;
  transition: 0.3s all;
}
.cid-uGsOiikouA .card-wrapper .card-box .card-title.display-5 {
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: -0.5px;
}
.cid-uGsOiikouA .card-wrapper .card-box .card-subtitle {
  color: #a0a9b6;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-uGsOiikouA .card-wrapper .card-box .card-subtitle.display-4 {
  font-size: 12px;
}
.cid-uGsOiikouA .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uGsOiikouA .card-wrapper .card-box .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uGsOiikouA .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
}
.cid-uGsOiikouA .card-wrapper .card-img {
  position: relative;
}
.cid-uGsOiikouA .card-wrapper .card-img img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-uGsOiikouA .card-wrapper .card-img .meta-category {
  background-color: #ec0f0f;
  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-uGsOiikouA .card-wrapper .card-img .meta-category .btn {
  font-weight: 600 !important;
}
.cid-uGsOiikouA .card-wrapper .card-img .meta-category .btn:hover {
  color: currentColor !important;
}
.cid-uGsOiikouA .card-wrapper .mbr-link-btn .btn {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1px;
}
.cid-uGsOiikouA .card-wrapper .mbr-link-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uGsOiikouA .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-uGsOiikouA .btn[class*='-outline'] span {
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  transition: padding 0.3s !important;
}
.cid-uGsOiikouA .btn[class*='-outline']:hover span {
  padding-left: 10px;
}
.cid-uGsOiikouA .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-uGsOiikouA .btn[class*='-outline']:active,
.cid-uGsOiikouA .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-uGsOiikouA .card-wrapper .card-box .mbr-text,
.cid-uGsOiikouA .mbr-link-btn {
  color: #ffffff;
}
.cid-uGsOxmnbfJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uGsOxmnbfJ .top-part {
  margin-bottom: 70px;
}
.cid-uGsOxmnbfJ .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uGsOxmnbfJ .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uGsOxmnbfJ .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uGsOxmnbfJ .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uGsOxmnbfJ .nav-tabs .nav-item.open .nav-link:focus,
.cid-uGsOxmnbfJ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uGsOxmnbfJ .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-uGsOxmnbfJ .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-uGsOxmnbfJ .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-uGsOxmnbfJ .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-uGsOxmnbfJ .nav-tabs .nav-link {
  color: #6d7a8c;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-uGsOxmnbfJ .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-uGsOxmnbfJ .nav-tabs .nav-link.active {
  border-bottom: 2px solid #4f87fb;
  color: #28303f;
}
.cid-uGsOxmnbfJ .nav-tabs .nav-link.active span {
  color: #4f87fb;
}
.cid-uGsOxmnbfJ .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-uGsOxmnbfJ .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uGsOxmnbfJ .mbr-text,
  .cid-uGsOxmnbfJ .nav-link {
    text-align: left;
  }
  .cid-uGsOxmnbfJ .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-uGsOxmnbfJ .mbr-section-title,
  .cid-uGsOxmnbfJ .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uGsOxmnbfJ .tab-content {
  margin-top: 44px;
}
.cid-uGsOxmnbfJ .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-uGsOxmnbfJ .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-uGsOxmnbfJ .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-uGsOxmnbfJ .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uGsOxmnbfJ .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-uGsOxmnbfJ .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-uGsOxmnbfJ .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-uGsOxmnbfJ .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-uGsOxmnbfJ .tab-content .tab-pane .mbr-list .list li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: 'âœ“';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-uGsOxmnbfJ .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-uGsOBPYmhe {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uGsOBPYmhe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uGsOBPYmhe .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-uGsOBPYmhe .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-uGsOBPYmhe .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-uGsOBPYmhe .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-uGsOBPYmhe .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-uGsOBPYmhe .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-uGsOBPYmhe .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-uGsOBPYmhe .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uGsOBPYmhe .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-uGsOBPYmhe .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-uGsOBPYmhe .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uGsOBPYmhe .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uGsOBPYmhe .list-block {
  position: relative;
}
.cid-uGsOBPYmhe .list-block h4,
.cid-uGsOBPYmhe .list-block p {
  padding-left: 4.5rem;
}
.cid-uGsOBPYmhe .card-img {
  display: block;
}
.cid-uGsOBPYmhe input,
.cid-uGsOBPYmhe textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-uGsOBPYmhe input:focus,
.cid-uGsOBPYmhe textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uGsOBPYmhe .form-control,
.cid-uGsOBPYmhe .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ec0f0f;
  border-color: #ec0f0f;
  color: #fa1818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uGsOBPYmhe .form-control:hover,
.cid-uGsOBPYmhe .field-input:hover,
.cid-uGsOBPYmhe .form-control:focus,
.cid-uGsOBPYmhe .field-input:focus {
  background-color: #fa1818;
  border-color: #fa1818 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uGsOBPYmhe input::-webkit-input-placeholder,
.cid-uGsOBPYmhe textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-uGsOBPYmhe input:-moz-placeholder,
.cid-uGsOBPYmhe textarea:-moz-placeholder {
  color: #28303f;
}
.cid-uGsOBPYmhe .jq-selectbox li,
.cid-uGsOBPYmhe .jq-selectbox li {
  background-color: #ec0f0f;
  color: #ffffff;
}
.cid-uGsOBPYmhe .jq-selectbox li:hover,
.cid-uGsOBPYmhe .jq-selectbox li.selected {
  background-color: #fa1818;
  color: #ffffff;
}
.cid-uGsOBPYmhe .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ec0f0f;
}
.cid-uGsOBPYmhe .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #fa1818;
}
.cid-uGsOBPYmhe .mbr-form {
  max-width: 550px;
}
.cid-uGsOBPYmhe .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uGsOBPYmhe .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uGsOBPYmhe .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uGsOBPYmhe .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uGsOBPYmhe .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-uGsOBPYmhe .mbr-form textarea {
  min-height: 100px;
}
.cid-uGsOBPYmhe .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #ec0f0f;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-uGsOBPYmhe .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-uGsOBPYmhe .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uGsOBPYmhe .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uGsOBPYmhe .mbr-section-title,
  .cid-uGsOBPYmhe .content-title,
  .cid-uGsOBPYmhe .mbr-section-btn {
    text-align: left;
  }
}
</pre></body></html>