.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'FontsFree-Net-Swiss721BT-Light';
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'FontsFree-Net-Swiss721BT-Light';
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'FontsFree-Net-Swiss721BT-Light';
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.1rem;
}
.display-5 {
  font-family: 'FontsFree-Net-Swiss721BT-Light';
  font-size: 1.2rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'FontsFree-Net-Swiss721BT-Light';
  font-size: 1.4rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ff2121 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #c3c3c3 !important;
}
.bg-danger {
  background-color: #e33030 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff2121 !important;
  border-color: #ff2121 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ff2121;
  border-color: #ff2121;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff2121 !important;
  border-color: #ff2121 !important;
}
.btn-success:hover {
  background-color: #ed0000 !important;
  border-color: #ed0000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c3c3c3;
  border-color: #c3c3c3;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
.btn-warning:hover {
  background-color: #aaaaaa !important;
  border-color: #aaaaaa !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e33030 !important;
  border-color: #e33030 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e33030;
  border-color: #e33030;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e33030 !important;
  border-color: #e33030 !important;
}
.btn-danger:hover {
  background-color: #c51b1b !important;
  border-color: #c51b1b !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: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ff2121;
  color: #ff2121;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #ff2121 !important;
  border-color: #ff2121;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2121 !important;
  border-color: #ff2121 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #c3c3c3;
  color: #c3c3c3;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #c3c3c3 !important;
  border-color: #c3c3c3;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e33030;
  color: #e33030;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #e33030 !important;
  border-color: #e33030;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e33030 !important;
  border-color: #e33030 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #ff2121 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #c3c3c3 !important;
}
.text-danger {
  color: #e33030 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ba0000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #909090 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #981515 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #ff2121;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #c3c3c3;
}
.alert-danger {
  background-color: #e33030;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffeded;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #fbe4e4;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'FontsFree-Net-Swiss721BT-Light';
  font-size: 1.4rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !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: #000000 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urs6OKt4Qo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f7fd;
}
.cid-urs6OKt4Qo .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-urs6OKt4Qo .row {
    padding: 0 12px;
  }
}
.cid-urs6OKt4Qo .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-urs6OKt4Qo .row::after {
    display: none;
  }
}
.cid-urs6OKt4Qo .mbr-fallback-image.disabled {
  display: none;
}
.cid-urs6OKt4Qo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urs6OKt4Qo .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-urs6OKt4Qo .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-urs6OKt4Qo .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-urs6OKt4Qo .title {
  display: flex;
  align-items: center;
}
.cid-urs6OKt4Qo .title-wrapper {
  z-index: 1;
}
.cid-urs6OKt4Qo .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-urs6OKt4Qo .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-urs6OKt4Qo .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-urs6OKt4Qo .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-urs6OKt4Qo .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-urs6OKt4Qo .mbr-section-title {
  color: #1e4381;
}
.cid-urs6OKt4Qo .mbr-section-subtitle {
  color: #ff2121;
}
.cid-urs6OKt4Qo .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-urs6OKt4Qo .mbr-section-title,
.cid-urs6OKt4Qo .mbr-section-btn {
  color: #000000;
}
.cid-uAZ84xWCex {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-uAZ84xWCex .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uAZ84xWCex .row {
    padding: 0 12px;
  }
}
.cid-uAZ84xWCex .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uAZ84xWCex .row::after {
    display: none;
  }
}
.cid-uAZ84xWCex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ84xWCex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZ84xWCex .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uAZ84xWCex .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-uAZ84xWCex .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-uAZ84xWCex .title {
  display: flex;
  align-items: center;
}
.cid-uAZ84xWCex .title-wrapper {
  z-index: 1;
}
.cid-uAZ84xWCex .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-uAZ84xWCex .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uAZ84xWCex .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uAZ84xWCex .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-uAZ84xWCex .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-uAZ84xWCex .mbr-section-title {
  color: #1e4381;
}
.cid-uAZ84xWCex .mbr-section-subtitle {
  color: #ff2121;
}
.cid-uAZ84xWCex .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uAZ84xWCex .mbr-section-title,
.cid-uAZ84xWCex .mbr-section-btn {
  color: #000000;
}
.cid-uuRLJLjPzZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuRLJLjPzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuRLJLjPzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuRLJLjPzZ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uuRLJLjPzZ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uuRLJLjPzZ .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uuRLJLjPzZ .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uuRLJLjPzZ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uuRLJLjPzZ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uuRLJLjPzZ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uuRLJLjPzZ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uuRLJLjPzZ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uuRLJLjPzZ .item {
    margin-bottom: 28px;
  }
}
.cid-uuRLJLjPzZ .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uuRLJLjPzZ .item .item-wrapper:hover,
.cid-uuRLJLjPzZ .item .item-wrapper:focus {
  border: 2px solid #ff2121;
  background-color: #ff2121;
}
.cid-uuRLJLjPzZ .item .item-wrapper .item-wrap {
  border: 1px solid #f5f7fd;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uuRLJLjPzZ .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f7fd;
}
@media (max-width: 992px) {
  .cid-uuRLJLjPzZ .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-uuRLJLjPzZ .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #078efb;
  background: linear-gradient(90deg, #ff2121, #ff5454 65%, #ff8787);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uuRLJLjPzZ .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-uuRLJLjPzZ .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uuRLJLjPzZ .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uuRLJLjPzZ .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-uuRLJLjPzZ .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uuRLJLjPzZ .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uuRLJLjPzZ .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uuRLJLjPzZ .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uuRLJLjPzZ .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uuRLJLjPzZ .mbr-section-title {
  color: #15171a;
  text-align: center;
}
.cid-uuRLJLjPzZ .mbr-text,
.cid-uuRLJLjPzZ .text-wrapper {
  color: #15171a;
  text-align: center;
}
.cid-uuRLJLjPzZ .mbr-desc,
.cid-uuRLJLjPzZ .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uuRLJLjPzZ .item-desc {
  color: #9aa0a6;
}
.cid-uuRLJLjPzZ .item-title {
  color: #ffffff;
}
.cid-uuRLJLjPzZ .item-text {
  color: #ffffff;
}
.cid-uuRLJLjPzZ .icon-wrapper {
  text-align: right;
}
.cid-uuRLJLjPzZ .item-title,
.cid-uuRLJLjPzZ .icon-wrapper {
  color: #15171a;
  text-align: center;
}
.cid-uuRMQ69cbG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuRMQ69cbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuRMQ69cbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuRMQ69cbG .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uuRMQ69cbG .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uuRMQ69cbG .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uuRMQ69cbG .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uuRMQ69cbG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uuRMQ69cbG .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uuRMQ69cbG .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uuRMQ69cbG .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uuRMQ69cbG .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uuRMQ69cbG .item {
    margin-bottom: 28px;
  }
}
.cid-uuRMQ69cbG .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uuRMQ69cbG .item .item-wrapper:hover,
.cid-uuRMQ69cbG .item .item-wrapper:focus {
  border: 2px solid #ff2121;
  background-color: #ff2121;
}
.cid-uuRMQ69cbG .item .item-wrapper .item-wrap {
  border: 1px solid #f5f7fd;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uuRMQ69cbG .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f7fd;
}
@media (max-width: 992px) {
  .cid-uuRMQ69cbG .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-uuRMQ69cbG .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #078efb;
  background: linear-gradient(90deg, #ff2121, #ff5454 65%, #ff8787);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uuRMQ69cbG .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-uuRMQ69cbG .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uuRMQ69cbG .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uuRMQ69cbG .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-uuRMQ69cbG .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uuRMQ69cbG .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uuRMQ69cbG .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uuRMQ69cbG .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uuRMQ69cbG .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uuRMQ69cbG .mbr-section-title {
  color: #15171a;
  text-align: center;
}
.cid-uuRMQ69cbG .mbr-text,
.cid-uuRMQ69cbG .text-wrapper {
  color: #15171a;
  text-align: center;
}
.cid-uuRMQ69cbG .mbr-desc,
.cid-uuRMQ69cbG .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uuRMQ69cbG .item-desc {
  color: #9aa0a6;
}
.cid-uuRMQ69cbG .item-title {
  color: #ffffff;
}
.cid-uuRMQ69cbG .item-text {
  color: #ffffff;
}
.cid-uuRMQ69cbG .icon-wrapper {
  text-align: right;
}
.cid-uuRMQ69cbG .item-title,
.cid-uuRMQ69cbG .icon-wrapper {
  color: #15171a;
  text-align: center;
}
.cid-uuRNbTWvH5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuRNbTWvH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuRNbTWvH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuRNbTWvH5 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uuRNbTWvH5 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uuRNbTWvH5 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uuRNbTWvH5 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uuRNbTWvH5 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uuRNbTWvH5 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uuRNbTWvH5 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uuRNbTWvH5 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uuRNbTWvH5 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uuRNbTWvH5 .item {
    margin-bottom: 28px;
  }
}
.cid-uuRNbTWvH5 .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uuRNbTWvH5 .item .item-wrapper:hover,
.cid-uuRNbTWvH5 .item .item-wrapper:focus {
  border: 2px solid #ff2121;
  background-color: #ff2121;
}
.cid-uuRNbTWvH5 .item .item-wrapper .item-wrap {
  border: 1px solid #f5f7fd;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uuRNbTWvH5 .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f7fd;
}
@media (max-width: 992px) {
  .cid-uuRNbTWvH5 .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-uuRNbTWvH5 .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #078efb;
  background: linear-gradient(90deg, #ff2121, #ff5454 65%, #ff8787);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uuRNbTWvH5 .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-uuRNbTWvH5 .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uuRNbTWvH5 .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uuRNbTWvH5 .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-uuRNbTWvH5 .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uuRNbTWvH5 .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uuRNbTWvH5 .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uuRNbTWvH5 .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uuRNbTWvH5 .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uuRNbTWvH5 .mbr-section-title {
  color: #15171a;
  text-align: center;
}
.cid-uuRNbTWvH5 .mbr-text,
.cid-uuRNbTWvH5 .text-wrapper {
  color: #15171a;
  text-align: center;
}
.cid-uuRNbTWvH5 .mbr-desc,
.cid-uuRNbTWvH5 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uuRNbTWvH5 .item-desc {
  color: #9aa0a6;
}
.cid-uuRNbTWvH5 .item-title {
  color: #ffffff;
}
.cid-uuRNbTWvH5 .item-text {
  color: #ffffff;
}
.cid-uuRNbTWvH5 .icon-wrapper {
  text-align: right;
}
.cid-uuRNbTWvH5 .item-title,
.cid-uuRNbTWvH5 .icon-wrapper {
  color: #15171a;
  text-align: center;
}
.cid-utmOOu4eX3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utmOOu4eX3 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-utmOOu4eX3 .mbr-section-btn {
  margin-top: 30px;
}
.cid-utmOOu4eX3 .block__left,
.cid-utmOOu4eX3 .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-utmOOu4eX3 .block__left,
  .cid-utmOOu4eX3 .block__right {
    padding: 30px;
  }
}
.cid-utmOOu4eX3 .title__block {
  position: relative;
  z-index: 2;
}
.cid-utmOOu4eX3 .left__image {
  background-image: url("../../../assets/images/conference21.webp");
}
.cid-utmOOu4eX3 .block__left > .mbr-overlay {
  background-color: #191f23;
  opacity: 0.8;
  z-index: 1;
}
.cid-utmOOu4eX3 .block__right > .mbr-overlay {
  background-color: #d90a2c;
  opacity: 0.3;
  z-index: 1;
}
.cid-utmOOu4eX3 .right__image {
  background-image: url("../../../assets/images/conference22.webp");
}
.cid-utmOOu4eX3 .left__image,
.cid-utmOOu4eX3 .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-utmOOu4eX3 .container,
  .cid-utmOOu4eX3 .container-fluid,
  .cid-utmOOu4eX3 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-utmOOu4eX3 .wrap_left,
  .cid-utmOOu4eX3 .wrap_right {
    padding: 0;
  }
}
.cid-utmOOu4eX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utmOOu4eX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utmOOu4eX3 .mbr-section-title {
  text-align: left;
}
.cid-utmOOu4eX3 .mbr-text,
.cid-utmOOu4eX3 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ursYu3YiSH {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-image: url("../../../assets/images/mbr-1920x1272.webp");
}
.cid-ursYu3YiSH .mbr-section-title {
  color: #06182d;
}
.cid-ursYu3YiSH .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff2121 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-ursYu3YiSH .mbr-section-subtitle {
  color: #06182d;
}
.cid-ursYu3YiSH .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-ursYu3YiSH .mbr-text {
  color: #000000;
  font-weight: 300;
}
.cid-ursYu3YiSH .title-text {
  margin-bottom: 70px;
}
.cid-ursYu3YiSH .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-ursYu3YiSH .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-ursYu3YiSH .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ursYu3YiSH .title-text .mbr-section-title {
  color: #000000;
}
.cid-ursYu3YiSH .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-ursYu3YiSH .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-ursYu3YiSH .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-ursYu3YiSH .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff4e3c;
}
.cid-ursYu3YiSH .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-ursYu3YiSH .p-4 {
  padding: 1rem 0 !important;
}
.cid-ursYu3YiSH .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-ursYu3YiSH .mbri-arrow-down:before {
  content: "\e960";
}
.cid-ursYu3YiSH .mbri-arrow-up:before {
  content: "\e960";
}
.cid-ursYu3YiSH .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-ursYu3YiSH .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-ursYu3YiSH .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-ursYu3YiSH .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-ursYu3YiSH .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-ursYu3YiSH .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-ursYu3YiSH .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-ursYu3YiSH .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-ursYu3YiSH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ursYu3YiSH .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-ursYu3YiSH .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-ursYu3YiSH .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-ursYu3YiSH .card .card-header a.panel-title .toggle-icon:before,
.cid-ursYu3YiSH .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-ursYu3YiSH .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-ursYu3YiSH .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-ursYu3YiSH .card .panel-body {
  padding: 14px 20px;
}
.cid-ursYu3YiSH .card .panel-body p {
  color: #000000;
  line-height: 1.5;
}
.cid-ursYu3YiSH .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-ursYu3YiSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursYu3YiSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utmSqVJKZh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utmSqVJKZh .mbr-section-title {
  margin-bottom: 20px;
}
.cid-utmSqVJKZh .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-utmSqVJKZh .mbr-text {
  margin: 10px 0;
}
.cid-utmSqVJKZh .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-utmSqVJKZh .btn-primary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-utmSqVJKZh .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-utmSqVJKZh .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-utmSqVJKZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-utmSqVJKZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utmSoNRhub {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utmSoNRhub .wrap {
  height: 100%;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-utmSoNRhub .wrap:hover {
  background-color: #ebeaed;
}
@media (max-width: 767px) {
  .cid-utmSoNRhub .wrap {
    padding: 20px;
  }
}
.cid-utmSoNRhub .icon__block {
  margin-bottom: 10px;
}
.cid-utmSoNRhub .title__text {
  margin-bottom: 15px;
}
.cid-utmSoNRhub .mbr-text {
  margin-bottom: 20px;
  text-align: justify;
}
.cid-utmSoNRhub .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #000000;
}
.cid-utmSoNRhub .count {
  padding: 5px 0;
}
.cid-utmSoNRhub .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-utmSoNRhub .item:before {
  content: '\e97c';
  font-family: 'Moririse2';
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #000000;
}
.cid-utmSoNRhub .mbr-fallback-image.disabled {
  display: none;
}
.cid-utmSoNRhub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utmSOwIPou {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utmSOwIPou .wrap {
  height: 100%;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-utmSOwIPou .wrap:hover {
  background-color: #ebeaed;
}
@media (max-width: 767px) {
  .cid-utmSOwIPou .wrap {
    padding: 20px;
  }
}
.cid-utmSOwIPou .icon__block {
  margin-bottom: 10px;
}
.cid-utmSOwIPou .title__text {
  margin-bottom: 15px;
}
.cid-utmSOwIPou .mbr-text {
  margin-bottom: 20px;
  text-align: justify;
}
.cid-utmSOwIPou .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #000000;
}
.cid-utmSOwIPou .count {
  padding: 5px 0;
}
.cid-utmSOwIPou .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-utmSOwIPou .item:before {
  content: '\e97c';
  font-family: 'Moririse2';
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #000000;
}
.cid-utmSOwIPou .mbr-fallback-image.disabled {
  display: none;
}
.cid-utmSOwIPou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQMc5moP7 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-urQMc5moP7 .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-urQMc5moP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQMc5moP7 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-urQMc5moP7 .mbr-section-btn,
.cid-urQMc5moP7 .btn {
  width: 100%;
  margin: 0;
}
.cid-urQMc5moP7 .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-urQMc5moP7 .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-urQMc5moP7 input,
.cid-urQMc5moP7 textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-urQMc5moP7 input:hover,
.cid-urQMc5moP7 textarea:hover,
.cid-urQMc5moP7 input:active,
.cid-urQMc5moP7 textarea:active,
.cid-urQMc5moP7 input:focus,
.cid-urQMc5moP7 textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-urQMc5moP7 input::placeholder,
.cid-urQMc5moP7 textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-urQMc5moP7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-urQMc5moP7 LABEL {
  color: #ffffff;
}
.cid-ursMrSN0Wy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-ursMrSN0Wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursMrSN0Wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursMrSN0Wy .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-ursMrSN0Wy .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-ursMrSN0Wy .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-ursMrSN0Wy .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ursMrSN0Wy .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li:hover {
  color: #000000 !important;
}
.cid-ursMrSN0Wy .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .social-list {
    justify-content: flex-start;
  }
}
.cid-ursMrSN0Wy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-ursMrSN0Wy .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-ursMrSN0Wy .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-ursMrSN0Wy .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .contact-list li {
    text-align: left;
  }
}
.cid-ursMrSN0Wy .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-ursMrSN0Wy .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-ursMrSN0Wy .copyright-container {
    margin-top: 40px;
  }
}
.cid-ursMrSN0Wy .copyright {
  color: #c3c3c3;
}
.cid-uQhLPol3rp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-uQhLPol3rp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQhLPol3rp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQhLPol3rp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQhLPol3rp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQhLPol3rp .container {
    padding: 0;
  }
}
.cid-uQhLPol3rp .row {
  justify-content: center;
  margin: 0;
}
.cid-uQhLPol3rp .card {
  border-radius: 0;
  padding: 0;
}
.cid-uQhLPol3rp .card a {
  display: block;
}
.cid-uQhLPol3rp .card a:hover .card-wrapper .card-wrap .mbr-card-title {
  color: #c09941;
}
.cid-uQhLPol3rp .card a .card-wrapper {
  background-color: #e6c16d;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uQhLPol3rp .card a .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uQhLPol3rp .card a .card-wrapper .card-wrap {
  display: inline-flex;
  align-content: center;
}
.cid-uQhLPol3rp .card a .card-wrapper .card-wrap .mbr-iconfont {
  font-size: 40px;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uQhLPol3rp .card a .card-wrapper .card-wrap .mbr-iconfont {
    margin-right: 20px;
  }
}
.cid-uQhLPol3rp .card a .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQhLPol3rp .card:nth-child(2) a .card-wrapper {
  background-color: #235d81;
}
.cid-uQhLPol3rp .mbr-card-title,
.cid-uQhLPol3rp .mbr-iconfont {
  color: #ffffff;
}
.cid-uQhLPol3rp .card-wrapper {
  text-align: center;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ursSQvkPTB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-ursSQvkPTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursSQvkPTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursSQvkPTB .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ursSQvkPTB .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ursSQvkPTB .container {
    padding: 0;
  }
}
.cid-ursSQvkPTB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ursSQvkPTB .title-wrapper {
    padding: 0 16px;
  }
}
.cid-ursSQvkPTB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ursSQvkPTB .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-ursSQvkPTB .mbr-section-title {
  color: #263652;
}
.cid-ursSQvkPTB .mbr-text {
  color: #263652;
}
.cid-ursMrSN0Wy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-ursMrSN0Wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursMrSN0Wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursMrSN0Wy .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-ursMrSN0Wy .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-ursMrSN0Wy .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-ursMrSN0Wy .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ursMrSN0Wy .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li:hover {
  color: #000000 !important;
}
.cid-ursMrSN0Wy .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .social-list {
    justify-content: flex-start;
  }
}
.cid-ursMrSN0Wy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-ursMrSN0Wy .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-ursMrSN0Wy .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-ursMrSN0Wy .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .contact-list li {
    text-align: left;
  }
}
.cid-ursMrSN0Wy .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-ursMrSN0Wy .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-ursMrSN0Wy .copyright-container {
    margin-top: 40px;
  }
}
.cid-ursMrSN0Wy .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urR2dp7ppd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-urR2dp7ppd .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-urR2dp7ppd .row {
    padding: 0 12px;
  }
}
.cid-urR2dp7ppd .row::after {
  content: '';
  display: block;
  background: #f1f1f2;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-urR2dp7ppd .row::after {
    display: none;
  }
}
.cid-urR2dp7ppd .mbr-fallback-image.disabled {
  display: none;
}
.cid-urR2dp7ppd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urR2dp7ppd .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-urR2dp7ppd .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-urR2dp7ppd .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-urR2dp7ppd .title {
  display: flex;
  align-items: center;
}
.cid-urR2dp7ppd .title-wrapper {
  z-index: 1;
}
.cid-urR2dp7ppd .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-urR2dp7ppd .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-urR2dp7ppd .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-urR2dp7ppd .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-urR2dp7ppd .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-urR2dp7ppd .mbr-section-title {
  color: #1e4381;
}
.cid-urR2dp7ppd .mbr-section-subtitle {
  color: #ff2121;
}
.cid-urR2dp7ppd .mbr-text {
  color: #000000;
}
.cid-urR2dp7ppd .mbr-section-title,
.cid-urR2dp7ppd .mbr-section-btn {
  color: #000000;
}
.cid-utnaJI1TRB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utnaJI1TRB .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-utnaJI1TRB .row {
    padding: 0 12px;
  }
}
.cid-utnaJI1TRB .row::after {
  content: '';
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
  left: 0;
}
@media (max-width: 992px) {
  .cid-utnaJI1TRB .row::after {
    display: none;
  }
}
.cid-utnaJI1TRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-utnaJI1TRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utnaJI1TRB .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-utnaJI1TRB .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-utnaJI1TRB .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-utnaJI1TRB .title {
  display: flex;
  align-items: center;
}
.cid-utnaJI1TRB .title-wrapper {
  z-index: 1;
}
.cid-utnaJI1TRB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-utnaJI1TRB .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-utnaJI1TRB .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-utnaJI1TRB .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-utnaJI1TRB .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-utnaJI1TRB .mbr-section-title {
  color: #1e4381;
}
.cid-utnaJI1TRB .mbr-section-subtitle {
  color: #ff2121;
}
.cid-utnaJI1TRB .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-utnaJI1TRB .mbr-section-title,
.cid-utnaJI1TRB .mbr-section-btn {
  color: #000000;
}
.cid-urtbTmkuX5 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #f5f7fd;
}
.cid-urtbTmkuX5 .accordion .card {
  overflow: hidden;
}
.cid-urtbTmkuX5 .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-urtbTmkuX5 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-urtbTmkuX5 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-urtbTmkuX5 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-urtbTmkuX5 .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-urtbTmkuX5 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-urtbTmkuX5 .card .panel-body {
  color: #767676;
}
.cid-urtbTmkuX5 .card:hover {
  background: #ebeaed;
}
.cid-urtbTmkuX5 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ff2121;
}
.cid-urtbTmkuX5 .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-urtbTmkuX5 .mbri-arrow-down:before {
  content: '\e960';
}
.cid-urtbTmkuX5 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-urtbTmkuX5 .panel-collapse {
  margin-top: -1px;
}
.cid-urtbTmkuX5 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-urtbTmkuX5 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-urtbTmkuX5 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-urtbTmkuX5 .sign {
    margin-right: 0.5rem;
  }
}
.cid-urtbTmkuX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urtbTmkuX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urtbTmkuX5 .text {
  text-align: justify;
}
.cid-urtbTmkuX5 H3 {
  color: #ff2121;
}
.cid-urRahoXeqG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-urRahoXeqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-urRahoXeqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urRahoXeqG .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-urRahoXeqG .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urRahoXeqG .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-urRahoXeqG .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-urRahoXeqG .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-urRahoXeqG .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-urRahoXeqG .box .mbr-media {
    height: 350px;
  }
}
.cid-urRahoXeqG .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-urRahoXeqG .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-urRahoXeqG .box .mbr-media .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 12px;
  z-index: 1;
}
.cid-urRahoXeqG .mbr-media {
  position: relative;
}
.cid-urRahoXeqG .mbr-media img {
  object-fit: cover;
}
.cid-urRahoXeqG a:hover {
  background-image: none !important;
}
.cid-urRahoXeqG .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #ed463f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-urRahoXeqG .icon-wrap:hover,
.cid-urRahoXeqG .icon-wrap:focus {
  background-color: #ffffff;
}
.cid-urRahoXeqG .icon-wrap:hover .mbr-iconfont,
.cid-urRahoXeqG .icon-wrap:focus .mbr-iconfont {
  color: #ed463f;
}
@media (max-width: 992px) {
  .cid-urRahoXeqG .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-urRahoXeqG .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-urRahoXeqG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-urRahoXeqG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-urRahoXeqG .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-urRahoXeqG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urRahoXeqG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-urRahoXeqG .mbr-section-title {
  color: #404349;
}
.cid-urRahoXeqG .mbr-desc {
  color: #b19a7c;
}
.cid-urRahoXeqG .mbr-desc,
.cid-urRahoXeqG .desc-wrapper {
  color: #ff2121;
}
.cid-urRahoXeqG .mbr-section-title,
.cid-urRahoXeqG .title-wrap {
  text-align: center;
}
.cid-utn19iQlwl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-utn19iQlwl .mbr-section-title {
  margin-bottom: 20px;
  text-align: left;
}
.cid-utn19iQlwl .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-utn19iQlwl .mbr-text {
  margin: 10px 0;
  text-align: left;
}
.cid-utn19iQlwl .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-utn19iQlwl .btn-primary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-utn19iQlwl .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-utn19iQlwl .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-utn19iQlwl .mbr-fallback-image.disabled {
  display: none;
}
.cid-utn19iQlwl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urR6LoRzZ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
  flex-direction: column;
  justify-content: center;
}
.cid-urR6LoRzZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urR6LoRzZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urR6LoRzZ2 .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-urR6LoRzZ2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-urR6LoRzZ2 .container {
    padding: 0 16px;
  }
}
.cid-urR6LoRzZ2 .row {
  justify-content: center;
}
.cid-urR6LoRzZ2 .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-urR6LoRzZ2 .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 100px) {
  .cid-urR6LoRzZ2 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #000000 !important;
}
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #000000 !important;
}
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ff2121 !important;
  color: #000000 !important;
}
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #c3c3c3 !important;
  color: #000000 !important;
}
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #e33030 !important;
  color: #000000 !important;
}
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-urR6LoRzZ2 .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-urR6LoRzZ2 .mbr-desc {
  color: #ff2121;
  text-align: center;
}
.cid-urR6LoRzZ2 .mbr-section-title {
  color: #000000;
}
.cid-urR6LoRzZ2 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-urR6LoRzZ2 .mbr-section-btn {
  text-align: center;
}
.cid-urR6LoRzZ2 .mbr-section-title,
.cid-urR6LoRzZ2 .mbr-section-btn {
  text-align: justify;
}
.cid-urQENIyb8S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #f5f7fd;
}
.cid-urQENIyb8S::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #ff2121 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-urQENIyb8S .container {
    padding: 0 16px;
  }
}
.cid-urQENIyb8S .row {
  position: relative;
  z-index: 1;
}
.cid-urQENIyb8S .title-wrapper {
  margin-bottom: 80px;
}
.cid-urQENIyb8S .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-urQENIyb8S .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-urQENIyb8S .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-urQENIyb8S .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-urQENIyb8S .embla__slide .slide-content {
  width: 100%;
}
.cid-urQENIyb8S .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urQENIyb8S .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-urQENIyb8S .embla__button--next,
.cid-urQENIyb8S .embla__button--prev {
  display: flex;
}
.cid-urQENIyb8S .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-urQENIyb8S .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-urQENIyb8S .embla__button:hover {
  opacity: .7 !important;
}
.cid-urQENIyb8S .embla__button.embla__button--prev {
  left: 0;
}
.cid-urQENIyb8S .embla__button.embla__button--next {
  right: 0;
}
.cid-urQENIyb8S .embla {
  position: relative;
  width: 100%;
}
.cid-urQENIyb8S .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-urQENIyb8S .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-urQENIyb8S .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-urQENIyb8S .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-urQENIyb8S .mbr-section-title {
  color: #08323c;
  text-align: center;
}
.cid-urQENIyb8S .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uPPwWe2sEG {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPwWe2sEG .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPwWe2sEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPwWe2sEG .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPwWe2sEG .mbr-section-btn,
.cid-uPPwWe2sEG .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPwWe2sEG .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPwWe2sEG .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPwWe2sEG input,
.cid-uPPwWe2sEG textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPwWe2sEG input:hover,
.cid-uPPwWe2sEG textarea:hover,
.cid-uPPwWe2sEG input:active,
.cid-uPPwWe2sEG textarea:active,
.cid-uPPwWe2sEG input:focus,
.cid-uPPwWe2sEG textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPwWe2sEG input::placeholder,
.cid-uPPwWe2sEG textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPwWe2sEG .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPwWe2sEG LABEL {
  color: #ffffff;
}
.cid-ursMrSN0Wy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-ursMrSN0Wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursMrSN0Wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursMrSN0Wy .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-ursMrSN0Wy .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-ursMrSN0Wy .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-ursMrSN0Wy .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ursMrSN0Wy .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li:hover {
  color: #000000 !important;
}
.cid-ursMrSN0Wy .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .social-list {
    justify-content: flex-start;
  }
}
.cid-ursMrSN0Wy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-ursMrSN0Wy .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-ursMrSN0Wy .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-ursMrSN0Wy .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .contact-list li {
    text-align: left;
  }
}
.cid-ursMrSN0Wy .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-ursMrSN0Wy .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-ursMrSN0Wy .copyright-container {
    margin-top: 40px;
  }
}
.cid-ursMrSN0Wy .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urR7VDg914 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-urR7VDg914 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-urR7VDg914 .row {
    padding: 0 12px;
  }
}
.cid-urR7VDg914 .row::after {
  content: '';
  display: block;
  background: #f1f1f2;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-urR7VDg914 .row::after {
    display: none;
  }
}
.cid-urR7VDg914 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urR7VDg914 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urR7VDg914 .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-urR7VDg914 .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-urR7VDg914 .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-urR7VDg914 .title {
  display: flex;
  align-items: center;
}
.cid-urR7VDg914 .title-wrapper {
  z-index: 1;
}
.cid-urR7VDg914 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-urR7VDg914 .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-urR7VDg914 .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-urR7VDg914 .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-urR7VDg914 .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-urR7VDg914 .mbr-section-title {
  color: #1e4381;
}
.cid-urR7VDg914 .mbr-section-subtitle {
  color: #ff2121;
}
.cid-urR7VDg914 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-urR7VDg914 .mbr-section-title,
.cid-urR7VDg914 .mbr-section-btn {
  color: #000000;
}
.cid-usFSX3NJOa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usFSX3NJOa .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-usFSX3NJOa .row {
    padding: 0 12px;
  }
}
.cid-usFSX3NJOa .row::after {
  content: '';
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
  left: 0;
}
@media (max-width: 992px) {
  .cid-usFSX3NJOa .row::after {
    display: none;
  }
}
.cid-usFSX3NJOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-usFSX3NJOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usFSX3NJOa .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-usFSX3NJOa .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-usFSX3NJOa .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-usFSX3NJOa .title {
  display: flex;
  align-items: center;
}
.cid-usFSX3NJOa .title-wrapper {
  z-index: 1;
}
.cid-usFSX3NJOa .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-usFSX3NJOa .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-usFSX3NJOa .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-usFSX3NJOa .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-usFSX3NJOa .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-usFSX3NJOa .mbr-section-title {
  color: #1e4381;
}
.cid-usFSX3NJOa .mbr-section-subtitle {
  color: #ff2121;
}
.cid-usFSX3NJOa .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-usFSX3NJOa .mbr-section-title,
.cid-usFSX3NJOa .mbr-section-btn {
  color: #000000;
}
.cid-urtlzwd268 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-urtlzwd268 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urtlzwd268 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urtlzwd268 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urtlzwd268 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-urtlzwd268 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urtlzwd268 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-urtlzwd268 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urtlzwd268 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-urtlzwd268 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urtlzwd268 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-urtlzwd268 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-urtlzwd268 .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-urtlzwd268 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-urtlzwd268 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-urtlzwd268 .mbr-section-title {
  color: #050f0f;
}
.cid-urtlzwd268 .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uu6ZRQrihE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-uu6ZRQrihE .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uu6ZRQrihE .row {
    padding: 0 12px;
  }
}
.cid-uu6ZRQrihE .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uu6ZRQrihE .row::after {
    display: none;
  }
}
.cid-uu6ZRQrihE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu6ZRQrihE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu6ZRQrihE .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uu6ZRQrihE .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-uu6ZRQrihE .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-uu6ZRQrihE .title {
  display: flex;
  align-items: center;
}
.cid-uu6ZRQrihE .title-wrapper {
  z-index: 1;
}
.cid-uu6ZRQrihE .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-uu6ZRQrihE .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uu6ZRQrihE .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uu6ZRQrihE .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-uu6ZRQrihE .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-uu6ZRQrihE .mbr-section-title {
  color: #1e4381;
}
.cid-uu6ZRQrihE .mbr-section-subtitle {
  color: #ff2121;
}
.cid-uu6ZRQrihE .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uu6ZRQrihE .mbr-section-title,
.cid-uu6ZRQrihE .mbr-section-btn {
  color: #000000;
}
.cid-urttOXt3le {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urttOXt3le .mbr-fallback-image.disabled {
  display: none;
}
.cid-urttOXt3le .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urttOXt3le .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urttOXt3le .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-urttOXt3le .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urttOXt3le .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-urttOXt3le .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urttOXt3le .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-urttOXt3le .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urttOXt3le .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-urttOXt3le .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-urttOXt3le .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-urttOXt3le .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-urttOXt3le .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-urttOXt3le .mbr-section-title {
  color: #050f0f;
}
.cid-urttOXt3le .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-urttPJVptp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-urttPJVptp .mbr-fallback-image.disabled {
  display: none;
}
.cid-urttPJVptp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urttPJVptp .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urttPJVptp .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-urttPJVptp .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urttPJVptp .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-urttPJVptp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urttPJVptp .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-urttPJVptp .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urttPJVptp .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-urttPJVptp .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-urttPJVptp .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-urttPJVptp .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-urttPJVptp .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-urttPJVptp .mbr-section-title {
  color: #050f0f;
}
.cid-urttPJVptp .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-urtoZC0t8C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-urtoZC0t8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-urtoZC0t8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urtoZC0t8C .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urtoZC0t8C .content-wrapper {
    padding: 0;
  }
}
.cid-urtoZC0t8C .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-urtoZC0t8C .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-urtoZC0t8C .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-urtoZC0t8C .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urtoZC0t8C .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-urtoZC0t8C .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-urtoZC0t8C .list {
  color: #ffe66d;
  text-align: center;
}
.cid-urtoZC0t8C .mbr-text,
.cid-urtoZC0t8C .text-wrapper {
  color: #050f0f;
}
.cid-urtoZC0t8C .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-urtoZC0t8C .mbr-text,
.cid-urtoZC0t8C .text-wrapper,
.cid-urtoZC0t8C .rating-wrapper {
  text-align: center;
}
.cid-uu73mrrjXW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ff2121;
}
@media (max-width: 767px) {
  .cid-uu73mrrjXW .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uu73mrrjXW .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uu73mrrjXW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu73mrrjXW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPzRVDLAW {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPzRVDLAW .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPzRVDLAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPzRVDLAW .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPzRVDLAW .mbr-section-btn,
.cid-uPPzRVDLAW .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPzRVDLAW .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPzRVDLAW .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPzRVDLAW input,
.cid-uPPzRVDLAW textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPzRVDLAW input:hover,
.cid-uPPzRVDLAW textarea:hover,
.cid-uPPzRVDLAW input:active,
.cid-uPPzRVDLAW textarea:active,
.cid-uPPzRVDLAW input:focus,
.cid-uPPzRVDLAW textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPzRVDLAW input::placeholder,
.cid-uPPzRVDLAW textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPzRVDLAW .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPzRVDLAW LABEL {
  color: #ffffff;
}
.cid-ursMrSN0Wy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-ursMrSN0Wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursMrSN0Wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursMrSN0Wy .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-ursMrSN0Wy .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-ursMrSN0Wy .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-ursMrSN0Wy .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ursMrSN0Wy .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li:hover {
  color: #000000 !important;
}
.cid-ursMrSN0Wy .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .social-list {
    justify-content: flex-start;
  }
}
.cid-ursMrSN0Wy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-ursMrSN0Wy .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-ursMrSN0Wy .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-ursMrSN0Wy .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .contact-list li {
    text-align: left;
  }
}
.cid-ursMrSN0Wy .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-ursMrSN0Wy .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-ursMrSN0Wy .copyright-container {
    margin-top: 40px;
  }
}
.cid-ursMrSN0Wy .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urtA3Qwaqq {
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.webp");
}
.cid-urtA3Qwaqq .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-urtA3Qwaqq .wrap {
  padding: 0 25px;
}
.cid-urtA3Qwaqq .wrap:before {
  content: '';
  position: absolute;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #d90a2c;
  top: 0px;
  right: 0px;
}
.cid-urtA3Qwaqq .wrap:before {
  content: '';
  position: absolute;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #d90a2c;
  top: 0px;
  left: -100px;
}
.cid-urtA3Qwaqq .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-urtA3Qwaqq .mbr-text {
  margin-bottom: 20px;
  text-align: justify;
}
.cid-urtA3Qwaqq .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-urtA3Qwaqq .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-urtA3Qwaqq .container,
  .cid-urtA3Qwaqq .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-urtA3Qwaqq .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-urtA3Qwaqq a.close {
    right: 50px;
    top: 25px;
  }
  .cid-urtA3Qwaqq .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-urtA3Qwaqq .mbr-fallback-image.disabled {
  display: none;
}
.cid-urtA3Qwaqq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urtBWO3Dmm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-urtBWO3Dmm .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-urtBWO3Dmm .row {
    padding: 0 12px;
  }
}
.cid-urtBWO3Dmm .row::after {
  content: '';
  display: block;
  background: #f1f1f2;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-urtBWO3Dmm .row::after {
    display: none;
  }
}
.cid-urtBWO3Dmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-urtBWO3Dmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urtBWO3Dmm .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-urtBWO3Dmm .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-urtBWO3Dmm .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-urtBWO3Dmm .title {
  display: flex;
  align-items: center;
}
.cid-urtBWO3Dmm .title-wrapper {
  z-index: 1;
}
.cid-urtBWO3Dmm .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-urtBWO3Dmm .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-urtBWO3Dmm .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-urtBWO3Dmm .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-urtBWO3Dmm .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-urtBWO3Dmm .mbr-section-title {
  color: #1e4381;
}
.cid-urtBWO3Dmm .mbr-section-subtitle {
  color: #ff2121;
}
.cid-urtBWO3Dmm .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-urtBWO3Dmm .mbr-section-title,
.cid-urtBWO3Dmm .mbr-section-btn {
  color: #000000;
}
.cid-urtFCdZz5K {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urtFCdZz5K h4 {
  display: flex;
  color: #000000;
}
.cid-urtFCdZz5K .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-urtFCdZz5K .wrap {
  display: flex;
}
.cid-urtFCdZz5K .icon {
  background: #ff4a52;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-urtFCdZz5K img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-urtFCdZz5K .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-urtFCdZz5K p {
  margin: 0;
}
.cid-urtFCdZz5K .card .card-header a.panel-title {
  background-color: transparent !important;
  margin-top: 0px !important;
}
.cid-urtFCdZz5K .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-urtFCdZz5K .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-urtFCdZz5K .panel-group {
  width: 100%;
}
.cid-urtFCdZz5K .panel-title {
  border-bottom: 1px solid #ececec;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-urtFCdZz5K .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-urtFCdZz5K .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-urtFCdZz5K .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-urtFCdZz5K .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-urtFCdZz5K .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-urtFCdZz5K .card .panel-body {
  background: #ffffff;
}
.cid-urtFCdZz5K .sign {
  color: #000000;
}
.cid-urtFCdZz5K .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-urtFCdZz5K .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-urtFCdZz5K .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-urtFCdZz5K .header-text,
.cid-urtFCdZz5K .sign {
  color: #333333;
}
.cid-urtFCdZz5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-urtFCdZz5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utnn7XLrtC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-utnn7XLrtC .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-utnn7XLrtC .row {
    padding: 0 12px;
  }
}
.cid-utnn7XLrtC .row::after {
  content: '';
  display: block;
  background: #f1f1f2;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-utnn7XLrtC .row::after {
    display: none;
  }
}
.cid-utnn7XLrtC .mbr-fallback-image.disabled {
  display: none;
}
.cid-utnn7XLrtC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utnn7XLrtC .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-utnn7XLrtC .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-utnn7XLrtC .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-utnn7XLrtC .title {
  display: flex;
  align-items: center;
}
.cid-utnn7XLrtC .title-wrapper {
  z-index: 1;
}
.cid-utnn7XLrtC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-utnn7XLrtC .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-utnn7XLrtC .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-utnn7XLrtC .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-utnn7XLrtC .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-utnn7XLrtC .mbr-section-title {
  color: #1e4381;
}
.cid-utnn7XLrtC .mbr-section-subtitle {
  color: #ff2121;
}
.cid-utnn7XLrtC .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-utnn7XLrtC .mbr-section-title,
.cid-utnn7XLrtC .mbr-section-btn {
  color: #000000;
}
.cid-uPPBYy0Ebb {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPBYy0Ebb .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPBYy0Ebb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPBYy0Ebb .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPBYy0Ebb .mbr-section-btn,
.cid-uPPBYy0Ebb .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPBYy0Ebb .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPBYy0Ebb .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPBYy0Ebb input,
.cid-uPPBYy0Ebb textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPBYy0Ebb input:hover,
.cid-uPPBYy0Ebb textarea:hover,
.cid-uPPBYy0Ebb input:active,
.cid-uPPBYy0Ebb textarea:active,
.cid-uPPBYy0Ebb input:focus,
.cid-uPPBYy0Ebb textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPBYy0Ebb input::placeholder,
.cid-uPPBYy0Ebb textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPBYy0Ebb .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPBYy0Ebb LABEL {
  color: #ffffff;
}
.cid-ursMrSN0Wy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-ursMrSN0Wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursMrSN0Wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursMrSN0Wy .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-ursMrSN0Wy .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-ursMrSN0Wy .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-ursMrSN0Wy .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ursMrSN0Wy .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li:hover {
  color: #000000 !important;
}
.cid-ursMrSN0Wy .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .social-list {
    justify-content: flex-start;
  }
}
.cid-ursMrSN0Wy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-ursMrSN0Wy .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-ursMrSN0Wy .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-ursMrSN0Wy .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .contact-list li {
    text-align: left;
  }
}
.cid-ursMrSN0Wy .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-ursMrSN0Wy .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-ursMrSN0Wy .copyright-container {
    margin-top: 40px;
  }
}
.cid-ursMrSN0Wy .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urtJzRIUvm {
  overflow: hidden;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-urtJzRIUvm .image {
  position: absolute;
  background-image: url("../../../assets/images/conference-transparent.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 44vw;
  transform-origin: center;
  transform: rotate(334deg);
}
@media (max-width: 991px) {
  .cid-urtJzRIUvm .image {
    display: none;
  }
}
.cid-urtJzRIUvm .position {
  z-index: 10;
}
.cid-urtJzRIUvm .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
  color: #ff2121;
}
.cid-urtJzRIUvm .mbr-section-title {
  margin-bottom: 0;
}
.cid-urtJzRIUvm .mbr-text {
  margin-top: 30px;
}
.cid-urtJzRIUvm .mbr-section-btn {
  margin-top: 30px;
}
.cid-urtJzRIUvm .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-urtJzRIUvm .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-urtJzRIUvm .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-urtJzRIUvm .info__block-item {
    margin-right: 10px;
  }
}
.cid-urtJzRIUvm .title__item,
.cid-urtJzRIUvm .text__item {
  margin-bottom: 0;
}
.cid-urtJzRIUvm .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-urtJzRIUvm .animated-element {
  color: #d90a2c;
}
.cid-urtJzRIUvm .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d90a2c;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-urtJzRIUvm .mbr-fallback-image.disabled {
  display: none;
}
.cid-urtJzRIUvm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usGFEYf8xI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-usGFEYf8xI .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-usGFEYf8xI .title__block {
  padding-bottom: 40px;
}
.cid-usGFEYf8xI .image {
  width: 100%;
  perspective: 700px;
}
.cid-usGFEYf8xI .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-usGFEYf8xI .image img:hover {
  transform: rotateX(-10deg);
}
.cid-usGFEYf8xI .text__block {
  margin-top: 25px;
}
.cid-usGFEYf8xI .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-usGFEYf8xI .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-usGFEYf8xI .title__block {
    padding-bottom: 30px;
  }
}
.cid-usGFEYf8xI .mbr-fallback-image.disabled {
  display: none;
}
.cid-usGFEYf8xI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usH2HTPh2V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5f7fd;
}
.cid-usH2HTPh2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-usH2HTPh2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usH2HTPh2V .container {
    padding: 0 15px;
  }
}
.cid-usH2HTPh2V .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usH2HTPh2V .panel-group {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
.cid-usH2HTPh2V .panel-group .card {
  border-radius: 0 !important;
  padding: 0;
  margin-top: 40px;
}
.cid-usH2HTPh2V .panel-group .card:first-child {
  margin-top: 0;
}
.cid-usH2HTPh2V .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 20px 0;
}
.cid-usH2HTPh2V .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-usH2HTPh2V .panel-group .card .card-header .panel-title .panel-title-edit {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  position: relative;
}
.cid-usH2HTPh2V .panel-group .card .card-header .panel-title .panel-title-edit::before {
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  color: #ec111a;
  font-weight: 700;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-usH2HTPh2V .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 10px;
  height: 10px;
  min-width: 10px;
  transition: all 0.3s ease-in-out;
  color: #30262b;
  margin-left: 20px;
  transform: rotate(90deg);
  opacity: .5;
}
.cid-usH2HTPh2V .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(270deg);
}
.cid-usH2HTPh2V .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ec111a;
}
.cid-usH2HTPh2V .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  left: -30px;
  opacity: 1;
}
.cid-usH2HTPh2V .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #30262b;
}
.cid-usH2HTPh2V .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 25px;
}
.cid-usH2HTPh2V .panel-group .card .panel-collapse .panel-body .panel-desc {
  margin-bottom: 0;
}
.cid-usH2HTPh2V .image-wrapper {
  position: relative;
  padding: 0 0 0 30px;
}
@media (max-width: 992px) {
  .cid-usH2HTPh2V .image-wrapper {
    padding: 0;
    margin-bottom: 60px;
  }
}
.cid-usH2HTPh2V .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 5%;
  height: 230px;
  width: 312px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-usH2HTPh2V .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 730px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usH2HTPh2V .image-wrapper img {
    height: 350px;
  }
}
.cid-usH2HTPh2V .panel-title-edit {
  color: #30262b;
}
.cid-usH2HTPh2V .panel-text {
  color: #30262b;
}
.cid-usH2HTPh2V .panel-desc {
  color: #ec111a;
}
.cid-usHec7YUBq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usHec7YUBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHec7YUBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usHec7YUBq .container {
    padding: 0 15px;
  }
}
.cid-usHec7YUBq .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usHec7YUBq .panel-group {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
.cid-usHec7YUBq .panel-group .card {
  border-radius: 0 !important;
  padding: 0;
  margin-top: 40px;
}
.cid-usHec7YUBq .panel-group .card:first-child {
  margin-top: 0;
}
.cid-usHec7YUBq .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 20px 0;
}
.cid-usHec7YUBq .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-usHec7YUBq .panel-group .card .card-header .panel-title .panel-title-edit {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  position: relative;
}
.cid-usHec7YUBq .panel-group .card .card-header .panel-title .panel-title-edit::before {
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  color: #ec111a;
  font-weight: 700;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-usHec7YUBq .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 10px;
  height: 10px;
  min-width: 10px;
  transition: all 0.3s ease-in-out;
  color: #30262b;
  margin-left: 20px;
  transform: rotate(90deg);
  opacity: .5;
}
.cid-usHec7YUBq .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(270deg);
}
.cid-usHec7YUBq .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ec111a;
}
.cid-usHec7YUBq .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  left: -30px;
  opacity: 1;
}
.cid-usHec7YUBq .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #30262b;
}
.cid-usHec7YUBq .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 25px;
}
.cid-usHec7YUBq .panel-group .card .panel-collapse .panel-body .panel-desc {
  margin-bottom: 0;
}
.cid-usHec7YUBq .image-wrapper {
  position: relative;
  padding: 0 0 0 30px;
}
@media (max-width: 992px) {
  .cid-usHec7YUBq .image-wrapper {
    padding: 0;
    margin-bottom: 60px;
  }
}
.cid-usHec7YUBq .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 5%;
  height: 230px;
  width: 312px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-usHec7YUBq .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 730px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usHec7YUBq .image-wrapper img {
    height: 350px;
  }
}
.cid-usHec7YUBq .panel-title-edit {
  color: #30262b;
}
.cid-usHec7YUBq .panel-text {
  color: #30262b;
}
.cid-usHec7YUBq .panel-desc {
  color: #ec111a;
}
.cid-usHke6fUjL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5f7fd;
}
.cid-usHke6fUjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHke6fUjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usHke6fUjL .container {
    padding: 0 15px;
  }
}
.cid-usHke6fUjL .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usHke6fUjL .panel-group {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
.cid-usHke6fUjL .panel-group .card {
  border-radius: 0 !important;
  padding: 0;
  margin-top: 40px;
}
.cid-usHke6fUjL .panel-group .card:first-child {
  margin-top: 0;
}
.cid-usHke6fUjL .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 20px 0;
}
.cid-usHke6fUjL .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-usHke6fUjL .panel-group .card .card-header .panel-title .panel-title-edit {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  position: relative;
}
.cid-usHke6fUjL .panel-group .card .card-header .panel-title .panel-title-edit::before {
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  color: #ec111a;
  font-weight: 700;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-usHke6fUjL .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 10px;
  height: 10px;
  min-width: 10px;
  transition: all 0.3s ease-in-out;
  color: #30262b;
  margin-left: 20px;
  transform: rotate(90deg);
  opacity: .5;
}
.cid-usHke6fUjL .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(270deg);
}
.cid-usHke6fUjL .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ec111a;
}
.cid-usHke6fUjL .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  left: -30px;
  opacity: 1;
}
.cid-usHke6fUjL .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #30262b;
}
.cid-usHke6fUjL .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 25px;
}
.cid-usHke6fUjL .panel-group .card .panel-collapse .panel-body .panel-desc {
  margin-bottom: 0;
}
.cid-usHke6fUjL .image-wrapper {
  position: relative;
  padding: 0 0 0 30px;
}
@media (max-width: 992px) {
  .cid-usHke6fUjL .image-wrapper {
    padding: 0;
    margin-bottom: 60px;
  }
}
.cid-usHke6fUjL .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 5%;
  height: 230px;
  width: 312px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-usHke6fUjL .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 730px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usHke6fUjL .image-wrapper img {
    height: 350px;
  }
}
.cid-usHke6fUjL .panel-title-edit {
  color: #30262b;
}
.cid-usHke6fUjL .panel-text {
  color: #30262b;
}
.cid-usHke6fUjL .panel-desc {
  color: #ec111a;
}
.cid-usHlhOCMAW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usHlhOCMAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHlhOCMAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usHlhOCMAW .container {
    padding: 0 15px;
  }
}
.cid-usHlhOCMAW .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usHlhOCMAW .panel-group {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
.cid-usHlhOCMAW .panel-group .card {
  border-radius: 0 !important;
  padding: 0;
  margin-top: 40px;
}
.cid-usHlhOCMAW .panel-group .card:first-child {
  margin-top: 0;
}
.cid-usHlhOCMAW .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 20px 0;
}
.cid-usHlhOCMAW .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-usHlhOCMAW .panel-group .card .card-header .panel-title .panel-title-edit {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  position: relative;
}
.cid-usHlhOCMAW .panel-group .card .card-header .panel-title .panel-title-edit::before {
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  color: #ec111a;
  font-weight: 700;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-usHlhOCMAW .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 10px;
  height: 10px;
  min-width: 10px;
  transition: all 0.3s ease-in-out;
  color: #30262b;
  margin-left: 20px;
  transform: rotate(90deg);
  opacity: .5;
}
.cid-usHlhOCMAW .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(270deg);
}
.cid-usHlhOCMAW .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ec111a;
}
.cid-usHlhOCMAW .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  left: -30px;
  opacity: 1;
}
.cid-usHlhOCMAW .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #30262b;
}
.cid-usHlhOCMAW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 25px;
}
.cid-usHlhOCMAW .panel-group .card .panel-collapse .panel-body .panel-desc {
  margin-bottom: 0;
}
.cid-usHlhOCMAW .image-wrapper {
  position: relative;
  padding: 0 0 0 30px;
}
@media (max-width: 992px) {
  .cid-usHlhOCMAW .image-wrapper {
    padding: 0;
    margin-bottom: 60px;
  }
}
.cid-usHlhOCMAW .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 5%;
  height: 230px;
  width: 312px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-usHlhOCMAW .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 730px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usHlhOCMAW .image-wrapper img {
    height: 350px;
  }
}
.cid-usHlhOCMAW .panel-title-edit {
  color: #30262b;
}
.cid-usHlhOCMAW .panel-text {
  color: #30262b;
}
.cid-usHlhOCMAW .panel-desc {
  color: #ec111a;
}
.cid-uPPIjJppdd {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPIjJppdd .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPIjJppdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPIjJppdd .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPIjJppdd .mbr-section-btn,
.cid-uPPIjJppdd .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPIjJppdd .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPIjJppdd .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPIjJppdd input,
.cid-uPPIjJppdd textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPIjJppdd input:hover,
.cid-uPPIjJppdd textarea:hover,
.cid-uPPIjJppdd input:active,
.cid-uPPIjJppdd textarea:active,
.cid-uPPIjJppdd input:focus,
.cid-uPPIjJppdd textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPIjJppdd input::placeholder,
.cid-uPPIjJppdd textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPIjJppdd .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPIjJppdd LABEL {
  color: #ffffff;
}
.cid-ursMrSN0Wy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-ursMrSN0Wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursMrSN0Wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursMrSN0Wy .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-ursMrSN0Wy .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-ursMrSN0Wy .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-ursMrSN0Wy .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ursMrSN0Wy .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li:hover {
  color: #000000 !important;
}
.cid-ursMrSN0Wy .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .social-list {
    justify-content: flex-start;
  }
}
.cid-ursMrSN0Wy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-ursMrSN0Wy .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-ursMrSN0Wy .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-ursMrSN0Wy .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .contact-list li {
    text-align: left;
  }
}
.cid-ursMrSN0Wy .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-ursMrSN0Wy .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-ursMrSN0Wy .copyright-container {
    margin-top: 40px;
  }
}
.cid-ursMrSN0Wy .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utqMgkaYNG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-utqMgkaYNG .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-utqMgkaYNG .row {
    padding: 0 12px;
  }
}
.cid-utqMgkaYNG .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-utqMgkaYNG .row::after {
    display: none;
  }
}
.cid-utqMgkaYNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-utqMgkaYNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utqMgkaYNG .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-utqMgkaYNG .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-utqMgkaYNG .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-utqMgkaYNG .title {
  display: flex;
  align-items: center;
}
.cid-utqMgkaYNG .title-wrapper {
  z-index: 1;
}
.cid-utqMgkaYNG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-utqMgkaYNG .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-utqMgkaYNG .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-utqMgkaYNG .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-utqMgkaYNG .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-utqMgkaYNG .mbr-section-title {
  color: #1e4381;
}
.cid-utqMgkaYNG .mbr-section-subtitle {
  color: #ff2121;
}
.cid-utqMgkaYNG .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-utqMgkaYNG .mbr-section-title,
.cid-utqMgkaYNG .mbr-section-btn {
  color: #000000;
}
.cid-utqQQInkdo {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-utqQQInkdo h4 {
  display: flex;
  color: #000000;
}
.cid-utqQQInkdo .panel-text {
  color: #000000;
  line-height: 1.7;
  text-align: justify;
}
.cid-utqQQInkdo .wrap {
  display: flex;
}
.cid-utqQQInkdo .icon {
  background: #ff4a52;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-utqQQInkdo img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-utqQQInkdo .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-utqQQInkdo p {
  margin: 0;
}
.cid-utqQQInkdo .card .card-header a.panel-title {
  background-color: transparent !important;
  margin-top: 0px !important;
}
.cid-utqQQInkdo .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-utqQQInkdo .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-utqQQInkdo .panel-group {
  width: 100%;
}
.cid-utqQQInkdo .panel-title {
  border-bottom: 1px solid #ececec;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-utqQQInkdo .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-utqQQInkdo .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-utqQQInkdo .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-utqQQInkdo .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-utqQQInkdo .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-utqQQInkdo .card .panel-body {
  background: #ffffff;
}
.cid-utqQQInkdo .sign {
  color: #000000;
}
.cid-utqQQInkdo .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-utqQQInkdo .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-utqQQInkdo .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-utqQQInkdo .header-text,
.cid-utqQQInkdo .sign {
  color: #333333;
}
.cid-utqQQInkdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-utqQQInkdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us6LBQJDjQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-us6LBQJDjQ .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-us6LBQJDjQ .row {
    padding: 0 12px;
  }
}
.cid-us6LBQJDjQ .row::after {
  content: '';
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-us6LBQJDjQ .row::after {
    display: none;
  }
}
.cid-us6LBQJDjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-us6LBQJDjQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us6LBQJDjQ .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-us6LBQJDjQ .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-us6LBQJDjQ .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-us6LBQJDjQ .title {
  display: flex;
  align-items: center;
}
.cid-us6LBQJDjQ .title-wrapper {
  z-index: 1;
}
.cid-us6LBQJDjQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-us6LBQJDjQ .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-us6LBQJDjQ .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-us6LBQJDjQ .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-us6LBQJDjQ .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-us6LBQJDjQ .mbr-section-title {
  color: #1e4381;
}
.cid-us6LBQJDjQ .mbr-section-subtitle {
  color: #ff2121;
}
.cid-us6LBQJDjQ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-us6LBQJDjQ .mbr-section-title,
.cid-us6LBQJDjQ .mbr-section-btn {
  color: #000000;
}
.cid-utnuaRG5Bv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-utnuaRG5Bv .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-utnuaRG5Bv .row {
    padding: 0 12px;
  }
}
.cid-utnuaRG5Bv .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
  left: 0;
}
@media (max-width: 992px) {
  .cid-utnuaRG5Bv .row::after {
    display: none;
  }
}
.cid-utnuaRG5Bv .mbr-fallback-image.disabled {
  display: none;
}
.cid-utnuaRG5Bv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utnuaRG5Bv .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-utnuaRG5Bv .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-utnuaRG5Bv .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-utnuaRG5Bv .title {
  display: flex;
  align-items: center;
}
.cid-utnuaRG5Bv .title-wrapper {
  z-index: 1;
}
.cid-utnuaRG5Bv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-utnuaRG5Bv .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-utnuaRG5Bv .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-utnuaRG5Bv .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-utnuaRG5Bv .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-utnuaRG5Bv .mbr-section-title {
  color: #1e4381;
}
.cid-utnuaRG5Bv .mbr-section-subtitle {
  color: #ff2121;
}
.cid-utnuaRG5Bv .mbr-text {
  color: #000000;
}
.cid-utnuaRG5Bv .mbr-section-title,
.cid-utnuaRG5Bv .mbr-section-btn {
  color: #000000;
}
.cid-utnubwL9Nc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utnubwL9Nc .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-utnubwL9Nc .row {
    padding: 0 12px;
  }
}
.cid-utnubwL9Nc .row::after {
  content: '';
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-utnubwL9Nc .row::after {
    display: none;
  }
}
.cid-utnubwL9Nc .mbr-fallback-image.disabled {
  display: none;
}
.cid-utnubwL9Nc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utnubwL9Nc .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-utnubwL9Nc .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-utnubwL9Nc .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-utnubwL9Nc .title {
  display: flex;
  align-items: center;
}
.cid-utnubwL9Nc .title-wrapper {
  z-index: 1;
}
.cid-utnubwL9Nc .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-utnubwL9Nc .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-utnubwL9Nc .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-utnubwL9Nc .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-utnubwL9Nc .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-utnubwL9Nc .mbr-section-title {
  color: #1e4381;
}
.cid-utnubwL9Nc .mbr-section-subtitle {
  color: #ff2121;
}
.cid-utnubwL9Nc .mbr-text {
  color: #000000;
}
.cid-utnubwL9Nc .mbr-section-title,
.cid-utnubwL9Nc .mbr-section-btn {
  color: #000000;
}
.cid-us73AF9dze {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-us73AF9dze .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-us73AF9dze .row {
    padding: 0 12px;
  }
}
.cid-us73AF9dze .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-us73AF9dze .row::after {
    display: none;
  }
}
.cid-us73AF9dze .mbr-fallback-image.disabled {
  display: none;
}
.cid-us73AF9dze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us73AF9dze .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-us73AF9dze .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-us73AF9dze .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-us73AF9dze .title {
  display: flex;
  align-items: center;
}
.cid-us73AF9dze .title-wrapper {
  z-index: 1;
}
.cid-us73AF9dze .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-us73AF9dze .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-us73AF9dze .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-us73AF9dze .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-us73AF9dze .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-us73AF9dze .mbr-section-title {
  color: #1e4381;
}
.cid-us73AF9dze .mbr-section-subtitle {
  color: #ff2121;
}
.cid-us73AF9dze .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-us73AF9dze .mbr-section-title,
.cid-us73AF9dze .mbr-section-btn {
  color: #000000;
}
.cid-us6UJLmp65 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-us6UJLmp65 .content__block {
  padding: 50px 15px;
}
.cid-us6UJLmp65 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #000000;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-us6UJLmp65 .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-us6UJLmp65 .mbr-text {
  opacity: 1;
  margin-bottom: 25px;
}
.cid-us6UJLmp65 .image {
  perspective: 3500px;
  position: relative;
}
.cid-us6UJLmp65 .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-us6UJLmp65 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-us6UJLmp65 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-us6UJLmp65 .mbr-section-btn .btn-white-outline:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-us6UJLmp65 .content__block {
    padding: 30px 15px;
  }
  .cid-us6UJLmp65 .mbr-figure {
    padding: 0;
  }
  .cid-us6UJLmp65 .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-us6UJLmp65 .lg-push {
    right: 1%;
  }
  .cid-us6UJLmp65 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-us6UJLmp65 .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-us6UJLmp65 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-us6UJLmp65 .mbr-text,
.cid-us6UJLmp65 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPPK29qgqQ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPK29qgqQ .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPK29qgqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPK29qgqQ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPK29qgqQ .mbr-section-btn,
.cid-uPPK29qgqQ .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPK29qgqQ .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPK29qgqQ .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPK29qgqQ input,
.cid-uPPK29qgqQ textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPK29qgqQ input:hover,
.cid-uPPK29qgqQ textarea:hover,
.cid-uPPK29qgqQ input:active,
.cid-uPPK29qgqQ textarea:active,
.cid-uPPK29qgqQ input:focus,
.cid-uPPK29qgqQ textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPK29qgqQ input::placeholder,
.cid-uPPK29qgqQ textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPK29qgqQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPK29qgqQ LABEL {
  color: #ffffff;
}
.cid-ursMrSN0Wy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-ursMrSN0Wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursMrSN0Wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursMrSN0Wy .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-ursMrSN0Wy .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-ursMrSN0Wy .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-ursMrSN0Wy .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ursMrSN0Wy .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li:hover {
  color: #000000 !important;
}
.cid-ursMrSN0Wy .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .social-list {
    justify-content: flex-start;
  }
}
.cid-ursMrSN0Wy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-ursMrSN0Wy .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-ursMrSN0Wy .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-ursMrSN0Wy .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .contact-list li {
    text-align: left;
  }
}
.cid-ursMrSN0Wy .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-ursMrSN0Wy .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-ursMrSN0Wy .copyright-container {
    margin-top: 40px;
  }
}
.cid-ursMrSN0Wy .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us75PnZiw6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-us75PnZiw6 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-us75PnZiw6 .row {
    padding: 0 12px;
  }
}
.cid-us75PnZiw6 .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-us75PnZiw6 .row::after {
    display: none;
  }
}
.cid-us75PnZiw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-us75PnZiw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us75PnZiw6 .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-us75PnZiw6 .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-us75PnZiw6 .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-us75PnZiw6 .title {
  display: flex;
  align-items: center;
}
.cid-us75PnZiw6 .title-wrapper {
  z-index: 1;
}
.cid-us75PnZiw6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-us75PnZiw6 .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-us75PnZiw6 .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-us75PnZiw6 .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-us75PnZiw6 .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-us75PnZiw6 .mbr-section-title {
  color: #1e4381;
}
.cid-us75PnZiw6 .mbr-section-subtitle {
  color: #ff2121;
}
.cid-us75PnZiw6 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-us75PnZiw6 .mbr-section-title,
.cid-us75PnZiw6 .mbr-section-btn {
  color: #000000;
}
.cid-us76Hb0tKU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-us76Hb0tKU .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-us76Hb0tKU .row {
    padding: 0 12px;
  }
}
.cid-us76Hb0tKU .row::after {
  content: '';
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
  left: 0;
}
@media (max-width: 992px) {
  .cid-us76Hb0tKU .row::after {
    display: none;
  }
}
.cid-us76Hb0tKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-us76Hb0tKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us76Hb0tKU .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-us76Hb0tKU .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-us76Hb0tKU .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-us76Hb0tKU .title {
  display: flex;
  align-items: center;
}
.cid-us76Hb0tKU .title-wrapper {
  z-index: 1;
}
.cid-us76Hb0tKU .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-us76Hb0tKU .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-us76Hb0tKU .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-us76Hb0tKU .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-us76Hb0tKU .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-us76Hb0tKU .mbr-section-title {
  color: #1e4381;
}
.cid-us76Hb0tKU .mbr-section-subtitle {
  color: #ff2121;
}
.cid-us76Hb0tKU .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-us76Hb0tKU .mbr-section-title,
.cid-us76Hb0tKU .mbr-section-btn {
  color: #000000;
}
.cid-us7b2GUmrU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-us7b2GUmrU .content__block {
  padding: 50px 15px;
}
.cid-us7b2GUmrU .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #000000;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-us7b2GUmrU .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-us7b2GUmrU .mbr-text {
  opacity: 1;
  margin-bottom: 25px;
}
.cid-us7b2GUmrU .image {
  perspective: 3500px;
  position: relative;
}
.cid-us7b2GUmrU .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
}
.cid-us7b2GUmrU .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-us7b2GUmrU .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-us7b2GUmrU .mbr-section-btn .btn-white-outline:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-us7b2GUmrU .content__block {
    padding: 30px 15px;
  }
  .cid-us7b2GUmrU .mbr-figure {
    padding: 0;
  }
  .cid-us7b2GUmrU .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-us7b2GUmrU .lg-push {
    right: 1%;
  }
  .cid-us7b2GUmrU .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-us7b2GUmrU .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-us7b2GUmrU .lg-push {
    left: 1%;
  }
  .cid-us7b2GUmrU .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-us7b2GUmrU .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-us7aJ5dYp2 {
  background-color: #f5f7fd;
}
.cid-us7aJ5dYp2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-us7aJ5dYp2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-us7aJ5dYp2 .container {
    padding: 0 15px;
  }
}
.cid-us7aJ5dYp2 .row {
  justify-content: space-between;
}
.cid-us7aJ5dYp2 .tab-content {
  position: relative;
}
@media (max-width: 992px) {
  .cid-us7aJ5dYp2 .tab-content {
    margin-bottom: 40px;
  }
}
.cid-us7aJ5dYp2 .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 130px;
  object-fit: contain;
  width: 30%;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-us7aJ5dYp2 .tab-content .tab-pane .content-wrap .image-wrapper img {
    width: 100%;
  }
}
.cid-us7aJ5dYp2 .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-us7aJ5dYp2 .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 40px;
  }
}
.cid-us7aJ5dYp2 .tab-content .tab-pane .content-wrap .border-wrap {
  margin-bottom: 60px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-us7aJ5dYp2 .tab-content .tab-pane .content-wrap .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-us7aJ5dYp2 .tab-content .tab-pane .content-wrap .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-us7aJ5dYp2 .tab-content .tab-pane .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-us7aJ5dYp2 .tabs-wrapper {
  position: relative;
  padding: 0 0 0 50px;
  padding: 0 50px 0 0;
}
@media (max-width: 1200px) {
  .cid-us7aJ5dYp2 .tabs-wrapper {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .cid-us7aJ5dYp2 .tabs-wrapper {
    padding: 0;
  }
}
.cid-us7aJ5dYp2 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-us7aJ5dYp2 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 40px;
  display: block;
}
.cid-us7aJ5dYp2 .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-us7aJ5dYp2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 40px;
  margin-bottom: 0;
  border: none;
  color: #30262b;
  transition: all 0.3s ease-in-out;
}
.cid-us7aJ5dYp2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '/';
  position: absolute;
  font-size: 44px;
  font-weight: 700;
  left: 0;
  opacity: 0;
  transform: translateX(10px);
  color: #e10a14;
  transition: all 0.3s ease-in-out;
}
.cid-us7aJ5dYp2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #e10a14;
  background-color: transparent;
}
.cid-us7aJ5dYp2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: translateX(0);
  opacity: 1;
}
.cid-us7aJ5dYp2 .item-title {
  color: #30262b;
}
.cid-us7aJ5dYp2 .item-text {
  color: #30262b;
  text-align: justify;
}
.cid-us7k1Aq67B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-us7k1Aq67B .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-us7k1Aq67B .row {
    padding: 0 12px;
  }
}
.cid-us7k1Aq67B .row::after {
  content: '';
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-us7k1Aq67B .row::after {
    display: none;
  }
}
.cid-us7k1Aq67B .mbr-fallback-image.disabled {
  display: none;
}
.cid-us7k1Aq67B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us7k1Aq67B .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-us7k1Aq67B .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-us7k1Aq67B .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-us7k1Aq67B .title {
  display: flex;
  align-items: center;
}
.cid-us7k1Aq67B .title-wrapper {
  z-index: 1;
}
.cid-us7k1Aq67B .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-us7k1Aq67B .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-us7k1Aq67B .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-us7k1Aq67B .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-us7k1Aq67B .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-us7k1Aq67B .mbr-section-title {
  color: #1e4381;
}
.cid-us7k1Aq67B .mbr-section-subtitle {
  color: #ff2121;
}
.cid-us7k1Aq67B .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-us7k1Aq67B .mbr-section-title,
.cid-us7k1Aq67B .mbr-section-btn {
  color: #000000;
}
.cid-uu70TgLnCW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ff2121;
}
@media (max-width: 767px) {
  .cid-uu70TgLnCW .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uu70TgLnCW .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uu70TgLnCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu70TgLnCW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPK5t0tmU {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPK5t0tmU .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPK5t0tmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPK5t0tmU .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPK5t0tmU .mbr-section-btn,
.cid-uPPK5t0tmU .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPK5t0tmU .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPK5t0tmU .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPK5t0tmU input,
.cid-uPPK5t0tmU textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPK5t0tmU input:hover,
.cid-uPPK5t0tmU textarea:hover,
.cid-uPPK5t0tmU input:active,
.cid-uPPK5t0tmU textarea:active,
.cid-uPPK5t0tmU input:focus,
.cid-uPPK5t0tmU textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPK5t0tmU input::placeholder,
.cid-uPPK5t0tmU textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPK5t0tmU .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPK5t0tmU LABEL {
  color: #ffffff;
}
.cid-urSlrbEpS8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-urSlrbEpS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urSlrbEpS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urSlrbEpS8 .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-urSlrbEpS8 .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-urSlrbEpS8 .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-urSlrbEpS8 .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-urSlrbEpS8 .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-urSlrbEpS8 .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-urSlrbEpS8 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-urSlrbEpS8 .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-urSlrbEpS8 .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-urSlrbEpS8 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .list li:hover {
  color: #000000 !important;
}
.cid-urSlrbEpS8 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-urSlrbEpS8 .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-urSlrbEpS8 .social-list {
    justify-content: flex-start;
  }
}
.cid-urSlrbEpS8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-urSlrbEpS8 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-urSlrbEpS8 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-urSlrbEpS8 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-urSlrbEpS8 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-urSlrbEpS8 .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-urSlrbEpS8 .contact-list li {
    text-align: left;
  }
}
.cid-urSlrbEpS8 .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-urSlrbEpS8 .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-urSlrbEpS8 .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-urSlrbEpS8 .copyright-container {
    margin-top: 40px;
  }
}
.cid-urSlrbEpS8 .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us7my80SYT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-us7my80SYT .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-us7my80SYT .row {
    padding: 0 12px;
  }
}
.cid-us7my80SYT .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-us7my80SYT .row::after {
    display: none;
  }
}
.cid-us7my80SYT .mbr-fallback-image.disabled {
  display: none;
}
.cid-us7my80SYT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us7my80SYT .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-us7my80SYT .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-us7my80SYT .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-us7my80SYT .title {
  display: flex;
  align-items: center;
}
.cid-us7my80SYT .title-wrapper {
  z-index: 1;
}
.cid-us7my80SYT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-us7my80SYT .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-us7my80SYT .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-us7my80SYT .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-us7my80SYT .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-us7my80SYT .mbr-section-title {
  color: #1e4381;
}
.cid-us7my80SYT .mbr-section-subtitle {
  color: #ff2121;
}
.cid-us7my80SYT .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-us7my80SYT .mbr-section-title,
.cid-us7my80SYT .mbr-section-btn {
  color: #000000;
}
.cid-us7H1iaYnN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-us7H1iaYnN .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-us7H1iaYnN .row {
    padding: 0 12px;
  }
}
.cid-us7H1iaYnN .row::after {
  content: '';
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
  left: 0;
}
@media (max-width: 992px) {
  .cid-us7H1iaYnN .row::after {
    display: none;
  }
}
.cid-us7H1iaYnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-us7H1iaYnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us7H1iaYnN .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-us7H1iaYnN .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-us7H1iaYnN .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-us7H1iaYnN .title {
  display: flex;
  align-items: center;
}
.cid-us7H1iaYnN .title-wrapper {
  z-index: 1;
}
.cid-us7H1iaYnN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-us7H1iaYnN .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-us7H1iaYnN .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-us7H1iaYnN .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-us7H1iaYnN .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-us7H1iaYnN .mbr-section-title {
  color: #1e4381;
}
.cid-us7H1iaYnN .mbr-section-subtitle {
  color: #ff2121;
}
.cid-us7H1iaYnN .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-us7H1iaYnN .mbr-section-title,
.cid-us7H1iaYnN .mbr-section-btn {
  color: #000000;
}
.cid-uu77gqyA0a {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uu77gqyA0a .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uu77gqyA0a .row {
    padding: 0 12px;
  }
}
.cid-uu77gqyA0a .row::after {
  content: '';
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uu77gqyA0a .row::after {
    display: none;
  }
}
.cid-uu77gqyA0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu77gqyA0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu77gqyA0a .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uu77gqyA0a .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-uu77gqyA0a .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-uu77gqyA0a .title {
  display: flex;
  align-items: center;
}
.cid-uu77gqyA0a .title-wrapper {
  z-index: 1;
}
.cid-uu77gqyA0a .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-uu77gqyA0a .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uu77gqyA0a .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uu77gqyA0a .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-uu77gqyA0a .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-uu77gqyA0a .mbr-section-title {
  color: #1e4381;
}
.cid-uu77gqyA0a .mbr-section-subtitle {
  color: #ff2121;
}
.cid-uu77gqyA0a .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uu77gqyA0a .mbr-section-title,
.cid-uu77gqyA0a .mbr-section-btn {
  color: #000000;
}
.cid-uPPK8vnd7v {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPK8vnd7v .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPK8vnd7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPK8vnd7v .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPK8vnd7v .mbr-section-btn,
.cid-uPPK8vnd7v .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPK8vnd7v .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPK8vnd7v .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPK8vnd7v input,
.cid-uPPK8vnd7v textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPK8vnd7v input:hover,
.cid-uPPK8vnd7v textarea:hover,
.cid-uPPK8vnd7v input:active,
.cid-uPPK8vnd7v textarea:active,
.cid-uPPK8vnd7v input:focus,
.cid-uPPK8vnd7v textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPK8vnd7v input::placeholder,
.cid-uPPK8vnd7v textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPK8vnd7v .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPK8vnd7v LABEL {
  color: #ffffff;
}
.cid-urSlrbEpS8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-urSlrbEpS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urSlrbEpS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urSlrbEpS8 .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-urSlrbEpS8 .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-urSlrbEpS8 .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-urSlrbEpS8 .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-urSlrbEpS8 .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-urSlrbEpS8 .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-urSlrbEpS8 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-urSlrbEpS8 .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-urSlrbEpS8 .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-urSlrbEpS8 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .list li:hover {
  color: #000000 !important;
}
.cid-urSlrbEpS8 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-urSlrbEpS8 .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-urSlrbEpS8 .social-list {
    justify-content: flex-start;
  }
}
.cid-urSlrbEpS8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-urSlrbEpS8 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-urSlrbEpS8 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-urSlrbEpS8 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-urSlrbEpS8 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-urSlrbEpS8 .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-urSlrbEpS8 .contact-list li {
    text-align: left;
  }
}
.cid-urSlrbEpS8 .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-urSlrbEpS8 .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-urSlrbEpS8 .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-urSlrbEpS8 .copyright-container {
    margin-top: 40px;
  }
}
.cid-urSlrbEpS8 .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us8cAOH15E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-us8cAOH15E .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-us8cAOH15E .row {
    padding: 0 12px;
  }
}
.cid-us8cAOH15E .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-us8cAOH15E .row::after {
    display: none;
  }
}
.cid-us8cAOH15E .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8cAOH15E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us8cAOH15E .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-us8cAOH15E .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-us8cAOH15E .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-us8cAOH15E .title {
  display: flex;
  align-items: center;
}
.cid-us8cAOH15E .title-wrapper {
  z-index: 1;
}
.cid-us8cAOH15E .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-us8cAOH15E .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-us8cAOH15E .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-us8cAOH15E .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-us8cAOH15E .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-us8cAOH15E .mbr-section-title {
  color: #1e4381;
}
.cid-us8cAOH15E .mbr-section-subtitle {
  color: #ff2121;
}
.cid-us8cAOH15E .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-us8cAOH15E .mbr-section-title,
.cid-us8cAOH15E .mbr-section-btn {
  color: #000000;
}
.cid-us8dpIQeuw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-us8dpIQeuw .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-us8dpIQeuw .row {
    padding: 0 12px;
  }
}
.cid-us8dpIQeuw .row::after {
  content: '';
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
  left: 0;
}
@media (max-width: 992px) {
  .cid-us8dpIQeuw .row::after {
    display: none;
  }
}
.cid-us8dpIQeuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8dpIQeuw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us8dpIQeuw .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-us8dpIQeuw .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-us8dpIQeuw .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-us8dpIQeuw .title {
  display: flex;
  align-items: center;
}
.cid-us8dpIQeuw .title-wrapper {
  z-index: 1;
}
.cid-us8dpIQeuw .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-us8dpIQeuw .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-us8dpIQeuw .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-us8dpIQeuw .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-us8dpIQeuw .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-us8dpIQeuw .mbr-section-title {
  color: #1e4381;
}
.cid-us8dpIQeuw .mbr-section-subtitle {
  color: #ff2121;
}
.cid-us8dpIQeuw .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-us8dpIQeuw .mbr-section-title,
.cid-us8dpIQeuw .mbr-section-btn {
  color: #000000;
}
.cid-uPPKbyK1wk {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPKbyK1wk .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPKbyK1wk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPKbyK1wk .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPKbyK1wk .mbr-section-btn,
.cid-uPPKbyK1wk .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPKbyK1wk .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPKbyK1wk .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPKbyK1wk input,
.cid-uPPKbyK1wk textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPKbyK1wk input:hover,
.cid-uPPKbyK1wk textarea:hover,
.cid-uPPKbyK1wk input:active,
.cid-uPPKbyK1wk textarea:active,
.cid-uPPKbyK1wk input:focus,
.cid-uPPKbyK1wk textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPKbyK1wk input::placeholder,
.cid-uPPKbyK1wk textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPKbyK1wk .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPKbyK1wk LABEL {
  color: #ffffff;
}
.cid-urSlrbEpS8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-urSlrbEpS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urSlrbEpS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urSlrbEpS8 .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-urSlrbEpS8 .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-urSlrbEpS8 .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-urSlrbEpS8 .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-urSlrbEpS8 .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-urSlrbEpS8 .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-urSlrbEpS8 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-urSlrbEpS8 .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-urSlrbEpS8 .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-urSlrbEpS8 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .list li:hover {
  color: #000000 !important;
}
.cid-urSlrbEpS8 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-urSlrbEpS8 .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-urSlrbEpS8 .social-list {
    justify-content: flex-start;
  }
}
.cid-urSlrbEpS8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-urSlrbEpS8 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-urSlrbEpS8 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-urSlrbEpS8 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-urSlrbEpS8 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-urSlrbEpS8 .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-urSlrbEpS8 .contact-list li {
    text-align: left;
  }
}
.cid-urSlrbEpS8 .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-urSlrbEpS8 .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-urSlrbEpS8 .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-urSlrbEpS8 .copyright-container {
    margin-top: 40px;
  }
}
.cid-urSlrbEpS8 .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usG5ARPgZq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-usG5ARPgZq .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-usG5ARPgZq .row {
    padding: 0 12px;
  }
}
.cid-usG5ARPgZq .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-usG5ARPgZq .row::after {
    display: none;
  }
}
.cid-usG5ARPgZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-usG5ARPgZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usG5ARPgZq .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-usG5ARPgZq .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-usG5ARPgZq .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-usG5ARPgZq .title {
  display: flex;
  align-items: center;
}
.cid-usG5ARPgZq .title-wrapper {
  z-index: 1;
}
.cid-usG5ARPgZq .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-usG5ARPgZq .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-usG5ARPgZq .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-usG5ARPgZq .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-usG5ARPgZq .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-usG5ARPgZq .mbr-section-title {
  color: #1e4381;
}
.cid-usG5ARPgZq .mbr-section-subtitle {
  color: #ff2121;
}
.cid-usG5ARPgZq .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-usG5ARPgZq .mbr-section-title,
.cid-usG5ARPgZq .mbr-section-btn {
  color: #000000;
}
.cid-usGeTFxAlo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usGeTFxAlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-usGeTFxAlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usGeTFxAlo .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-usGeTFxAlo .content-wrapper {
    padding: 0;
  }
}
.cid-usGeTFxAlo .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-usGeTFxAlo .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-usGeTFxAlo .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-usGeTFxAlo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usGeTFxAlo .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-usGeTFxAlo .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-usGeTFxAlo .list {
  color: #ffe66d;
  text-align: center;
}
.cid-usGeTFxAlo .mbr-text,
.cid-usGeTFxAlo .text-wrapper {
  color: #050f0f;
}
.cid-usGeTFxAlo .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-usGeTFxAlo .mbr-text,
.cid-usGeTFxAlo .text-wrapper,
.cid-usGeTFxAlo .rating-wrapper {
  text-align: center;
}
.cid-usGe6ocYj3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f5f7fd;
}
.cid-usGe6ocYj3 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-usGe6ocYj3 .row {
    padding: 0 12px;
  }
}
.cid-usGe6ocYj3 .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
  left: 0;
}
@media (max-width: 992px) {
  .cid-usGe6ocYj3 .row::after {
    display: none;
  }
}
.cid-usGe6ocYj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usGe6ocYj3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usGe6ocYj3 .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-usGe6ocYj3 .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-usGe6ocYj3 .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-usGe6ocYj3 .title {
  display: flex;
  align-items: center;
}
.cid-usGe6ocYj3 .title-wrapper {
  z-index: 1;
}
.cid-usGe6ocYj3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-usGe6ocYj3 .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-usGe6ocYj3 .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-usGe6ocYj3 .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-usGe6ocYj3 .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-usGe6ocYj3 .mbr-section-title {
  color: #1e4381;
}
.cid-usGe6ocYj3 .mbr-section-subtitle {
  color: #ff2121;
}
.cid-usGe6ocYj3 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-usGe6ocYj3 .mbr-section-title,
.cid-usGe6ocYj3 .mbr-section-btn {
  color: #000000;
}
.cid-usGezDiKcR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-usGezDiKcR .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-usGezDiKcR .row {
    padding: 0 12px;
  }
}
.cid-usGezDiKcR .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-usGezDiKcR .row::after {
    display: none;
  }
}
.cid-usGezDiKcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-usGezDiKcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usGezDiKcR .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-usGezDiKcR .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-usGezDiKcR .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-usGezDiKcR .title {
  display: flex;
  align-items: center;
}
.cid-usGezDiKcR .title-wrapper {
  z-index: 1;
}
.cid-usGezDiKcR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-usGezDiKcR .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-usGezDiKcR .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-usGezDiKcR .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-usGezDiKcR .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-usGezDiKcR .mbr-section-title {
  color: #1e4381;
}
.cid-usGezDiKcR .mbr-section-subtitle {
  color: #ff2121;
}
.cid-usGezDiKcR .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-usGezDiKcR .mbr-section-title,
.cid-usGezDiKcR .mbr-section-btn {
  color: #000000;
}
.cid-usGjskXGra {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5f7fd;
}
.cid-usGjskXGra .mbr-fallback-image.disabled {
  display: none;
}
.cid-usGjskXGra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usGjskXGra .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-usGjskXGra .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-usGjskXGra .container {
    padding: 0 24px;
  }
}
.cid-usGjskXGra .row {
  justify-content: space-between;
}
.cid-usGjskXGra .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-usGjskXGra .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-usGjskXGra .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-usGjskXGra .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-usGjskXGra .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-usGjskXGra .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
  opacity: .4;
}
.cid-usGjskXGra .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-usGjskXGra .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 22px;
}
.cid-usGjskXGra .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-usGjskXGra .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    opacity: 1;
  }
}
.cid-usGjskXGra .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:hover,
.cid-usGjskXGra .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:focus {
  opacity: 1;
}
.cid-usGjskXGra .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-usGjskXGra .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-usGjskXGra .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-usGjskXGra .mbr-section-title {
  color: #141414;
}
.cid-usGjskXGra .card-number {
  color: #141414;
}
.cid-usGjskXGra .card-title {
  color: #141414;
}
.cid-usGjskXGra .card-text {
  color: #141414;
  text-align: justify;
}
.cid-usGjskXGra .card-title,
.cid-usGjskXGra .mbr-section-btn {
  text-align: center;
}
.cid-uPPKfq8mrD {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPKfq8mrD .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPKfq8mrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPKfq8mrD .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPKfq8mrD .mbr-section-btn,
.cid-uPPKfq8mrD .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPKfq8mrD .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPKfq8mrD .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPKfq8mrD input,
.cid-uPPKfq8mrD textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPKfq8mrD input:hover,
.cid-uPPKfq8mrD textarea:hover,
.cid-uPPKfq8mrD input:active,
.cid-uPPKfq8mrD textarea:active,
.cid-uPPKfq8mrD input:focus,
.cid-uPPKfq8mrD textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPKfq8mrD input::placeholder,
.cid-uPPKfq8mrD textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPKfq8mrD .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPKfq8mrD LABEL {
  color: #ffffff;
}
.cid-urSlrbEpS8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-urSlrbEpS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urSlrbEpS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urSlrbEpS8 .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-urSlrbEpS8 .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-urSlrbEpS8 .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-urSlrbEpS8 .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-urSlrbEpS8 .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-urSlrbEpS8 .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-urSlrbEpS8 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-urSlrbEpS8 .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-urSlrbEpS8 .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-urSlrbEpS8 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .list li:hover {
  color: #000000 !important;
}
.cid-urSlrbEpS8 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-urSlrbEpS8 .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-urSlrbEpS8 .social-list {
    justify-content: flex-start;
  }
}
.cid-urSlrbEpS8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-urSlrbEpS8 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-urSlrbEpS8 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-urSlrbEpS8 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-urSlrbEpS8 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-urSlrbEpS8 .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-urSlrbEpS8 .contact-list li {
    text-align: left;
  }
}
.cid-urSlrbEpS8 .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-urSlrbEpS8 .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-urSlrbEpS8 .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-urSlrbEpS8 .copyright-container {
    margin-top: 40px;
  }
}
.cid-urSlrbEpS8 .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usGnskBIUk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-usGnskBIUk .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-usGnskBIUk .row {
    padding: 0 12px;
  }
}
.cid-usGnskBIUk .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-usGnskBIUk .row::after {
    display: none;
  }
}
.cid-usGnskBIUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-usGnskBIUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usGnskBIUk .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-usGnskBIUk .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-usGnskBIUk .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-usGnskBIUk .title {
  display: flex;
  align-items: center;
}
.cid-usGnskBIUk .title-wrapper {
  z-index: 1;
}
.cid-usGnskBIUk .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-usGnskBIUk .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-usGnskBIUk .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-usGnskBIUk .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-usGnskBIUk .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-usGnskBIUk .mbr-section-title {
  color: #1e4381;
}
.cid-usGnskBIUk .mbr-section-subtitle {
  color: #ff2121;
}
.cid-usGnskBIUk .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-usGnskBIUk .mbr-section-title,
.cid-usGnskBIUk .mbr-section-btn {
  color: #000000;
}
.cid-usGt1rbgH3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-usGt1rbgH3 h4 {
  display: flex;
  color: #000000;
}
.cid-usGt1rbgH3 .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-usGt1rbgH3 .wrap {
  display: flex;
}
.cid-usGt1rbgH3 .icon {
  background: #ff4a52;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-usGt1rbgH3 img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-usGt1rbgH3 .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-usGt1rbgH3 p {
  margin: 0;
}
.cid-usGt1rbgH3 .card .card-header a.panel-title {
  background-color: transparent !important;
  margin-top: 0px !important;
}
.cid-usGt1rbgH3 .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-usGt1rbgH3 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-usGt1rbgH3 .panel-group {
  width: 100%;
}
.cid-usGt1rbgH3 .panel-title {
  border-bottom: 1px solid #ececec;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-usGt1rbgH3 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-usGt1rbgH3 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-usGt1rbgH3 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-usGt1rbgH3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-usGt1rbgH3 .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-usGt1rbgH3 .card .panel-body {
  background: #ffffff;
}
.cid-usGt1rbgH3 .sign {
  color: #000000;
}
.cid-usGt1rbgH3 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-usGt1rbgH3 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-usGt1rbgH3 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-usGt1rbgH3 .header-text,
.cid-usGt1rbgH3 .sign {
  color: #333333;
}
.cid-usGt1rbgH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usGt1rbgH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usGuDFI6jO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usGuDFI6jO .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-usGuDFI6jO .row {
    padding: 0 12px;
  }
}
.cid-usGuDFI6jO .row::after {
  content: '';
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-usGuDFI6jO .row::after {
    display: none;
  }
}
.cid-usGuDFI6jO .mbr-fallback-image.disabled {
  display: none;
}
.cid-usGuDFI6jO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usGuDFI6jO .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-usGuDFI6jO .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-usGuDFI6jO .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-usGuDFI6jO .title {
  display: flex;
  align-items: center;
}
.cid-usGuDFI6jO .title-wrapper {
  z-index: 1;
}
.cid-usGuDFI6jO .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-usGuDFI6jO .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-usGuDFI6jO .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-usGuDFI6jO .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-usGuDFI6jO .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-usGuDFI6jO .mbr-section-title {
  color: #1e4381;
}
.cid-usGuDFI6jO .mbr-section-subtitle {
  color: #ff2121;
}
.cid-usGuDFI6jO .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-usGuDFI6jO .mbr-section-title,
.cid-usGuDFI6jO .mbr-section-btn {
  color: #000000;
}
.cid-usGvjD7dWM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-usGvjD7dWM h4 {
  display: flex;
  color: #000000;
}
.cid-usGvjD7dWM .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-usGvjD7dWM .wrap {
  display: flex;
}
.cid-usGvjD7dWM .icon {
  background: #ff4a52;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-usGvjD7dWM img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-usGvjD7dWM .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-usGvjD7dWM p {
  margin: 0;
}
.cid-usGvjD7dWM .card .card-header a.panel-title {
  background-color: transparent !important;
  margin-top: 0px !important;
}
.cid-usGvjD7dWM .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-usGvjD7dWM .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-usGvjD7dWM .panel-group {
  width: 100%;
}
.cid-usGvjD7dWM .panel-title {
  border-bottom: 1px solid #c3c3c3;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-usGvjD7dWM .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-usGvjD7dWM .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-usGvjD7dWM .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-usGvjD7dWM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-usGvjD7dWM .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-usGvjD7dWM .card .panel-body {
  background: #ffffff;
}
.cid-usGvjD7dWM .sign {
  color: #000000;
}
.cid-usGvjD7dWM .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-usGvjD7dWM .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-usGvjD7dWM .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-usGvjD7dWM .header-text,
.cid-usGvjD7dWM .sign {
  color: #333333;
  text-align: left;
}
.cid-usGvjD7dWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-usGvjD7dWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPKivLUEM {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPKivLUEM .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPKivLUEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPKivLUEM .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPKivLUEM .mbr-section-btn,
.cid-uPPKivLUEM .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPKivLUEM .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPKivLUEM .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPKivLUEM input,
.cid-uPPKivLUEM textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPKivLUEM input:hover,
.cid-uPPKivLUEM textarea:hover,
.cid-uPPKivLUEM input:active,
.cid-uPPKivLUEM textarea:active,
.cid-uPPKivLUEM input:focus,
.cid-uPPKivLUEM textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPKivLUEM input::placeholder,
.cid-uPPKivLUEM textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPKivLUEM .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPKivLUEM LABEL {
  color: #ffffff;
}
.cid-urSlrbEpS8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-urSlrbEpS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urSlrbEpS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urSlrbEpS8 .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-urSlrbEpS8 .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-urSlrbEpS8 .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-urSlrbEpS8 .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-urSlrbEpS8 .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-urSlrbEpS8 .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-urSlrbEpS8 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-urSlrbEpS8 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-urSlrbEpS8 .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-urSlrbEpS8 .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-urSlrbEpS8 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .list li:hover {
  color: #000000 !important;
}
.cid-urSlrbEpS8 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-urSlrbEpS8 .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-urSlrbEpS8 .social-list {
    justify-content: flex-start;
  }
}
.cid-urSlrbEpS8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-urSlrbEpS8 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-urSlrbEpS8 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-urSlrbEpS8 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-urSlrbEpS8 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-urSlrbEpS8 .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-urSlrbEpS8 .contact-list li {
    text-align: left;
  }
}
.cid-urSlrbEpS8 .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-urSlrbEpS8 .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-urSlrbEpS8 .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-urSlrbEpS8 .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-urSlrbEpS8 .copyright-container {
    margin-top: 40px;
  }
}
.cid-urSlrbEpS8 .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usGzoSvOHv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-usGzoSvOHv .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-usGzoSvOHv .row {
    padding: 0 12px;
  }
}
.cid-usGzoSvOHv .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-usGzoSvOHv .row::after {
    display: none;
  }
}
.cid-usGzoSvOHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-usGzoSvOHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usGzoSvOHv .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-usGzoSvOHv .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-usGzoSvOHv .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-usGzoSvOHv .title {
  display: flex;
  align-items: center;
}
.cid-usGzoSvOHv .title-wrapper {
  z-index: 1;
}
.cid-usGzoSvOHv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-usGzoSvOHv .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-usGzoSvOHv .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-usGzoSvOHv .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-usGzoSvOHv .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-usGzoSvOHv .mbr-section-title {
  color: #1e4381;
}
.cid-usGzoSvOHv .mbr-section-subtitle {
  color: #ff2121;
}
.cid-usGzoSvOHv .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-usGzoSvOHv .mbr-section-title,
.cid-usGzoSvOHv .mbr-section-btn {
  color: #000000;
}
.cid-usGA8h9Vft {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usGA8h9Vft .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-usGA8h9Vft .row {
    padding: 0 12px;
  }
}
.cid-usGA8h9Vft .row::after {
  content: '';
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
  left: 0;
}
@media (max-width: 992px) {
  .cid-usGA8h9Vft .row::after {
    display: none;
  }
}
.cid-usGA8h9Vft .mbr-fallback-image.disabled {
  display: none;
}
.cid-usGA8h9Vft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usGA8h9Vft .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-usGA8h9Vft .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-usGA8h9Vft .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-usGA8h9Vft .title {
  display: flex;
  align-items: center;
}
.cid-usGA8h9Vft .title-wrapper {
  z-index: 1;
}
.cid-usGA8h9Vft .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-usGA8h9Vft .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-usGA8h9Vft .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-usGA8h9Vft .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-usGA8h9Vft .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-usGA8h9Vft .mbr-section-title {
  color: #1e4381;
}
.cid-usGA8h9Vft .mbr-section-subtitle {
  color: #ff2121;
}
.cid-usGA8h9Vft .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-usGA8h9Vft .mbr-section-title,
.cid-usGA8h9Vft .mbr-section-btn {
  color: #000000;
}
.cid-uPPKlvEuiZ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPKlvEuiZ .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPKlvEuiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPKlvEuiZ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPKlvEuiZ .mbr-section-btn,
.cid-uPPKlvEuiZ .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPKlvEuiZ .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPKlvEuiZ .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPKlvEuiZ input,
.cid-uPPKlvEuiZ textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPKlvEuiZ input:hover,
.cid-uPPKlvEuiZ textarea:hover,
.cid-uPPKlvEuiZ input:active,
.cid-uPPKlvEuiZ textarea:active,
.cid-uPPKlvEuiZ input:focus,
.cid-uPPKlvEuiZ textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPKlvEuiZ input::placeholder,
.cid-uPPKlvEuiZ textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPKlvEuiZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPKlvEuiZ LABEL {
  color: #ffffff;
}
.cid-ursMrSN0Wy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-ursMrSN0Wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursMrSN0Wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursMrSN0Wy .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-ursMrSN0Wy .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-ursMrSN0Wy .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-ursMrSN0Wy .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ursMrSN0Wy .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li:hover {
  color: #000000 !important;
}
.cid-ursMrSN0Wy .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .social-list {
    justify-content: flex-start;
  }
}
.cid-ursMrSN0Wy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-ursMrSN0Wy .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-ursMrSN0Wy .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-ursMrSN0Wy .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .contact-list li {
    text-align: left;
  }
}
.cid-ursMrSN0Wy .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-ursMrSN0Wy .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-ursMrSN0Wy .copyright-container {
    margin-top: 40px;
  }
}
.cid-ursMrSN0Wy .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usFVUoIvzv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-usFVUoIvzv .mbr-fallback-image.disabled {
  display: none;
}
.cid-usFVUoIvzv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usFVUoIvzv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-usFVUoIvzv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-usFVUoIvzv .container {
    padding: 0;
  }
}
.cid-usFVUoIvzv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usFVUoIvzv .title-wrapper {
    padding: 0 16px;
  }
}
.cid-usFVUoIvzv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-usFVUoIvzv .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-usFVUoIvzv .mbr-section-title {
  color: #263652;
}
.cid-usFVUoIvzv .mbr-text {
  color: #263652;
}
.cid-usFVUpajSs {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-usFVUpajSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-usFVUpajSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usFVUpajSs .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-usFVUpajSs .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-usFVUpajSs .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-usFVUpajSs .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-usFVUpajSs .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-usFVUpajSs .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-usFVUpajSs .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-usFVUpajSs .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-usFVUpajSs .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-usFVUpajSs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-usFVUpajSs .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-usFVUpajSs .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-usFVUpajSs .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-usFVUpajSs .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-usFVUpajSs .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-usFVUpajSs .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-usFVUpajSs .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-usFVUpajSs .list li:hover {
  color: #000000 !important;
}
.cid-usFVUpajSs .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-usFVUpajSs .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-usFVUpajSs .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-usFVUpajSs .social-list {
    justify-content: flex-start;
  }
}
.cid-usFVUpajSs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-usFVUpajSs .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-usFVUpajSs .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-usFVUpajSs .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-usFVUpajSs .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-usFVUpajSs .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-usFVUpajSs .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-usFVUpajSs .contact-list li {
    text-align: left;
  }
}
.cid-usFVUpajSs .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-usFVUpajSs .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-usFVUpajSs .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-usFVUpajSs .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-usFVUpajSs .copyright-container {
    margin-top: 40px;
  }
}
.cid-usFVUpajSs .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usHvIhp1gV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fd;
}
.cid-usHvIhp1gV .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-usHvIhp1gV .row {
    padding: 0 12px;
  }
}
.cid-usHvIhp1gV .row::after {
  content: '';
  display: block;
  background: #f1f1f2;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-usHvIhp1gV .row::after {
    display: none;
  }
}
.cid-usHvIhp1gV .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHvIhp1gV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHvIhp1gV .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-usHvIhp1gV .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-usHvIhp1gV .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-usHvIhp1gV .title {
  display: flex;
  align-items: center;
}
.cid-usHvIhp1gV .title-wrapper {
  z-index: 1;
}
.cid-usHvIhp1gV .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-usHvIhp1gV .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-usHvIhp1gV .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-usHvIhp1gV .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-usHvIhp1gV .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-usHvIhp1gV .mbr-section-title {
  color: #1e4381;
}
.cid-usHvIhp1gV .mbr-section-subtitle {
  color: #ff2121;
}
.cid-usHvIhp1gV .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-usHvIhp1gV .mbr-section-title,
.cid-usHvIhp1gV .mbr-section-btn {
  color: #000000;
}
.cid-uA3WbqEsx7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uA3WbqEsx7 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA3WbqEsx7 .mbr-section-btn .btn-secondary-outline:hover {
  color: #000000 !important;
}
.cid-uA3WbqEsx7 .wrap {
  align-items: center;
}
.cid-uA3WbqEsx7 .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uA3WbqEsx7 .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-uA3WbqEsx7 .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uA3WbqEsx7 .wrap:hover .mbr-section-title {
  color: #000000;
}
.cid-uA3WbqEsx7 .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-uA3WbqEsx7 .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uA3WbqEsx7 .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uA3WbqEsx7 .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-uA3WbqEsx7 .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uA3WbqEsx7 .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uA3WbqEsx7 .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-uA3WbqEsx7 .card__content {
  padding: 20px;
}
.cid-uA3WbqEsx7 .card__topic {
  margin-bottom: 15px;
}
.cid-uA3WbqEsx7 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uA3WbqEsx7 .mbr-text {
  margin-bottom: 10px;
}
.cid-uA3WbqEsx7 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #000000;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uA3WbqEsx7 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uA3WbqEsx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3WbqEsx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3WbqEsx7 .category__content {
  color: #ff2121;
}
.cid-uA3WbqEsx7 .category__estimate {
  color: #ff2121;
}
.cid-uA3fLuzbOb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uA3fLuzbOb .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA3fLuzbOb .mbr-section-btn .btn-secondary-outline:hover {
  color: #000000 !important;
}
.cid-uA3fLuzbOb .wrap {
  align-items: center;
}
.cid-uA3fLuzbOb .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uA3fLuzbOb .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-uA3fLuzbOb .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uA3fLuzbOb .wrap:hover .mbr-section-title {
  color: #000000;
}
.cid-uA3fLuzbOb .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-uA3fLuzbOb .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uA3fLuzbOb .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uA3fLuzbOb .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-uA3fLuzbOb .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uA3fLuzbOb .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uA3fLuzbOb .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-uA3fLuzbOb .card__content {
  padding: 20px;
}
.cid-uA3fLuzbOb .card__topic {
  margin-bottom: 15px;
}
.cid-uA3fLuzbOb .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uA3fLuzbOb .mbr-text {
  margin-bottom: 10px;
}
.cid-uA3fLuzbOb .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #000000;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uA3fLuzbOb .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uA3fLuzbOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3fLuzbOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3fLuzbOb .category__content {
  color: #ff2121;
}
.cid-uA3fLuzbOb .category__estimate {
  color: #ff2121;
}
.cid-uznnGYy47n {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uznnGYy47n .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uznnGYy47n .mbr-section-btn .btn-secondary-outline:hover {
  color: #000000 !important;
}
.cid-uznnGYy47n .wrap {
  align-items: center;
}
.cid-uznnGYy47n .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uznnGYy47n .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-uznnGYy47n .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uznnGYy47n .wrap:hover .mbr-section-title {
  color: #000000;
}
.cid-uznnGYy47n .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-uznnGYy47n .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uznnGYy47n .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uznnGYy47n .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-uznnGYy47n .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uznnGYy47n .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uznnGYy47n .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-uznnGYy47n .card__content {
  padding: 20px;
}
.cid-uznnGYy47n .card__topic {
  margin-bottom: 15px;
}
.cid-uznnGYy47n .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uznnGYy47n .mbr-text {
  margin-bottom: 10px;
}
.cid-uznnGYy47n .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #000000;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uznnGYy47n .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uznnGYy47n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznnGYy47n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznnGYy47n .category__content {
  color: #ff2121;
}
.cid-uznnGYy47n .category__estimate {
  color: #ff2121;
}
.cid-uznCFad9Se {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uznCFad9Se .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uznCFad9Se .mbr-section-btn .btn-secondary-outline:hover {
  color: #000000 !important;
}
.cid-uznCFad9Se .wrap {
  align-items: center;
}
.cid-uznCFad9Se .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uznCFad9Se .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-uznCFad9Se .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uznCFad9Se .wrap:hover .mbr-section-title {
  color: #000000;
}
.cid-uznCFad9Se .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-uznCFad9Se .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uznCFad9Se .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uznCFad9Se .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-uznCFad9Se .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uznCFad9Se .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uznCFad9Se .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-uznCFad9Se .card__content {
  padding: 20px;
}
.cid-uznCFad9Se .card__topic {
  margin-bottom: 15px;
}
.cid-uznCFad9Se .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uznCFad9Se .mbr-text {
  margin-bottom: 10px;
}
.cid-uznCFad9Se .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #000000;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uznCFad9Se .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uznCFad9Se .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznCFad9Se .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznCFad9Se .category__content {
  color: #ff2121;
}
.cid-uznCFad9Se .category__estimate {
  color: #ff2121;
}
.cid-uzo7p1hcSA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzo7p1hcSA .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uzo7p1hcSA .mbr-section-btn .btn-secondary-outline:hover {
  color: #000000 !important;
}
.cid-uzo7p1hcSA .wrap {
  align-items: center;
}
.cid-uzo7p1hcSA .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uzo7p1hcSA .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-uzo7p1hcSA .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uzo7p1hcSA .wrap:hover .mbr-section-title {
  color: #000000;
}
.cid-uzo7p1hcSA .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-uzo7p1hcSA .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uzo7p1hcSA .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uzo7p1hcSA .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-uzo7p1hcSA .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uzo7p1hcSA .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uzo7p1hcSA .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-uzo7p1hcSA .card__content {
  padding: 20px;
}
.cid-uzo7p1hcSA .card__topic {
  margin-bottom: 15px;
}
.cid-uzo7p1hcSA .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uzo7p1hcSA .mbr-text {
  margin-bottom: 10px;
}
.cid-uzo7p1hcSA .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #000000;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uzo7p1hcSA .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uzo7p1hcSA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzo7p1hcSA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzo7p1hcSA .category__content {
  color: #ff2121;
}
.cid-uzo7p1hcSA .category__estimate {
  color: #ff2121;
}
.cid-uuR2I1Ocny {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uuR2I1Ocny .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uuR2I1Ocny .mbr-section-btn .btn-secondary-outline:hover {
  color: #000000 !important;
}
.cid-uuR2I1Ocny .wrap {
  align-items: center;
}
.cid-uuR2I1Ocny .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uuR2I1Ocny .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-uuR2I1Ocny .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uuR2I1Ocny .wrap:hover .mbr-section-title {
  color: #000000;
}
.cid-uuR2I1Ocny .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-uuR2I1Ocny .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uuR2I1Ocny .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uuR2I1Ocny .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-uuR2I1Ocny .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uuR2I1Ocny .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uuR2I1Ocny .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-uuR2I1Ocny .card__content {
  padding: 20px;
}
.cid-uuR2I1Ocny .card__topic {
  margin-bottom: 15px;
}
.cid-uuR2I1Ocny .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uuR2I1Ocny .mbr-text {
  margin-bottom: 10px;
}
.cid-uuR2I1Ocny .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #000000;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uuR2I1Ocny .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uuR2I1Ocny .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuR2I1Ocny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuR2I1Ocny .category__content {
  color: #ff2121;
}
.cid-uuR2I1Ocny .category__estimate {
  color: #ff2121;
}
.cid-uPPKAZ1Sqw {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPKAZ1Sqw .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPKAZ1Sqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPKAZ1Sqw .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPKAZ1Sqw .mbr-section-btn,
.cid-uPPKAZ1Sqw .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPKAZ1Sqw .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPKAZ1Sqw .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPKAZ1Sqw input,
.cid-uPPKAZ1Sqw textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPKAZ1Sqw input:hover,
.cid-uPPKAZ1Sqw textarea:hover,
.cid-uPPKAZ1Sqw input:active,
.cid-uPPKAZ1Sqw textarea:active,
.cid-uPPKAZ1Sqw input:focus,
.cid-uPPKAZ1Sqw textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPKAZ1Sqw input::placeholder,
.cid-uPPKAZ1Sqw textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPKAZ1Sqw .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPKAZ1Sqw LABEL {
  color: #ffffff;
}
.cid-ursMrSN0Wy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-ursMrSN0Wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursMrSN0Wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursMrSN0Wy .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-ursMrSN0Wy .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-ursMrSN0Wy .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-ursMrSN0Wy .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ursMrSN0Wy .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li:hover {
  color: #000000 !important;
}
.cid-ursMrSN0Wy .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .social-list {
    justify-content: flex-start;
  }
}
.cid-ursMrSN0Wy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-ursMrSN0Wy .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-ursMrSN0Wy .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-ursMrSN0Wy .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .contact-list li {
    text-align: left;
  }
}
.cid-ursMrSN0Wy .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-ursMrSN0Wy .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-ursMrSN0Wy .copyright-container {
    margin-top: 40px;
  }
}
.cid-ursMrSN0Wy .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utmNLZOFON {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-utmNLZOFON .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-utmNLZOFON .row {
    padding: 0 12px;
  }
}
.cid-utmNLZOFON .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-utmNLZOFON .row::after {
    display: none;
  }
}
.cid-utmNLZOFON .mbr-fallback-image.disabled {
  display: none;
}
.cid-utmNLZOFON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utmNLZOFON .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-utmNLZOFON .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-utmNLZOFON .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-utmNLZOFON .title {
  display: flex;
  align-items: center;
}
.cid-utmNLZOFON .title-wrapper {
  z-index: 1;
}
.cid-utmNLZOFON .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-utmNLZOFON .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-utmNLZOFON .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-utmNLZOFON .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-utmNLZOFON .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-utmNLZOFON .mbr-section-title {
  color: #1e4381;
}
.cid-utmNLZOFON .mbr-section-subtitle {
  color: #ff2121;
}
.cid-utmNLZOFON .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-utmNLZOFON .mbr-section-title,
.cid-utmNLZOFON .mbr-section-btn {
  color: #000000;
}
.cid-utr6KucNtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utr6KucNtg .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-utr6KucNtg .row {
    padding: 0 12px;
  }
}
.cid-utr6KucNtg .row::after {
  content: '';
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
  left: 0;
}
@media (max-width: 992px) {
  .cid-utr6KucNtg .row::after {
    display: none;
  }
}
.cid-utr6KucNtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-utr6KucNtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utr6KucNtg .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-utr6KucNtg .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-utr6KucNtg .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-utr6KucNtg .title {
  display: flex;
  align-items: center;
}
.cid-utr6KucNtg .title-wrapper {
  z-index: 1;
}
.cid-utr6KucNtg .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-utr6KucNtg .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-utr6KucNtg .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-utr6KucNtg .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-utr6KucNtg .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-utr6KucNtg .mbr-section-title {
  color: #1e4381;
}
.cid-utr6KucNtg .mbr-section-subtitle {
  color: #ff2121;
}
.cid-utr6KucNtg .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-utr6KucNtg .mbr-section-title,
.cid-utr6KucNtg .mbr-section-btn {
  color: #000000;
}
.cid-utr8MheimL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-utr8MheimL .title__block {
  margin-bottom: 30px;
}
.cid-utr8MheimL .mbr-section-subtitle,
.cid-utr8MheimL .card__subtitle {
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-utr8MheimL .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-utr8MheimL .card__wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-utr8MheimL .card__wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.cid-utr8MheimL .card__title {
  margin-bottom: 20px;
}
.cid-utr8MheimL .mbr-text {
  margin-bottom: 0;
  text-align: justify;
}
.cid-utr8MheimL .mbr-fallback-image.disabled {
  display: none;
}
.cid-utr8MheimL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utr8MheimL .card__subtitle {
  color: #ff2121;
}
.cid-utr8MheimL .mbr-section-title,
.cid-utr8MheimL .mbr-section-btn {
  color: #ff2121;
}
.cid-utrb67NXfI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utrb67NXfI .mbr-section-title {
  margin-bottom: 20px;
}
.cid-utrb67NXfI .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-utrb67NXfI .mbr-text {
  margin: 10px 0;
  text-align: justify;
}
.cid-utrb67NXfI .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-utrb67NXfI .btn-primary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-utrb67NXfI .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-utrb67NXfI .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-utrb67NXfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-utrb67NXfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPKoLdM6M {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPKoLdM6M .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPKoLdM6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPKoLdM6M .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPKoLdM6M .mbr-section-btn,
.cid-uPPKoLdM6M .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPKoLdM6M .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPKoLdM6M .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPKoLdM6M input,
.cid-uPPKoLdM6M textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPKoLdM6M input:hover,
.cid-uPPKoLdM6M textarea:hover,
.cid-uPPKoLdM6M input:active,
.cid-uPPKoLdM6M textarea:active,
.cid-uPPKoLdM6M input:focus,
.cid-uPPKoLdM6M textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPKoLdM6M input::placeholder,
.cid-uPPKoLdM6M textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPKoLdM6M .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPKoLdM6M LABEL {
  color: #ffffff;
}
.cid-ursMrSN0Wy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-ursMrSN0Wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursMrSN0Wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursMrSN0Wy .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-ursMrSN0Wy .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-ursMrSN0Wy .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-ursMrSN0Wy .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ursMrSN0Wy .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li:hover {
  color: #000000 !important;
}
.cid-ursMrSN0Wy .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .social-list {
    justify-content: flex-start;
  }
}
.cid-ursMrSN0Wy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-ursMrSN0Wy .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-ursMrSN0Wy .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-ursMrSN0Wy .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .contact-list li {
    text-align: left;
  }
}
.cid-ursMrSN0Wy .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-ursMrSN0Wy .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-ursMrSN0Wy .copyright-container {
    margin-top: 40px;
  }
}
.cid-ursMrSN0Wy .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uu73EAO4zk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f7fd;
}
.cid-uu73EAO4zk .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uu73EAO4zk .row {
    padding: 0 12px;
  }
}
.cid-uu73EAO4zk .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uu73EAO4zk .row::after {
    display: none;
  }
}
.cid-uu73EAO4zk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu73EAO4zk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu73EAO4zk .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uu73EAO4zk .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-uu73EAO4zk .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-uu73EAO4zk .title {
  display: flex;
  align-items: center;
}
.cid-uu73EAO4zk .title-wrapper {
  z-index: 1;
}
.cid-uu73EAO4zk .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-uu73EAO4zk .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uu73EAO4zk .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uu73EAO4zk .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-uu73EAO4zk .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-uu73EAO4zk .mbr-section-title {
  color: #1e4381;
}
.cid-uu73EAO4zk .mbr-section-subtitle {
  color: #ff2121;
}
.cid-uu73EAO4zk .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uu73EAO4zk .mbr-section-title,
.cid-uu73EAO4zk .mbr-section-btn {
  color: #000000;
}
.cid-uu75b2WsGI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-uu75b2WsGI .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uu75b2WsGI .row {
    padding: 0 12px;
  }
}
.cid-uu75b2WsGI .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uu75b2WsGI .row::after {
    display: none;
  }
}
.cid-uu75b2WsGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu75b2WsGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu75b2WsGI .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uu75b2WsGI .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-uu75b2WsGI .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-uu75b2WsGI .title {
  display: flex;
  align-items: center;
}
.cid-uu75b2WsGI .title-wrapper {
  z-index: 1;
}
.cid-uu75b2WsGI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-uu75b2WsGI .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uu75b2WsGI .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uu75b2WsGI .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-uu75b2WsGI .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-uu75b2WsGI .mbr-section-title {
  color: #1e4381;
}
.cid-uu75b2WsGI .mbr-section-subtitle {
  color: #ff2121;
}
.cid-uu75b2WsGI .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uu75b2WsGI .mbr-section-title,
.cid-uu75b2WsGI .mbr-section-btn {
  color: #000000;
}
.cid-uu76Izle5x {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/screenshot-2024-11-14-155428-761x289.webp");
}
.cid-uu76Izle5x .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-uu76Izle5x .wrap {
  padding: 0 25px;
}
.cid-uu76Izle5x .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-uu76Izle5x .mbr-text {
  margin-bottom: 20px;
}
.cid-uu76Izle5x .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-uu76Izle5x .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-uu76Izle5x .container,
  .cid-uu76Izle5x .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uu76Izle5x .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-uu76Izle5x a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uu76Izle5x .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uu76Izle5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu76Izle5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPAzeBlPN {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPAzeBlPN .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPAzeBlPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPAzeBlPN .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPAzeBlPN .mbr-section-btn,
.cid-uPPAzeBlPN .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPAzeBlPN .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPAzeBlPN .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPAzeBlPN input,
.cid-uPPAzeBlPN textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPAzeBlPN input:hover,
.cid-uPPAzeBlPN textarea:hover,
.cid-uPPAzeBlPN input:active,
.cid-uPPAzeBlPN textarea:active,
.cid-uPPAzeBlPN input:focus,
.cid-uPPAzeBlPN textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPAzeBlPN input::placeholder,
.cid-uPPAzeBlPN textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPAzeBlPN .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPAzeBlPN LABEL {
  color: #ffffff;
}
.cid-ursMrSN0Wy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-ursMrSN0Wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursMrSN0Wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursMrSN0Wy .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-ursMrSN0Wy .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-ursMrSN0Wy .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-ursMrSN0Wy .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ursMrSN0Wy .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li:hover {
  color: #000000 !important;
}
.cid-ursMrSN0Wy .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .social-list {
    justify-content: flex-start;
  }
}
.cid-ursMrSN0Wy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-ursMrSN0Wy .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-ursMrSN0Wy .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-ursMrSN0Wy .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .contact-list li {
    text-align: left;
  }
}
.cid-ursMrSN0Wy .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-ursMrSN0Wy .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-ursMrSN0Wy .copyright-container {
    margin-top: 40px;
  }
}
.cid-ursMrSN0Wy .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuR4Tt7Uy4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-uuR4Tt7Uy4 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uuR4Tt7Uy4 .row {
    padding: 0 12px;
  }
}
.cid-uuR4Tt7Uy4 .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uuR4Tt7Uy4 .row::after {
    display: none;
  }
}
.cid-uuR4Tt7Uy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuR4Tt7Uy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuR4Tt7Uy4 .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uuR4Tt7Uy4 .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-uuR4Tt7Uy4 .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-uuR4Tt7Uy4 .title {
  display: flex;
  align-items: center;
}
.cid-uuR4Tt7Uy4 .title-wrapper {
  z-index: 1;
}
.cid-uuR4Tt7Uy4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-uuR4Tt7Uy4 .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uuR4Tt7Uy4 .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uuR4Tt7Uy4 .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-uuR4Tt7Uy4 .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-uuR4Tt7Uy4 .mbr-section-title {
  color: #1e4381;
}
.cid-uuR4Tt7Uy4 .mbr-section-subtitle {
  color: #ff2121;
}
.cid-uuR4Tt7Uy4 .mbr-text {
  color: #000000;
}
.cid-uuR4Tt7Uy4 .mbr-section-title,
.cid-uuR4Tt7Uy4 .mbr-section-btn {
  color: #000000;
}
.cid-uuRfcFJfIy {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuRfcFJfIy img,
.cid-uuRfcFJfIy .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uuRfcFJfIy .item:focus,
.cid-uuRfcFJfIy span:focus {
  outline: none;
}
.cid-uuRfcFJfIy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uuRfcFJfIy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uuRfcFJfIy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uuRfcFJfIy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uuRfcFJfIy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uuRfcFJfIy .mbr-section-title {
  color: #232323;
}
.cid-uuRfcFJfIy .mbr-text,
.cid-uuRfcFJfIy .mbr-section-btn {
  text-align: left;
}
.cid-uuRfcFJfIy .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-uuRfcFJfIy .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uuRgobYQxF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuRgobYQxF img,
.cid-uuRgobYQxF .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uuRgobYQxF .item:focus,
.cid-uuRgobYQxF span:focus {
  outline: none;
}
.cid-uuRgobYQxF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uuRgobYQxF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uuRgobYQxF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uuRgobYQxF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uuRgobYQxF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uuRgobYQxF .mbr-section-title {
  color: #232323;
}
.cid-uuRgobYQxF .mbr-text,
.cid-uuRgobYQxF .mbr-section-btn {
  text-align: left;
}
.cid-uuRgobYQxF .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-uuRgobYQxF .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uuRhfRmmVa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuRhfRmmVa img,
.cid-uuRhfRmmVa .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uuRhfRmmVa .item:focus,
.cid-uuRhfRmmVa span:focus {
  outline: none;
}
.cid-uuRhfRmmVa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uuRhfRmmVa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uuRhfRmmVa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uuRhfRmmVa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uuRhfRmmVa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uuRhfRmmVa .mbr-section-title {
  color: #232323;
}
.cid-uuRhfRmmVa .mbr-text,
.cid-uuRhfRmmVa .mbr-section-btn {
  text-align: left;
}
.cid-uuRhfRmmVa .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-uuRhfRmmVa .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uuRhseIIFh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuRhseIIFh img,
.cid-uuRhseIIFh .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uuRhseIIFh .item:focus,
.cid-uuRhseIIFh span:focus {
  outline: none;
}
.cid-uuRhseIIFh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uuRhseIIFh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uuRhseIIFh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uuRhseIIFh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uuRhseIIFh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uuRhseIIFh .mbr-section-title {
  color: #232323;
}
.cid-uuRhseIIFh .mbr-text,
.cid-uuRhseIIFh .mbr-section-btn {
  text-align: left;
}
.cid-uuRhseIIFh .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-uuRhseIIFh .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uuRhHUZhTq {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uuRhHUZhTq img,
.cid-uuRhHUZhTq .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uuRhHUZhTq .item:focus,
.cid-uuRhHUZhTq span:focus {
  outline: none;
}
.cid-uuRhHUZhTq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uuRhHUZhTq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uuRhHUZhTq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uuRhHUZhTq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uuRhHUZhTq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uuRhHUZhTq .mbr-section-title {
  color: #232323;
}
.cid-uuRhHUZhTq .mbr-text,
.cid-uuRhHUZhTq .mbr-section-btn {
  text-align: left;
}
.cid-uuRhHUZhTq .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-uuRhHUZhTq .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uPPKEA0B4Z {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPKEA0B4Z .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPKEA0B4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPKEA0B4Z .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPKEA0B4Z .mbr-section-btn,
.cid-uPPKEA0B4Z .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPKEA0B4Z .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPKEA0B4Z .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPKEA0B4Z input,
.cid-uPPKEA0B4Z textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPKEA0B4Z input:hover,
.cid-uPPKEA0B4Z textarea:hover,
.cid-uPPKEA0B4Z input:active,
.cid-uPPKEA0B4Z textarea:active,
.cid-uPPKEA0B4Z input:focus,
.cid-uPPKEA0B4Z textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPKEA0B4Z input::placeholder,
.cid-uPPKEA0B4Z textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPKEA0B4Z .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPKEA0B4Z LABEL {
  color: #ffffff;
}
.cid-ursMrSN0Wy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-ursMrSN0Wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursMrSN0Wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursMrSN0Wy .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-ursMrSN0Wy .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-ursMrSN0Wy .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-ursMrSN0Wy .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ursMrSN0Wy .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li:hover {
  color: #000000 !important;
}
.cid-ursMrSN0Wy .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .social-list {
    justify-content: flex-start;
  }
}
.cid-ursMrSN0Wy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-ursMrSN0Wy .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-ursMrSN0Wy .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-ursMrSN0Wy .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .contact-list li {
    text-align: left;
  }
}
.cid-ursMrSN0Wy .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-ursMrSN0Wy .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-ursMrSN0Wy .copyright-container {
    margin-top: 40px;
  }
}
.cid-ursMrSN0Wy .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuRIkz0AFy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-uuRIkz0AFy .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uuRIkz0AFy .row {
    padding: 0 12px;
  }
}
.cid-uuRIkz0AFy .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uuRIkz0AFy .row::after {
    display: none;
  }
}
.cid-uuRIkz0AFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuRIkz0AFy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuRIkz0AFy .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uuRIkz0AFy .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-uuRIkz0AFy .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-uuRIkz0AFy .title {
  display: flex;
  align-items: center;
}
.cid-uuRIkz0AFy .title-wrapper {
  z-index: 1;
}
.cid-uuRIkz0AFy .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-uuRIkz0AFy .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uuRIkz0AFy .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uuRIkz0AFy .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-uuRIkz0AFy .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-uuRIkz0AFy .mbr-section-title {
  color: #1e4381;
}
.cid-uuRIkz0AFy .mbr-section-subtitle {
  color: #ff2121;
}
.cid-uuRIkz0AFy .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uuRIkz0AFy .mbr-section-title,
.cid-uuRIkz0AFy .mbr-section-btn {
  color: #000000;
}
.cid-uuRUXK2PyF {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uuRUXK2PyF .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uuRUXK2PyF .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uuRUXK2PyF .mbr-text {
  margin: 10px 0;
}
.cid-uuRUXK2PyF .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uuRUXK2PyF .btn-primary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-uuRUXK2PyF .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uuRUXK2PyF .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uuRUXK2PyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuRUXK2PyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuRVezEQ6r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuRVezEQ6r .wrap {
  height: 100%;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uuRVezEQ6r .wrap:hover {
  background-color: #ebeaed;
}
@media (max-width: 767px) {
  .cid-uuRVezEQ6r .wrap {
    padding: 20px;
  }
}
.cid-uuRVezEQ6r .icon__block {
  margin-bottom: 10px;
}
.cid-uuRVezEQ6r .title__text {
  margin-bottom: 15px;
}
.cid-uuRVezEQ6r .mbr-text {
  margin-bottom: 20px;
  text-align: justify;
}
.cid-uuRVezEQ6r .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #000000;
}
.cid-uuRVezEQ6r .count {
  padding: 5px 0;
}
.cid-uuRVezEQ6r .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-uuRVezEQ6r .item:before {
  content: '\e97c';
  font-family: 'Moririse2';
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #000000;
}
.cid-uuRVezEQ6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuRVezEQ6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuRVw9VFR0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuRVw9VFR0 .wrap {
  height: 100%;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uuRVw9VFR0 .wrap:hover {
  background-color: #ebeaed;
}
@media (max-width: 767px) {
  .cid-uuRVw9VFR0 .wrap {
    padding: 20px;
  }
}
.cid-uuRVw9VFR0 .icon__block {
  margin-bottom: 10px;
}
.cid-uuRVw9VFR0 .title__text {
  margin-bottom: 15px;
}
.cid-uuRVw9VFR0 .mbr-text {
  margin-bottom: 20px;
  text-align: justify;
}
.cid-uuRVw9VFR0 .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #000000;
}
.cid-uuRVw9VFR0 .count {
  padding: 5px 0;
}
.cid-uuRVw9VFR0 .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-uuRVw9VFR0 .item:before {
  content: '\e97c';
  font-family: 'Moririse2';
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #000000;
}
.cid-uuRVw9VFR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuRVw9VFR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuRVSLVduH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-uuRVSLVduH .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uuRVSLVduH .row {
    padding: 0 12px;
  }
}
.cid-uuRVSLVduH .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uuRVSLVduH .row::after {
    display: none;
  }
}
.cid-uuRVSLVduH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuRVSLVduH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuRVSLVduH .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uuRVSLVduH .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-uuRVSLVduH .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-uuRVSLVduH .title {
  display: flex;
  align-items: center;
}
.cid-uuRVSLVduH .title-wrapper {
  z-index: 1;
}
.cid-uuRVSLVduH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-uuRVSLVduH .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uuRVSLVduH .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uuRVSLVduH .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-uuRVSLVduH .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-uuRVSLVduH .mbr-section-title {
  color: #1e4381;
}
.cid-uuRVSLVduH .mbr-section-subtitle {
  color: #ff2121;
}
.cid-uuRVSLVduH .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uuRVSLVduH .mbr-section-title,
.cid-uuRVSLVduH .mbr-section-btn {
  color: #000000;
}
.cid-uPPKsCOs4S {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPKsCOs4S .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPKsCOs4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPKsCOs4S .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPKsCOs4S .mbr-section-btn,
.cid-uPPKsCOs4S .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPKsCOs4S .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPKsCOs4S .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPKsCOs4S input,
.cid-uPPKsCOs4S textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPKsCOs4S input:hover,
.cid-uPPKsCOs4S textarea:hover,
.cid-uPPKsCOs4S input:active,
.cid-uPPKsCOs4S textarea:active,
.cid-uPPKsCOs4S input:focus,
.cid-uPPKsCOs4S textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPKsCOs4S input::placeholder,
.cid-uPPKsCOs4S textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPKsCOs4S .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPKsCOs4S LABEL {
  color: #ffffff;
}
.cid-ursMrSN0Wy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-ursMrSN0Wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursMrSN0Wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursMrSN0Wy .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-ursMrSN0Wy .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-ursMrSN0Wy .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-ursMrSN0Wy .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ursMrSN0Wy .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li:hover {
  color: #000000 !important;
}
.cid-ursMrSN0Wy .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .social-list {
    justify-content: flex-start;
  }
}
.cid-ursMrSN0Wy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-ursMrSN0Wy .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-ursMrSN0Wy .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-ursMrSN0Wy .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .contact-list li {
    text-align: left;
  }
}
.cid-ursMrSN0Wy .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-ursMrSN0Wy .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-ursMrSN0Wy .copyright-container {
    margin-top: 40px;
  }
}
.cid-ursMrSN0Wy .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uznonPdcpt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fd;
}
.cid-uznonPdcpt .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uznonPdcpt .row {
    padding: 0 12px;
  }
}
.cid-uznonPdcpt .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uznonPdcpt .row::after {
    display: none;
  }
}
.cid-uznonPdcpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznonPdcpt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznonPdcpt .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uznonPdcpt .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-uznonPdcpt .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-uznonPdcpt .title {
  display: flex;
  align-items: center;
}
.cid-uznonPdcpt .title-wrapper {
  z-index: 1;
}
.cid-uznonPdcpt .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-uznonPdcpt .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uznonPdcpt .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uznonPdcpt .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-uznonPdcpt .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-uznonPdcpt .mbr-section-title {
  color: #1e4381;
}
.cid-uznonPdcpt .mbr-section-subtitle {
  color: #ff2121;
}
.cid-uznonPdcpt .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uznonPdcpt .mbr-section-title,
.cid-uznonPdcpt .mbr-section-btn {
  color: #000000;
}
.cid-uznqWGYFO8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uznqWGYFO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznqWGYFO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznqWGYFO8 .items-wrapper {
  justify-content: flex-end;
}
.cid-uznqWGYFO8 .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uznqWGYFO8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uznqWGYFO8 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uznqWGYFO8 .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uznqWGYFO8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uznqWGYFO8 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uznqWGYFO8 .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uznqWGYFO8 .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uznqWGYFO8 .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uznqWGYFO8 .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uznqWGYFO8 .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uznqWGYFO8 .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uznqWGYFO8 .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uznqWGYFO8 .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uznqWGYFO8 .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uznqWGYFO8 .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uznqWGYFO8 .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uznqWGYFO8 .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uznqWGYFO8 .mbr-desc {
  color: #272b2e;
}
.cid-uznqWGYFO8 .mbr-section-title {
  color: #272b2e;
}
.cid-uznqWGYFO8 .mbr-text,
.cid-uznqWGYFO8 .text-wrapper {
  color: #272b2e;
  text-align: justify;
}
.cid-uPPKKColl4 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPKKColl4 .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPKKColl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPKKColl4 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPKKColl4 .mbr-section-btn,
.cid-uPPKKColl4 .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPKKColl4 .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPKKColl4 .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPKKColl4 input,
.cid-uPPKKColl4 textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPKKColl4 input:hover,
.cid-uPPKKColl4 textarea:hover,
.cid-uPPKKColl4 input:active,
.cid-uPPKKColl4 textarea:active,
.cid-uPPKKColl4 input:focus,
.cid-uPPKKColl4 textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPKKColl4 input::placeholder,
.cid-uPPKKColl4 textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPKKColl4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPKKColl4 LABEL {
  color: #ffffff;
}
.cid-uznonROh4B {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-uznonROh4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznonROh4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznonROh4B .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-uznonROh4B .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uznonROh4B .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-uznonROh4B .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-uznonROh4B .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-uznonROh4B .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uznonROh4B .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uznonROh4B .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uznonROh4B .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uznonROh4B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uznonROh4B .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uznonROh4B .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uznonROh4B .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uznonROh4B .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-uznonROh4B .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-uznonROh4B .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uznonROh4B .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-uznonROh4B .list li:hover {
  color: #000000 !important;
}
.cid-uznonROh4B .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uznonROh4B .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-uznonROh4B .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uznonROh4B .social-list {
    justify-content: flex-start;
  }
}
.cid-uznonROh4B .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uznonROh4B .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uznonROh4B .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uznonROh4B .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uznonROh4B .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uznonROh4B .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uznonROh4B .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uznonROh4B .contact-list li {
    text-align: left;
  }
}
.cid-uznonROh4B .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-uznonROh4B .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uznonROh4B .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-uznonROh4B .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-uznonROh4B .copyright-container {
    margin-top: 40px;
  }
}
.cid-uznonROh4B .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uznyoJhMyM {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-uznyoJhMyM .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uznyoJhMyM .row {
    padding: 0 12px;
  }
}
.cid-uznyoJhMyM .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uznyoJhMyM .row::after {
    display: none;
  }
}
.cid-uznyoJhMyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznyoJhMyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznyoJhMyM .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uznyoJhMyM .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-uznyoJhMyM .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-uznyoJhMyM .title {
  display: flex;
  align-items: center;
}
.cid-uznyoJhMyM .title-wrapper {
  z-index: 1;
}
.cid-uznyoJhMyM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-uznyoJhMyM .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uznyoJhMyM .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uznyoJhMyM .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-uznyoJhMyM .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-uznyoJhMyM .mbr-section-title {
  color: #1e4381;
}
.cid-uznyoJhMyM .mbr-section-subtitle {
  color: #ff2121;
}
.cid-uznyoJhMyM .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uznyoJhMyM .mbr-section-title,
.cid-uznyoJhMyM .mbr-section-btn {
  color: #000000;
}
.cid-uznyoJIoQD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uznyoJIoQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznyoJIoQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznyoJIoQD .items-wrapper {
  justify-content: flex-end;
}
.cid-uznyoJIoQD .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uznyoJIoQD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uznyoJIoQD .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uznyoJIoQD .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uznyoJIoQD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uznyoJIoQD .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uznyoJIoQD .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uznyoJIoQD .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uznyoJIoQD .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uznyoJIoQD .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uznyoJIoQD .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uznyoJIoQD .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uznyoJIoQD .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uznyoJIoQD .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uznyoJIoQD .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uznyoJIoQD .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uznyoJIoQD .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uznyoJIoQD .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uznyoJIoQD .mbr-desc {
  color: #272b2e;
}
.cid-uznyoJIoQD .mbr-section-title {
  color: #272b2e;
}
.cid-uznyoJIoQD .mbr-text,
.cid-uznyoJIoQD .text-wrapper {
  color: #272b2e;
  text-align: justify;
}
.cid-uPPKHGSEKr {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPKHGSEKr .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPKHGSEKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPKHGSEKr .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPKHGSEKr .mbr-section-btn,
.cid-uPPKHGSEKr .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPKHGSEKr .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPKHGSEKr .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPKHGSEKr input,
.cid-uPPKHGSEKr textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPKHGSEKr input:hover,
.cid-uPPKHGSEKr textarea:hover,
.cid-uPPKHGSEKr input:active,
.cid-uPPKHGSEKr textarea:active,
.cid-uPPKHGSEKr input:focus,
.cid-uPPKHGSEKr textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPKHGSEKr input::placeholder,
.cid-uPPKHGSEKr textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPKHGSEKr .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPKHGSEKr LABEL {
  color: #ffffff;
}
.cid-uznyoKxU1Z {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-uznyoKxU1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznyoKxU1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznyoKxU1Z .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-uznyoKxU1Z .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uznyoKxU1Z .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-uznyoKxU1Z .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-uznyoKxU1Z .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-uznyoKxU1Z .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uznyoKxU1Z .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uznyoKxU1Z .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uznyoKxU1Z .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uznyoKxU1Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uznyoKxU1Z .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uznyoKxU1Z .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uznyoKxU1Z .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uznyoKxU1Z .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-uznyoKxU1Z .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-uznyoKxU1Z .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uznyoKxU1Z .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-uznyoKxU1Z .list li:hover {
  color: #000000 !important;
}
.cid-uznyoKxU1Z .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uznyoKxU1Z .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-uznyoKxU1Z .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uznyoKxU1Z .social-list {
    justify-content: flex-start;
  }
}
.cid-uznyoKxU1Z .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uznyoKxU1Z .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uznyoKxU1Z .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uznyoKxU1Z .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uznyoKxU1Z .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uznyoKxU1Z .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uznyoKxU1Z .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uznyoKxU1Z .contact-list li {
    text-align: left;
  }
}
.cid-uznyoKxU1Z .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-uznyoKxU1Z .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uznyoKxU1Z .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-uznyoKxU1Z .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-uznyoKxU1Z .copyright-container {
    margin-top: 40px;
  }
}
.cid-uznyoKxU1Z .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzo7AuSkwG {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #f5f7fd;
}
.cid-uzo7AuSkwG .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uzo7AuSkwG .row {
    padding: 0 12px;
  }
}
.cid-uzo7AuSkwG .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uzo7AuSkwG .row::after {
    display: none;
  }
}
.cid-uzo7AuSkwG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzo7AuSkwG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzo7AuSkwG .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzo7AuSkwG .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-uzo7AuSkwG .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-uzo7AuSkwG .title {
  display: flex;
  align-items: center;
}
.cid-uzo7AuSkwG .title-wrapper {
  z-index: 1;
}
.cid-uzo7AuSkwG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-uzo7AuSkwG .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uzo7AuSkwG .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uzo7AuSkwG .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-uzo7AuSkwG .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-uzo7AuSkwG .mbr-section-title {
  color: #1e4381;
}
.cid-uzo7AuSkwG .mbr-section-subtitle {
  color: #ff2121;
}
.cid-uzo7AuSkwG .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uzo7AuSkwG .mbr-section-title,
.cid-uzo7AuSkwG .mbr-section-btn {
  color: #000000;
}
.cid-uzo7AvdM5Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzo7AvdM5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzo7AvdM5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzo7AvdM5Y .items-wrapper {
  justify-content: flex-end;
}
.cid-uzo7AvdM5Y .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzo7AvdM5Y .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzo7AvdM5Y .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzo7AvdM5Y .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uzo7AvdM5Y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzo7AvdM5Y .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uzo7AvdM5Y .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uzo7AvdM5Y .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uzo7AvdM5Y .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzo7AvdM5Y .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uzo7AvdM5Y .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzo7AvdM5Y .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uzo7AvdM5Y .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzo7AvdM5Y .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uzo7AvdM5Y .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uzo7AvdM5Y .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uzo7AvdM5Y .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzo7AvdM5Y .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uzo7AvdM5Y .mbr-desc {
  color: #272b2e;
}
.cid-uzo7AvdM5Y .mbr-section-title {
  color: #272b2e;
}
.cid-uzo7AvdM5Y .mbr-text,
.cid-uzo7AvdM5Y .text-wrapper {
  color: #272b2e;
  text-align: justify;
}
.cid-uzoBKCLPLk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzoBKCLPLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzoBKCLPLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzoBKCLPLk .items-wrapper {
  justify-content: flex-end;
}
.cid-uzoBKCLPLk .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzoBKCLPLk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzoBKCLPLk .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzoBKCLPLk .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uzoBKCLPLk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzoBKCLPLk .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uzoBKCLPLk .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uzoBKCLPLk .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uzoBKCLPLk .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzoBKCLPLk .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uzoBKCLPLk .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzoBKCLPLk .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uzoBKCLPLk .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzoBKCLPLk .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uzoBKCLPLk .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uzoBKCLPLk .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uzoBKCLPLk .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzoBKCLPLk .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uzoBKCLPLk .mbr-desc {
  color: #272b2e;
}
.cid-uzoBKCLPLk .mbr-section-title {
  color: #272b2e;
}
.cid-uzoBKCLPLk .mbr-text,
.cid-uzoBKCLPLk .text-wrapper {
  color: #272b2e;
  text-align: justify;
}
.cid-uzoBLgfmrv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzoBLgfmrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzoBLgfmrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzoBLgfmrv .items-wrapper {
  justify-content: flex-end;
}
.cid-uzoBLgfmrv .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzoBLgfmrv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzoBLgfmrv .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzoBLgfmrv .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uzoBLgfmrv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzoBLgfmrv .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uzoBLgfmrv .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uzoBLgfmrv .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uzoBLgfmrv .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzoBLgfmrv .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uzoBLgfmrv .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzoBLgfmrv .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uzoBLgfmrv .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzoBLgfmrv .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uzoBLgfmrv .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uzoBLgfmrv .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uzoBLgfmrv .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzoBLgfmrv .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uzoBLgfmrv .mbr-desc {
  color: #272b2e;
}
.cid-uzoBLgfmrv .mbr-section-title {
  color: #272b2e;
}
.cid-uzoBLgfmrv .mbr-text,
.cid-uzoBLgfmrv .text-wrapper {
  color: #272b2e;
  text-align: justify;
}
.cid-uzoBLQ28Pw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzoBLQ28Pw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzoBLQ28Pw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzoBLQ28Pw .items-wrapper {
  justify-content: flex-end;
}
.cid-uzoBLQ28Pw .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzoBLQ28Pw .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzoBLQ28Pw .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzoBLQ28Pw .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uzoBLQ28Pw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzoBLQ28Pw .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uzoBLQ28Pw .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uzoBLQ28Pw .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uzoBLQ28Pw .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzoBLQ28Pw .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uzoBLQ28Pw .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzoBLQ28Pw .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uzoBLQ28Pw .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzoBLQ28Pw .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uzoBLQ28Pw .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uzoBLQ28Pw .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uzoBLQ28Pw .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzoBLQ28Pw .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uzoBLQ28Pw .mbr-desc {
  color: #272b2e;
}
.cid-uzoBLQ28Pw .mbr-section-title {
  color: #272b2e;
}
.cid-uzoBLQ28Pw .mbr-text,
.cid-uzoBLQ28Pw .text-wrapper {
  color: #272b2e;
  text-align: justify;
}
.cid-uzoBMoSsdF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzoBMoSsdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzoBMoSsdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzoBMoSsdF .items-wrapper {
  justify-content: flex-end;
}
.cid-uzoBMoSsdF .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzoBMoSsdF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzoBMoSsdF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzoBMoSsdF .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uzoBMoSsdF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzoBMoSsdF .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uzoBMoSsdF .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uzoBMoSsdF .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uzoBMoSsdF .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzoBMoSsdF .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uzoBMoSsdF .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzoBMoSsdF .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uzoBMoSsdF .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzoBMoSsdF .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uzoBMoSsdF .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uzoBMoSsdF .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uzoBMoSsdF .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzoBMoSsdF .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uzoBMoSsdF .mbr-desc {
  color: #272b2e;
}
.cid-uzoBMoSsdF .mbr-section-title {
  color: #272b2e;
}
.cid-uzoBMoSsdF .mbr-text,
.cid-uzoBMoSsdF .text-wrapper {
  color: #272b2e;
}
.cid-uzoESNklWl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f7fd;
}
.cid-uzoESNklWl .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uzoESNklWl .row {
    padding: 0 12px;
  }
}
.cid-uzoESNklWl .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uzoESNklWl .row::after {
    display: none;
  }
}
.cid-uzoESNklWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzoESNklWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzoESNklWl .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzoESNklWl .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-uzoESNklWl .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-uzoESNklWl .title {
  display: flex;
  align-items: center;
}
.cid-uzoESNklWl .title-wrapper {
  z-index: 1;
}
.cid-uzoESNklWl .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-uzoESNklWl .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uzoESNklWl .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uzoESNklWl .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-uzoESNklWl .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-uzoESNklWl .mbr-section-title {
  color: #1e4381;
}
.cid-uzoESNklWl .mbr-section-subtitle {
  color: #ff2121;
}
.cid-uzoESNklWl .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uzoESNklWl .mbr-section-title,
.cid-uzoESNklWl .mbr-section-btn {
  color: #000000;
}
.cid-uPPKOn2Bmn {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPKOn2Bmn .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPKOn2Bmn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPKOn2Bmn .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPKOn2Bmn .mbr-section-btn,
.cid-uPPKOn2Bmn .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPKOn2Bmn .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPKOn2Bmn .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPKOn2Bmn input,
.cid-uPPKOn2Bmn textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPKOn2Bmn input:hover,
.cid-uPPKOn2Bmn textarea:hover,
.cid-uPPKOn2Bmn input:active,
.cid-uPPKOn2Bmn textarea:active,
.cid-uPPKOn2Bmn input:focus,
.cid-uPPKOn2Bmn textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPKOn2Bmn input::placeholder,
.cid-uPPKOn2Bmn textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPKOn2Bmn .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPKOn2Bmn LABEL {
  color: #ffffff;
}
.cid-uzo7AvYkQE {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-uzo7AvYkQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzo7AvYkQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzo7AvYkQE .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-uzo7AvYkQE .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uzo7AvYkQE .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-uzo7AvYkQE .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-uzo7AvYkQE .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-uzo7AvYkQE .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uzo7AvYkQE .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uzo7AvYkQE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uzo7AvYkQE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uzo7AvYkQE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uzo7AvYkQE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uzo7AvYkQE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uzo7AvYkQE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uzo7AvYkQE .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-uzo7AvYkQE .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-uzo7AvYkQE .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uzo7AvYkQE .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-uzo7AvYkQE .list li:hover {
  color: #000000 !important;
}
.cid-uzo7AvYkQE .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uzo7AvYkQE .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-uzo7AvYkQE .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uzo7AvYkQE .social-list {
    justify-content: flex-start;
  }
}
.cid-uzo7AvYkQE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uzo7AvYkQE .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uzo7AvYkQE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uzo7AvYkQE .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uzo7AvYkQE .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uzo7AvYkQE .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uzo7AvYkQE .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uzo7AvYkQE .contact-list li {
    text-align: left;
  }
}
.cid-uzo7AvYkQE .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-uzo7AvYkQE .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uzo7AvYkQE .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-uzo7AvYkQE .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-uzo7AvYkQE .copyright-container {
    margin-top: 40px;
  }
}
.cid-uzo7AvYkQE .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA3cWNyCfY {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-uA3cWNyCfY .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uA3cWNyCfY .row {
    padding: 0 12px;
  }
}
.cid-uA3cWNyCfY .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA3cWNyCfY .row::after {
    display: none;
  }
}
.cid-uA3cWNyCfY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3cWNyCfY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3cWNyCfY .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA3cWNyCfY .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-uA3cWNyCfY .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-uA3cWNyCfY .title {
  display: flex;
  align-items: center;
}
.cid-uA3cWNyCfY .title-wrapper {
  z-index: 1;
}
.cid-uA3cWNyCfY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-uA3cWNyCfY .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uA3cWNyCfY .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uA3cWNyCfY .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-uA3cWNyCfY .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-uA3cWNyCfY .mbr-section-title {
  color: #1e4381;
}
.cid-uA3cWNyCfY .mbr-section-subtitle {
  color: #ff2121;
}
.cid-uA3cWNyCfY .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uA3cWNyCfY .mbr-section-title,
.cid-uA3cWNyCfY .mbr-section-btn {
  color: #000000;
}
.cid-uA3cWO4B15 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uA3cWO4B15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3cWO4B15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3cWO4B15 .items-wrapper {
  justify-content: flex-end;
}
.cid-uA3cWO4B15 .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA3cWO4B15 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA3cWO4B15 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3cWO4B15 .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uA3cWO4B15 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA3cWO4B15 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uA3cWO4B15 .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uA3cWO4B15 .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uA3cWO4B15 .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uA3cWO4B15 .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uA3cWO4B15 .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA3cWO4B15 .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uA3cWO4B15 .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA3cWO4B15 .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uA3cWO4B15 .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uA3cWO4B15 .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uA3cWO4B15 .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA3cWO4B15 .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uA3cWO4B15 .mbr-desc {
  color: #272b2e;
}
.cid-uA3cWO4B15 .mbr-section-title {
  color: #272b2e;
}
.cid-uA3cWO4B15 .mbr-text,
.cid-uA3cWO4B15 .text-wrapper {
  color: #272b2e;
  text-align: justify;
}
.cid-uA3e031sTe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uA3e031sTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3e031sTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3e031sTe .items-wrapper {
  justify-content: flex-end;
}
.cid-uA3e031sTe .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA3e031sTe .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA3e031sTe .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3e031sTe .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uA3e031sTe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA3e031sTe .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uA3e031sTe .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uA3e031sTe .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uA3e031sTe .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uA3e031sTe .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uA3e031sTe .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA3e031sTe .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uA3e031sTe .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA3e031sTe .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uA3e031sTe .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uA3e031sTe .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uA3e031sTe .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA3e031sTe .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uA3e031sTe .mbr-desc {
  color: #272b2e;
}
.cid-uA3e031sTe .mbr-section-title {
  color: #272b2e;
}
.cid-uA3e031sTe .mbr-text,
.cid-uA3e031sTe .text-wrapper {
  color: #272b2e;
  text-align: justify;
}
.cid-uA3etcTdXi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uA3etcTdXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3etcTdXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3etcTdXi .items-wrapper {
  justify-content: flex-end;
}
.cid-uA3etcTdXi .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA3etcTdXi .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA3etcTdXi .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3etcTdXi .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uA3etcTdXi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA3etcTdXi .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uA3etcTdXi .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uA3etcTdXi .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uA3etcTdXi .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uA3etcTdXi .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uA3etcTdXi .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA3etcTdXi .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uA3etcTdXi .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA3etcTdXi .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uA3etcTdXi .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uA3etcTdXi .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uA3etcTdXi .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA3etcTdXi .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uA3etcTdXi .mbr-desc {
  color: #272b2e;
}
.cid-uA3etcTdXi .mbr-section-title {
  color: #272b2e;
}
.cid-uA3etcTdXi .mbr-text,
.cid-uA3etcTdXi .text-wrapper {
  color: #272b2e;
  text-align: justify;
}
.cid-uPPKS1MLaT {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPKS1MLaT .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPKS1MLaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPKS1MLaT .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPKS1MLaT .mbr-section-btn,
.cid-uPPKS1MLaT .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPKS1MLaT .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPKS1MLaT .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPKS1MLaT input,
.cid-uPPKS1MLaT textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPKS1MLaT input:hover,
.cid-uPPKS1MLaT textarea:hover,
.cid-uPPKS1MLaT input:active,
.cid-uPPKS1MLaT textarea:active,
.cid-uPPKS1MLaT input:focus,
.cid-uPPKS1MLaT textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPKS1MLaT input::placeholder,
.cid-uPPKS1MLaT textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPKS1MLaT .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPKS1MLaT LABEL {
  color: #ffffff;
}
.cid-uA3cWOPFyG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-uA3cWOPFyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3cWOPFyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3cWOPFyG .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-uA3cWOPFyG .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uA3cWOPFyG .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-uA3cWOPFyG .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-uA3cWOPFyG .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-uA3cWOPFyG .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uA3cWOPFyG .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uA3cWOPFyG .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uA3cWOPFyG .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uA3cWOPFyG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uA3cWOPFyG .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uA3cWOPFyG .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uA3cWOPFyG .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uA3cWOPFyG .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-uA3cWOPFyG .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-uA3cWOPFyG .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uA3cWOPFyG .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-uA3cWOPFyG .list li:hover {
  color: #000000 !important;
}
.cid-uA3cWOPFyG .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uA3cWOPFyG .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-uA3cWOPFyG .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uA3cWOPFyG .social-list {
    justify-content: flex-start;
  }
}
.cid-uA3cWOPFyG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uA3cWOPFyG .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uA3cWOPFyG .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uA3cWOPFyG .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uA3cWOPFyG .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uA3cWOPFyG .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uA3cWOPFyG .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uA3cWOPFyG .contact-list li {
    text-align: left;
  }
}
.cid-uA3cWOPFyG .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-uA3cWOPFyG .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uA3cWOPFyG .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-uA3cWOPFyG .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-uA3cWOPFyG .copyright-container {
    margin-top: 40px;
  }
}
.cid-uA3cWOPFyG .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA3DytAv9Q {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-uA3DytAv9Q .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uA3DytAv9Q .row {
    padding: 0 12px;
  }
}
.cid-uA3DytAv9Q .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA3DytAv9Q .row::after {
    display: none;
  }
}
.cid-uA3DytAv9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3DytAv9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3DytAv9Q .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA3DytAv9Q .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-uA3DytAv9Q .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-uA3DytAv9Q .title {
  display: flex;
  align-items: center;
}
.cid-uA3DytAv9Q .title-wrapper {
  z-index: 1;
}
.cid-uA3DytAv9Q .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-uA3DytAv9Q .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uA3DytAv9Q .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uA3DytAv9Q .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-uA3DytAv9Q .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-uA3DytAv9Q .mbr-section-title {
  color: #1e4381;
}
.cid-uA3DytAv9Q .mbr-section-subtitle {
  color: #ff2121;
}
.cid-uA3DytAv9Q .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uA3DytAv9Q .mbr-section-title,
.cid-uA3DytAv9Q .mbr-section-btn {
  color: #000000;
}
.cid-uA3Dyu2Gn9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uA3Dyu2Gn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3Dyu2Gn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3Dyu2Gn9 .items-wrapper {
  justify-content: flex-end;
}
.cid-uA3Dyu2Gn9 .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA3Dyu2Gn9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA3Dyu2Gn9 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3Dyu2Gn9 .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uA3Dyu2Gn9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA3Dyu2Gn9 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uA3Dyu2Gn9 .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uA3Dyu2Gn9 .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uA3Dyu2Gn9 .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uA3Dyu2Gn9 .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uA3Dyu2Gn9 .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA3Dyu2Gn9 .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uA3Dyu2Gn9 .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA3Dyu2Gn9 .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uA3Dyu2Gn9 .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uA3Dyu2Gn9 .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uA3Dyu2Gn9 .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA3Dyu2Gn9 .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uA3Dyu2Gn9 .mbr-desc {
  color: #272b2e;
}
.cid-uA3Dyu2Gn9 .mbr-section-title {
  color: #272b2e;
}
.cid-uA3Dyu2Gn9 .mbr-text,
.cid-uA3Dyu2Gn9 .text-wrapper {
  color: #272b2e;
  text-align: justify;
}
.cid-uA3DyulwEP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uA3DyulwEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3DyulwEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3DyulwEP .items-wrapper {
  justify-content: flex-end;
}
.cid-uA3DyulwEP .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA3DyulwEP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA3DyulwEP .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3DyulwEP .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uA3DyulwEP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA3DyulwEP .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uA3DyulwEP .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uA3DyulwEP .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uA3DyulwEP .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uA3DyulwEP .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uA3DyulwEP .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA3DyulwEP .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uA3DyulwEP .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA3DyulwEP .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uA3DyulwEP .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uA3DyulwEP .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uA3DyulwEP .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA3DyulwEP .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uA3DyulwEP .mbr-desc {
  color: #272b2e;
}
.cid-uA3DyulwEP .mbr-section-title {
  color: #272b2e;
}
.cid-uA3DyulwEP .mbr-text,
.cid-uA3DyulwEP .text-wrapper {
  color: #272b2e;
  text-align: justify;
}
.cid-uA3DyuFjRB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uA3DyuFjRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3DyuFjRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3DyuFjRB .items-wrapper {
  justify-content: flex-end;
}
.cid-uA3DyuFjRB .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA3DyuFjRB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA3DyuFjRB .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3DyuFjRB .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uA3DyuFjRB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA3DyuFjRB .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uA3DyuFjRB .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uA3DyuFjRB .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uA3DyuFjRB .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uA3DyuFjRB .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uA3DyuFjRB .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA3DyuFjRB .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uA3DyuFjRB .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA3DyuFjRB .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uA3DyuFjRB .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uA3DyuFjRB .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uA3DyuFjRB .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA3DyuFjRB .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uA3DyuFjRB .mbr-desc {
  color: #272b2e;
}
.cid-uA3DyuFjRB .mbr-section-title {
  color: #272b2e;
}
.cid-uA3DyuFjRB .mbr-text,
.cid-uA3DyuFjRB .text-wrapper {
  color: #272b2e;
  text-align: justify;
}
.cid-uPPKUW8UMO {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPKUW8UMO .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPKUW8UMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPKUW8UMO .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPKUW8UMO .mbr-section-btn,
.cid-uPPKUW8UMO .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPKUW8UMO .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPKUW8UMO .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPKUW8UMO input,
.cid-uPPKUW8UMO textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPKUW8UMO input:hover,
.cid-uPPKUW8UMO textarea:hover,
.cid-uPPKUW8UMO input:active,
.cid-uPPKUW8UMO textarea:active,
.cid-uPPKUW8UMO input:focus,
.cid-uPPKUW8UMO textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPKUW8UMO input::placeholder,
.cid-uPPKUW8UMO textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPKUW8UMO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPKUW8UMO LABEL {
  color: #ffffff;
}
.cid-uA3DyvlT9f {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-uA3DyvlT9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3DyvlT9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3DyvlT9f .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-uA3DyvlT9f .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uA3DyvlT9f .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-uA3DyvlT9f .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-uA3DyvlT9f .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-uA3DyvlT9f .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uA3DyvlT9f .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uA3DyvlT9f .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uA3DyvlT9f .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uA3DyvlT9f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uA3DyvlT9f .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uA3DyvlT9f .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uA3DyvlT9f .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uA3DyvlT9f .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-uA3DyvlT9f .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-uA3DyvlT9f .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uA3DyvlT9f .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-uA3DyvlT9f .list li:hover {
  color: #000000 !important;
}
.cid-uA3DyvlT9f .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uA3DyvlT9f .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-uA3DyvlT9f .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uA3DyvlT9f .social-list {
    justify-content: flex-start;
  }
}
.cid-uA3DyvlT9f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uA3DyvlT9f .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uA3DyvlT9f .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uA3DyvlT9f .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uA3DyvlT9f .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uA3DyvlT9f .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uA3DyvlT9f .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uA3DyvlT9f .contact-list li {
    text-align: left;
  }
}
.cid-uA3DyvlT9f .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-uA3DyvlT9f .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uA3DyvlT9f .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-uA3DyvlT9f .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-uA3DyvlT9f .copyright-container {
    margin-top: 40px;
  }
}
.cid-uA3DyvlT9f .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAshir2PZ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cecdc7;
}
.cid-uAshir2PZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAshir2PZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAshir2PZ3 .row {
  justify-content: space-between;
}
.cid-uAshir2PZ3 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uAshir2PZ3 .content-wrapper {
    padding: 0;
  }
}
.cid-uAshir2PZ3 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uAshir2PZ3 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uAshir2PZ3 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uAshir2PZ3 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uAshir2PZ3 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uAshir2PZ3 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uAshir2PZ3 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uAshir2PZ3 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uAshir2PZ3 .mbr-section-title {
  color: #000000;
}
.cid-uAshir2PZ3 .mbr-desc {
  color: #000000;
}
.cid-uAshir2PZ3 .mbr-text {
  color: #000000;
}
.cid-ursMrSN0Wy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-ursMrSN0Wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursMrSN0Wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursMrSN0Wy .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-ursMrSN0Wy .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-ursMrSN0Wy .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-ursMrSN0Wy .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ursMrSN0Wy .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ursMrSN0Wy .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-ursMrSN0Wy .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-ursMrSN0Wy .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list li:hover {
  color: #000000 !important;
}
.cid-ursMrSN0Wy .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .social-list {
    justify-content: flex-start;
  }
}
.cid-ursMrSN0Wy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ursMrSN0Wy .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-ursMrSN0Wy .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-ursMrSN0Wy .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-ursMrSN0Wy .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ursMrSN0Wy .contact-list li {
    text-align: left;
  }
}
.cid-ursMrSN0Wy .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-ursMrSN0Wy .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ursMrSN0Wy .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-ursMrSN0Wy .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-ursMrSN0Wy .copyright-container {
    margin-top: 40px;
  }
}
.cid-ursMrSN0Wy .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC13Wg0hWL {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-uC13Wg0hWL .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uC13Wg0hWL .row {
    padding: 0 12px;
  }
}
.cid-uC13Wg0hWL .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uC13Wg0hWL .row::after {
    display: none;
  }
}
.cid-uC13Wg0hWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC13Wg0hWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC13Wg0hWL .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uC13Wg0hWL .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-uC13Wg0hWL .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-uC13Wg0hWL .title {
  display: flex;
  align-items: center;
}
.cid-uC13Wg0hWL .title-wrapper {
  z-index: 1;
}
.cid-uC13Wg0hWL .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-uC13Wg0hWL .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uC13Wg0hWL .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uC13Wg0hWL .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-uC13Wg0hWL .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-uC13Wg0hWL .mbr-section-title {
  color: #1e4381;
}
.cid-uC13Wg0hWL .mbr-section-subtitle {
  color: #ff2121;
}
.cid-uC13Wg0hWL .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uC13Wg0hWL .mbr-section-title,
.cid-uC13Wg0hWL .mbr-section-btn {
  color: #000000;
}
.cid-uC13WgwcNU {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uC13WgwcNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC13WgwcNU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC13WgwcNU .items-wrapper {
  justify-content: flex-end;
}
.cid-uC13WgwcNU .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uC13WgwcNU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uC13WgwcNU .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uC13WgwcNU .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uC13WgwcNU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC13WgwcNU .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uC13WgwcNU .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uC13WgwcNU .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uC13WgwcNU .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uC13WgwcNU .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uC13WgwcNU .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uC13WgwcNU .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uC13WgwcNU .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uC13WgwcNU .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uC13WgwcNU .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uC13WgwcNU .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uC13WgwcNU .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uC13WgwcNU .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uC13WgwcNU .mbr-desc {
  color: #272b2e;
}
.cid-uC13WgwcNU .mbr-section-title {
  color: #272b2e;
}
.cid-uC13WgwcNU .mbr-text,
.cid-uC13WgwcNU .text-wrapper {
  color: #272b2e;
  text-align: justify;
}
.cid-uC13WgUKHb {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f5f7fd;
}
.cid-uC13WgUKHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC13WgUKHb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC13WgUKHb .items-wrapper {
  justify-content: flex-end;
}
.cid-uC13WgUKHb .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uC13WgUKHb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uC13WgUKHb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uC13WgUKHb .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uC13WgUKHb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC13WgUKHb .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uC13WgUKHb .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uC13WgUKHb .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uC13WgUKHb .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uC13WgUKHb .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uC13WgUKHb .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uC13WgUKHb .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uC13WgUKHb .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uC13WgUKHb .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uC13WgUKHb .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uC13WgUKHb .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uC13WgUKHb .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uC13WgUKHb .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uC13WgUKHb .mbr-desc {
  color: #272b2e;
}
.cid-uC13WgUKHb .mbr-section-title {
  color: #272b2e;
}
.cid-uC13WgUKHb .mbr-text,
.cid-uC13WgUKHb .text-wrapper {
  color: #272b2e;
  text-align: justify;
}
.cid-uC13WhecxJ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uC13WhecxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC13WhecxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC13WhecxJ .items-wrapper {
  justify-content: flex-end;
}
.cid-uC13WhecxJ .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uC13WhecxJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uC13WhecxJ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uC13WhecxJ .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uC13WhecxJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC13WhecxJ .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uC13WhecxJ .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uC13WhecxJ .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uC13WhecxJ .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uC13WhecxJ .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uC13WhecxJ .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uC13WhecxJ .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uC13WhecxJ .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uC13WhecxJ .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uC13WhecxJ .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uC13WhecxJ .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uC13WhecxJ .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uC13WhecxJ .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uC13WhecxJ .mbr-desc {
  color: #272b2e;
}
.cid-uC13WhecxJ .mbr-section-title {
  color: #272b2e;
}
.cid-uC13WhecxJ .mbr-text,
.cid-uC13WhecxJ .text-wrapper {
  color: #272b2e;
  text-align: justify;
}
.cid-uPPKYnVq5g {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPKYnVq5g .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPKYnVq5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPKYnVq5g .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPKYnVq5g .mbr-section-btn,
.cid-uPPKYnVq5g .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPKYnVq5g .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPKYnVq5g .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPKYnVq5g input,
.cid-uPPKYnVq5g textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPKYnVq5g input:hover,
.cid-uPPKYnVq5g textarea:hover,
.cid-uPPKYnVq5g input:active,
.cid-uPPKYnVq5g textarea:active,
.cid-uPPKYnVq5g input:focus,
.cid-uPPKYnVq5g textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPKYnVq5g input::placeholder,
.cid-uPPKYnVq5g textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPKYnVq5g .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPKYnVq5g LABEL {
  color: #ffffff;
}
.cid-uC13WhVGYi {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-uC13WhVGYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC13WhVGYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC13WhVGYi .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-uC13WhVGYi .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uC13WhVGYi .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-uC13WhVGYi .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-uC13WhVGYi .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-uC13WhVGYi .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uC13WhVGYi .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uC13WhVGYi .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uC13WhVGYi .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uC13WhVGYi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uC13WhVGYi .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uC13WhVGYi .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uC13WhVGYi .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uC13WhVGYi .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-uC13WhVGYi .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-uC13WhVGYi .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uC13WhVGYi .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-uC13WhVGYi .list li:hover {
  color: #000000 !important;
}
.cid-uC13WhVGYi .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uC13WhVGYi .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-uC13WhVGYi .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uC13WhVGYi .social-list {
    justify-content: flex-start;
  }
}
.cid-uC13WhVGYi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uC13WhVGYi .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uC13WhVGYi .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uC13WhVGYi .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uC13WhVGYi .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uC13WhVGYi .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uC13WhVGYi .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uC13WhVGYi .contact-list li {
    text-align: left;
  }
}
.cid-uC13WhVGYi .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-uC13WhVGYi .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uC13WhVGYi .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-uC13WhVGYi .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-uC13WhVGYi .copyright-container {
    margin-top: 40px;
  }
}
.cid-uC13WhVGYi .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC1ctwkqVe {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-uC1ctwkqVe .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uC1ctwkqVe .row {
    padding: 0 12px;
  }
}
.cid-uC1ctwkqVe .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uC1ctwkqVe .row::after {
    display: none;
  }
}
.cid-uC1ctwkqVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1ctwkqVe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1ctwkqVe .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uC1ctwkqVe .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-uC1ctwkqVe .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-uC1ctwkqVe .title {
  display: flex;
  align-items: center;
}
.cid-uC1ctwkqVe .title-wrapper {
  z-index: 1;
}
.cid-uC1ctwkqVe .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-uC1ctwkqVe .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uC1ctwkqVe .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uC1ctwkqVe .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-uC1ctwkqVe .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-uC1ctwkqVe .mbr-section-title {
  color: #1e4381;
}
.cid-uC1ctwkqVe .mbr-section-subtitle {
  color: #ff2121;
}
.cid-uC1ctwkqVe .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uC1ctwkqVe .mbr-section-title,
.cid-uC1ctwkqVe .mbr-section-btn {
  color: #000000;
}
.cid-uC1ctwCjLj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uC1ctwCjLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1ctwCjLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1ctwCjLj .items-wrapper {
  justify-content: flex-end;
}
.cid-uC1ctwCjLj .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uC1ctwCjLj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uC1ctwCjLj .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uC1ctwCjLj .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uC1ctwCjLj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC1ctwCjLj .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uC1ctwCjLj .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uC1ctwCjLj .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uC1ctwCjLj .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uC1ctwCjLj .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uC1ctwCjLj .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uC1ctwCjLj .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uC1ctwCjLj .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uC1ctwCjLj .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uC1ctwCjLj .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uC1ctwCjLj .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uC1ctwCjLj .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uC1ctwCjLj .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uC1ctwCjLj .mbr-desc {
  color: #272b2e;
}
.cid-uC1ctwCjLj .mbr-section-title {
  color: #272b2e;
}
.cid-uC1ctwCjLj .mbr-text,
.cid-uC1ctwCjLj .text-wrapper {
  color: #272b2e;
  text-align: justify;
}
.cid-uC1ctwTdB9 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uC1ctwTdB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1ctwTdB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1ctwTdB9 .items-wrapper {
  justify-content: flex-end;
}
.cid-uC1ctwTdB9 .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uC1ctwTdB9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uC1ctwTdB9 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uC1ctwTdB9 .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uC1ctwTdB9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC1ctwTdB9 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uC1ctwTdB9 .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uC1ctwTdB9 .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uC1ctwTdB9 .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uC1ctwTdB9 .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uC1ctwTdB9 .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uC1ctwTdB9 .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uC1ctwTdB9 .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uC1ctwTdB9 .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uC1ctwTdB9 .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uC1ctwTdB9 .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uC1ctwTdB9 .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uC1ctwTdB9 .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uC1ctwTdB9 .mbr-desc {
  color: #272b2e;
}
.cid-uC1ctwTdB9 .mbr-section-title {
  color: #272b2e;
}
.cid-uC1ctwTdB9 .mbr-text,
.cid-uC1ctwTdB9 .text-wrapper {
  color: #272b2e;
  text-align: justify;
}
.cid-uC1ctxaPJf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uC1ctxaPJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1ctxaPJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1ctxaPJf .items-wrapper {
  justify-content: flex-end;
}
.cid-uC1ctxaPJf .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uC1ctxaPJf .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uC1ctxaPJf .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uC1ctxaPJf .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uC1ctxaPJf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC1ctxaPJf .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uC1ctxaPJf .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uC1ctxaPJf .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uC1ctxaPJf .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uC1ctxaPJf .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uC1ctxaPJf .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uC1ctxaPJf .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uC1ctxaPJf .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uC1ctxaPJf .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uC1ctxaPJf .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uC1ctxaPJf .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uC1ctxaPJf .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uC1ctxaPJf .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uC1ctxaPJf .mbr-desc {
  color: #272b2e;
}
.cid-uC1ctxaPJf .mbr-section-title {
  color: #272b2e;
}
.cid-uC1ctxaPJf .mbr-text,
.cid-uC1ctxaPJf .text-wrapper {
  color: #272b2e;
  text-align: justify;
}
.cid-uPPL21dzUe {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPL21dzUe .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPL21dzUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPL21dzUe .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPL21dzUe .mbr-section-btn,
.cid-uPPL21dzUe .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPL21dzUe .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPL21dzUe .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPL21dzUe input,
.cid-uPPL21dzUe textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPL21dzUe input:hover,
.cid-uPPL21dzUe textarea:hover,
.cid-uPPL21dzUe input:active,
.cid-uPPL21dzUe textarea:active,
.cid-uPPL21dzUe input:focus,
.cid-uPPL21dzUe textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPL21dzUe input::placeholder,
.cid-uPPL21dzUe textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPL21dzUe .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPL21dzUe LABEL {
  color: #ffffff;
}
.cid-uC1ctxKipM {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-uC1ctxKipM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1ctxKipM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1ctxKipM .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-uC1ctxKipM .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uC1ctxKipM .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-uC1ctxKipM .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-uC1ctxKipM .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-uC1ctxKipM .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uC1ctxKipM .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uC1ctxKipM .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uC1ctxKipM .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uC1ctxKipM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uC1ctxKipM .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uC1ctxKipM .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uC1ctxKipM .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uC1ctxKipM .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-uC1ctxKipM .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-uC1ctxKipM .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uC1ctxKipM .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-uC1ctxKipM .list li:hover {
  color: #000000 !important;
}
.cid-uC1ctxKipM .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uC1ctxKipM .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-uC1ctxKipM .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uC1ctxKipM .social-list {
    justify-content: flex-start;
  }
}
.cid-uC1ctxKipM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uC1ctxKipM .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uC1ctxKipM .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uC1ctxKipM .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uC1ctxKipM .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uC1ctxKipM .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uC1ctxKipM .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uC1ctxKipM .contact-list li {
    text-align: left;
  }
}
.cid-uC1ctxKipM .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-uC1ctxKipM .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uC1ctxKipM .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-uC1ctxKipM .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-uC1ctxKipM .copyright-container {
    margin-top: 40px;
  }
}
.cid-uC1ctxKipM .copyright {
  color: #c3c3c3;
}
.cid-uQfQgmIoNF {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uQfQgmIoNF .nav-item,
.cid-uQfQgmIoNF .nav-link,
.cid-uQfQgmIoNF .navbar-caption {
  font-weight: normal;
}
.cid-uQfQgmIoNF .navbar-nav {
  counter-reset: number;
}
.cid-uQfQgmIoNF .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uQfQgmIoNF .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uQfQgmIoNF .btn {
    white-space: nowrap;
  }
  .cid-uQfQgmIoNF .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQfQgmIoNF .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uQfQgmIoNF .dropdown-toggle::after,
  .cid-uQfQgmIoNF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uQfQgmIoNF .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uQfQgmIoNF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQfQgmIoNF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQfQgmIoNF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uQfQgmIoNF .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uQfQgmIoNF .nav-item:focus,
.cid-uQfQgmIoNF .nav-link:focus {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uQfQgmIoNF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQfQgmIoNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQfQgmIoNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQfQgmIoNF ul.navbar-nav li {
  margin: auto;
}
.cid-uQfQgmIoNF .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uQfQgmIoNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQfQgmIoNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfQgmIoNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfQgmIoNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQfQgmIoNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQfQgmIoNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfQgmIoNF .navbar .container-fluid,
  .cid-uQfQgmIoNF .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfQgmIoNF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uQfQgmIoNF .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uQfQgmIoNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQfQgmIoNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQfQgmIoNF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQfQgmIoNF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQfQgmIoNF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQfQgmIoNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfQgmIoNF .dropdown-item.active,
.cid-uQfQgmIoNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfQgmIoNF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfQgmIoNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQfQgmIoNF .navbar-buttons {
  text-align: center;
}
.cid-uQfQgmIoNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQfQgmIoNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQfQgmIoNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQfQgmIoNF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQfQgmIoNF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uQfQgmIoNF a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-uQfQgmIoNF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQfQgmIoNF .navbar {
    height: 77px;
  }
  .cid-uQfQgmIoNF .navbar.opened {
    height: auto;
  }
  .cid-uQfQgmIoNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC2ecUUsCQ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-uC2ecUUsCQ .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uC2ecUUsCQ .row {
    padding: 0 12px;
  }
}
.cid-uC2ecUUsCQ .row::after {
  content: '';
  display: block;
  background: #f5f7fd;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uC2ecUUsCQ .row::after {
    display: none;
  }
}
.cid-uC2ecUUsCQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2ecUUsCQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2ecUUsCQ .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uC2ecUUsCQ .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-uC2ecUUsCQ .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-uC2ecUUsCQ .title {
  display: flex;
  align-items: center;
}
.cid-uC2ecUUsCQ .title-wrapper {
  z-index: 1;
}
.cid-uC2ecUUsCQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-uC2ecUUsCQ .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uC2ecUUsCQ .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uC2ecUUsCQ .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ff2121;
  box-shadow: none;
}
.cid-uC2ecUUsCQ .title-wrapper .mbr-section-btn .btn:hover {
  background: #ff2121 !important;
  box-shadow: none !important;
}
.cid-uC2ecUUsCQ .mbr-section-title {
  color: #1e4381;
}
.cid-uC2ecUUsCQ .mbr-section-subtitle {
  color: #ff2121;
}
.cid-uC2ecUUsCQ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uC2ecUUsCQ .mbr-section-title,
.cid-uC2ecUUsCQ .mbr-section-btn {
  color: #000000;
}
.cid-uC2ecVm3VX {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uC2ecVm3VX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2ecVm3VX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2ecVm3VX .items-wrapper {
  justify-content: flex-end;
}
.cid-uC2ecVm3VX .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uC2ecVm3VX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uC2ecVm3VX .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uC2ecVm3VX .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uC2ecVm3VX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC2ecVm3VX .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uC2ecVm3VX .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uC2ecVm3VX .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uC2ecVm3VX .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uC2ecVm3VX .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uC2ecVm3VX .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uC2ecVm3VX .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uC2ecVm3VX .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uC2ecVm3VX .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uC2ecVm3VX .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uC2ecVm3VX .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uC2ecVm3VX .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uC2ecVm3VX .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uC2ecVm3VX .mbr-desc {
  color: #272b2e;
}
.cid-uC2ecVm3VX .mbr-section-title {
  color: #272b2e;
}
.cid-uC2ecVm3VX .mbr-text,
.cid-uC2ecVm3VX .text-wrapper {
  color: #272b2e;
  text-align: justify;
}
.cid-uC2ecVHoVQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uC2ecVHoVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2ecVHoVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2ecVHoVQ .items-wrapper {
  justify-content: flex-end;
}
.cid-uC2ecVHoVQ .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uC2ecVHoVQ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uC2ecVHoVQ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uC2ecVHoVQ .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uC2ecVHoVQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC2ecVHoVQ .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uC2ecVHoVQ .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uC2ecVHoVQ .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uC2ecVHoVQ .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uC2ecVHoVQ .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uC2ecVHoVQ .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uC2ecVHoVQ .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uC2ecVHoVQ .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uC2ecVHoVQ .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uC2ecVHoVQ .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uC2ecVHoVQ .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uC2ecVHoVQ .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uC2ecVHoVQ .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uC2ecVHoVQ .mbr-desc {
  color: #272b2e;
}
.cid-uC2ecVHoVQ .mbr-section-title {
  color: #272b2e;
}
.cid-uC2ecVHoVQ .mbr-text,
.cid-uC2ecVHoVQ .text-wrapper {
  color: #272b2e;
  text-align: justify;
}
.cid-uC2s3FWtBl {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1920x1484.webp");
}
.cid-uC2s3FWtBl .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uC2s3FWtBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2s3FWtBl .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uC2s3FWtBl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2s3FWtBl p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uC2s3FWtBl {
    align-items: center;
  }
  .cid-uC2s3FWtBl .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC2s3FWtBl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC2s3FWtBl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uC2s3FWtBl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC2s3FWtBl .content-wrap {
    width: 100%;
  }
}
.cid-uC2s3FWtBl .mbr-section-subtitle,
.cid-uC2s3FWtBl .line {
  color: #ffffff;
}
.cid-uC2s3FWtBl .mbr-text,
.cid-uC2s3FWtBl .mbr-section-btn {
  text-align: right;
}
.cid-uC2s3FWtBl .mbr-section-title {
  text-align: right;
}
.cid-uPPL5kftzA {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1-7.webp");
  overflow: hidden;
}
.cid-uPPL5kftzA .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-uPPL5kftzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPL5kftzA .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uPPL5kftzA .mbr-section-btn,
.cid-uPPL5kftzA .btn {
  width: 100%;
  margin: 0;
}
.cid-uPPL5kftzA .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPPL5kftzA .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uPPL5kftzA input,
.cid-uPPL5kftzA textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #c3c3c3 !important;
}
.cid-uPPL5kftzA input:hover,
.cid-uPPL5kftzA textarea:hover,
.cid-uPPL5kftzA input:active,
.cid-uPPL5kftzA textarea:active,
.cid-uPPL5kftzA input:focus,
.cid-uPPL5kftzA textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none;
}
.cid-uPPL5kftzA input::placeholder,
.cid-uPPL5kftzA textarea::placeholder {
  color: #c3c3c3 !important;
}
.cid-uPPL5kftzA .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uPPL5kftzA LABEL {
  color: #ffffff;
}
.cid-uC2ecX3Z83 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-uC2ecX3Z83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2ecX3Z83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2ecX3Z83 .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-uC2ecX3Z83 .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uC2ecX3Z83 .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-uC2ecX3Z83 .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-uC2ecX3Z83 .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-uC2ecX3Z83 .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uC2ecX3Z83 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uC2ecX3Z83 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uC2ecX3Z83 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uC2ecX3Z83 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uC2ecX3Z83 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uC2ecX3Z83 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uC2ecX3Z83 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uC2ecX3Z83 .mbr-text {
  color: #272b2e;
  margin-top: 30px;
}
.cid-uC2ecX3Z83 .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-uC2ecX3Z83 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uC2ecX3Z83 .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-uC2ecX3Z83 .list li:hover {
  color: #000000 !important;
}
.cid-uC2ecX3Z83 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uC2ecX3Z83 .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-uC2ecX3Z83 .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uC2ecX3Z83 .social-list {
    justify-content: flex-start;
  }
}
.cid-uC2ecX3Z83 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uC2ecX3Z83 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #ff2121;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uC2ecX3Z83 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uC2ecX3Z83 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uC2ecX3Z83 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uC2ecX3Z83 .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uC2ecX3Z83 .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uC2ecX3Z83 .contact-list li {
    text-align: left;
  }
}
.cid-uC2ecX3Z83 .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-uC2ecX3Z83 .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uC2ecX3Z83 .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-uC2ecX3Z83 .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-uC2ecX3Z83 .copyright-container {
    margin-top: 40px;
  }
}
.cid-uC2ecX3Z83 .copyright {
  color: #c3c3c3;
}
