body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 6.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 10.4rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #ab0d0d !important;
}
.bg-info {
  background-color: #354463 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ab0d0d !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #354463 !important;
}
.btn-primary:hover {
  color: #354463 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #354463 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #ffffff !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #050956 !important;
  border-color: #050956 !important;
  color: #354463 !important;
}
.btn-secondary:hover {
  color: #354463 !important;
  background-color: #01010e !important;
  border-color: #01010e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #354463 !important;
  background-color: #01010e !important;
  border-color: #01010e !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #354463 !important;
  border-color: #354463 !important;
  color: #354463 !important;
}
.btn-info:hover {
  color: #354463 !important;
  background-color: #1a2231 !important;
  border-color: #1a2231 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #354463 !important;
  background-color: #1a2231 !important;
  border-color: #1a2231 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #ab0d0d !important;
  border-color: #ab0d0d !important;
  color: #354463 !important;
}
.btn-success:hover {
  color: #354463 !important;
  background-color: #640808 !important;
  border-color: #640808 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #354463 !important;
  background-color: #640808 !important;
  border-color: #640808 !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #354463 !important;
}
.btn-warning:hover {
  color: #354463 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #354463 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #ab0d0d !important;
  border-color: #ab0d0d !important;
  color: #354463 !important;
}
.btn-danger:hover {
  color: #354463 !important;
  background-color: #640808 !important;
  border-color: #640808 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #354463 !important;
  background-color: #640808 !important;
  border-color: #640808 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #354463 !important;
}
.btn-white:hover {
  color: #354463 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #354463 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #354463 !important;
}
.btn-black:hover {
  color: #354463 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #354463 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #ffffff !important;
  color: #354463 !important;
}
.btn-primary-outline:hover {
  color: #354463 !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #050956 !important;
  color: #ffffff !important;
  color: #050956 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #050956;
  color: #050956;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #050956;
  border-color: #050956;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #050956 !important;
  border-color: #050956 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #050956 !important;
  color: #354463 !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #354463 !important;
  color: #ffffff !important;
  color: #354463 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #354463;
  color: #354463;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #354463;
  border-color: #354463;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #354463 !important;
  border-color: #354463 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #354463 !important;
  color: #354463 !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #ab0d0d !important;
  color: #ffffff !important;
  color: #ab0d0d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ab0d0d;
  color: #ab0d0d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ab0d0d;
  border-color: #ab0d0d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ab0d0d !important;
  border-color: #ab0d0d !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #ab0d0d !important;
  color: #354463 !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #ffffff !important;
  color: #354463 !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #ab0d0d !important;
  color: #ffffff !important;
  color: #ab0d0d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ab0d0d;
  color: #ab0d0d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ab0d0d;
  border-color: #ab0d0d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ab0d0d !important;
  border-color: #ab0d0d !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #ab0d0d !important;
  color: #354463 !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #354463 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #050956 !important;
}
.text-success {
  color: #ab0d0d !important;
}
.text-info {
  color: #354463 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #ab0d0d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b13b6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ef2f2f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #354463 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ef2f2f !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #354463;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ab0d0d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f14747;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6980af;
}
.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: #f14747;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #050956 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-skZ3TpMmGZ {
  min-height: 85px !important;
  position: static;
}
.cid-skZ3TpMmGZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skZ3TpMmGZ .nav-item:focus,
.cid-skZ3TpMmGZ .nav-link:focus {
  outline: none;
}
.cid-skZ3TpMmGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skZ3TpMmGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skZ3TpMmGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skZ3TpMmGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skZ3TpMmGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skZ3TpMmGZ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-skZ3TpMmGZ .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-skZ3TpMmGZ .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-skZ3TpMmGZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-skZ3TpMmGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-skZ3TpMmGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skZ3TpMmGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-skZ3TpMmGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skZ3TpMmGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skZ3TpMmGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-skZ3TpMmGZ .navbar.navbar-short {
  background: #19212f;
}
.cid-skZ3TpMmGZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skZ3TpMmGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skZ3TpMmGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skZ3TpMmGZ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-skZ3TpMmGZ .dropdown-item.active,
.cid-skZ3TpMmGZ .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-skZ3TpMmGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skZ3TpMmGZ .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-skZ3TpMmGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-skZ3TpMmGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skZ3TpMmGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skZ3TpMmGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skZ3TpMmGZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skZ3TpMmGZ .navbar-nav {
  margin: auto;
}
.cid-skZ3TpMmGZ .navbar-buttons {
  text-align: center;
}
.cid-skZ3TpMmGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-skZ3TpMmGZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skZ3TpMmGZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skZ3TpMmGZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-skZ3TpMmGZ .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skZ3TpMmGZ .navbar {
    height: 77px;
  }
  .cid-skZ3TpMmGZ .navbar.opened {
    height: auto;
  }
}
.cid-skZ3TpMmGZ .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-skZ3TpMmGZ .text-btn {
  transition: transform 0.3s;
}
.cid-skZ3TpMmGZ .btn:hover {
  transform: scale(0.8);
}
.cid-skZ3TpMmGZ .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-skZ3TpMmGZ .nav-link {
  position: relative;
  display: inline-block;
}
.cid-skZ3TpMmGZ .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-skZ3TpMmGZ .nav-link:hover::before {
  width: 100%;
}
.cid-skZ3TpMmGZ .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-skZ3TpMmGZ .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-skZ3TpMmGZ .link {
  margin: 0rem 1.2rem !important;
}
.cid-skZ3TpMmGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-skZ3TpMmGZ .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-skZ3TpMmGZ .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-skZ3TpMmGZ .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-skZ3TpMmGZ .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-skZ3TpMmGZ .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-skZ3TpMmGZ .dropdown-menu::before {
    display: none !important;
  }
  .cid-skZ3TpMmGZ .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a::after {
    display: none;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-skZ3TpMmGZ .nav-link::before {
    display: none;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-skZ3TpMmGZ .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-skZ3TpMmGZ .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-skZ3TpMmGZ .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:focus,
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-skZ3TpMmGZ .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-skZ3TpMmGZ .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-skZ3TpMmGZ .container-fluid {
    padding-right: 0rem;
  }
  .cid-skZ3TpMmGZ .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-skZ3TpMmGZ .btn {
    padding: 1.8rem 6rem;
  }
  .cid-skZ3TpMmGZ .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:focus,
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-skZ3TpMmGZ .btn-primary {
  color: #354463 !important;
}
.cid-skZ3TpMmGZ .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-skZ3TpMmGZ .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-skZ3TpMmGZ .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-skZ403ijt4 {
  background-image: url("../../../assets/images/506fb5bf-0b41-495b-8e0e-af650136cabb-1-105-c-2-1024x768.jpeg");
}
.cid-skZ403ijt4 .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
.cid-skZ403ijt4 .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-skZ403ijt4 .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
}
.cid-skZ403ijt4 .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #111111;
}
.cid-skZ403ijt4 .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #111111;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-skZ403ijt4 .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-skZ403ijt4 .bottom-title {
    margin-right: 9rem;
    font-size: 79px;
  }
}
.cid-skZ403ijt4 .bottom-title {
  letter-spacing: 0px;
}
.cid-skZ403ijt4 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-skZ403ijt4 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-skZ403ijt4 .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-skZ403ijt4 H1 {
  text-align: center;
  color: #ffffff;
}
.cid-skZ403ijt4 H4 {
  text-align: center;
}
.cid-sl9XlV0oLw {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sl9XlV0oLw .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-sl9XlV0oLw .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-sl2sLcibjt {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-sl2sLcibjt .mbr-text {
  color: #767676;
}
.cid-sl2sLcibjt .mbr-section-subtitle {
  color: #ab0d0d;
}
.cid-sl2sLcibjt .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sl2sLcibjt .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 3.7rem;
}
.cid-sl2sLcibjt .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-sl2sLcibjt .card-text {
  margin-top: 2rem;
}
.cid-sl2sLcibjt .card-box {
  margin-bottom: 1rem;
}
.cid-sl2sLcibjt .num {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sl2sLcibjt .num,
  .cid-sl2sLcibjt .card-title,
  .cid-sl2sLcibjt .mbr-text,
  .cid-sl2sLcibjt .mbr-title,
  .cid-sl2sLcibjt .mbr-section-subtitle,
  .cid-sl2sLcibjt .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sl2sLcibjt .content-column {
    margin-bottom: 2rem;
  }
}
.cid-sl2sLcibjt .mbr-title {
  color: #19212f;
}
.cid-sl7us1Tdl2 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #19212f;
}
.cid-sl7us1Tdl2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sl7us1Tdl2 .mbr-text {
  color: #767676;
}
.cid-sl7us1Tdl2 .card {
  display: block;
  position: relative;
}
.cid-sl7us1Tdl2 .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-sl7us1Tdl2 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sl7us1Tdl2 .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-sl7us1Tdl2 .card-wrapper .card-img .mbr-overlay {
  background: #ffffff;
  display: block;
  opacity: 0.3;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-sl7us1Tdl2 .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-sl7us1Tdl2 .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sl7us1Tdl2 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sl7us1Tdl2 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sl7us1Tdl2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sl7us1Tdl2 .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-sl7us1Tdl2 .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-sl7us1Tdl2 .popup-btn:hover .mbr-overlay {
  opacity: 0.3;
  height: 100%;
}
.cid-sl7us1Tdl2 .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-sl7us1Tdl2 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sl7us1Tdl2 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #050956);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sl7us1Tdl2 .mbr-section-title,
  .cid-sl7us1Tdl2 .underline,
  .cid-sl7us1Tdl2 .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sl7us1Tdl2 .mbr-section-title,
.cid-sl7us1Tdl2 .underline {
  color: #ffffff;
}
.cid-sl7us1Tdl2 .card-title {
  color: #19212f;
}
.cid-slaCO23v2j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #19212f;
}
.cid-slaCO23v2j .mbr-section-subtitle {
  color: #ffffff;
}
.cid-slaCO23v2j .mbr-text {
  color: #767676;
}
.cid-slaCO23v2j .card {
  display: block;
  position: relative;
}
.cid-slaCO23v2j .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-slaCO23v2j .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-slaCO23v2j .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-slaCO23v2j .card-wrapper .card-img .mbr-overlay {
  background: #ffffff;
  display: block;
  opacity: 0.3;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-slaCO23v2j .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-slaCO23v2j .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-slaCO23v2j .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-slaCO23v2j .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-slaCO23v2j .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-slaCO23v2j .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-slaCO23v2j .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-slaCO23v2j .popup-btn:hover .mbr-overlay {
  opacity: 0.3;
  height: 100%;
}
.cid-slaCO23v2j .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-slaCO23v2j .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-slaCO23v2j .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #050956);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-slaCO23v2j .mbr-section-title,
  .cid-slaCO23v2j .underline,
  .cid-slaCO23v2j .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-slaCO23v2j .mbr-section-title,
.cid-slaCO23v2j .underline {
  color: #ffffff;
}
.cid-slaCO23v2j .card-title {
  color: #000000;
}
.cid-smzD6eM9kD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #19212f;
}
.cid-smzD6eM9kD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-smzD6eM9kD .mbr-text {
  color: #767676;
}
.cid-smzD6eM9kD .card {
  display: block;
  position: relative;
}
.cid-smzD6eM9kD .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-smzD6eM9kD .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-smzD6eM9kD .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-smzD6eM9kD .card-wrapper .card-img .mbr-overlay {
  background: #ffffff;
  display: block;
  opacity: 0.3;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-smzD6eM9kD .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-smzD6eM9kD .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-smzD6eM9kD .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-smzD6eM9kD .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-smzD6eM9kD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-smzD6eM9kD .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-smzD6eM9kD .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-smzD6eM9kD .popup-btn:hover .mbr-overlay {
  opacity: 0.3;
  height: 100%;
}
.cid-smzD6eM9kD .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-smzD6eM9kD .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-smzD6eM9kD .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #050956);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-smzD6eM9kD .mbr-section-title,
  .cid-smzD6eM9kD .underline,
  .cid-smzD6eM9kD .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-smzD6eM9kD .mbr-section-title,
.cid-smzD6eM9kD .underline {
  color: #ffffff;
}
.cid-smzD6eM9kD .card-title {
  color: #000000;
}
.cid-uF8gIPMjPO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #19212f;
}
.cid-uF8gIPMjPO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF8gIPMjPO .mbr-text {
  color: #767676;
}
.cid-uF8gIPMjPO .card {
  display: block;
  position: relative;
}
.cid-uF8gIPMjPO .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-uF8gIPMjPO .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uF8gIPMjPO .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-uF8gIPMjPO .card-wrapper .card-img .mbr-overlay {
  background: #ffffff;
  display: block;
  opacity: 0.3;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-uF8gIPMjPO .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-uF8gIPMjPO .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uF8gIPMjPO .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uF8gIPMjPO .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uF8gIPMjPO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uF8gIPMjPO .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-uF8gIPMjPO .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-uF8gIPMjPO .popup-btn:hover .mbr-overlay {
  opacity: 0.3;
  height: 100%;
}
.cid-uF8gIPMjPO .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uF8gIPMjPO .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uF8gIPMjPO .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #050956);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-uF8gIPMjPO .mbr-section-title,
  .cid-uF8gIPMjPO .underline,
  .cid-uF8gIPMjPO .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uF8gIPMjPO .mbr-section-title,
.cid-uF8gIPMjPO .underline {
  color: #ffffff;
}
.cid-uF8gIPMjPO .card-title {
  color: #000000;
}
.cid-uGxGOnHtd5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #19212f;
}
.cid-uGxGOnHtd5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGxGOnHtd5 .mbr-text {
  color: #767676;
}
.cid-uGxGOnHtd5 .card {
  display: block;
  position: relative;
}
.cid-uGxGOnHtd5 .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-uGxGOnHtd5 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uGxGOnHtd5 .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-uGxGOnHtd5 .card-wrapper .card-img .mbr-overlay {
  background: #ffffff;
  display: block;
  opacity: 0.3;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-uGxGOnHtd5 .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-uGxGOnHtd5 .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uGxGOnHtd5 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uGxGOnHtd5 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uGxGOnHtd5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uGxGOnHtd5 .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-uGxGOnHtd5 .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-uGxGOnHtd5 .popup-btn:hover .mbr-overlay {
  opacity: 0.3;
  height: 100%;
}
.cid-uGxGOnHtd5 .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uGxGOnHtd5 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uGxGOnHtd5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #050956);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-uGxGOnHtd5 .mbr-section-title,
  .cid-uGxGOnHtd5 .underline,
  .cid-uGxGOnHtd5 .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uGxGOnHtd5 .mbr-section-title,
.cid-uGxGOnHtd5 .underline {
  color: #ffffff;
}
.cid-uGxGOnHtd5 .card-title {
  color: #000000;
}
.cid-uHGFkd3bPH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #19212f;
}
.cid-uHGFkd3bPH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHGFkd3bPH .mbr-text {
  color: #767676;
}
.cid-uHGFkd3bPH .card {
  display: block;
  position: relative;
}
.cid-uHGFkd3bPH .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-uHGFkd3bPH .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uHGFkd3bPH .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-uHGFkd3bPH .card-wrapper .card-img .mbr-overlay {
  background: #ffffff;
  display: block;
  opacity: 0.3;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-uHGFkd3bPH .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-uHGFkd3bPH .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uHGFkd3bPH .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uHGFkd3bPH .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uHGFkd3bPH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uHGFkd3bPH .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-uHGFkd3bPH .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-uHGFkd3bPH .popup-btn:hover .mbr-overlay {
  opacity: 0.3;
  height: 100%;
}
.cid-uHGFkd3bPH .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uHGFkd3bPH .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uHGFkd3bPH .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #050956);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-uHGFkd3bPH .mbr-section-title,
  .cid-uHGFkd3bPH .underline,
  .cid-uHGFkd3bPH .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uHGFkd3bPH .mbr-section-title,
.cid-uHGFkd3bPH .underline {
  color: #ffffff;
}
.cid-uHGFkd3bPH .card-title {
  color: #000000;
}
.cid-slfLxrnhmj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #19212f;
}
.cid-slfLxrnhmj .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-slfLxrnhmj .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-slfLxrnhmj .mbr-text,
.cid-slfLxrnhmj .mbr-section-btn {
  color: #efefef;
}
.cid-slfLxrnhmj H3 {
  color: #ffffff;
}
.cid-slgbUgWP27 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-slgbUgWP27 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-slgbUgWP27 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-slgbUgWP27 .mbr-section-btn {
  margin: 0;
}
.cid-slgbUgWP27 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-slgbUgWP27 .form-control:focus,
.cid-slgbUgWP27 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-slgbUgWP27 .form-group {
  margin-bottom: 1rem;
}
.cid-slgbUgWP27 input::-webkit-input-placeholder,
.cid-slgbUgWP27 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-slgbUgWP27 input:-moz-placeholder,
.cid-slgbUgWP27 textarea:-moz-placeholder {
  color: #656565;
}
.cid-slgbUgWP27 .jq-selectbox li,
.cid-slgbUgWP27 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-slgbUgWP27 .jq-selectbox li:hover,
.cid-slgbUgWP27 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-slgbUgWP27 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-slgbUgWP27 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-slgbUgWP27 .form-group,
.cid-slgbUgWP27 .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-slgbUgWP27 .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-slgbUgWP27 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-slgbUgWP27 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-slgbUgWP27 .form-block {
    padding: 1rem;
  }
}
.cid-slgbUgWP27 H4 {
  color: #000000;
}
.cid-sl2EO7EBnL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-sl2EO7EBnL .carousel-control-next,
.cid-sl2EO7EBnL .carousel-control-prev {
  position: relative;
  opacity: 1 !important;
}
.cid-sl2EO7EBnL .carousel-controls {
  margin-top: 3.2rem;
}
.cid-sl2EO7EBnL .carousel-controls a {
  transition: 0.3s;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  background: transparent;
  border: 2px solid #19212f;
}
.cid-sl2EO7EBnL .carousel-controls a span {
  color: #354463;
  font-size: 1.2rem;
}
.cid-sl2EO7EBnL .carousel-controls a:hover {
  background-color: #19212f;
  border-color: #354463;
}
.cid-sl2EO7EBnL .carousel-controls a:hover span {
  color: #ffffff;
}
.cid-sl2EO7EBnL .card-inner {
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
  background-color: #19212f;
  padding: 3.5rem 2rem;
}
.cid-sl2EO7EBnL .item-text {
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 480px !important;
}
.cid-sl2EO7EBnL .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sl2EO7EBnL .carousel-item > div {
  width: 100%;
}
.cid-sl2EO7EBnL .carousel-item.active,
.cid-sl2EO7EBnL .carousel-item-next,
.cid-sl2EO7EBnL .carousel-item-prev {
  display: flex;
}
.cid-sl2EO7EBnL .text-block {
  padding-top: 0.5rem;
}
.cid-sl2EO7EBnL .mbr-text {
  margin-bottom: 1.9rem;
  color: #cccccc;
}
.cid-sl2EO7EBnL .signature,
.cid-sl2EO7EBnL .desk {
  margin: 0;
}
.cid-sl2EO7EBnL .signature::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 40px;
  background: #ffffff;
  vertical-align: middle;
  margin-right: 20px;
}
.cid-sl2EO7EBnL .testimonials-slider__icon {
  color: #c1c1c1;
  font-size: 150px;
  line-height: 30px;
  font-weight: 700;
  position: absolute;
  top: 50px;
  left: 50px;
}
.cid-sl2EO7EBnL .mbri-left:before {
  content: "\f053";
}
.cid-sl2EO7EBnL .mbri-right:before {
  content: "\f054";
}
.cid-sl2EO7EBnL .signature {
  font-weight: 700 !important;
  color: #efefef;
}
.cid-sl2EO7EBnL .mbr-section-subtitle {
  font-weight: 700 !important;
}
@media (max-width: 767px) {
  .cid-sl2EO7EBnL .item-text {
    margin-top: 2rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .cid-sl2EO7EBnL .carousel-control-next {
    left: 1rem;
  }
  .cid-sl2EO7EBnL .carousel-control-prev {
    left: 0rem;
  }
  .cid-sl2EO7EBnL .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sl2EO7EBnL .text-block {
    display: flex;
    justify-content: space-between;
  }
  .cid-sl2EO7EBnL .carousel-control-next {
    left: 0rem;
  }
  .cid-sl2EO7EBnL .carousel-control-prev {
    left: -1rem;
  }
  .cid-sl2EO7EBnL .slide {
    margin-top: 1.1rem;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-sl2EO7EBnL .text-block {
    display: flex;
    justify-content: space-between;
  }
  .cid-sl2EO7EBnL .carousel-control-next {
    left: 0rem;
  }
  .cid-sl2EO7EBnL .carousel-control-prev {
    left: -1rem;
  }
  .cid-sl2EO7EBnL .slide {
    margin-top: 1.1rem;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-sl2EO7EBnL .carousel-control-next {
    left: 1rem;
  }
  .cid-sl2EO7EBnL .slider-wrapper {
    flex-wrap: nowrap;
  }
}
.cid-sl2EO7EBnL .icon-left {
  margin-right: 0.1rem;
}
.cid-sl2EO7EBnL .icon-right {
  margin-left: 0.1rem;
}
.cid-u1yLk6bK63 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1yLk6bK63 .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-u1yLk6bK63 H2 {
  color: #051744;
  text-align: center;
}
.cid-u1yLk6bK63 .mbr-section-subtitle,
.cid-u1yLk6bK63 .mbr-section-btn {
  color: #cbcbcb;
}
.cid-slfOVDKRIb {
  padding-top: 120px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-slfOVDKRIb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-slfOVDKRIb .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-slfOVDKRIb input,
.cid-slfOVDKRIb textarea {
  font-size: 14px;
}
.cid-slfOVDKRIb input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-slfOVDKRIb textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-slfOVDKRIb .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-slfOVDKRIb .col-auto {
  width: 100%;
  text-align: center;
}
.cid-slfOVDKRIb img {
  width: 90%;
  border-radius: 8px;
}
.cid-slfOVDKRIb .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-slfOVDKRIb .btn {
  padding: 1rem 3.5rem !important;
}
.cid-slfOVDKRIb .title-block {
  margin-bottom: 2rem;
}
.cid-slfOVDKRIb .form-control,
.cid-slfOVDKRIb .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-slfOVDKRIb .form-control:hover,
.cid-slfOVDKRIb .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-slfOVDKRIb .form-control:focus,
.cid-slfOVDKRIb .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-slfOVDKRIb input::-webkit-input-placeholder,
.cid-slfOVDKRIb textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-slfOVDKRIb input:-moz-placeholder,
.cid-slfOVDKRIb textarea:-moz-placeholder {
  color: #807d78;
}
.cid-slfOVDKRIb .jq-selectbox li,
.cid-slfOVDKRIb .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-slfOVDKRIb .jq-selectbox li:hover,
.cid-slfOVDKRIb .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-slfOVDKRIb .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-slfOVDKRIb .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-slfOVDKRIb H5 {
  padding-bottom: 2rem;
}
.cid-slfOVDKRIb .mbr-text {
  color: #777777;
}
.cid-slfOVDKRIb .mbr-form {
  padding: 0rem;
}
.cid-slfOVDKRIb .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-slfOVDKRIb .form-row {
    margin: 0;
  }
  .cid-slfOVDKRIb .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-slfOVDKRIb .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-slfOVDKRIb img {
    width: 100%;
  }
}
.cid-slfOVDKRIb .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uFpz0665iz {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uFpz0665iz a {
  transition: 0.3s;
}
.cid-uFpz0665iz h5 {
  margin-bottom: 1.6rem;
}
.cid-uFpz0665iz .card-img2 span {
  padding-top: 6px;
}
.cid-uFpz0665iz .soc-item a {
  padding-top: 5px;
}
.cid-uFpz0665iz .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uFpz0665iz .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uFpz0665iz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFpz0665iz .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uFpz0665iz .soc-item span {
  font-size: 1rem;
}
.cid-uFpz0665iz .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFpz0665iz .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uFpz0665iz .item h4 {
  margin: 0;
}
.cid-uFpz0665iz .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFpz0665iz .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFpz0665iz img {
  width: 80%;
}
.cid-uFpz0665iz .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uFpz0665iz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFpz0665iz .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uFpz0665iz .container {
  padding: 0;
}
.cid-uFpz0665iz .btn-primary {
  color: #333333 !important;
}
.cid-uFpz0665iz .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-rUTkED3PES {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-rUTkED3PES .media-container-row {
  align-items: center;
}
.cid-rUTkED3PES .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTkED3PES .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTkED3PES .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTkED3PES .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTkED3PES .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTkED3PES .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTkED3PES .foot-menu {
    justify-content: center;
  }
  .cid-rUTkED3PES .mbr-text {
    text-align: center;
  }
  .cid-rUTkED3PES .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTkED3PES .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTkED3PES .link:hover {
  text-decoration: underline;
}
.cid-rUTkED3PES .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-rUTkED3PES .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTkED3PES .container {
    padding: 0;
  }
}
.cid-rUTkED3PES .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-skZ3TpMmGZ {
  min-height: 85px !important;
  position: static;
}
.cid-skZ3TpMmGZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skZ3TpMmGZ .nav-item:focus,
.cid-skZ3TpMmGZ .nav-link:focus {
  outline: none;
}
.cid-skZ3TpMmGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skZ3TpMmGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skZ3TpMmGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skZ3TpMmGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skZ3TpMmGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skZ3TpMmGZ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-skZ3TpMmGZ .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-skZ3TpMmGZ .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-skZ3TpMmGZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-skZ3TpMmGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-skZ3TpMmGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skZ3TpMmGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-skZ3TpMmGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skZ3TpMmGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skZ3TpMmGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-skZ3TpMmGZ .navbar.navbar-short {
  background: #19212f;
}
.cid-skZ3TpMmGZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skZ3TpMmGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skZ3TpMmGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skZ3TpMmGZ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-skZ3TpMmGZ .dropdown-item.active,
.cid-skZ3TpMmGZ .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-skZ3TpMmGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skZ3TpMmGZ .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-skZ3TpMmGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-skZ3TpMmGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skZ3TpMmGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skZ3TpMmGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skZ3TpMmGZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skZ3TpMmGZ .navbar-nav {
  margin: auto;
}
.cid-skZ3TpMmGZ .navbar-buttons {
  text-align: center;
}
.cid-skZ3TpMmGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-skZ3TpMmGZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skZ3TpMmGZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skZ3TpMmGZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-skZ3TpMmGZ .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skZ3TpMmGZ .navbar {
    height: 77px;
  }
  .cid-skZ3TpMmGZ .navbar.opened {
    height: auto;
  }
}
.cid-skZ3TpMmGZ .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-skZ3TpMmGZ .text-btn {
  transition: transform 0.3s;
}
.cid-skZ3TpMmGZ .btn:hover {
  transform: scale(0.8);
}
.cid-skZ3TpMmGZ .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-skZ3TpMmGZ .nav-link {
  position: relative;
  display: inline-block;
}
.cid-skZ3TpMmGZ .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-skZ3TpMmGZ .nav-link:hover::before {
  width: 100%;
}
.cid-skZ3TpMmGZ .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-skZ3TpMmGZ .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-skZ3TpMmGZ .link {
  margin: 0rem 1.2rem !important;
}
.cid-skZ3TpMmGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-skZ3TpMmGZ .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-skZ3TpMmGZ .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-skZ3TpMmGZ .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-skZ3TpMmGZ .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-skZ3TpMmGZ .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-skZ3TpMmGZ .dropdown-menu::before {
    display: none !important;
  }
  .cid-skZ3TpMmGZ .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a::after {
    display: none;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-skZ3TpMmGZ .nav-link::before {
    display: none;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-skZ3TpMmGZ .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-skZ3TpMmGZ .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-skZ3TpMmGZ .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:focus,
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-skZ3TpMmGZ .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-skZ3TpMmGZ .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-skZ3TpMmGZ .container-fluid {
    padding-right: 0rem;
  }
  .cid-skZ3TpMmGZ .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-skZ3TpMmGZ .btn {
    padding: 1.8rem 6rem;
  }
  .cid-skZ3TpMmGZ .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:focus,
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-skZ3TpMmGZ .btn-primary {
  color: #354463 !important;
}
.cid-skZ3TpMmGZ .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-skZ3TpMmGZ .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-skZ3TpMmGZ .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-sl2Q7BNtZ5 {
  overflow-x: hidden !important;
}
.cid-sl2Q7BNtZ5,
.cid-sl2Q7BNtZ5 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sl2Q7BNtZ5 .mbr-section-title {
  color: #ffffff;
}
.cid-sl2Q7BNtZ5 .mbr-section-title span {
  color: #ffffff;
}
.cid-sl2Q7BNtZ5 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sl2Q7BNtZ5 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/6cdbb2be-e400-4059-8c39-1c10412e26d5-1632x1224.jpeg");
}
.cid-sl2Q7BNtZ5 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sl2Q7BNtZ5 .mbr-overlay {
  z-index: 1;
}
.cid-sl2Q7BNtZ5 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-smD3rh5QN5 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-smD3rh5QN5 .mbr-section-subtitle {
  color: #555555;
}
.cid-smD3rh5QN5 .mbr-text {
  color: #767676;
}
.cid-smD3rh5QN5 .card {
  display: block;
  position: relative;
}
.cid-smD3rh5QN5 .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-smD3rh5QN5 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-smD3rh5QN5 .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-smD3rh5QN5 .card-wrapper .card-img .mbr-overlay {
  background: #19212f;
  display: block;
  opacity: 0.3;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-smD3rh5QN5 .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-smD3rh5QN5 .card-wrapper .card-box {
  background-color: #19212f;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-smD3rh5QN5 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-smD3rh5QN5 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-smD3rh5QN5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-smD3rh5QN5 .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-smD3rh5QN5 .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-smD3rh5QN5 .popup-btn:hover .mbr-overlay {
  opacity: 0.3;
  height: 100%;
}
.cid-smD3rh5QN5 .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-smD3rh5QN5 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-smD3rh5QN5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #050956);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-smD3rh5QN5 .mbr-section-title,
  .cid-smD3rh5QN5 .underline,
  .cid-smD3rh5QN5 .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-smD3rh5QN5 .mbr-section-title,
.cid-smD3rh5QN5 .underline {
  color: #19212f;
}
.cid-smD3rh5QN5 .card-title {
  color: #ffffff;
}
.cid-smD3rYI7pC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-smD3rYI7pC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-smD3rYI7pC .mbr-text {
  color: #767676;
}
.cid-smD3rYI7pC .card {
  display: block;
  position: relative;
}
.cid-smD3rYI7pC .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-smD3rYI7pC .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-smD3rYI7pC .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-smD3rYI7pC .card-wrapper .card-img .mbr-overlay {
  background: #19212f;
  display: block;
  opacity: 0.3;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-smD3rYI7pC .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-smD3rYI7pC .card-wrapper .card-box {
  background-color: #19212f;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-smD3rYI7pC .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-smD3rYI7pC .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-smD3rYI7pC .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-smD3rYI7pC .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-smD3rYI7pC .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-smD3rYI7pC .popup-btn:hover .mbr-overlay {
  opacity: 0.3;
  height: 100%;
}
.cid-smD3rYI7pC .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-smD3rYI7pC .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-smD3rYI7pC .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #050956);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-smD3rYI7pC .mbr-section-title,
  .cid-smD3rYI7pC .underline,
  .cid-smD3rYI7pC .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-smD3rYI7pC .mbr-section-title,
.cid-smD3rYI7pC .underline {
  color: #ffffff;
}
.cid-smD3rYI7pC .card-title {
  color: #ffffff;
}
.cid-sn7mCnbgVd {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sn7mCnbgVd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sn7mCnbgVd .mbr-text {
  color: #767676;
}
.cid-sn7mCnbgVd .card {
  display: block;
  position: relative;
}
.cid-sn7mCnbgVd .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-sn7mCnbgVd .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sn7mCnbgVd .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-sn7mCnbgVd .card-wrapper .card-img .mbr-overlay {
  background: #19212f;
  display: block;
  opacity: 0.3;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-sn7mCnbgVd .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-sn7mCnbgVd .card-wrapper .card-box {
  background-color: #19212f;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sn7mCnbgVd .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sn7mCnbgVd .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sn7mCnbgVd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sn7mCnbgVd .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-sn7mCnbgVd .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-sn7mCnbgVd .popup-btn:hover .mbr-overlay {
  opacity: 0.3;
  height: 100%;
}
.cid-sn7mCnbgVd .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-sn7mCnbgVd .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sn7mCnbgVd .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #050956);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sn7mCnbgVd .mbr-section-title,
  .cid-sn7mCnbgVd .underline,
  .cid-sn7mCnbgVd .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sn7mCnbgVd .mbr-section-title,
.cid-sn7mCnbgVd .underline {
  color: #ffffff;
}
.cid-sn7mCnbgVd .card-title {
  color: #ffffff;
}
.cid-uF8oYAYqM5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uF8oYAYqM5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF8oYAYqM5 .mbr-text {
  color: #767676;
}
.cid-uF8oYAYqM5 .card {
  display: block;
  position: relative;
}
.cid-uF8oYAYqM5 .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-uF8oYAYqM5 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uF8oYAYqM5 .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-uF8oYAYqM5 .card-wrapper .card-img .mbr-overlay {
  background: #19212f;
  display: block;
  opacity: 0.3;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-uF8oYAYqM5 .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-uF8oYAYqM5 .card-wrapper .card-box {
  background-color: #19212f;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uF8oYAYqM5 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uF8oYAYqM5 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uF8oYAYqM5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uF8oYAYqM5 .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-uF8oYAYqM5 .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-uF8oYAYqM5 .popup-btn:hover .mbr-overlay {
  opacity: 0.3;
  height: 100%;
}
.cid-uF8oYAYqM5 .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uF8oYAYqM5 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uF8oYAYqM5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #050956);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-uF8oYAYqM5 .mbr-section-title,
  .cid-uF8oYAYqM5 .underline,
  .cid-uF8oYAYqM5 .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uF8oYAYqM5 .mbr-section-title,
.cid-uF8oYAYqM5 .underline {
  color: #ffffff;
}
.cid-uF8oYAYqM5 .card-title {
  color: #ffffff;
}
.cid-uGrYae74vp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uGrYae74vp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGrYae74vp .mbr-text {
  color: #767676;
}
.cid-uGrYae74vp .card {
  display: block;
  position: relative;
}
.cid-uGrYae74vp .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-uGrYae74vp .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uGrYae74vp .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-uGrYae74vp .card-wrapper .card-img .mbr-overlay {
  background: #19212f;
  display: block;
  opacity: 0.3;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-uGrYae74vp .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-uGrYae74vp .card-wrapper .card-box {
  background-color: #19212f;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uGrYae74vp .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uGrYae74vp .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uGrYae74vp .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uGrYae74vp .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-uGrYae74vp .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-uGrYae74vp .popup-btn:hover .mbr-overlay {
  opacity: 0.3;
  height: 100%;
}
.cid-uGrYae74vp .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uGrYae74vp .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uGrYae74vp .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #050956);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-uGrYae74vp .mbr-section-title,
  .cid-uGrYae74vp .underline,
  .cid-uGrYae74vp .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uGrYae74vp .mbr-section-title,
.cid-uGrYae74vp .underline {
  color: #ffffff;
}
.cid-uGrYae74vp .card-title {
  color: #ffffff;
}
.cid-uIxbc3ZaAH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIxbc3ZaAH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIxbc3ZaAH .mbr-text {
  color: #767676;
}
.cid-uIxbc3ZaAH .card {
  display: block;
  position: relative;
}
.cid-uIxbc3ZaAH .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-uIxbc3ZaAH .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uIxbc3ZaAH .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-uIxbc3ZaAH .card-wrapper .card-img .mbr-overlay {
  background: #19212f;
  display: block;
  opacity: 0.3;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-uIxbc3ZaAH .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-uIxbc3ZaAH .card-wrapper .card-box {
  background-color: #19212f;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uIxbc3ZaAH .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uIxbc3ZaAH .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uIxbc3ZaAH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uIxbc3ZaAH .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-uIxbc3ZaAH .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-uIxbc3ZaAH .popup-btn:hover .mbr-overlay {
  opacity: 0.3;
  height: 100%;
}
.cid-uIxbc3ZaAH .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uIxbc3ZaAH .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uIxbc3ZaAH .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #050956);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-uIxbc3ZaAH .mbr-section-title,
  .cid-uIxbc3ZaAH .underline,
  .cid-uIxbc3ZaAH .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uIxbc3ZaAH .mbr-section-title,
.cid-uIxbc3ZaAH .underline {
  color: #ffffff;
}
.cid-uIxbc3ZaAH .card-title {
  color: #ffffff;
}
.cid-smD3sutcNk {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #19212f;
}
.cid-smD3sutcNk .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-smD3sutcNk .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-smD3sutcNk .mbr-text,
.cid-smD3sutcNk .mbr-section-btn {
  color: #ffffff;
}
.cid-smD3sutcNk H3 {
  color: #ffffff;
}
.cid-sl2RImKuy0 {
  padding-top: 75px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sl2RImKuy0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-sl2RImKuy0 h5 {
  padding-bottom: 2rem;
}
.cid-sl2RImKuy0 textarea {
  min-height: 150px;
}
.cid-sl2RImKuy0 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-sl2RImKuy0 h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sl2RImKuy0 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sl2RImKuy0 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sl2RImKuy0 .form-control,
.cid-sl2RImKuy0 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-sl2RImKuy0 .form-control input::-webkit-input-placeholder,
.cid-sl2RImKuy0 .field-input input::-webkit-input-placeholder,
.cid-sl2RImKuy0 .form-control textarea::-webkit-input-placeholder,
.cid-sl2RImKuy0 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-sl2RImKuy0 .form-control input:-moz-placeholder,
.cid-sl2RImKuy0 .field-input input:-moz-placeholder,
.cid-sl2RImKuy0 .form-control textarea:-moz-placeholder,
.cid-sl2RImKuy0 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-sl2RImKuy0 .form-control:hover,
.cid-sl2RImKuy0 .field-input:hover,
.cid-sl2RImKuy0 .form-control:focus,
.cid-sl2RImKuy0 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sl2RImKuy0 .form-control:hover input::-webkit-input-placeholder,
.cid-sl2RImKuy0 .field-input:hover input::-webkit-input-placeholder,
.cid-sl2RImKuy0 .form-control:focus input::-webkit-input-placeholder,
.cid-sl2RImKuy0 .field-input:focus input::-webkit-input-placeholder,
.cid-sl2RImKuy0 .form-control:hover textarea::-webkit-input-placeholder,
.cid-sl2RImKuy0 .field-input:hover textarea::-webkit-input-placeholder,
.cid-sl2RImKuy0 .form-control:focus textarea::-webkit-input-placeholder,
.cid-sl2RImKuy0 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sl2RImKuy0 .form-control:hover input:-moz-placeholder,
.cid-sl2RImKuy0 .field-input:hover input:-moz-placeholder,
.cid-sl2RImKuy0 .form-control:focus input:-moz-placeholder,
.cid-sl2RImKuy0 .field-input:focus input:-moz-placeholder,
.cid-sl2RImKuy0 .form-control:hover textarea:-moz-placeholder,
.cid-sl2RImKuy0 .field-input:hover textarea:-moz-placeholder,
.cid-sl2RImKuy0 .form-control:focus textarea:-moz-placeholder,
.cid-sl2RImKuy0 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sl2RImKuy0 .jq-number__spin:hover,
.cid-sl2RImKuy0 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sl2RImKuy0 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sl2RImKuy0 .jq-selectbox li,
.cid-sl2RImKuy0 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sl2RImKuy0 .jq-selectbox li:hover,
.cid-sl2RImKuy0 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sl2RImKuy0 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sl2RImKuy0 .jq-number__spin.minus:hover:after,
.cid-sl2RImKuy0 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sl2RImKuy0 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sl2RImKuy0 .jq-number__spin.minus:after,
.cid-sl2RImKuy0 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sl2RImKuy0 input::-webkit-clear-button {
  display: none;
}
.cid-sl2RImKuy0 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sl2RImKuy0 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sl2RImKuy0 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sl2RImKuy0 H5 {
  color: #000000;
}
.cid-sl2RImKuy0 P {
  color: #767676;
}
.cid-sl2RImKuy0 H3 {
  color: #e1201d;
}
.cid-uFf51PLfCA {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf51PLfCA [class^="socicon-"]:before,
.cid-uFf51PLfCA [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf51PLfCA .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf51PLfCA .btn-social,
.cid-uFf51PLfCA .mbr-section-title {
  color: #57468b;
}
.cid-uFf51PLfCA .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf51PLfCA .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf51PLfCA .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf51PLfCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf51PLfCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4FjoUoE6 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4FjoUoE6 a {
  transition: 0.3s;
}
.cid-uL4FjoUoE6 h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4FjoUoE6 .card-img2 span {
  padding-top: 6px;
}
.cid-uL4FjoUoE6 .soc-item a {
  padding-top: 5px;
}
.cid-uL4FjoUoE6 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4FjoUoE6 .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4FjoUoE6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4FjoUoE6 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4FjoUoE6 .soc-item span {
  font-size: 1rem;
}
.cid-uL4FjoUoE6 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4FjoUoE6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4FjoUoE6 .item h4 {
  margin: 0;
}
.cid-uL4FjoUoE6 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4FjoUoE6 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4FjoUoE6 img {
  width: 80%;
}
.cid-uL4FjoUoE6 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4FjoUoE6 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4FjoUoE6 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4FjoUoE6 .container {
  padding: 0;
}
.cid-uL4FjoUoE6 .btn-primary {
  color: #333333 !important;
}
.cid-uL4FjoUoE6 .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-rUTkED3PES {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-rUTkED3PES .media-container-row {
  align-items: center;
}
.cid-rUTkED3PES .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTkED3PES .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTkED3PES .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTkED3PES .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTkED3PES .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTkED3PES .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTkED3PES .foot-menu {
    justify-content: center;
  }
  .cid-rUTkED3PES .mbr-text {
    text-align: center;
  }
  .cid-rUTkED3PES .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTkED3PES .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTkED3PES .link:hover {
  text-decoration: underline;
}
.cid-rUTkED3PES .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-rUTkED3PES .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTkED3PES .container {
    padding: 0;
  }
}
.cid-rUTkED3PES .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-smE30HwgXh {
  min-height: 85px !important;
  position: static;
}
.cid-smE30HwgXh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smE30HwgXh .nav-item:focus,
.cid-smE30HwgXh .nav-link:focus {
  outline: none;
}
.cid-smE30HwgXh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smE30HwgXh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smE30HwgXh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smE30HwgXh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smE30HwgXh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smE30HwgXh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-smE30HwgXh .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-smE30HwgXh .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-smE30HwgXh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-smE30HwgXh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-smE30HwgXh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-smE30HwgXh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smE30HwgXh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smE30HwgXh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-smE30HwgXh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smE30HwgXh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smE30HwgXh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smE30HwgXh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smE30HwgXh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smE30HwgXh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smE30HwgXh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smE30HwgXh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smE30HwgXh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smE30HwgXh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smE30HwgXh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smE30HwgXh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smE30HwgXh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smE30HwgXh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smE30HwgXh .navbar.navbar-short {
  background: #19212f;
}
.cid-smE30HwgXh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smE30HwgXh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smE30HwgXh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smE30HwgXh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-smE30HwgXh .dropdown-item.active,
.cid-smE30HwgXh .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-smE30HwgXh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smE30HwgXh .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-smE30HwgXh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-smE30HwgXh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-smE30HwgXh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smE30HwgXh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smE30HwgXh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smE30HwgXh .navbar-nav {
  margin: auto;
}
.cid-smE30HwgXh .navbar-buttons {
  text-align: center;
}
.cid-smE30HwgXh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smE30HwgXh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smE30HwgXh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smE30HwgXh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smE30HwgXh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smE30HwgXh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smE30HwgXh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smE30HwgXh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smE30HwgXh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smE30HwgXh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smE30HwgXh .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-smE30HwgXh a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-smE30HwgXh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smE30HwgXh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-smE30HwgXh .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smE30HwgXh .navbar {
    height: 77px;
  }
  .cid-smE30HwgXh .navbar.opened {
    height: auto;
  }
}
.cid-smE30HwgXh .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-smE30HwgXh .text-btn {
  transition: transform 0.3s;
}
.cid-smE30HwgXh .btn:hover {
  transform: scale(0.8);
}
.cid-smE30HwgXh .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-smE30HwgXh .nav-link {
  position: relative;
  display: inline-block;
}
.cid-smE30HwgXh .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-smE30HwgXh .nav-link:hover::before {
  width: 100%;
}
.cid-smE30HwgXh .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-smE30HwgXh .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-smE30HwgXh .link {
  margin: 0rem 1.2rem !important;
}
.cid-smE30HwgXh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-smE30HwgXh .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-smE30HwgXh .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-smE30HwgXh .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-smE30HwgXh .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-smE30HwgXh .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-smE30HwgXh .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-smE30HwgXh .dropdown-menu::before {
    display: none !important;
  }
  .cid-smE30HwgXh .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-smE30HwgXh .dropdown-menu > a::after {
    display: none;
  }
  .cid-smE30HwgXh .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-smE30HwgXh .nav-link::before {
    display: none;
  }
  .cid-smE30HwgXh .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-smE30HwgXh .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-smE30HwgXh .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-smE30HwgXh .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-smE30HwgXh .nav-dropdown .dropdown-item:focus,
  .cid-smE30HwgXh .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-smE30HwgXh .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-smE30HwgXh .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-smE30HwgXh .container-fluid {
    padding-right: 0rem;
  }
  .cid-smE30HwgXh .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-smE30HwgXh .btn {
    padding: 1.8rem 6rem;
  }
  .cid-smE30HwgXh .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-smE30HwgXh .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-smE30HwgXh .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-smE30HwgXh .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-smE30HwgXh .nav-dropdown .dropdown-item:focus,
  .cid-smE30HwgXh .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-smE30HwgXh .btn-primary {
  color: #354463 !important;
}
.cid-smE30HwgXh .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-smE30HwgXh .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-smE30HwgXh .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-smE30I4Dhx {
  overflow-x: hidden !important;
}
.cid-smE30I4Dhx,
.cid-smE30I4Dhx .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-smE30I4Dhx .mbr-section-title {
  color: #ffffff;
}
.cid-smE30I4Dhx .mbr-section-title span {
  color: #ffffff;
}
.cid-smE30I4Dhx .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-smE30I4Dhx .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/52c02556-2bfb-46cb-bd32-c7f17c912568-1-2000x1500.jpg");
}
.cid-smE30I4Dhx .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-smE30I4Dhx .mbr-overlay {
  z-index: 1;
}
.cid-smE30I4Dhx .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-ubweCuVKXs {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ubweCuVKXs .text-wrap {
  margin-top: 32px;
}
.cid-ubweCuVKXs .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-ubweCuVKXs .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-ubweCuVKXs .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-ubweCuVKXs .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-ubweCuVKXs .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-ubweCuVKXs .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-ubweCuVKXs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubweCuVKXs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubweCuVKXs .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-ubweCuVKXs .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-ubweCuVKXs .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-ubweCuVKXs .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-ubCDyWNedQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ubCDyWNedQ .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ubCDyWNedQ .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-ubCDyWNedQ .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-ubCDyWNedQ .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-ubCDyWNedQ .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-ubCDyWNedQ .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-ubCDyWNedQ .mbr-gallery-filter ul {
  display: block;
}
.cid-ubCDyWNedQ .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-ubCDyWNedQ .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-ubCDyWNedQ .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-ubCDyWNedQ .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-ubCDyWNedQ .mbr-gallery-row {
  margin-top: 50px;
}
.cid-ubCDyWNedQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ubCDyWNedQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-ubCDyWNedQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-ubCDyWNedQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ubCDyWNedQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-ubCDyWNedQ .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-ubCDyWNedQ .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-ubCDyWNedQ .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-ubCDyWNedQ .mbr-gallery-item > div img,
.cid-ubCDyWNedQ .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-ubCDyWNedQ .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-ubCDyWNedQ .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-ubCDyWNedQ .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-ubCDyWNedQ .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-ubCDyWNedQ .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-ubCDyWNedQ .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ubCDyWNedQ .mbr-section-title {
    text-align: center;
  }
  .cid-ubCDyWNedQ .image {
    top: auto;
    height: 420px;
  }
  .cid-ubCDyWNedQ .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-ubCDyWNedQ .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-ubCDyWNedQ .mbr-gallery-item > div img,
  .cid-ubCDyWNedQ .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-ubCDyWNedQ .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-ubCDyWNedQ .image {
    height: 290px;
  }
}
.cid-uFeZWvSTza {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFeZWvSTza .mbr-text {
  color: #767676;
}
.cid-uFeZWvSTza .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFeZWvSTza .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFeZWvSTza .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFeZWvSTza .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFeZWvSTza .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFeZWvSTza .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFeZWvSTza .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFeZWvSTza .card {
    margin-bottom: 2rem;
  }
}
.cid-uFeZWvSTza .text-link {
  font-weight: 800 !important;
}
.cid-uFeZWvSTza .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFeZWvSTza .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFeZWvSTza .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFeZWvSTza .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFeZWvSTza .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFeZWvSTza .card:hover .text-link {
  color: #fff !important;
}
.cid-uFeZWvSTza .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFeZWvSTza .card:hover .link {
  transform: translateX(42px);
}
.cid-uFeZWvSTza .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFeZWvSTza h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ubCNNnjALY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ubCNNnjALY .container {
    padding: 0 24px;
  }
}
.cid-ubCNNnjALY .card {
  justify-content: center;
}
.cid-ubCNNnjALY .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-ubCNNnjALY .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-ubCNNnjALY .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ubCNNnjALY .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ubCNNnjALY .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-ubCNNnjALY .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-ubCNNnjALY .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-ubCNNnjALY .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-ubCNNnjALY .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-ubCNNnjALY .mbr-section-title {
  color: #F9F6E0;
}
.cid-ubCNNnjALY .mbr-desc {
  color: #ffffff;
}
.cid-ubCNNnjALY .mbr-text {
  color: #ffffff;
}
.cid-ubCNNnjALY .mbr-section-btn {
  text-align: right;
}
.cid-ubCNNnjALY .mbr-section-title,
.cid-ubCNNnjALY .mbr-section-btn {
  color: #ffffff;
}
.cid-uaXeKRIAVL {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH75CX1Wks {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH75CX1Wks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH75CX1Wks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH75CX1Wks .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH75CX1Wks .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH75CX1Wks .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH75CX1Wks .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH75CX1Wks .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH75CX1Wks .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH75CX1Wks .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH75CX1Wks .item {
    margin-bottom: 28px;
  }
}
.cid-uH75CX1Wks .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH75CX1Wks .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH75CX1Wks .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH75CX1Wks .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH75CX1Wks .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH75CX1Wks .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH75CX1Wks .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH75CX1Wks .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH75CX1Wks .mbr-text,
.cid-uH75CX1Wks .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH75CX1Wks .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH75CX1Wks .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uG60sLmeXD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19212f;
}
.cid-uG60sLmeXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG60sLmeXD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG60sLmeXD a {
  font-weight: bold;
}
.cid-uG60sLmeXD .row {
  flex-direction: row-reverse;
}
.cid-uG60sLmeXD .container-fluid {
  padding: 0;
}
.cid-uG60sLmeXD img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uG60sLmeXD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uG60sLmeXD .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uG60sLmeXD .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uG60sLmeXD .text-wrapper {
    padding: 1rem;
  }
}
.cid-uG60sLmeXD .mbr-text,
.cid-uG60sLmeXD .mbr-section-btn {
  color: #ffffff;
}
.cid-uG60sLmeXD .mbr-section-title {
  color: #ffffff;
}
.cid-uFpJb5Qn9K {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFpJb5Qn9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpJb5Qn9K .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-uFpJb5Qn9K .container {
    padding: 0 20px;
  }
}
.cid-uFpJb5Qn9K .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFpJb5Qn9K .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFpJb5Qn9K .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFpJb5Qn9K .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFpJb5Qn9K .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFpJb5Qn9K .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFpJb5Qn9K .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFpJb5Qn9K .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFpJb5Qn9K .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFpJb5Qn9K .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFpJb5Qn9K .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFpJb5Qn9K .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFpJb5Qn9K .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFpJb5Qn9K .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFpJb5Qn9K .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFpJb5Qn9K .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFpJb5Qn9K .content-wrapper .mbr-section-btn .btn-success,
.cid-uFpJb5Qn9K .content-wrapper .mbr-section-btn .btn-info,
.cid-uFpJb5Qn9K .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFpJb5Qn9K .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFpJb5Qn9K .content-wrapper .mbr-section-btn .btn-black,
.cid-uFpJb5Qn9K .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFpJb5Qn9K .mbr-section-title {
  color: #000000;
}
.cid-uFpJb5Qn9K .mbr-desc,
.cid-uFpJb5Qn9K .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpJb5Qn9K .card-number {
  color: #ffffff;
}
.cid-uFpJb5Qn9K .card-title {
  color: #000000;
}
.cid-uFpJb5Qn9K .mbr-text,
.cid-uFpJb5Qn9K .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpJb5Qn9K .mbr-section-title,
.cid-uFpJb5Qn9K .mbr-section-btn {
  text-align: center;
}
.cid-uFpJb5Qn9K .card-title,
.cid-uFpJb5Qn9K .icon-wrapper {
  color: #ffffff;
}
.cid-uFpJb5Qn9K .mbr-section-title,
.cid-uFpJb5Qn9K .mbr-section-btn,
.cid-uFpJb5Qn9K .image-wrapper {
  color: #19212f;
}
.cid-uHiMIs9NUA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHiMIs9NUA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHiMIs9NUA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHiMIs9NUA .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHiMIs9NUA .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHiMIs9NUA .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHiMIs9NUA .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHiMIs9NUA .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHiMIs9NUA .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHiMIs9NUA .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHiMIs9NUA .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHiMIs9NUA .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHiMIs9NUA .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHiMIs9NUA .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHiMIs9NUA .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHiMIs9NUA .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHiMIs9NUA .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHiMIs9NUA .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHiMIs9NUA .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHiMIs9NUA .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHiMIs9NUA .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHiMIs9NUA .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHiMIs9NUA .mbr-section-title {
  color: #404349;
}
.cid-uHiMIs9NUA .panel-title-edit {
  color: #ffffff;
}
.cid-uHiMIs9NUA .panel-text {
  color: #404349;
}
.cid-uHiMIs9NUA .panel-text,
.cid-uHiMIs9NUA .panel-body {
  color: #ffffff;
}
.cid-uHiMIs9NUA .mbr-section-title,
.cid-uHiMIs9NUA .title-wrapper,
.cid-uHiMIs9NUA .tabs-wrapper {
  color: #ffffff;
}
.cid-ubE38rZuKH {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ubE38rZuKH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-ubE38rZuKH .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-ubE38rZuKH input,
.cid-ubE38rZuKH textarea {
  font-size: 14px;
}
.cid-ubE38rZuKH input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-ubE38rZuKH textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-ubE38rZuKH .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-ubE38rZuKH .col-auto {
  width: 100%;
  text-align: center;
}
.cid-ubE38rZuKH img {
  width: 90%;
  border-radius: 8px;
}
.cid-ubE38rZuKH .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-ubE38rZuKH .btn {
  padding: 1rem 3.5rem !important;
}
.cid-ubE38rZuKH .title-block {
  margin-bottom: 2rem;
}
.cid-ubE38rZuKH .form-control,
.cid-ubE38rZuKH .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ubE38rZuKH .form-control:hover,
.cid-ubE38rZuKH .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ubE38rZuKH .form-control:focus,
.cid-ubE38rZuKH .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ubE38rZuKH input::-webkit-input-placeholder,
.cid-ubE38rZuKH textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-ubE38rZuKH input:-moz-placeholder,
.cid-ubE38rZuKH textarea:-moz-placeholder {
  color: #807d78;
}
.cid-ubE38rZuKH .jq-selectbox li,
.cid-ubE38rZuKH .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-ubE38rZuKH .jq-selectbox li:hover,
.cid-ubE38rZuKH .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-ubE38rZuKH .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-ubE38rZuKH .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-ubE38rZuKH H5 {
  padding-bottom: 2rem;
}
.cid-ubE38rZuKH .mbr-text {
  color: #777777;
}
.cid-ubE38rZuKH .mbr-form {
  padding: 0rem;
}
.cid-ubE38rZuKH .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-ubE38rZuKH .form-row {
    margin: 0;
  }
  .cid-ubE38rZuKH .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-ubE38rZuKH .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-ubE38rZuKH img {
    width: 100%;
  }
}
.cid-ubE38rZuKH .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-ubE38rZuKH H3 {
  color: #19212f;
}
.cid-ubE38rZuKH .mbr-text,
.cid-ubE38rZuKH .mbr-section-btn {
  color: #555555;
}
.cid-uFeZVqfhCk {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFeZVqfhCk [class^="socicon-"]:before,
.cid-uFeZVqfhCk [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFeZVqfhCk .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFeZVqfhCk .btn-social,
.cid-uFeZVqfhCk .mbr-section-title {
  color: #57468b;
}
.cid-uFeZVqfhCk .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFeZVqfhCk .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFeZVqfhCk .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFeZVqfhCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFeZVqfhCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe74eA1ee {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe74eA1ee .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe74eA1ee h5 {
  padding-bottom: 2rem;
}
.cid-uFe74eA1ee textarea {
  min-height: 150px;
}
.cid-uFe74eA1ee .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe74eA1ee h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe74eA1ee h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe74eA1ee h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe74eA1ee .form-control,
.cid-uFe74eA1ee .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe74eA1ee .form-control input::-webkit-input-placeholder,
.cid-uFe74eA1ee .field-input input::-webkit-input-placeholder,
.cid-uFe74eA1ee .form-control textarea::-webkit-input-placeholder,
.cid-uFe74eA1ee .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe74eA1ee .form-control input:-moz-placeholder,
.cid-uFe74eA1ee .field-input input:-moz-placeholder,
.cid-uFe74eA1ee .form-control textarea:-moz-placeholder,
.cid-uFe74eA1ee .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe74eA1ee .form-control:hover,
.cid-uFe74eA1ee .field-input:hover,
.cid-uFe74eA1ee .form-control:focus,
.cid-uFe74eA1ee .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe74eA1ee .form-control:hover input::-webkit-input-placeholder,
.cid-uFe74eA1ee .field-input:hover input::-webkit-input-placeholder,
.cid-uFe74eA1ee .form-control:focus input::-webkit-input-placeholder,
.cid-uFe74eA1ee .field-input:focus input::-webkit-input-placeholder,
.cid-uFe74eA1ee .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe74eA1ee .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe74eA1ee .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe74eA1ee .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe74eA1ee .form-control:hover input:-moz-placeholder,
.cid-uFe74eA1ee .field-input:hover input:-moz-placeholder,
.cid-uFe74eA1ee .form-control:focus input:-moz-placeholder,
.cid-uFe74eA1ee .field-input:focus input:-moz-placeholder,
.cid-uFe74eA1ee .form-control:hover textarea:-moz-placeholder,
.cid-uFe74eA1ee .field-input:hover textarea:-moz-placeholder,
.cid-uFe74eA1ee .form-control:focus textarea:-moz-placeholder,
.cid-uFe74eA1ee .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe74eA1ee .jq-number__spin:hover,
.cid-uFe74eA1ee .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe74eA1ee .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe74eA1ee .jq-selectbox li,
.cid-uFe74eA1ee .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe74eA1ee .jq-selectbox li:hover,
.cid-uFe74eA1ee .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe74eA1ee .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe74eA1ee .jq-number__spin.minus:hover:after,
.cid-uFe74eA1ee .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe74eA1ee .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe74eA1ee .jq-number__spin.minus:after,
.cid-uFe74eA1ee .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe74eA1ee input::-webkit-clear-button {
  display: none;
}
.cid-uFe74eA1ee input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe74eA1ee input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe74eA1ee input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe74eA1ee H5 {
  color: #ffffff;
}
.cid-uFe74eA1ee P {
  color: #767676;
}
.cid-uFe74eA1ee H3 {
  color: #e1201d;
}
.cid-uFe74eA1ee p,
.cid-uFe74eA1ee .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4DLjm6at {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4DLjm6at a {
  transition: 0.3s;
}
.cid-uL4DLjm6at h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4DLjm6at .card-img2 span {
  padding-top: 6px;
}
.cid-uL4DLjm6at .soc-item a {
  padding-top: 5px;
}
.cid-uL4DLjm6at .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4DLjm6at .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4DLjm6at .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4DLjm6at .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4DLjm6at .soc-item span {
  font-size: 1rem;
}
.cid-uL4DLjm6at .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4DLjm6at .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4DLjm6at .item h4 {
  margin: 0;
}
.cid-uL4DLjm6at .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4DLjm6at .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4DLjm6at img {
  width: 80%;
}
.cid-uL4DLjm6at .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4DLjm6at .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4DLjm6at .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4DLjm6at .container {
  padding: 0;
}
.cid-uL4DLjm6at .btn-primary {
  color: #333333 !important;
}
.cid-uL4DLjm6at .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-smE30K2fUr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-smE30K2fUr .media-container-row {
  align-items: center;
}
.cid-smE30K2fUr .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-smE30K2fUr .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-smE30K2fUr .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-smE30K2fUr .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-smE30K2fUr .foot-menu-item {
  transform: 0.2s;
}
.cid-smE30K2fUr .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-smE30K2fUr .foot-menu {
    justify-content: center;
  }
  .cid-smE30K2fUr .mbr-text {
    text-align: center;
  }
  .cid-smE30K2fUr .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-smE30K2fUr .foot-menu {
    justify-content: flex-end;
  }
}
.cid-smE30K2fUr .link:hover {
  text-decoration: underline;
}
.cid-smE30K2fUr .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-smE30K2fUr .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-smE30K2fUr .container {
    padding: 0;
  }
}
.cid-smE30K2fUr .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-snd6A8QUA2 {
  min-height: 85px !important;
  position: static;
}
.cid-snd6A8QUA2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snd6A8QUA2 .nav-item:focus,
.cid-snd6A8QUA2 .nav-link:focus {
  outline: none;
}
.cid-snd6A8QUA2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snd6A8QUA2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snd6A8QUA2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snd6A8QUA2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snd6A8QUA2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snd6A8QUA2 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-snd6A8QUA2 .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-snd6A8QUA2 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-snd6A8QUA2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-snd6A8QUA2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snd6A8QUA2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snd6A8QUA2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snd6A8QUA2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snd6A8QUA2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snd6A8QUA2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snd6A8QUA2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snd6A8QUA2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snd6A8QUA2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snd6A8QUA2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snd6A8QUA2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snd6A8QUA2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snd6A8QUA2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snd6A8QUA2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-snd6A8QUA2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snd6A8QUA2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snd6A8QUA2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snd6A8QUA2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snd6A8QUA2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snd6A8QUA2 .navbar.navbar-short {
  background: #19212f;
}
.cid-snd6A8QUA2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snd6A8QUA2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snd6A8QUA2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snd6A8QUA2 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snd6A8QUA2 .dropdown-item.active,
.cid-snd6A8QUA2 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-snd6A8QUA2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snd6A8QUA2 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-snd6A8QUA2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-snd6A8QUA2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snd6A8QUA2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snd6A8QUA2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snd6A8QUA2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snd6A8QUA2 .navbar-nav {
  margin: auto;
}
.cid-snd6A8QUA2 .navbar-buttons {
  text-align: center;
}
.cid-snd6A8QUA2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snd6A8QUA2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snd6A8QUA2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snd6A8QUA2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snd6A8QUA2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snd6A8QUA2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snd6A8QUA2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snd6A8QUA2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snd6A8QUA2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snd6A8QUA2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snd6A8QUA2 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-snd6A8QUA2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snd6A8QUA2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snd6A8QUA2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-snd6A8QUA2 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snd6A8QUA2 .navbar {
    height: 77px;
  }
  .cid-snd6A8QUA2 .navbar.opened {
    height: auto;
  }
}
.cid-snd6A8QUA2 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-snd6A8QUA2 .text-btn {
  transition: transform 0.3s;
}
.cid-snd6A8QUA2 .btn:hover {
  transform: scale(0.8);
}
.cid-snd6A8QUA2 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-snd6A8QUA2 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-snd6A8QUA2 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-snd6A8QUA2 .nav-link:hover::before {
  width: 100%;
}
.cid-snd6A8QUA2 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-snd6A8QUA2 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-snd6A8QUA2 .link {
  margin: 0rem 1.2rem !important;
}
.cid-snd6A8QUA2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-snd6A8QUA2 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-snd6A8QUA2 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-snd6A8QUA2 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-snd6A8QUA2 .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-snd6A8QUA2 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-snd6A8QUA2 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-snd6A8QUA2 .dropdown-menu::before {
    display: none !important;
  }
  .cid-snd6A8QUA2 .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-snd6A8QUA2 .dropdown-menu > a::after {
    display: none;
  }
  .cid-snd6A8QUA2 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-snd6A8QUA2 .nav-link::before {
    display: none;
  }
  .cid-snd6A8QUA2 .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-snd6A8QUA2 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-snd6A8QUA2 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-snd6A8QUA2 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-snd6A8QUA2 .nav-dropdown .dropdown-item:focus,
  .cid-snd6A8QUA2 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-snd6A8QUA2 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-snd6A8QUA2 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-snd6A8QUA2 .container-fluid {
    padding-right: 0rem;
  }
  .cid-snd6A8QUA2 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-snd6A8QUA2 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-snd6A8QUA2 .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-snd6A8QUA2 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-snd6A8QUA2 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-snd6A8QUA2 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-snd6A8QUA2 .nav-dropdown .dropdown-item:focus,
  .cid-snd6A8QUA2 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-snd6A8QUA2 .btn-primary {
  color: #354463 !important;
}
.cid-snd6A8QUA2 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-snd6A8QUA2 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-snd6A8QUA2 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-snd6A9eCiJ {
  overflow-x: hidden !important;
}
.cid-snd6A9eCiJ,
.cid-snd6A9eCiJ .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-snd6A9eCiJ .mbr-section-title {
  color: #ffffff;
}
.cid-snd6A9eCiJ .mbr-section-title span {
  color: #ffffff;
}
.cid-snd6A9eCiJ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-snd6A9eCiJ .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/graphic-design-2-1900x1068.jpeg");
}
.cid-snd6A9eCiJ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-snd6A9eCiJ .mbr-overlay {
  z-index: 1;
}
.cid-snd6A9eCiJ .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-snd6A9wUkU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-snd6A9wUkU .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-snd6A9wUkU .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-snd7H6SrkK {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #19212f;
}
.cid-snd7H6SrkK .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-snd7H6SrkK .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-snd7H6SrkK .mbr-section-subtitle {
  color: #cccccc;
}
.cid-snd7H6SrkK .card-img span {
  color: #df220e;
}
.cid-snd7H6SrkK .row-item {
  margin-bottom: 2rem;
}
.cid-snd7H6SrkK .row-item:hover .wrapper {
  background: linear-gradient(90deg, #eb4635, #ab0d0d);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-snd7H6SrkK .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-snd7H6SrkK .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-snd7H6SrkK .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-snd8sjUAjA {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-snd8sjUAjA .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-snd8sjUAjA .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-snd8sjUAjA .mbr-text,
.cid-snd8sjUAjA .mbr-section-btn {
  color: #efefef;
}
.cid-snd8naKJXk {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-snd8naKJXk .mbr-text {
  color: #767676;
}
.cid-snd8naKJXk .mbr-section-subtitle {
  color: #767676;
}
.cid-snd8naKJXk .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snd8naKJXk .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4.3rem;
}
.cid-snd8naKJXk .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-snd8naKJXk .card-text {
  padding-top: 2rem;
  text-align: center;
}
.cid-snd8naKJXk .card-box {
  padding-bottom: 1rem;
}
.cid-snd8naKJXk .num {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-snd8naKJXk .num,
  .cid-snd8naKJXk .card-title,
  .cid-snd8naKJXk .mbr-text,
  .cid-snd8naKJXk .mbr-title,
  .cid-snd8naKJXk .mbr-section-subtitle,
  .cid-snd8naKJXk .mbr-section-btn,
  .cid-snd8naKJXk .mbr-section-title {
    text-align: center !important;
  }
  .cid-snd8naKJXk .content-column {
    margin-bottom: 2rem;
  }
}
.cid-snd8naKJXk .mbr-section-title {
  text-align: center;
}
.cid-snd8naKJXk .card-title,
.cid-snd8naKJXk .card-img {
  color: #19212f;
  text-align: center;
}
.cid-sndbR5yJ7m {
  background-image: url("../../../assets/images/gg6103a-pantone-graphics-pms-srgb-cmyk-hex-color-bridge-coated-product-1-1500x1500.jpg");
}
.cid-sndbR5yJ7m .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-sndbR5yJ7m .text-content .btn-bgr {
  z-index: 0;
}
.cid-sndbR5yJ7m .mbr-overlay {
  background: linear-gradient(90deg, #19212f, #fa9c92);
}
.cid-sndbR5yJ7m H3 {
  color: #000000;
  font-weight: 300;
}
.cid-sndbR5yJ7m P {
  color: #cccccc;
  text-align: center;
}
.cid-sndbR5yJ7m H2 {
  color: #000000;
}
.cid-sndbR5yJ7m .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-sndbR5yJ7m .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sndbR5yJ7m .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  margin: auto;
  background-color: #19212f;
}
@media (max-width: 991px) {
  .cid-sndbR5yJ7m .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-sndbR5yJ7m .text-content {
    width: 100%;
  }
}
.cid-sndbR5yJ7m .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sndbR5yJ7m .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-sndbR5yJ7m .mbr-text {
    text-align: center;
  }
}
.cid-sndbR5yJ7m .mbr-section-btn,
.cid-sndbR5yJ7m .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sndbR5yJ7m .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sndclKXsva {
  background-image: url("../../../assets/images/blue-design-background-for-christening-floral-908x511-2-908x511.jpeg");
}
.cid-sndclKXsva .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-sndclKXsva .text-content .btn-bgr {
  z-index: 0;
}
.cid-sndclKXsva .mbr-overlay {
  background: linear-gradient(90deg, #5c77ac, #4284df);
}
.cid-sndclKXsva H3 {
  color: #000000;
  font-weight: 300;
}
.cid-sndclKXsva P {
  color: #767676;
}
.cid-sndclKXsva H2 {
  color: #000000;
}
.cid-sndclKXsva .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-sndclKXsva .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sndclKXsva .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sndclKXsva .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-sndclKXsva .text-content {
    width: 100%;
  }
}
.cid-sndclKXsva .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sndclKXsva .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-sndclKXsva .mbr-text {
    text-align: center;
  }
}
.cid-sndcMcgBKV {
  background-image: url("../../../assets/images/light-wood-background-texture-5-2000x1333.jpg");
}
.cid-sndcMcgBKV .text-content {
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-sndcMcgBKV .text-content .btn-bgr {
  z-index: 0;
}
.cid-sndcMcgBKV .mbr-overlay {
  background: linear-gradient(90deg, #00dfc6, #000000);
}
.cid-sndcMcgBKV H3 {
  color: #000000;
  font-weight: 300;
}
.cid-sndcMcgBKV P {
  color: #efefef;
}
.cid-sndcMcgBKV H2 {
  color: #000000;
}
.cid-sndcMcgBKV .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-sndcMcgBKV .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sndcMcgBKV .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  margin-left: auto;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sndcMcgBKV .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-sndcMcgBKV .text-content {
    width: 100%;
  }
}
.cid-sndcMcgBKV .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sndcMcgBKV .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-sndcMcgBKV .mbr-text {
    text-align: center;
  }
}
.cid-sndcMcgBKV .mbr-section-btn,
.cid-sndcMcgBKV .mbr-section-title {
  color: #00dfc6;
}
.cid-sndcMcgBKV .mbr-section-subtitle {
  color: #efefef;
}
.cid-snd6Aam9ha {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-snd6Aam9ha .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-snd6Aam9ha a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-snd6Aam9ha .mbr-section-btn {
  margin: 0;
}
.cid-snd6Aam9ha .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-snd6Aam9ha .form-control:focus,
.cid-snd6Aam9ha .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-snd6Aam9ha .form-group {
  margin-bottom: 1rem;
}
.cid-snd6Aam9ha input::-webkit-input-placeholder,
.cid-snd6Aam9ha textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-snd6Aam9ha input:-moz-placeholder,
.cid-snd6Aam9ha textarea:-moz-placeholder {
  color: #656565;
}
.cid-snd6Aam9ha .jq-selectbox li,
.cid-snd6Aam9ha .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-snd6Aam9ha .jq-selectbox li:hover,
.cid-snd6Aam9ha .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-snd6Aam9ha .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-snd6Aam9ha .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-snd6Aam9ha .form-group,
.cid-snd6Aam9ha .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-snd6Aam9ha .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-snd6Aam9ha .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-snd6Aam9ha .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-snd6Aam9ha .form-block {
    padding: 1rem;
  }
}
.cid-snd6Aam9ha H4 {
  color: #000000;
}
.cid-uFeXFkwNG7 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFeXFkwNG7 [class^="socicon-"]:before,
.cid-uFeXFkwNG7 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFeXFkwNG7 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFeXFkwNG7 .btn-social,
.cid-uFeXFkwNG7 .mbr-section-title {
  color: #57468b;
}
.cid-uFeXFkwNG7 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFeXFkwNG7 .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFeXFkwNG7 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFeXFkwNG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFeXFkwNG7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe7qSDC2u {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe7qSDC2u .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe7qSDC2u h5 {
  padding-bottom: 2rem;
}
.cid-uFe7qSDC2u textarea {
  min-height: 150px;
}
.cid-uFe7qSDC2u .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe7qSDC2u h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe7qSDC2u h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe7qSDC2u h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe7qSDC2u .form-control,
.cid-uFe7qSDC2u .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe7qSDC2u .form-control input::-webkit-input-placeholder,
.cid-uFe7qSDC2u .field-input input::-webkit-input-placeholder,
.cid-uFe7qSDC2u .form-control textarea::-webkit-input-placeholder,
.cid-uFe7qSDC2u .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe7qSDC2u .form-control input:-moz-placeholder,
.cid-uFe7qSDC2u .field-input input:-moz-placeholder,
.cid-uFe7qSDC2u .form-control textarea:-moz-placeholder,
.cid-uFe7qSDC2u .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe7qSDC2u .form-control:hover,
.cid-uFe7qSDC2u .field-input:hover,
.cid-uFe7qSDC2u .form-control:focus,
.cid-uFe7qSDC2u .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe7qSDC2u .form-control:hover input::-webkit-input-placeholder,
.cid-uFe7qSDC2u .field-input:hover input::-webkit-input-placeholder,
.cid-uFe7qSDC2u .form-control:focus input::-webkit-input-placeholder,
.cid-uFe7qSDC2u .field-input:focus input::-webkit-input-placeholder,
.cid-uFe7qSDC2u .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe7qSDC2u .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe7qSDC2u .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe7qSDC2u .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe7qSDC2u .form-control:hover input:-moz-placeholder,
.cid-uFe7qSDC2u .field-input:hover input:-moz-placeholder,
.cid-uFe7qSDC2u .form-control:focus input:-moz-placeholder,
.cid-uFe7qSDC2u .field-input:focus input:-moz-placeholder,
.cid-uFe7qSDC2u .form-control:hover textarea:-moz-placeholder,
.cid-uFe7qSDC2u .field-input:hover textarea:-moz-placeholder,
.cid-uFe7qSDC2u .form-control:focus textarea:-moz-placeholder,
.cid-uFe7qSDC2u .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe7qSDC2u .jq-number__spin:hover,
.cid-uFe7qSDC2u .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe7qSDC2u .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe7qSDC2u .jq-selectbox li,
.cid-uFe7qSDC2u .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe7qSDC2u .jq-selectbox li:hover,
.cid-uFe7qSDC2u .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe7qSDC2u .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe7qSDC2u .jq-number__spin.minus:hover:after,
.cid-uFe7qSDC2u .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe7qSDC2u .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe7qSDC2u .jq-number__spin.minus:after,
.cid-uFe7qSDC2u .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe7qSDC2u input::-webkit-clear-button {
  display: none;
}
.cid-uFe7qSDC2u input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe7qSDC2u input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe7qSDC2u input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe7qSDC2u H5 {
  color: #ffffff;
}
.cid-uFe7qSDC2u P {
  color: #767676;
}
.cid-uFe7qSDC2u H3 {
  color: #e1201d;
}
.cid-uFe7qSDC2u p,
.cid-uFe7qSDC2u .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4DlfoLIW {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4DlfoLIW a {
  transition: 0.3s;
}
.cid-uL4DlfoLIW h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4DlfoLIW .card-img2 span {
  padding-top: 6px;
}
.cid-uL4DlfoLIW .soc-item a {
  padding-top: 5px;
}
.cid-uL4DlfoLIW .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4DlfoLIW .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4DlfoLIW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4DlfoLIW .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4DlfoLIW .soc-item span {
  font-size: 1rem;
}
.cid-uL4DlfoLIW .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4DlfoLIW .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4DlfoLIW .item h4 {
  margin: 0;
}
.cid-uL4DlfoLIW .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4DlfoLIW .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4DlfoLIW img {
  width: 80%;
}
.cid-uL4DlfoLIW .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4DlfoLIW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4DlfoLIW .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4DlfoLIW .container {
  padding: 0;
}
.cid-uL4DlfoLIW .btn-primary {
  color: #333333 !important;
}
.cid-uL4DlfoLIW .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-snd6Ab4508 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-snd6Ab4508 .media-container-row {
  align-items: center;
}
.cid-snd6Ab4508 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-snd6Ab4508 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-snd6Ab4508 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-snd6Ab4508 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-snd6Ab4508 .foot-menu-item {
  transform: 0.2s;
}
.cid-snd6Ab4508 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-snd6Ab4508 .foot-menu {
    justify-content: center;
  }
  .cid-snd6Ab4508 .mbr-text {
    text-align: center;
  }
  .cid-snd6Ab4508 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-snd6Ab4508 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-snd6Ab4508 .link:hover {
  text-decoration: underline;
}
.cid-snd6Ab4508 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-snd6Ab4508 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-snd6Ab4508 .container {
    padding: 0;
  }
}
.cid-snd6Ab4508 .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-skZ3TpMmGZ {
  min-height: 85px !important;
  position: static;
}
.cid-skZ3TpMmGZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skZ3TpMmGZ .nav-item:focus,
.cid-skZ3TpMmGZ .nav-link:focus {
  outline: none;
}
.cid-skZ3TpMmGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skZ3TpMmGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skZ3TpMmGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skZ3TpMmGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skZ3TpMmGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skZ3TpMmGZ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-skZ3TpMmGZ .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-skZ3TpMmGZ .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-skZ3TpMmGZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-skZ3TpMmGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-skZ3TpMmGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skZ3TpMmGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-skZ3TpMmGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skZ3TpMmGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skZ3TpMmGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-skZ3TpMmGZ .navbar.navbar-short {
  background: #19212f;
}
.cid-skZ3TpMmGZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skZ3TpMmGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skZ3TpMmGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skZ3TpMmGZ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-skZ3TpMmGZ .dropdown-item.active,
.cid-skZ3TpMmGZ .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-skZ3TpMmGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skZ3TpMmGZ .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-skZ3TpMmGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-skZ3TpMmGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skZ3TpMmGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skZ3TpMmGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skZ3TpMmGZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skZ3TpMmGZ .navbar-nav {
  margin: auto;
}
.cid-skZ3TpMmGZ .navbar-buttons {
  text-align: center;
}
.cid-skZ3TpMmGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-skZ3TpMmGZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skZ3TpMmGZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skZ3TpMmGZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-skZ3TpMmGZ .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skZ3TpMmGZ .navbar {
    height: 77px;
  }
  .cid-skZ3TpMmGZ .navbar.opened {
    height: auto;
  }
}
.cid-skZ3TpMmGZ .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-skZ3TpMmGZ .text-btn {
  transition: transform 0.3s;
}
.cid-skZ3TpMmGZ .btn:hover {
  transform: scale(0.8);
}
.cid-skZ3TpMmGZ .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-skZ3TpMmGZ .nav-link {
  position: relative;
  display: inline-block;
}
.cid-skZ3TpMmGZ .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-skZ3TpMmGZ .nav-link:hover::before {
  width: 100%;
}
.cid-skZ3TpMmGZ .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-skZ3TpMmGZ .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-skZ3TpMmGZ .link {
  margin: 0rem 1.2rem !important;
}
.cid-skZ3TpMmGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-skZ3TpMmGZ .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-skZ3TpMmGZ .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-skZ3TpMmGZ .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-skZ3TpMmGZ .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-skZ3TpMmGZ .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-skZ3TpMmGZ .dropdown-menu::before {
    display: none !important;
  }
  .cid-skZ3TpMmGZ .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a::after {
    display: none;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-skZ3TpMmGZ .nav-link::before {
    display: none;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-skZ3TpMmGZ .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-skZ3TpMmGZ .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-skZ3TpMmGZ .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:focus,
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-skZ3TpMmGZ .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-skZ3TpMmGZ .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-skZ3TpMmGZ .container-fluid {
    padding-right: 0rem;
  }
  .cid-skZ3TpMmGZ .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-skZ3TpMmGZ .btn {
    padding: 1.8rem 6rem;
  }
  .cid-skZ3TpMmGZ .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:focus,
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-skZ3TpMmGZ .btn-primary {
  color: #354463 !important;
}
.cid-skZ3TpMmGZ .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-skZ3TpMmGZ .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-skZ3TpMmGZ .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-snkdccRh0v {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-52-788x591.jpg");
}
.cid-snkdccRh0v h2 {
  text-align: center;
  letter-spacing: 0.1em;
}
.cid-snkdccRh0v .countdown-row {
  width: 100%;
  text-align: center;
}
.cid-snkdccRh0v .lower-line {
  text-align: center;
}
.cid-snkdccRh0v .mbr-form {
  margin-bottom: 3rem;
}
.cid-snkdccRh0v .form-control {
  min-height: 2.7em;
  paddding: 0 1.8rem;
  background-color: white;
  border-radius: 0px;
  font-size: 18px;
  border: none;
}
.cid-snkdccRh0v .form-row {
  max-width: 480px;
  margin: 0 auto;
}
.cid-snkdccRh0v .input-group-btn {
  display: inline-block;
  z-index: 3;
}
.cid-snkdccRh0v .input-group-btn .btn {
  letter-spacing: 0.1em;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0px!important;
  border-radius: 0px;
}
.cid-snkdccRh0v .btn-black {
  background-color: black;
  border-color: black;
}
.cid-snkdccRh0v .btn-black:hover {
  opacity: 0.6;
}
.cid-snkdccRh0v a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-snkdccRh0v .btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 350px) {
  .cid-snkdccRh0v .input-group-btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-snkdccRh0v .form-row {
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
  }
  .cid-snkdccRh0v .form-group {
    margin-bottom: 8.4px;
  }
  .cid-snkdccRh0v .input-group-btn .btn {
    width: 100%;
  }
  .cid-snkdccRh0v .dot {
    display: none;
  }
}
.cid-snkdccRh0v .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snkdccRh0v .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: white;
}
.cid-snkdccRh0v .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-snkdccRh0v .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-snkdccRh0v .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-snkdccRh0v .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snkdccRh0v .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
  margin: 0;
  border-radius: 2px;
  max-width: 100%;
}
.cid-snkdccRh0v .number {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 70px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
@media (max-width: 769px) {
  .cid-snkdccRh0v .number {
    font-size: 55px;
  }
}
.cid-snkdccRh0v .period {
  margin-top: 16px;
  display: block;
  padding-top: 18px;
  border-top: 1px solid white;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.cid-snkdccRh0v .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: none;
  height: 5%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-snkdccRh0v .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .cid-snkdccRh0v .main > div {
    text-align: center;
  }
  .cid-snkdccRh0v .countdown-cont {
    width: 100%;
  }
}
@media (max-width: 543px) {
  .cid-snkdccRh0v .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-snkdccRh0v .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-snkdccRh0v .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-snkdccRh0v .number,
  .cid-snkdccRh0v .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-snkdccRh0v .period {
    font-size: 0.8rem;
  }
}
.cid-snkdccRh0v .countdown {
  padding-top: 20px !important;
}
.cid-snkdccRh0v .countdown > div {
  -webkit-flex: 0 0 80% !important;
  flex: 0 0 80% !important;
  max-width: 80% !important;
  margin: 0 auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-snkdccRh0v .countdown > div > div {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px;
}
@media (max-width: 320px) {
  .cid-snkdccRh0v .countdown > div > div {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 769px) {
  .cid-snkdccRh0v .mbr-form .col + .input-group-btn .btn,
  .cid-snkdccRh0v .mbr-form .col-auto + .input-group-btn .btn {
    margin: 0 !important;
    height: 100%;
    border-radius: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-snkdccRh0v .mbr-form .dragArea > *:nth-last-child(2).col,
  .cid-snkdccRh0v .mbr-form .dragArea > *:nth-last-child(2).col-auto,
  .cid-snkdccRh0v .mbr-form .col + .input-group-btn,
  .cid-snkdccRh0v .mbr-form .col-auto + .input-group-btn {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-rUTkED3PES {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-rUTkED3PES .media-container-row {
  align-items: center;
}
.cid-rUTkED3PES .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTkED3PES .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTkED3PES .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTkED3PES .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTkED3PES .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTkED3PES .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTkED3PES .foot-menu {
    justify-content: center;
  }
  .cid-rUTkED3PES .mbr-text {
    text-align: center;
  }
  .cid-rUTkED3PES .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTkED3PES .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTkED3PES .link:hover {
  text-decoration: underline;
}
.cid-rUTkED3PES .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-rUTkED3PES .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTkED3PES .container {
    padding: 0;
  }
}
.cid-rUTkED3PES .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-skZ3TpMmGZ {
  min-height: 85px !important;
  position: static;
}
.cid-skZ3TpMmGZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skZ3TpMmGZ .nav-item:focus,
.cid-skZ3TpMmGZ .nav-link:focus {
  outline: none;
}
.cid-skZ3TpMmGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skZ3TpMmGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skZ3TpMmGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skZ3TpMmGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skZ3TpMmGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skZ3TpMmGZ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-skZ3TpMmGZ .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-skZ3TpMmGZ .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-skZ3TpMmGZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-skZ3TpMmGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-skZ3TpMmGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skZ3TpMmGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-skZ3TpMmGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skZ3TpMmGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skZ3TpMmGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-skZ3TpMmGZ .navbar.navbar-short {
  background: #19212f;
}
.cid-skZ3TpMmGZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skZ3TpMmGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skZ3TpMmGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skZ3TpMmGZ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-skZ3TpMmGZ .dropdown-item.active,
.cid-skZ3TpMmGZ .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-skZ3TpMmGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skZ3TpMmGZ .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-skZ3TpMmGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-skZ3TpMmGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skZ3TpMmGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skZ3TpMmGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skZ3TpMmGZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skZ3TpMmGZ .navbar-nav {
  margin: auto;
}
.cid-skZ3TpMmGZ .navbar-buttons {
  text-align: center;
}
.cid-skZ3TpMmGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-skZ3TpMmGZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skZ3TpMmGZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skZ3TpMmGZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-skZ3TpMmGZ .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skZ3TpMmGZ .navbar {
    height: 77px;
  }
  .cid-skZ3TpMmGZ .navbar.opened {
    height: auto;
  }
}
.cid-skZ3TpMmGZ .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-skZ3TpMmGZ .text-btn {
  transition: transform 0.3s;
}
.cid-skZ3TpMmGZ .btn:hover {
  transform: scale(0.8);
}
.cid-skZ3TpMmGZ .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-skZ3TpMmGZ .nav-link {
  position: relative;
  display: inline-block;
}
.cid-skZ3TpMmGZ .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-skZ3TpMmGZ .nav-link:hover::before {
  width: 100%;
}
.cid-skZ3TpMmGZ .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-skZ3TpMmGZ .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-skZ3TpMmGZ .link {
  margin: 0rem 1.2rem !important;
}
.cid-skZ3TpMmGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-skZ3TpMmGZ .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-skZ3TpMmGZ .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-skZ3TpMmGZ .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-skZ3TpMmGZ .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-skZ3TpMmGZ .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-skZ3TpMmGZ .dropdown-menu::before {
    display: none !important;
  }
  .cid-skZ3TpMmGZ .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a::after {
    display: none;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-skZ3TpMmGZ .nav-link::before {
    display: none;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-skZ3TpMmGZ .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-skZ3TpMmGZ .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-skZ3TpMmGZ .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:focus,
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-skZ3TpMmGZ .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-skZ3TpMmGZ .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-skZ3TpMmGZ .container-fluid {
    padding-right: 0rem;
  }
  .cid-skZ3TpMmGZ .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-skZ3TpMmGZ .btn {
    padding: 1.8rem 6rem;
  }
  .cid-skZ3TpMmGZ .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:focus,
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-skZ3TpMmGZ .btn-primary {
  color: #354463 !important;
}
.cid-skZ3TpMmGZ .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-skZ3TpMmGZ .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-skZ3TpMmGZ .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-sl2XfAGn6s {
  overflow-x: hidden !important;
}
.cid-sl2XfAGn6s,
.cid-sl2XfAGn6s .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sl2XfAGn6s .mbr-section-title {
  color: #ffffff;
}
.cid-sl2XfAGn6s .mbr-section-title span {
  color: #ffffff;
}
.cid-sl2XfAGn6s .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sl2XfAGn6s .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 22s !important;
  animation-duration: 22s;
  background-image: url("../../../assets/images/a9aaf2ca-51c8-4811-a142-664c92bb1cca-2000x1500.jpeg");
}
.cid-sl2XfAGn6s .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sl2XfAGn6s .mbr-overlay {
  z-index: 1;
}
.cid-sl2XfAGn6s .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sl2X1R4nI1 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sl2X1R4nI1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-sl2X1R4nI1 .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-sl2X1R4nI1 input,
.cid-sl2X1R4nI1 textarea {
  font-size: 14px;
}
.cid-sl2X1R4nI1 input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-sl2X1R4nI1 textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-sl2X1R4nI1 .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-sl2X1R4nI1 .col-auto {
  width: 100%;
  text-align: center;
}
.cid-sl2X1R4nI1 img {
  width: 90%;
  border-radius: 8px;
}
.cid-sl2X1R4nI1 .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-sl2X1R4nI1 .btn {
  padding: 1rem 3.5rem !important;
}
.cid-sl2X1R4nI1 .title-block {
  margin-bottom: 2rem;
}
.cid-sl2X1R4nI1 .form-control,
.cid-sl2X1R4nI1 .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sl2X1R4nI1 .form-control:hover,
.cid-sl2X1R4nI1 .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sl2X1R4nI1 .form-control:focus,
.cid-sl2X1R4nI1 .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sl2X1R4nI1 input::-webkit-input-placeholder,
.cid-sl2X1R4nI1 textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-sl2X1R4nI1 input:-moz-placeholder,
.cid-sl2X1R4nI1 textarea:-moz-placeholder {
  color: #807d78;
}
.cid-sl2X1R4nI1 .jq-selectbox li,
.cid-sl2X1R4nI1 .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-sl2X1R4nI1 .jq-selectbox li:hover,
.cid-sl2X1R4nI1 .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-sl2X1R4nI1 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-sl2X1R4nI1 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-sl2X1R4nI1 H5 {
  padding-bottom: 2rem;
}
.cid-sl2X1R4nI1 .mbr-text {
  color: #777777;
}
.cid-sl2X1R4nI1 .mbr-form {
  padding: 0rem;
}
.cid-sl2X1R4nI1 .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-sl2X1R4nI1 .form-row {
    margin: 0;
  }
  .cid-sl2X1R4nI1 .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-sl2X1R4nI1 .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-sl2X1R4nI1 img {
    width: 100%;
  }
}
.cid-sl2X1R4nI1 .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-sl3dYEZfoK {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sl3dYEZfoK .google-map {
  height: 25rem;
  position: relative;
}
.cid-sl3dYEZfoK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sl3dYEZfoK .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sl3dYEZfoK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sl3dYEZfoK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sl3dYEZfoK .container-fluid {
  padding: 0;
}
.cid-sl3dYEZfoK .relative {
  position: relative;
  width: 100%;
}
.cid-sl3dYEZfoK .mbr-section-title {
  color: #656565;
}
.cid-sl3dYEZfoK .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-sl3dYEZfoK .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sl3dYEZfoK .title {
  text-align: center;
  color: #ffffff;
}
.cid-sl3dYEZfoK .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sl3dYEZfoK .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-u1zcOf8Pvm {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u1zcOf8Pvm .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-u1zcOf8Pvm H2 {
  color: #051744;
  text-align: center;
}
.cid-u1zcOf8Pvm .mbr-section-subtitle,
.cid-u1zcOf8Pvm .mbr-section-btn {
  color: #cbcbcb;
}
.cid-uFqaXLRUtz {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uFqaXLRUtz a {
  transition: 0.3s;
}
.cid-uFqaXLRUtz h5 {
  margin-bottom: 1.6rem;
}
.cid-uFqaXLRUtz .card-img2 span {
  padding-top: 6px;
}
.cid-uFqaXLRUtz .soc-item a {
  padding-top: 5px;
}
.cid-uFqaXLRUtz .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uFqaXLRUtz .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uFqaXLRUtz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFqaXLRUtz .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uFqaXLRUtz .soc-item span {
  font-size: 1rem;
}
.cid-uFqaXLRUtz .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFqaXLRUtz .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uFqaXLRUtz .item h4 {
  margin: 0;
}
.cid-uFqaXLRUtz .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFqaXLRUtz .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFqaXLRUtz img {
  width: 80%;
}
.cid-uFqaXLRUtz .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uFqaXLRUtz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFqaXLRUtz .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uFqaXLRUtz .container {
  padding: 0;
}
.cid-uFqaXLRUtz .btn-primary {
  color: #333333 !important;
}
.cid-uFqaXLRUtz .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-rUTkED3PES {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-rUTkED3PES .media-container-row {
  align-items: center;
}
.cid-rUTkED3PES .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTkED3PES .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTkED3PES .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTkED3PES .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTkED3PES .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTkED3PES .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTkED3PES .foot-menu {
    justify-content: center;
  }
  .cid-rUTkED3PES .mbr-text {
    text-align: center;
  }
  .cid-rUTkED3PES .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTkED3PES .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTkED3PES .link:hover {
  text-decoration: underline;
}
.cid-rUTkED3PES .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-rUTkED3PES .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTkED3PES .container {
    padding: 0;
  }
}
.cid-rUTkED3PES .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uDUdCyVKbi {
  min-height: 85px !important;
  position: static;
}
.cid-uDUdCyVKbi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDUdCyVKbi .nav-item:focus,
.cid-uDUdCyVKbi .nav-link:focus {
  outline: none;
}
.cid-uDUdCyVKbi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDUdCyVKbi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uDUdCyVKbi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDUdCyVKbi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDUdCyVKbi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDUdCyVKbi .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uDUdCyVKbi .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uDUdCyVKbi .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uDUdCyVKbi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDUdCyVKbi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDUdCyVKbi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDUdCyVKbi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDUdCyVKbi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDUdCyVKbi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uDUdCyVKbi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDUdCyVKbi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDUdCyVKbi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDUdCyVKbi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDUdCyVKbi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDUdCyVKbi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDUdCyVKbi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDUdCyVKbi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uDUdCyVKbi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uDUdCyVKbi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDUdCyVKbi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDUdCyVKbi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uDUdCyVKbi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDUdCyVKbi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDUdCyVKbi .navbar.navbar-short {
  background: #19212f;
}
.cid-uDUdCyVKbi .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDUdCyVKbi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDUdCyVKbi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDUdCyVKbi .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uDUdCyVKbi .dropdown-item.active,
.cid-uDUdCyVKbi .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uDUdCyVKbi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDUdCyVKbi .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uDUdCyVKbi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uDUdCyVKbi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDUdCyVKbi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDUdCyVKbi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDUdCyVKbi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uDUdCyVKbi .navbar-nav {
  margin: auto;
}
.cid-uDUdCyVKbi .navbar-buttons {
  text-align: center;
}
.cid-uDUdCyVKbi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDUdCyVKbi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDUdCyVKbi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDUdCyVKbi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDUdCyVKbi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDUdCyVKbi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDUdCyVKbi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDUdCyVKbi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDUdCyVKbi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDUdCyVKbi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDUdCyVKbi .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uDUdCyVKbi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDUdCyVKbi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDUdCyVKbi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uDUdCyVKbi .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDUdCyVKbi .navbar {
    height: 77px;
  }
  .cid-uDUdCyVKbi .navbar.opened {
    height: auto;
  }
}
.cid-uDUdCyVKbi .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uDUdCyVKbi .text-btn {
  transition: transform 0.3s;
}
.cid-uDUdCyVKbi .btn:hover {
  transform: scale(0.8);
}
.cid-uDUdCyVKbi .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uDUdCyVKbi .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uDUdCyVKbi .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uDUdCyVKbi .nav-link:hover::before {
  width: 100%;
}
.cid-uDUdCyVKbi .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uDUdCyVKbi .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uDUdCyVKbi .link {
  margin: 0rem 1.2rem !important;
}
.cid-uDUdCyVKbi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uDUdCyVKbi .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uDUdCyVKbi .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uDUdCyVKbi .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uDUdCyVKbi .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uDUdCyVKbi .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uDUdCyVKbi .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uDUdCyVKbi .dropdown-menu::before {
    display: none !important;
  }
  .cid-uDUdCyVKbi .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uDUdCyVKbi .dropdown-menu > a::after {
    display: none;
  }
  .cid-uDUdCyVKbi .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uDUdCyVKbi .nav-link::before {
    display: none;
  }
  .cid-uDUdCyVKbi .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uDUdCyVKbi .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uDUdCyVKbi .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uDUdCyVKbi .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uDUdCyVKbi .nav-dropdown .dropdown-item:focus,
  .cid-uDUdCyVKbi .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uDUdCyVKbi .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uDUdCyVKbi .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDUdCyVKbi .container-fluid {
    padding-right: 0rem;
  }
  .cid-uDUdCyVKbi .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uDUdCyVKbi .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uDUdCyVKbi .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uDUdCyVKbi .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uDUdCyVKbi .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uDUdCyVKbi .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uDUdCyVKbi .nav-dropdown .dropdown-item:focus,
  .cid-uDUdCyVKbi .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uDUdCyVKbi .btn-primary {
  color: #354463 !important;
}
.cid-uDUdCyVKbi .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uDUdCyVKbi .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uDUdCyVKbi .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uDUdCzctXR {
  overflow-x: hidden !important;
}
.cid-uDUdCzctXR,
.cid-uDUdCzctXR .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uDUdCzctXR .mbr-section-title {
  color: #ffffff;
}
.cid-uDUdCzctXR .mbr-section-title span {
  color: #ffffff;
}
.cid-uDUdCzctXR .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uDUdCzctXR .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/f6b3a6a2-c1a3-4338-b855-56364fc0f795-2000x944.jpg");
}
.cid-uDUdCzctXR .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uDUdCzctXR .mbr-overlay {
  z-index: 1;
}
.cid-uDUdCzctXR .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uDUe4Dzpsc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uDUe4Dzpsc .mbr-text {
  color: #767676;
}
.cid-uDUe4Dzpsc .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uDUe4Dzpsc .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uDUe4Dzpsc .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uDUe4Dzpsc .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uDUe4Dzpsc .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uDUe4Dzpsc .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uDUe4Dzpsc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDUe4Dzpsc .card {
    margin-bottom: 2rem;
  }
}
.cid-uDUe4Dzpsc .text-link {
  font-weight: 800 !important;
}
.cid-uDUe4Dzpsc .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uDUe4Dzpsc .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uDUe4Dzpsc .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uDUe4Dzpsc .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uDUe4Dzpsc .card:hover .icon-arrow {
  color: #fff;
}
.cid-uDUe4Dzpsc .card:hover .text-link {
  color: #fff !important;
}
.cid-uDUe4Dzpsc .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uDUe4Dzpsc .card:hover .link {
  transform: translateX(42px);
}
.cid-uDUe4Dzpsc .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uDUe4Dzpsc h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uDUdCzmzLA {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDUdCzmzLA .text-wrap {
  margin-top: 32px;
}
.cid-uDUdCzmzLA .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uDUdCzmzLA .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uDUdCzmzLA .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uDUdCzmzLA .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uDUdCzmzLA .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uDUdCzmzLA .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uDUdCzmzLA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUdCzmzLA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUdCzmzLA .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uDUdCzmzLA .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uDUdCzmzLA .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uDUdCzmzLA .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uDUf2ockgB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uDUf2ockgB .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uDUf2ockgB .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uDUf2ockgB .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uDUf2ockgB .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uDUf2ockgB .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uDUf2ockgB .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uDUf2ockgB .mbr-gallery-filter ul {
  display: block;
}
.cid-uDUf2ockgB .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uDUf2ockgB .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uDUf2ockgB .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uDUf2ockgB .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uDUf2ockgB .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uDUf2ockgB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uDUf2ockgB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uDUf2ockgB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uDUf2ockgB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uDUf2ockgB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uDUf2ockgB .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uDUf2ockgB .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uDUf2ockgB .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uDUf2ockgB .mbr-gallery-item > div img,
.cid-uDUf2ockgB .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uDUf2ockgB .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uDUf2ockgB .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uDUf2ockgB .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uDUf2ockgB .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uDUf2ockgB .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uDUf2ockgB .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uDUf2ockgB .mbr-section-title {
    text-align: center;
  }
  .cid-uDUf2ockgB .image {
    top: auto;
    height: 420px;
  }
  .cid-uDUf2ockgB .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uDUf2ockgB .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uDUf2ockgB .mbr-gallery-item > div img,
  .cid-uDUf2ockgB .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uDUf2ockgB .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uDUf2ockgB .image {
    height: 290px;
  }
}
.cid-uDUf1EGPOC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uDUf1EGPOC .row {
  flex-direction: row-reverse;
}
.cid-uDUf1EGPOC .text-wrap {
  margin-top: 32px;
}
.cid-uDUf1EGPOC .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uDUf1EGPOC .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uDUf1EGPOC .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uDUf1EGPOC .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uDUf1EGPOC .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uDUf1EGPOC .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uDUf1EGPOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUf1EGPOC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUf1EGPOC .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uDUf1EGPOC .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uDUf1EGPOC .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uDUf1EGPOC .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uDUdCzBHOG {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uDUdCzBHOG .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uDUdCzBHOG .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uDUdCzBHOG .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uDUdCzBHOG .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uDUdCzBHOG .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uDUdCzBHOG .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uDUdCzBHOG .mbr-gallery-filter ul {
  display: block;
}
.cid-uDUdCzBHOG .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uDUdCzBHOG .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uDUdCzBHOG .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uDUdCzBHOG .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uDUdCzBHOG .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uDUdCzBHOG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uDUdCzBHOG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uDUdCzBHOG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uDUdCzBHOG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uDUdCzBHOG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uDUdCzBHOG .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uDUdCzBHOG .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uDUdCzBHOG .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uDUdCzBHOG .mbr-gallery-item > div img,
.cid-uDUdCzBHOG .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uDUdCzBHOG .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uDUdCzBHOG .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uDUdCzBHOG .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uDUdCzBHOG .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uDUdCzBHOG .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uDUdCzBHOG .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uDUdCzBHOG .mbr-section-title {
    text-align: center;
  }
  .cid-uDUdCzBHOG .image {
    top: auto;
    height: 420px;
  }
  .cid-uDUdCzBHOG .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uDUdCzBHOG .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uDUdCzBHOG .mbr-gallery-item > div img,
  .cid-uDUdCzBHOG .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uDUdCzBHOG .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uDUdCzBHOG .image {
    height: 290px;
  }
}
.cid-uDUdCAbeZm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uDUdCAbeZm .mbr-text {
  color: #767676;
}
.cid-uDUdCAbeZm .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uDUdCAbeZm .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uDUdCAbeZm .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uDUdCAbeZm .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uDUdCAbeZm .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uDUdCAbeZm .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uDUdCAbeZm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDUdCAbeZm .card {
    margin-bottom: 2rem;
  }
}
.cid-uDUdCAbeZm .text-link {
  font-weight: 800 !important;
}
.cid-uDUdCAbeZm .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uDUdCAbeZm .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uDUdCAbeZm .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uDUdCAbeZm .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uDUdCAbeZm .card:hover .icon-arrow {
  color: #fff;
}
.cid-uDUdCAbeZm .card:hover .text-link {
  color: #fff !important;
}
.cid-uDUdCAbeZm .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uDUdCAbeZm .card:hover .link {
  transform: translateX(42px);
}
.cid-uDUdCAbeZm .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uDUdCAbeZm h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uDUdCAwHZp {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uDUdCAwHZp .container {
    padding: 0 24px;
  }
}
.cid-uDUdCAwHZp .card {
  justify-content: center;
}
.cid-uDUdCAwHZp .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uDUdCAwHZp .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uDUdCAwHZp .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uDUdCAwHZp .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDUdCAwHZp .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uDUdCAwHZp .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uDUdCAwHZp .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uDUdCAwHZp .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uDUdCAwHZp .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uDUdCAwHZp .mbr-section-title {
  color: #F9F6E0;
}
.cid-uDUdCAwHZp .mbr-desc {
  color: #ffffff;
}
.cid-uDUdCAwHZp .mbr-text {
  color: #ffffff;
}
.cid-uDUdCAwHZp .mbr-section-btn {
  text-align: right;
}
.cid-uDUdCAwHZp .mbr-section-title,
.cid-uDUdCAwHZp .mbr-section-btn {
  color: #ffffff;
}
.cid-uDUdCAJNuW {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH1hh5xBw6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH1hh5xBw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH1hh5xBw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH1hh5xBw6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH1hh5xBw6 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH1hh5xBw6 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH1hh5xBw6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH1hh5xBw6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH1hh5xBw6 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH1hh5xBw6 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH1hh5xBw6 .item {
    margin-bottom: 28px;
  }
}
.cid-uH1hh5xBw6 .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH1hh5xBw6 .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH1hh5xBw6 .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH1hh5xBw6 .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH1hh5xBw6 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH1hh5xBw6 .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH1hh5xBw6 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH1hh5xBw6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH1hh5xBw6 .mbr-text,
.cid-uH1hh5xBw6 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH1hh5xBw6 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH1hh5xBw6 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uELC93nia5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19212f;
}
.cid-uELC93nia5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uELC93nia5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uELC93nia5 a {
  font-weight: bold;
}
.cid-uELC93nia5 .row {
  flex-direction: row-reverse;
}
.cid-uELC93nia5 .container-fluid {
  padding: 0;
}
.cid-uELC93nia5 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uELC93nia5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uELC93nia5 .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uELC93nia5 .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uELC93nia5 .text-wrapper {
    padding: 1rem;
  }
}
.cid-uELC93nia5 .mbr-text,
.cid-uELC93nia5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uELC93nia5 .mbr-section-title {
  color: #ffffff;
}
.cid-uFpGQac0Xh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFpGQac0Xh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpGQac0Xh .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-uFpGQac0Xh .container {
    padding: 0 20px;
  }
}
.cid-uFpGQac0Xh .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFpGQac0Xh .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFpGQac0Xh .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFpGQac0Xh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFpGQac0Xh .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFpGQac0Xh .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFpGQac0Xh .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFpGQac0Xh .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFpGQac0Xh .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFpGQac0Xh .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFpGQac0Xh .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFpGQac0Xh .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFpGQac0Xh .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFpGQac0Xh .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFpGQac0Xh .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFpGQac0Xh .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFpGQac0Xh .content-wrapper .mbr-section-btn .btn-success,
.cid-uFpGQac0Xh .content-wrapper .mbr-section-btn .btn-info,
.cid-uFpGQac0Xh .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFpGQac0Xh .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFpGQac0Xh .content-wrapper .mbr-section-btn .btn-black,
.cid-uFpGQac0Xh .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFpGQac0Xh .mbr-section-title {
  color: #000000;
}
.cid-uFpGQac0Xh .mbr-desc,
.cid-uFpGQac0Xh .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpGQac0Xh .card-number {
  color: #ffffff;
}
.cid-uFpGQac0Xh .card-title {
  color: #000000;
}
.cid-uFpGQac0Xh .mbr-text,
.cid-uFpGQac0Xh .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpGQac0Xh .mbr-section-title,
.cid-uFpGQac0Xh .mbr-section-btn {
  text-align: center;
}
.cid-uFpGQac0Xh .card-title,
.cid-uFpGQac0Xh .icon-wrapper {
  color: #ffffff;
}
.cid-uFpGQac0Xh .mbr-section-title,
.cid-uFpGQac0Xh .mbr-section-btn,
.cid-uFpGQac0Xh .image-wrapper {
  color: #19212f;
}
.cid-uHjkvm4Ccb {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHjkvm4Ccb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjkvm4Ccb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjkvm4Ccb .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHjkvm4Ccb .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHjkvm4Ccb .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHjkvm4Ccb .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHjkvm4Ccb .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjkvm4Ccb .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHjkvm4Ccb .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHjkvm4Ccb .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHjkvm4Ccb .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHjkvm4Ccb .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHjkvm4Ccb .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHjkvm4Ccb .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHjkvm4Ccb .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHjkvm4Ccb .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHjkvm4Ccb .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHjkvm4Ccb .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHjkvm4Ccb .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHjkvm4Ccb .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjkvm4Ccb .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHjkvm4Ccb .mbr-section-title {
  color: #404349;
}
.cid-uHjkvm4Ccb .panel-title-edit {
  color: #ffffff;
}
.cid-uHjkvm4Ccb .panel-text {
  color: #404349;
}
.cid-uHjkvm4Ccb .panel-text,
.cid-uHjkvm4Ccb .panel-body {
  color: #ffffff;
}
.cid-uHjkvm4Ccb .mbr-section-title,
.cid-uHjkvm4Ccb .title-wrapper,
.cid-uHjkvm4Ccb .tabs-wrapper {
  color: #ffffff;
}
.cid-uDUdCBsPAa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDUdCBsPAa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uDUdCBsPAa .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uDUdCBsPAa input,
.cid-uDUdCBsPAa textarea {
  font-size: 14px;
}
.cid-uDUdCBsPAa input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uDUdCBsPAa textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uDUdCBsPAa .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uDUdCBsPAa .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uDUdCBsPAa img {
  width: 90%;
  border-radius: 8px;
}
.cid-uDUdCBsPAa .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uDUdCBsPAa .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uDUdCBsPAa .title-block {
  margin-bottom: 2rem;
}
.cid-uDUdCBsPAa .form-control,
.cid-uDUdCBsPAa .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDUdCBsPAa .form-control:hover,
.cid-uDUdCBsPAa .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uDUdCBsPAa .form-control:focus,
.cid-uDUdCBsPAa .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uDUdCBsPAa input::-webkit-input-placeholder,
.cid-uDUdCBsPAa textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uDUdCBsPAa input:-moz-placeholder,
.cid-uDUdCBsPAa textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uDUdCBsPAa .jq-selectbox li,
.cid-uDUdCBsPAa .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uDUdCBsPAa .jq-selectbox li:hover,
.cid-uDUdCBsPAa .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uDUdCBsPAa .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uDUdCBsPAa .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uDUdCBsPAa H5 {
  padding-bottom: 2rem;
}
.cid-uDUdCBsPAa .mbr-text {
  color: #777777;
}
.cid-uDUdCBsPAa .mbr-form {
  padding: 0rem;
}
.cid-uDUdCBsPAa .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uDUdCBsPAa .form-row {
    margin: 0;
  }
  .cid-uDUdCBsPAa .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uDUdCBsPAa .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uDUdCBsPAa img {
    width: 100%;
  }
}
.cid-uDUdCBsPAa .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uDUdCBsPAa H3 {
  color: #19212f;
}
.cid-uDUdCBsPAa .mbr-text,
.cid-uDUdCBsPAa .mbr-section-btn {
  color: #555555;
}
.cid-uDUJYeapXw {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uDUJYeapXw [class^="socicon-"]:before,
.cid-uDUJYeapXw [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uDUJYeapXw .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uDUJYeapXw .btn-social,
.cid-uDUJYeapXw .mbr-section-title {
  color: #57468b;
}
.cid-uDUJYeapXw .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uDUJYeapXw .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uDUJYeapXw .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uDUJYeapXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUJYeapXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe7Gh0ERv {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #19212f;
}
.cid-uFe7Gh0ERv .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe7Gh0ERv h5 {
  padding-bottom: 2rem;
}
.cid-uFe7Gh0ERv textarea {
  min-height: 150px;
}
.cid-uFe7Gh0ERv .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe7Gh0ERv h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe7Gh0ERv h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe7Gh0ERv h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe7Gh0ERv .form-control,
.cid-uFe7Gh0ERv .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe7Gh0ERv .form-control input::-webkit-input-placeholder,
.cid-uFe7Gh0ERv .field-input input::-webkit-input-placeholder,
.cid-uFe7Gh0ERv .form-control textarea::-webkit-input-placeholder,
.cid-uFe7Gh0ERv .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe7Gh0ERv .form-control input:-moz-placeholder,
.cid-uFe7Gh0ERv .field-input input:-moz-placeholder,
.cid-uFe7Gh0ERv .form-control textarea:-moz-placeholder,
.cid-uFe7Gh0ERv .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe7Gh0ERv .form-control:hover,
.cid-uFe7Gh0ERv .field-input:hover,
.cid-uFe7Gh0ERv .form-control:focus,
.cid-uFe7Gh0ERv .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe7Gh0ERv .form-control:hover input::-webkit-input-placeholder,
.cid-uFe7Gh0ERv .field-input:hover input::-webkit-input-placeholder,
.cid-uFe7Gh0ERv .form-control:focus input::-webkit-input-placeholder,
.cid-uFe7Gh0ERv .field-input:focus input::-webkit-input-placeholder,
.cid-uFe7Gh0ERv .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe7Gh0ERv .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe7Gh0ERv .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe7Gh0ERv .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe7Gh0ERv .form-control:hover input:-moz-placeholder,
.cid-uFe7Gh0ERv .field-input:hover input:-moz-placeholder,
.cid-uFe7Gh0ERv .form-control:focus input:-moz-placeholder,
.cid-uFe7Gh0ERv .field-input:focus input:-moz-placeholder,
.cid-uFe7Gh0ERv .form-control:hover textarea:-moz-placeholder,
.cid-uFe7Gh0ERv .field-input:hover textarea:-moz-placeholder,
.cid-uFe7Gh0ERv .form-control:focus textarea:-moz-placeholder,
.cid-uFe7Gh0ERv .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe7Gh0ERv .jq-number__spin:hover,
.cid-uFe7Gh0ERv .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe7Gh0ERv .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe7Gh0ERv .jq-selectbox li,
.cid-uFe7Gh0ERv .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe7Gh0ERv .jq-selectbox li:hover,
.cid-uFe7Gh0ERv .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe7Gh0ERv .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe7Gh0ERv .jq-number__spin.minus:hover:after,
.cid-uFe7Gh0ERv .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe7Gh0ERv .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe7Gh0ERv .jq-number__spin.minus:after,
.cid-uFe7Gh0ERv .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe7Gh0ERv input::-webkit-clear-button {
  display: none;
}
.cid-uFe7Gh0ERv input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe7Gh0ERv input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe7Gh0ERv input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe7Gh0ERv H5 {
  color: #ffffff;
}
.cid-uFe7Gh0ERv P {
  color: #767676;
}
.cid-uFe7Gh0ERv H3 {
  color: #e1201d;
}
.cid-uFe7Gh0ERv p,
.cid-uFe7Gh0ERv .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4COYRr2W {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4COYRr2W a {
  transition: 0.3s;
}
.cid-uL4COYRr2W h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4COYRr2W .card-img2 span {
  padding-top: 6px;
}
.cid-uL4COYRr2W .soc-item a {
  padding-top: 5px;
}
.cid-uL4COYRr2W .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4COYRr2W .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4COYRr2W .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4COYRr2W .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4COYRr2W .soc-item span {
  font-size: 1rem;
}
.cid-uL4COYRr2W .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4COYRr2W .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4COYRr2W .item h4 {
  margin: 0;
}
.cid-uL4COYRr2W .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4COYRr2W .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4COYRr2W img {
  width: 80%;
}
.cid-uL4COYRr2W .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4COYRr2W .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4COYRr2W .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4COYRr2W .container {
  padding: 0;
}
.cid-uL4COYRr2W .btn-primary {
  color: #333333 !important;
}
.cid-uL4COYRr2W .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uDUdCCaKJy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uDUdCCaKJy .media-container-row {
  align-items: center;
}
.cid-uDUdCCaKJy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDUdCCaKJy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDUdCCaKJy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uDUdCCaKJy .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uDUdCCaKJy .foot-menu-item {
  transform: 0.2s;
}
.cid-uDUdCCaKJy .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uDUdCCaKJy .foot-menu {
    justify-content: center;
  }
  .cid-uDUdCCaKJy .mbr-text {
    text-align: center;
  }
  .cid-uDUdCCaKJy .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uDUdCCaKJy .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uDUdCCaKJy .link:hover {
  text-decoration: underline;
}
.cid-uDUdCCaKJy .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uDUdCCaKJy .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uDUdCCaKJy .container {
    padding: 0;
  }
}
.cid-uDUdCCaKJy .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uDUMoyBl9Z {
  min-height: 85px !important;
  position: static;
}
.cid-uDUMoyBl9Z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDUMoyBl9Z .nav-item:focus,
.cid-uDUMoyBl9Z .nav-link:focus {
  outline: none;
}
.cid-uDUMoyBl9Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDUMoyBl9Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uDUMoyBl9Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDUMoyBl9Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDUMoyBl9Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDUMoyBl9Z .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uDUMoyBl9Z .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uDUMoyBl9Z .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uDUMoyBl9Z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDUMoyBl9Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDUMoyBl9Z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDUMoyBl9Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDUMoyBl9Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDUMoyBl9Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uDUMoyBl9Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDUMoyBl9Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDUMoyBl9Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDUMoyBl9Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDUMoyBl9Z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDUMoyBl9Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDUMoyBl9Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDUMoyBl9Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uDUMoyBl9Z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uDUMoyBl9Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDUMoyBl9Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDUMoyBl9Z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uDUMoyBl9Z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDUMoyBl9Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDUMoyBl9Z .navbar.navbar-short {
  background: #19212f;
}
.cid-uDUMoyBl9Z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDUMoyBl9Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDUMoyBl9Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDUMoyBl9Z .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uDUMoyBl9Z .dropdown-item.active,
.cid-uDUMoyBl9Z .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uDUMoyBl9Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDUMoyBl9Z .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uDUMoyBl9Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uDUMoyBl9Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDUMoyBl9Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDUMoyBl9Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDUMoyBl9Z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uDUMoyBl9Z .navbar-nav {
  margin: auto;
}
.cid-uDUMoyBl9Z .navbar-buttons {
  text-align: center;
}
.cid-uDUMoyBl9Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDUMoyBl9Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDUMoyBl9Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDUMoyBl9Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDUMoyBl9Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDUMoyBl9Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDUMoyBl9Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDUMoyBl9Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDUMoyBl9Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDUMoyBl9Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDUMoyBl9Z .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uDUMoyBl9Z a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDUMoyBl9Z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDUMoyBl9Z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uDUMoyBl9Z .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDUMoyBl9Z .navbar {
    height: 77px;
  }
  .cid-uDUMoyBl9Z .navbar.opened {
    height: auto;
  }
}
.cid-uDUMoyBl9Z .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uDUMoyBl9Z .text-btn {
  transition: transform 0.3s;
}
.cid-uDUMoyBl9Z .btn:hover {
  transform: scale(0.8);
}
.cid-uDUMoyBl9Z .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uDUMoyBl9Z .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uDUMoyBl9Z .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uDUMoyBl9Z .nav-link:hover::before {
  width: 100%;
}
.cid-uDUMoyBl9Z .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uDUMoyBl9Z .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uDUMoyBl9Z .link {
  margin: 0rem 1.2rem !important;
}
.cid-uDUMoyBl9Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uDUMoyBl9Z .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uDUMoyBl9Z .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uDUMoyBl9Z .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uDUMoyBl9Z .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uDUMoyBl9Z .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uDUMoyBl9Z .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uDUMoyBl9Z .dropdown-menu::before {
    display: none !important;
  }
  .cid-uDUMoyBl9Z .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uDUMoyBl9Z .dropdown-menu > a::after {
    display: none;
  }
  .cid-uDUMoyBl9Z .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uDUMoyBl9Z .nav-link::before {
    display: none;
  }
  .cid-uDUMoyBl9Z .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uDUMoyBl9Z .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uDUMoyBl9Z .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uDUMoyBl9Z .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uDUMoyBl9Z .nav-dropdown .dropdown-item:focus,
  .cid-uDUMoyBl9Z .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uDUMoyBl9Z .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uDUMoyBl9Z .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDUMoyBl9Z .container-fluid {
    padding-right: 0rem;
  }
  .cid-uDUMoyBl9Z .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uDUMoyBl9Z .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uDUMoyBl9Z .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uDUMoyBl9Z .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uDUMoyBl9Z .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uDUMoyBl9Z .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uDUMoyBl9Z .nav-dropdown .dropdown-item:focus,
  .cid-uDUMoyBl9Z .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uDUMoyBl9Z .btn-primary {
  color: #354463 !important;
}
.cid-uDUMoyBl9Z .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uDUMoyBl9Z .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uDUMoyBl9Z .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uDUMoyTDYq {
  overflow-x: hidden !important;
}
.cid-uDUMoyTDYq,
.cid-uDUMoyTDYq .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uDUMoyTDYq .mbr-section-title {
  color: #ffffff;
}
.cid-uDUMoyTDYq .mbr-section-title span {
  color: #ffffff;
}
.cid-uDUMoyTDYq .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uDUMoyTDYq .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/img-7968-2000x1500.jpeg");
}
.cid-uDUMoyTDYq .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uDUMoyTDYq .mbr-overlay {
  z-index: 1;
}
.cid-uDUMoyTDYq .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uDUMozbYz1 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uDUMozbYz1 .text-wrap {
  margin-top: 32px;
}
.cid-uDUMozbYz1 .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uDUMozbYz1 .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uDUMozbYz1 .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uDUMozbYz1 .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uDUMozbYz1 .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uDUMozbYz1 .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uDUMozbYz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUMozbYz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUMozbYz1 .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uDUMozbYz1 .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uDUMozbYz1 .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uDUMozbYz1 .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uDUMozvHyD {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uDUMozvHyD .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uDUMozvHyD .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uDUMozvHyD .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uDUMozvHyD .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uDUMozvHyD .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uDUMozvHyD .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uDUMozvHyD .mbr-gallery-filter ul {
  display: block;
}
.cid-uDUMozvHyD .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uDUMozvHyD .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uDUMozvHyD .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uDUMozvHyD .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uDUMozvHyD .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uDUMozvHyD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uDUMozvHyD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uDUMozvHyD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uDUMozvHyD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uDUMozvHyD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uDUMozvHyD .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uDUMozvHyD .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uDUMozvHyD .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uDUMozvHyD .mbr-gallery-item > div img,
.cid-uDUMozvHyD .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uDUMozvHyD .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uDUMozvHyD .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uDUMozvHyD .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uDUMozvHyD .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uDUMozvHyD .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uDUMozvHyD .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uDUMozvHyD .mbr-section-title {
    text-align: center;
  }
  .cid-uDUMozvHyD .image {
    top: auto;
    height: 420px;
  }
  .cid-uDUMozvHyD .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uDUMozvHyD .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uDUMozvHyD .mbr-gallery-item > div img,
  .cid-uDUMozvHyD .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uDUMozvHyD .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uDUMozvHyD .image {
    height: 290px;
  }
}
.cid-uFeXup8ZjU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFeXup8ZjU .mbr-text {
  color: #767676;
}
.cid-uFeXup8ZjU .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFeXup8ZjU .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFeXup8ZjU .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFeXup8ZjU .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFeXup8ZjU .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFeXup8ZjU .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFeXup8ZjU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFeXup8ZjU .card {
    margin-bottom: 2rem;
  }
}
.cid-uFeXup8ZjU .text-link {
  font-weight: 800 !important;
}
.cid-uFeXup8ZjU .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFeXup8ZjU .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFeXup8ZjU .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFeXup8ZjU .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFeXup8ZjU .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFeXup8ZjU .card:hover .text-link {
  color: #fff !important;
}
.cid-uFeXup8ZjU .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFeXup8ZjU .card:hover .link {
  transform: translateX(42px);
}
.cid-uFeXup8ZjU .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFeXup8ZjU h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uDUMoAwYbO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uDUMoAwYbO .container {
    padding: 0 24px;
  }
}
.cid-uDUMoAwYbO .card {
  justify-content: center;
}
.cid-uDUMoAwYbO .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uDUMoAwYbO .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uDUMoAwYbO .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uDUMoAwYbO .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDUMoAwYbO .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uDUMoAwYbO .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uDUMoAwYbO .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uDUMoAwYbO .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uDUMoAwYbO .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uDUMoAwYbO .mbr-section-title {
  color: #F9F6E0;
}
.cid-uDUMoAwYbO .mbr-desc {
  color: #ffffff;
}
.cid-uDUMoAwYbO .mbr-text {
  color: #ffffff;
}
.cid-uDUMoAwYbO .mbr-section-btn {
  text-align: right;
}
.cid-uDUMoAwYbO .mbr-section-title,
.cid-uDUMoAwYbO .mbr-section-btn {
  color: #ffffff;
}
.cid-uDUMoAIyFl {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH7570SRVJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH7570SRVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7570SRVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH7570SRVJ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH7570SRVJ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH7570SRVJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH7570SRVJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH7570SRVJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH7570SRVJ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH7570SRVJ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH7570SRVJ .item {
    margin-bottom: 28px;
  }
}
.cid-uH7570SRVJ .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH7570SRVJ .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH7570SRVJ .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH7570SRVJ .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH7570SRVJ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH7570SRVJ .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH7570SRVJ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH7570SRVJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7570SRVJ .mbr-text,
.cid-uH7570SRVJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH7570SRVJ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7570SRVJ .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uGnfRXy9jd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19212f;
}
.cid-uGnfRXy9jd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnfRXy9jd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnfRXy9jd a {
  font-weight: bold;
}
.cid-uGnfRXy9jd .row {
  flex-direction: row-reverse;
}
.cid-uGnfRXy9jd .container-fluid {
  padding: 0;
}
.cid-uGnfRXy9jd img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uGnfRXy9jd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGnfRXy9jd .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uGnfRXy9jd .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uGnfRXy9jd .text-wrapper {
    padding: 1rem;
  }
}
.cid-uGnfRXy9jd .mbr-text,
.cid-uGnfRXy9jd .mbr-section-btn {
  color: #ffffff;
}
.cid-uGnfRXy9jd .mbr-section-title {
  color: #ffffff;
}
.cid-uFpHjGrvNk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFpHjGrvNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpHjGrvNk .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-uFpHjGrvNk .container {
    padding: 0 20px;
  }
}
.cid-uFpHjGrvNk .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFpHjGrvNk .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFpHjGrvNk .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFpHjGrvNk .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFpHjGrvNk .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFpHjGrvNk .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFpHjGrvNk .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFpHjGrvNk .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFpHjGrvNk .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFpHjGrvNk .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFpHjGrvNk .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFpHjGrvNk .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFpHjGrvNk .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFpHjGrvNk .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFpHjGrvNk .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFpHjGrvNk .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFpHjGrvNk .content-wrapper .mbr-section-btn .btn-success,
.cid-uFpHjGrvNk .content-wrapper .mbr-section-btn .btn-info,
.cid-uFpHjGrvNk .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFpHjGrvNk .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFpHjGrvNk .content-wrapper .mbr-section-btn .btn-black,
.cid-uFpHjGrvNk .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFpHjGrvNk .mbr-section-title {
  color: #000000;
}
.cid-uFpHjGrvNk .mbr-desc,
.cid-uFpHjGrvNk .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpHjGrvNk .card-number {
  color: #ffffff;
}
.cid-uFpHjGrvNk .card-title {
  color: #000000;
}
.cid-uFpHjGrvNk .mbr-text,
.cid-uFpHjGrvNk .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpHjGrvNk .mbr-section-title,
.cid-uFpHjGrvNk .mbr-section-btn {
  text-align: center;
}
.cid-uFpHjGrvNk .card-title,
.cid-uFpHjGrvNk .icon-wrapper {
  color: #ffffff;
}
.cid-uFpHjGrvNk .mbr-section-title,
.cid-uFpHjGrvNk .mbr-section-btn,
.cid-uFpHjGrvNk .image-wrapper {
  color: #19212f;
}
.cid-uHjkyh3jv7 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHjkyh3jv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjkyh3jv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjkyh3jv7 .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHjkyh3jv7 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHjkyh3jv7 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHjkyh3jv7 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHjkyh3jv7 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjkyh3jv7 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHjkyh3jv7 .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHjkyh3jv7 .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHjkyh3jv7 .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHjkyh3jv7 .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHjkyh3jv7 .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHjkyh3jv7 .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHjkyh3jv7 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHjkyh3jv7 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHjkyh3jv7 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHjkyh3jv7 .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHjkyh3jv7 .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHjkyh3jv7 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjkyh3jv7 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHjkyh3jv7 .mbr-section-title {
  color: #404349;
}
.cid-uHjkyh3jv7 .panel-title-edit {
  color: #ffffff;
}
.cid-uHjkyh3jv7 .panel-text {
  color: #404349;
}
.cid-uHjkyh3jv7 .panel-text,
.cid-uHjkyh3jv7 .panel-body {
  color: #ffffff;
}
.cid-uHjkyh3jv7 .mbr-section-title,
.cid-uHjkyh3jv7 .title-wrapper,
.cid-uHjkyh3jv7 .tabs-wrapper {
  color: #ffffff;
}
.cid-uDUMoBzsOi {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDUMoBzsOi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uDUMoBzsOi .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uDUMoBzsOi input,
.cid-uDUMoBzsOi textarea {
  font-size: 14px;
}
.cid-uDUMoBzsOi input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uDUMoBzsOi textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uDUMoBzsOi .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uDUMoBzsOi .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uDUMoBzsOi img {
  width: 90%;
  border-radius: 8px;
}
.cid-uDUMoBzsOi .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uDUMoBzsOi .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uDUMoBzsOi .title-block {
  margin-bottom: 2rem;
}
.cid-uDUMoBzsOi .form-control,
.cid-uDUMoBzsOi .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDUMoBzsOi .form-control:hover,
.cid-uDUMoBzsOi .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uDUMoBzsOi .form-control:focus,
.cid-uDUMoBzsOi .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uDUMoBzsOi input::-webkit-input-placeholder,
.cid-uDUMoBzsOi textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uDUMoBzsOi input:-moz-placeholder,
.cid-uDUMoBzsOi textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uDUMoBzsOi .jq-selectbox li,
.cid-uDUMoBzsOi .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uDUMoBzsOi .jq-selectbox li:hover,
.cid-uDUMoBzsOi .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uDUMoBzsOi .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uDUMoBzsOi .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uDUMoBzsOi H5 {
  padding-bottom: 2rem;
}
.cid-uDUMoBzsOi .mbr-text {
  color: #777777;
}
.cid-uDUMoBzsOi .mbr-form {
  padding: 0rem;
}
.cid-uDUMoBzsOi .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uDUMoBzsOi .form-row {
    margin: 0;
  }
  .cid-uDUMoBzsOi .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uDUMoBzsOi .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uDUMoBzsOi img {
    width: 100%;
  }
}
.cid-uDUMoBzsOi .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uDUMoBzsOi H3 {
  color: #19212f;
}
.cid-uDUMoBzsOi .mbr-text,
.cid-uDUMoBzsOi .mbr-section-btn {
  color: #555555;
}
.cid-uFeXvw0vZ4 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFeXvw0vZ4 [class^="socicon-"]:before,
.cid-uFeXvw0vZ4 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFeXvw0vZ4 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFeXvw0vZ4 .btn-social,
.cid-uFeXvw0vZ4 .mbr-section-title {
  color: #57468b;
}
.cid-uFeXvw0vZ4 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFeXvw0vZ4 .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFeXvw0vZ4 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFeXvw0vZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFeXvw0vZ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe7wB74CB {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe7wB74CB .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe7wB74CB h5 {
  padding-bottom: 2rem;
}
.cid-uFe7wB74CB textarea {
  min-height: 150px;
}
.cid-uFe7wB74CB .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe7wB74CB h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe7wB74CB h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe7wB74CB h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe7wB74CB .form-control,
.cid-uFe7wB74CB .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe7wB74CB .form-control input::-webkit-input-placeholder,
.cid-uFe7wB74CB .field-input input::-webkit-input-placeholder,
.cid-uFe7wB74CB .form-control textarea::-webkit-input-placeholder,
.cid-uFe7wB74CB .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe7wB74CB .form-control input:-moz-placeholder,
.cid-uFe7wB74CB .field-input input:-moz-placeholder,
.cid-uFe7wB74CB .form-control textarea:-moz-placeholder,
.cid-uFe7wB74CB .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe7wB74CB .form-control:hover,
.cid-uFe7wB74CB .field-input:hover,
.cid-uFe7wB74CB .form-control:focus,
.cid-uFe7wB74CB .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe7wB74CB .form-control:hover input::-webkit-input-placeholder,
.cid-uFe7wB74CB .field-input:hover input::-webkit-input-placeholder,
.cid-uFe7wB74CB .form-control:focus input::-webkit-input-placeholder,
.cid-uFe7wB74CB .field-input:focus input::-webkit-input-placeholder,
.cid-uFe7wB74CB .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe7wB74CB .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe7wB74CB .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe7wB74CB .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe7wB74CB .form-control:hover input:-moz-placeholder,
.cid-uFe7wB74CB .field-input:hover input:-moz-placeholder,
.cid-uFe7wB74CB .form-control:focus input:-moz-placeholder,
.cid-uFe7wB74CB .field-input:focus input:-moz-placeholder,
.cid-uFe7wB74CB .form-control:hover textarea:-moz-placeholder,
.cid-uFe7wB74CB .field-input:hover textarea:-moz-placeholder,
.cid-uFe7wB74CB .form-control:focus textarea:-moz-placeholder,
.cid-uFe7wB74CB .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe7wB74CB .jq-number__spin:hover,
.cid-uFe7wB74CB .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe7wB74CB .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe7wB74CB .jq-selectbox li,
.cid-uFe7wB74CB .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe7wB74CB .jq-selectbox li:hover,
.cid-uFe7wB74CB .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe7wB74CB .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe7wB74CB .jq-number__spin.minus:hover:after,
.cid-uFe7wB74CB .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe7wB74CB .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe7wB74CB .jq-number__spin.minus:after,
.cid-uFe7wB74CB .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe7wB74CB input::-webkit-clear-button {
  display: none;
}
.cid-uFe7wB74CB input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe7wB74CB input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe7wB74CB input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe7wB74CB H5 {
  color: #ffffff;
}
.cid-uFe7wB74CB P {
  color: #767676;
}
.cid-uFe7wB74CB H3 {
  color: #e1201d;
}
.cid-uFe7wB74CB p,
.cid-uFe7wB74CB .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4CRDEo7G {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4CRDEo7G a {
  transition: 0.3s;
}
.cid-uL4CRDEo7G h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4CRDEo7G .card-img2 span {
  padding-top: 6px;
}
.cid-uL4CRDEo7G .soc-item a {
  padding-top: 5px;
}
.cid-uL4CRDEo7G .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4CRDEo7G .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4CRDEo7G .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4CRDEo7G .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4CRDEo7G .soc-item span {
  font-size: 1rem;
}
.cid-uL4CRDEo7G .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4CRDEo7G .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4CRDEo7G .item h4 {
  margin: 0;
}
.cid-uL4CRDEo7G .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4CRDEo7G .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4CRDEo7G img {
  width: 80%;
}
.cid-uL4CRDEo7G .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4CRDEo7G .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4CRDEo7G .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4CRDEo7G .container {
  padding: 0;
}
.cid-uL4CRDEo7G .btn-primary {
  color: #333333 !important;
}
.cid-uL4CRDEo7G .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uDUMoCgwMl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uDUMoCgwMl .media-container-row {
  align-items: center;
}
.cid-uDUMoCgwMl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDUMoCgwMl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDUMoCgwMl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uDUMoCgwMl .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uDUMoCgwMl .foot-menu-item {
  transform: 0.2s;
}
.cid-uDUMoCgwMl .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uDUMoCgwMl .foot-menu {
    justify-content: center;
  }
  .cid-uDUMoCgwMl .mbr-text {
    text-align: center;
  }
  .cid-uDUMoCgwMl .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uDUMoCgwMl .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uDUMoCgwMl .link:hover {
  text-decoration: underline;
}
.cid-uDUMoCgwMl .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uDUMoCgwMl .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uDUMoCgwMl .container {
    padding: 0;
  }
}
.cid-uDUMoCgwMl .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uF8xP6EJXY {
  min-height: 85px !important;
  position: static;
}
.cid-uF8xP6EJXY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF8xP6EJXY .nav-item:focus,
.cid-uF8xP6EJXY .nav-link:focus {
  outline: none;
}
.cid-uF8xP6EJXY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF8xP6EJXY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF8xP6EJXY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF8xP6EJXY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF8xP6EJXY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF8xP6EJXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uF8xP6EJXY .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uF8xP6EJXY .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uF8xP6EJXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF8xP6EJXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF8xP6EJXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF8xP6EJXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF8xP6EJXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF8xP6EJXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF8xP6EJXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF8xP6EJXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF8xP6EJXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF8xP6EJXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF8xP6EJXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF8xP6EJXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF8xP6EJXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF8xP6EJXY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF8xP6EJXY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF8xP6EJXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF8xP6EJXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF8xP6EJXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF8xP6EJXY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF8xP6EJXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF8xP6EJXY .navbar.navbar-short {
  background: #19212f;
}
.cid-uF8xP6EJXY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF8xP6EJXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF8xP6EJXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF8xP6EJXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uF8xP6EJXY .dropdown-item.active,
.cid-uF8xP6EJXY .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uF8xP6EJXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF8xP6EJXY .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uF8xP6EJXY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uF8xP6EJXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF8xP6EJXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF8xP6EJXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF8xP6EJXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF8xP6EJXY .navbar-nav {
  margin: auto;
}
.cid-uF8xP6EJXY .navbar-buttons {
  text-align: center;
}
.cid-uF8xP6EJXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF8xP6EJXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF8xP6EJXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF8xP6EJXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF8xP6EJXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF8xP6EJXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF8xP6EJXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF8xP6EJXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF8xP6EJXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF8xP6EJXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF8xP6EJXY .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uF8xP6EJXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF8xP6EJXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF8xP6EJXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uF8xP6EJXY .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF8xP6EJXY .navbar {
    height: 77px;
  }
  .cid-uF8xP6EJXY .navbar.opened {
    height: auto;
  }
}
.cid-uF8xP6EJXY .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uF8xP6EJXY .text-btn {
  transition: transform 0.3s;
}
.cid-uF8xP6EJXY .btn:hover {
  transform: scale(0.8);
}
.cid-uF8xP6EJXY .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uF8xP6EJXY .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uF8xP6EJXY .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uF8xP6EJXY .nav-link:hover::before {
  width: 100%;
}
.cid-uF8xP6EJXY .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uF8xP6EJXY .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uF8xP6EJXY .link {
  margin: 0rem 1.2rem !important;
}
.cid-uF8xP6EJXY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uF8xP6EJXY .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uF8xP6EJXY .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uF8xP6EJXY .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uF8xP6EJXY .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uF8xP6EJXY .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uF8xP6EJXY .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uF8xP6EJXY .dropdown-menu::before {
    display: none !important;
  }
  .cid-uF8xP6EJXY .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uF8xP6EJXY .dropdown-menu > a::after {
    display: none;
  }
  .cid-uF8xP6EJXY .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uF8xP6EJXY .nav-link::before {
    display: none;
  }
  .cid-uF8xP6EJXY .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uF8xP6EJXY .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uF8xP6EJXY .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uF8xP6EJXY .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uF8xP6EJXY .nav-dropdown .dropdown-item:focus,
  .cid-uF8xP6EJXY .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uF8xP6EJXY .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uF8xP6EJXY .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF8xP6EJXY .container-fluid {
    padding-right: 0rem;
  }
  .cid-uF8xP6EJXY .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uF8xP6EJXY .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uF8xP6EJXY .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uF8xP6EJXY .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uF8xP6EJXY .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uF8xP6EJXY .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uF8xP6EJXY .nav-dropdown .dropdown-item:focus,
  .cid-uF8xP6EJXY .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uF8xP6EJXY .btn-primary {
  color: #354463 !important;
}
.cid-uF8xP6EJXY .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uF8xP6EJXY .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uF8xP6EJXY .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uF8xP6Z9WR {
  overflow-x: hidden !important;
}
.cid-uF8xP6Z9WR,
.cid-uF8xP6Z9WR .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uF8xP6Z9WR .mbr-section-title {
  color: #ffffff;
}
.cid-uF8xP6Z9WR .mbr-section-title span {
  color: #ffffff;
}
.cid-uF8xP6Z9WR .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uF8xP6Z9WR .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/maxresdefault-1280x720.jpeg");
}
.cid-uF8xP6Z9WR .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uF8xP6Z9WR .mbr-overlay {
  z-index: 1;
}
.cid-uF8xP6Z9WR .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uF8xP7c4br {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uF8xP7c4br .text-wrap {
  margin-top: 32px;
}
.cid-uF8xP7c4br .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uF8xP7c4br .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uF8xP7c4br .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uF8xP7c4br .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uF8xP7c4br .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uF8xP7c4br .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uF8xP7c4br .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8xP7c4br .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8xP7c4br .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uF8xP7c4br .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uF8xP7c4br .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uF8xP7c4br .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uF8yq7MdP7 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #19212f;
}
.cid-uF8yq7MdP7 .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uF8yq7MdP7 .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uF8yq7MdP7 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uF8yq7MdP7 .card-img span {
  color: #df220e;
}
.cid-uF8yq7MdP7 .row-item {
  margin-bottom: 2rem;
}
.cid-uF8yq7MdP7 .row-item:hover .wrapper {
  background: linear-gradient(90deg, #eb4635, #ab0d0d);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uF8yq7MdP7 .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-uF8yq7MdP7 .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-uF8yq7MdP7 .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uF8xP7uJsG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uF8xP7uJsG .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uF8xP7uJsG .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uF8xP7uJsG .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uF8xP7uJsG .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uF8xP7uJsG .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uF8xP7uJsG .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uF8xP7uJsG .mbr-gallery-filter ul {
  display: block;
}
.cid-uF8xP7uJsG .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uF8xP7uJsG .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uF8xP7uJsG .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uF8xP7uJsG .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uF8xP7uJsG .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uF8xP7uJsG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uF8xP7uJsG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uF8xP7uJsG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uF8xP7uJsG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uF8xP7uJsG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uF8xP7uJsG .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uF8xP7uJsG .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uF8xP7uJsG .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uF8xP7uJsG .mbr-gallery-item > div img,
.cid-uF8xP7uJsG .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uF8xP7uJsG .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uF8xP7uJsG .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uF8xP7uJsG .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uF8xP7uJsG .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uF8xP7uJsG .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uF8xP7uJsG .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uF8xP7uJsG .mbr-section-title {
    text-align: center;
  }
  .cid-uF8xP7uJsG .image {
    top: auto;
    height: 420px;
  }
  .cid-uF8xP7uJsG .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uF8xP7uJsG .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uF8xP7uJsG .mbr-gallery-item > div img,
  .cid-uF8xP7uJsG .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uF8xP7uJsG .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uF8xP7uJsG .image {
    height: 290px;
  }
}
.cid-uFeZkxRpNB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFeZkxRpNB .mbr-text {
  color: #767676;
}
.cid-uFeZkxRpNB .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFeZkxRpNB .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFeZkxRpNB .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFeZkxRpNB .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFeZkxRpNB .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFeZkxRpNB .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFeZkxRpNB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFeZkxRpNB .card {
    margin-bottom: 2rem;
  }
}
.cid-uFeZkxRpNB .text-link {
  font-weight: 800 !important;
}
.cid-uFeZkxRpNB .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFeZkxRpNB .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFeZkxRpNB .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFeZkxRpNB .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFeZkxRpNB .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFeZkxRpNB .card:hover .text-link {
  color: #fff !important;
}
.cid-uFeZkxRpNB .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFeZkxRpNB .card:hover .link {
  transform: translateX(42px);
}
.cid-uFeZkxRpNB .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFeZkxRpNB h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uF8xP8vtTZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uF8xP8vtTZ .container {
    padding: 0 24px;
  }
}
.cid-uF8xP8vtTZ .card {
  justify-content: center;
}
.cid-uF8xP8vtTZ .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uF8xP8vtTZ .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uF8xP8vtTZ .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF8xP8vtTZ .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uF8xP8vtTZ .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uF8xP8vtTZ .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uF8xP8vtTZ .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uF8xP8vtTZ .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uF8xP8vtTZ .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uF8xP8vtTZ .mbr-section-title {
  color: #F9F6E0;
}
.cid-uF8xP8vtTZ .mbr-desc {
  color: #ffffff;
}
.cid-uF8xP8vtTZ .mbr-text {
  color: #ffffff;
}
.cid-uF8xP8vtTZ .mbr-section-btn {
  text-align: right;
}
.cid-uF8xP8vtTZ .mbr-section-title,
.cid-uF8xP8vtTZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uF8xP8L5tC {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH75jfIdMx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH75jfIdMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH75jfIdMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH75jfIdMx .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH75jfIdMx .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH75jfIdMx .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH75jfIdMx .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH75jfIdMx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH75jfIdMx .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH75jfIdMx .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH75jfIdMx .item {
    margin-bottom: 28px;
  }
}
.cid-uH75jfIdMx .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH75jfIdMx .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH75jfIdMx .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH75jfIdMx .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH75jfIdMx .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH75jfIdMx .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH75jfIdMx .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH75jfIdMx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH75jfIdMx .mbr-text,
.cid-uH75jfIdMx .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH75jfIdMx .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH75jfIdMx .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uG5ZAuuTnM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19212f;
}
.cid-uG5ZAuuTnM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5ZAuuTnM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5ZAuuTnM a {
  font-weight: bold;
}
.cid-uG5ZAuuTnM .row {
  flex-direction: row-reverse;
}
.cid-uG5ZAuuTnM .container-fluid {
  padding: 0;
}
.cid-uG5ZAuuTnM img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uG5ZAuuTnM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uG5ZAuuTnM .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uG5ZAuuTnM .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uG5ZAuuTnM .text-wrapper {
    padding: 1rem;
  }
}
.cid-uG5ZAuuTnM .mbr-text,
.cid-uG5ZAuuTnM .mbr-section-btn {
  color: #ffffff;
}
.cid-uG5ZAuuTnM .mbr-section-title {
  color: #ffffff;
}
.cid-uFpI21GAGi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFpI21GAGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpI21GAGi .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-uFpI21GAGi .container {
    padding: 0 20px;
  }
}
.cid-uFpI21GAGi .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFpI21GAGi .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFpI21GAGi .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFpI21GAGi .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFpI21GAGi .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFpI21GAGi .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFpI21GAGi .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFpI21GAGi .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFpI21GAGi .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFpI21GAGi .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFpI21GAGi .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFpI21GAGi .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFpI21GAGi .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFpI21GAGi .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFpI21GAGi .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFpI21GAGi .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFpI21GAGi .content-wrapper .mbr-section-btn .btn-success,
.cid-uFpI21GAGi .content-wrapper .mbr-section-btn .btn-info,
.cid-uFpI21GAGi .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFpI21GAGi .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFpI21GAGi .content-wrapper .mbr-section-btn .btn-black,
.cid-uFpI21GAGi .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFpI21GAGi .mbr-section-title {
  color: #000000;
}
.cid-uFpI21GAGi .mbr-desc,
.cid-uFpI21GAGi .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpI21GAGi .card-number {
  color: #ffffff;
}
.cid-uFpI21GAGi .card-title {
  color: #000000;
}
.cid-uFpI21GAGi .mbr-text,
.cid-uFpI21GAGi .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpI21GAGi .mbr-section-title,
.cid-uFpI21GAGi .mbr-section-btn {
  text-align: center;
}
.cid-uFpI21GAGi .card-title,
.cid-uFpI21GAGi .icon-wrapper {
  color: #ffffff;
}
.cid-uFpI21GAGi .mbr-section-title,
.cid-uFpI21GAGi .mbr-section-btn,
.cid-uFpI21GAGi .image-wrapper {
  color: #19212f;
}
.cid-uG615UM9ov {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uG615UM9ov .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG615UM9ov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG615UM9ov .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uG615UM9ov .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uG615UM9ov .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uG615UM9ov .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG615UM9ov .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG615UM9ov .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uG615UM9ov .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uG615UM9ov .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uG615UM9ov .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uG615UM9ov .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uG615UM9ov .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uG615UM9ov .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uG615UM9ov .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uG615UM9ov .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uG615UM9ov .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uG615UM9ov .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uG615UM9ov .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uG615UM9ov .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG615UM9ov .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uG615UM9ov .mbr-section-title {
  color: #404349;
}
.cid-uG615UM9ov .panel-title-edit {
  color: #ffffff;
}
.cid-uG615UM9ov .panel-text {
  color: #404349;
}
.cid-uG615UM9ov .panel-text,
.cid-uG615UM9ov .panel-body {
  color: #ffffff;
}
.cid-uG615UM9ov .mbr-section-title,
.cid-uG615UM9ov .title-wrapper,
.cid-uG615UM9ov .tabs-wrapper {
  color: #ffffff;
}
.cid-uF8xP9NvzX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF8xP9NvzX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uF8xP9NvzX .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uF8xP9NvzX input,
.cid-uF8xP9NvzX textarea {
  font-size: 14px;
}
.cid-uF8xP9NvzX input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uF8xP9NvzX textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uF8xP9NvzX .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uF8xP9NvzX .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uF8xP9NvzX img {
  width: 90%;
  border-radius: 8px;
}
.cid-uF8xP9NvzX .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uF8xP9NvzX .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uF8xP9NvzX .title-block {
  margin-bottom: 2rem;
}
.cid-uF8xP9NvzX .form-control,
.cid-uF8xP9NvzX .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF8xP9NvzX .form-control:hover,
.cid-uF8xP9NvzX .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF8xP9NvzX .form-control:focus,
.cid-uF8xP9NvzX .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF8xP9NvzX input::-webkit-input-placeholder,
.cid-uF8xP9NvzX textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uF8xP9NvzX input:-moz-placeholder,
.cid-uF8xP9NvzX textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uF8xP9NvzX .jq-selectbox li,
.cid-uF8xP9NvzX .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uF8xP9NvzX .jq-selectbox li:hover,
.cid-uF8xP9NvzX .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uF8xP9NvzX .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uF8xP9NvzX .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uF8xP9NvzX H5 {
  padding-bottom: 2rem;
}
.cid-uF8xP9NvzX .mbr-text {
  color: #777777;
}
.cid-uF8xP9NvzX .mbr-form {
  padding: 0rem;
}
.cid-uF8xP9NvzX .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF8xP9NvzX .form-row {
    margin: 0;
  }
  .cid-uF8xP9NvzX .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uF8xP9NvzX .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uF8xP9NvzX img {
    width: 100%;
  }
}
.cid-uF8xP9NvzX .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uF8xP9NvzX H3 {
  color: #19212f;
}
.cid-uF8xP9NvzX .mbr-text,
.cid-uF8xP9NvzX .mbr-section-btn {
  color: #555555;
}
.cid-uFeZlCifNP {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFeZlCifNP [class^="socicon-"]:before,
.cid-uFeZlCifNP [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFeZlCifNP .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFeZlCifNP .btn-social,
.cid-uFeZlCifNP .mbr-section-title {
  color: #57468b;
}
.cid-uFeZlCifNP .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFeZlCifNP .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFeZlCifNP .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFeZlCifNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFeZlCifNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe7igJzw9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #19212f;
}
.cid-uFe7igJzw9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe7igJzw9 h5 {
  padding-bottom: 2rem;
}
.cid-uFe7igJzw9 textarea {
  min-height: 150px;
}
.cid-uFe7igJzw9 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe7igJzw9 h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe7igJzw9 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe7igJzw9 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe7igJzw9 .form-control,
.cid-uFe7igJzw9 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe7igJzw9 .form-control input::-webkit-input-placeholder,
.cid-uFe7igJzw9 .field-input input::-webkit-input-placeholder,
.cid-uFe7igJzw9 .form-control textarea::-webkit-input-placeholder,
.cid-uFe7igJzw9 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe7igJzw9 .form-control input:-moz-placeholder,
.cid-uFe7igJzw9 .field-input input:-moz-placeholder,
.cid-uFe7igJzw9 .form-control textarea:-moz-placeholder,
.cid-uFe7igJzw9 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe7igJzw9 .form-control:hover,
.cid-uFe7igJzw9 .field-input:hover,
.cid-uFe7igJzw9 .form-control:focus,
.cid-uFe7igJzw9 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe7igJzw9 .form-control:hover input::-webkit-input-placeholder,
.cid-uFe7igJzw9 .field-input:hover input::-webkit-input-placeholder,
.cid-uFe7igJzw9 .form-control:focus input::-webkit-input-placeholder,
.cid-uFe7igJzw9 .field-input:focus input::-webkit-input-placeholder,
.cid-uFe7igJzw9 .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe7igJzw9 .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe7igJzw9 .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe7igJzw9 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe7igJzw9 .form-control:hover input:-moz-placeholder,
.cid-uFe7igJzw9 .field-input:hover input:-moz-placeholder,
.cid-uFe7igJzw9 .form-control:focus input:-moz-placeholder,
.cid-uFe7igJzw9 .field-input:focus input:-moz-placeholder,
.cid-uFe7igJzw9 .form-control:hover textarea:-moz-placeholder,
.cid-uFe7igJzw9 .field-input:hover textarea:-moz-placeholder,
.cid-uFe7igJzw9 .form-control:focus textarea:-moz-placeholder,
.cid-uFe7igJzw9 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe7igJzw9 .jq-number__spin:hover,
.cid-uFe7igJzw9 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe7igJzw9 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe7igJzw9 .jq-selectbox li,
.cid-uFe7igJzw9 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe7igJzw9 .jq-selectbox li:hover,
.cid-uFe7igJzw9 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe7igJzw9 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe7igJzw9 .jq-number__spin.minus:hover:after,
.cid-uFe7igJzw9 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe7igJzw9 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe7igJzw9 .jq-number__spin.minus:after,
.cid-uFe7igJzw9 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe7igJzw9 input::-webkit-clear-button {
  display: none;
}
.cid-uFe7igJzw9 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe7igJzw9 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe7igJzw9 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe7igJzw9 H5 {
  color: #ffffff;
}
.cid-uFe7igJzw9 P {
  color: #767676;
}
.cid-uFe7igJzw9 H3 {
  color: #e1201d;
}
.cid-uFe7igJzw9 p,
.cid-uFe7igJzw9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4DAI0Fxv {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4DAI0Fxv a {
  transition: 0.3s;
}
.cid-uL4DAI0Fxv h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4DAI0Fxv .card-img2 span {
  padding-top: 6px;
}
.cid-uL4DAI0Fxv .soc-item a {
  padding-top: 5px;
}
.cid-uL4DAI0Fxv .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4DAI0Fxv .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4DAI0Fxv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4DAI0Fxv .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4DAI0Fxv .soc-item span {
  font-size: 1rem;
}
.cid-uL4DAI0Fxv .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4DAI0Fxv .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4DAI0Fxv .item h4 {
  margin: 0;
}
.cid-uL4DAI0Fxv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4DAI0Fxv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4DAI0Fxv img {
  width: 80%;
}
.cid-uL4DAI0Fxv .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4DAI0Fxv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4DAI0Fxv .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4DAI0Fxv .container {
  padding: 0;
}
.cid-uL4DAI0Fxv .btn-primary {
  color: #333333 !important;
}
.cid-uL4DAI0Fxv .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uF8xPaVpnn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uF8xPaVpnn .media-container-row {
  align-items: center;
}
.cid-uF8xPaVpnn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uF8xPaVpnn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uF8xPaVpnn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uF8xPaVpnn .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uF8xPaVpnn .foot-menu-item {
  transform: 0.2s;
}
.cid-uF8xPaVpnn .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uF8xPaVpnn .foot-menu {
    justify-content: center;
  }
  .cid-uF8xPaVpnn .mbr-text {
    text-align: center;
  }
  .cid-uF8xPaVpnn .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uF8xPaVpnn .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uF8xPaVpnn .link:hover {
  text-decoration: underline;
}
.cid-uF8xPaVpnn .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uF8xPaVpnn .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uF8xPaVpnn .container {
    padding: 0;
  }
}
.cid-uF8xPaVpnn .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uDV8Wt0fRo {
  min-height: 85px !important;
  position: static;
}
.cid-uDV8Wt0fRo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDV8Wt0fRo .nav-item:focus,
.cid-uDV8Wt0fRo .nav-link:focus {
  outline: none;
}
.cid-uDV8Wt0fRo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDV8Wt0fRo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uDV8Wt0fRo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDV8Wt0fRo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDV8Wt0fRo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDV8Wt0fRo .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uDV8Wt0fRo .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uDV8Wt0fRo .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uDV8Wt0fRo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDV8Wt0fRo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDV8Wt0fRo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDV8Wt0fRo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDV8Wt0fRo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDV8Wt0fRo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uDV8Wt0fRo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDV8Wt0fRo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDV8Wt0fRo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDV8Wt0fRo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDV8Wt0fRo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDV8Wt0fRo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDV8Wt0fRo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDV8Wt0fRo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uDV8Wt0fRo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uDV8Wt0fRo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDV8Wt0fRo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDV8Wt0fRo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uDV8Wt0fRo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDV8Wt0fRo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDV8Wt0fRo .navbar.navbar-short {
  background: #19212f;
}
.cid-uDV8Wt0fRo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDV8Wt0fRo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDV8Wt0fRo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDV8Wt0fRo .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uDV8Wt0fRo .dropdown-item.active,
.cid-uDV8Wt0fRo .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uDV8Wt0fRo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDV8Wt0fRo .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uDV8Wt0fRo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uDV8Wt0fRo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDV8Wt0fRo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDV8Wt0fRo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDV8Wt0fRo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uDV8Wt0fRo .navbar-nav {
  margin: auto;
}
.cid-uDV8Wt0fRo .navbar-buttons {
  text-align: center;
}
.cid-uDV8Wt0fRo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDV8Wt0fRo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDV8Wt0fRo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDV8Wt0fRo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDV8Wt0fRo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDV8Wt0fRo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDV8Wt0fRo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDV8Wt0fRo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDV8Wt0fRo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDV8Wt0fRo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDV8Wt0fRo .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uDV8Wt0fRo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDV8Wt0fRo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDV8Wt0fRo .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uDV8Wt0fRo .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDV8Wt0fRo .navbar {
    height: 77px;
  }
  .cid-uDV8Wt0fRo .navbar.opened {
    height: auto;
  }
}
.cid-uDV8Wt0fRo .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uDV8Wt0fRo .text-btn {
  transition: transform 0.3s;
}
.cid-uDV8Wt0fRo .btn:hover {
  transform: scale(0.8);
}
.cid-uDV8Wt0fRo .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uDV8Wt0fRo .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uDV8Wt0fRo .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uDV8Wt0fRo .nav-link:hover::before {
  width: 100%;
}
.cid-uDV8Wt0fRo .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uDV8Wt0fRo .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uDV8Wt0fRo .link {
  margin: 0rem 1.2rem !important;
}
.cid-uDV8Wt0fRo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uDV8Wt0fRo .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uDV8Wt0fRo .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uDV8Wt0fRo .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uDV8Wt0fRo .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uDV8Wt0fRo .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uDV8Wt0fRo .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uDV8Wt0fRo .dropdown-menu::before {
    display: none !important;
  }
  .cid-uDV8Wt0fRo .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uDV8Wt0fRo .dropdown-menu > a::after {
    display: none;
  }
  .cid-uDV8Wt0fRo .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uDV8Wt0fRo .nav-link::before {
    display: none;
  }
  .cid-uDV8Wt0fRo .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uDV8Wt0fRo .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uDV8Wt0fRo .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uDV8Wt0fRo .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uDV8Wt0fRo .nav-dropdown .dropdown-item:focus,
  .cid-uDV8Wt0fRo .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uDV8Wt0fRo .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uDV8Wt0fRo .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDV8Wt0fRo .container-fluid {
    padding-right: 0rem;
  }
  .cid-uDV8Wt0fRo .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uDV8Wt0fRo .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uDV8Wt0fRo .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uDV8Wt0fRo .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uDV8Wt0fRo .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uDV8Wt0fRo .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uDV8Wt0fRo .nav-dropdown .dropdown-item:focus,
  .cid-uDV8Wt0fRo .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uDV8Wt0fRo .btn-primary {
  color: #354463 !important;
}
.cid-uDV8Wt0fRo .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uDV8Wt0fRo .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uDV8Wt0fRo .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uDV8WtduFs {
  overflow-x: hidden !important;
}
.cid-uDV8WtduFs,
.cid-uDV8WtduFs .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uDV8WtduFs .mbr-section-title {
  color: #ffffff;
}
.cid-uDV8WtduFs .mbr-section-title span {
  color: #ffffff;
}
.cid-uDV8WtduFs .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uDV8WtduFs .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/maxresdefault-1280x720.jpeg");
}
.cid-uDV8WtduFs .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uDV8WtduFs .mbr-overlay {
  z-index: 1;
}
.cid-uDV8WtduFs .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uDV8Wtog6D {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDV8Wtog6D .text-wrap {
  margin-top: 32px;
}
.cid-uDV8Wtog6D .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uDV8Wtog6D .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uDV8Wtog6D .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uDV8Wtog6D .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uDV8Wtog6D .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uDV8Wtog6D .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uDV8Wtog6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDV8Wtog6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDV8Wtog6D .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uDV8Wtog6D .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uDV8Wtog6D .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uDV8Wtog6D .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uDV8WtDGo3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uDV8WtDGo3 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uDV8WtDGo3 .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uDV8WtDGo3 .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uDV8WtDGo3 .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uDV8WtDGo3 .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uDV8WtDGo3 .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uDV8WtDGo3 .mbr-gallery-filter ul {
  display: block;
}
.cid-uDV8WtDGo3 .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uDV8WtDGo3 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uDV8WtDGo3 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uDV8WtDGo3 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uDV8WtDGo3 .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uDV8WtDGo3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uDV8WtDGo3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uDV8WtDGo3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uDV8WtDGo3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uDV8WtDGo3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uDV8WtDGo3 .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uDV8WtDGo3 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uDV8WtDGo3 .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uDV8WtDGo3 .mbr-gallery-item > div img,
.cid-uDV8WtDGo3 .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uDV8WtDGo3 .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uDV8WtDGo3 .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uDV8WtDGo3 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uDV8WtDGo3 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uDV8WtDGo3 .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uDV8WtDGo3 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uDV8WtDGo3 .mbr-section-title {
    text-align: center;
  }
  .cid-uDV8WtDGo3 .image {
    top: auto;
    height: 420px;
  }
  .cid-uDV8WtDGo3 .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uDV8WtDGo3 .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uDV8WtDGo3 .mbr-gallery-item > div img,
  .cid-uDV8WtDGo3 .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uDV8WtDGo3 .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uDV8WtDGo3 .image {
    height: 290px;
  }
}
.cid-uFeZC1vzUT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFeZC1vzUT .mbr-text {
  color: #767676;
}
.cid-uFeZC1vzUT .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFeZC1vzUT .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFeZC1vzUT .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFeZC1vzUT .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFeZC1vzUT .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFeZC1vzUT .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFeZC1vzUT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFeZC1vzUT .card {
    margin-bottom: 2rem;
  }
}
.cid-uFeZC1vzUT .text-link {
  font-weight: 800 !important;
}
.cid-uFeZC1vzUT .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFeZC1vzUT .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFeZC1vzUT .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFeZC1vzUT .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFeZC1vzUT .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFeZC1vzUT .card:hover .text-link {
  color: #fff !important;
}
.cid-uFeZC1vzUT .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFeZC1vzUT .card:hover .link {
  transform: translateX(42px);
}
.cid-uFeZC1vzUT .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFeZC1vzUT h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uDV8WurnhN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uDV8WurnhN .container {
    padding: 0 24px;
  }
}
.cid-uDV8WurnhN .card {
  justify-content: center;
}
.cid-uDV8WurnhN .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uDV8WurnhN .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uDV8WurnhN .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uDV8WurnhN .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDV8WurnhN .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uDV8WurnhN .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uDV8WurnhN .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uDV8WurnhN .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uDV8WurnhN .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uDV8WurnhN .mbr-section-title {
  color: #F9F6E0;
}
.cid-uDV8WurnhN .mbr-desc {
  color: #ffffff;
}
.cid-uDV8WurnhN .mbr-text {
  color: #ffffff;
}
.cid-uDV8WurnhN .mbr-section-btn {
  text-align: right;
}
.cid-uDV8WurnhN .mbr-section-title,
.cid-uDV8WurnhN .mbr-section-btn {
  color: #ffffff;
}
.cid-uDV8WuDaco {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH75nXFXCz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH75nXFXCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH75nXFXCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH75nXFXCz .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH75nXFXCz .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH75nXFXCz .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH75nXFXCz .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH75nXFXCz .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH75nXFXCz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH75nXFXCz .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH75nXFXCz .item {
    margin-bottom: 28px;
  }
}
.cid-uH75nXFXCz .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH75nXFXCz .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH75nXFXCz .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH75nXFXCz .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH75nXFXCz .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH75nXFXCz .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH75nXFXCz .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH75nXFXCz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH75nXFXCz .mbr-text,
.cid-uH75nXFXCz .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH75nXFXCz .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH75nXFXCz .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFpIV0akZT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFpIV0akZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpIV0akZT .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-uFpIV0akZT .container {
    padding: 0 20px;
  }
}
.cid-uFpIV0akZT .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFpIV0akZT .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFpIV0akZT .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFpIV0akZT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFpIV0akZT .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFpIV0akZT .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFpIV0akZT .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFpIV0akZT .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFpIV0akZT .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFpIV0akZT .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFpIV0akZT .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFpIV0akZT .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFpIV0akZT .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFpIV0akZT .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFpIV0akZT .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFpIV0akZT .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFpIV0akZT .content-wrapper .mbr-section-btn .btn-success,
.cid-uFpIV0akZT .content-wrapper .mbr-section-btn .btn-info,
.cid-uFpIV0akZT .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFpIV0akZT .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFpIV0akZT .content-wrapper .mbr-section-btn .btn-black,
.cid-uFpIV0akZT .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFpIV0akZT .mbr-section-title {
  color: #000000;
}
.cid-uFpIV0akZT .mbr-desc,
.cid-uFpIV0akZT .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpIV0akZT .card-number {
  color: #ffffff;
}
.cid-uFpIV0akZT .card-title {
  color: #000000;
}
.cid-uFpIV0akZT .mbr-text,
.cid-uFpIV0akZT .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpIV0akZT .mbr-section-title,
.cid-uFpIV0akZT .mbr-section-btn {
  text-align: center;
}
.cid-uFpIV0akZT .card-title,
.cid-uFpIV0akZT .icon-wrapper {
  color: #ffffff;
}
.cid-uFpIV0akZT .mbr-section-title,
.cid-uFpIV0akZT .mbr-section-btn,
.cid-uFpIV0akZT .image-wrapper {
  color: #19212f;
}
.cid-uHjkJGaCcc {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHjkJGaCcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjkJGaCcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjkJGaCcc .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHjkJGaCcc .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHjkJGaCcc .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHjkJGaCcc .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHjkJGaCcc .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjkJGaCcc .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHjkJGaCcc .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHjkJGaCcc .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHjkJGaCcc .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHjkJGaCcc .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHjkJGaCcc .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHjkJGaCcc .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHjkJGaCcc .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHjkJGaCcc .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHjkJGaCcc .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHjkJGaCcc .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHjkJGaCcc .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHjkJGaCcc .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjkJGaCcc .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHjkJGaCcc .mbr-section-title {
  color: #404349;
}
.cid-uHjkJGaCcc .panel-title-edit {
  color: #ffffff;
}
.cid-uHjkJGaCcc .panel-text {
  color: #404349;
}
.cid-uHjkJGaCcc .panel-text,
.cid-uHjkJGaCcc .panel-body {
  color: #ffffff;
}
.cid-uHjkJGaCcc .mbr-section-title,
.cid-uHjkJGaCcc .title-wrapper,
.cid-uHjkJGaCcc .tabs-wrapper {
  color: #ffffff;
}
.cid-uDV8Wvowlh {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDV8Wvowlh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uDV8Wvowlh .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uDV8Wvowlh input,
.cid-uDV8Wvowlh textarea {
  font-size: 14px;
}
.cid-uDV8Wvowlh input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uDV8Wvowlh textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uDV8Wvowlh .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uDV8Wvowlh .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uDV8Wvowlh img {
  width: 90%;
  border-radius: 8px;
}
.cid-uDV8Wvowlh .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uDV8Wvowlh .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uDV8Wvowlh .title-block {
  margin-bottom: 2rem;
}
.cid-uDV8Wvowlh .form-control,
.cid-uDV8Wvowlh .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDV8Wvowlh .form-control:hover,
.cid-uDV8Wvowlh .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uDV8Wvowlh .form-control:focus,
.cid-uDV8Wvowlh .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uDV8Wvowlh input::-webkit-input-placeholder,
.cid-uDV8Wvowlh textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uDV8Wvowlh input:-moz-placeholder,
.cid-uDV8Wvowlh textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uDV8Wvowlh .jq-selectbox li,
.cid-uDV8Wvowlh .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uDV8Wvowlh .jq-selectbox li:hover,
.cid-uDV8Wvowlh .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uDV8Wvowlh .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uDV8Wvowlh .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uDV8Wvowlh H5 {
  padding-bottom: 2rem;
}
.cid-uDV8Wvowlh .mbr-text {
  color: #777777;
}
.cid-uDV8Wvowlh .mbr-form {
  padding: 0rem;
}
.cid-uDV8Wvowlh .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uDV8Wvowlh .form-row {
    margin: 0;
  }
  .cid-uDV8Wvowlh .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uDV8Wvowlh .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uDV8Wvowlh img {
    width: 100%;
  }
}
.cid-uDV8Wvowlh .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uDV8Wvowlh H3 {
  color: #19212f;
}
.cid-uDV8Wvowlh .mbr-text,
.cid-uDV8Wvowlh .mbr-section-btn {
  color: #555555;
}
.cid-uFeZAVeuAX {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFeZAVeuAX [class^="socicon-"]:before,
.cid-uFeZAVeuAX [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFeZAVeuAX .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFeZAVeuAX .btn-social,
.cid-uFeZAVeuAX .mbr-section-title {
  color: #57468b;
}
.cid-uFeZAVeuAX .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFeZAVeuAX .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFeZAVeuAX .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFeZAVeuAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFeZAVeuAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe7chpWAZ {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #19212f;
}
.cid-uFe7chpWAZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe7chpWAZ h5 {
  padding-bottom: 2rem;
}
.cid-uFe7chpWAZ textarea {
  min-height: 150px;
}
.cid-uFe7chpWAZ .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe7chpWAZ h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe7chpWAZ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe7chpWAZ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe7chpWAZ .form-control,
.cid-uFe7chpWAZ .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe7chpWAZ .form-control input::-webkit-input-placeholder,
.cid-uFe7chpWAZ .field-input input::-webkit-input-placeholder,
.cid-uFe7chpWAZ .form-control textarea::-webkit-input-placeholder,
.cid-uFe7chpWAZ .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe7chpWAZ .form-control input:-moz-placeholder,
.cid-uFe7chpWAZ .field-input input:-moz-placeholder,
.cid-uFe7chpWAZ .form-control textarea:-moz-placeholder,
.cid-uFe7chpWAZ .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe7chpWAZ .form-control:hover,
.cid-uFe7chpWAZ .field-input:hover,
.cid-uFe7chpWAZ .form-control:focus,
.cid-uFe7chpWAZ .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe7chpWAZ .form-control:hover input::-webkit-input-placeholder,
.cid-uFe7chpWAZ .field-input:hover input::-webkit-input-placeholder,
.cid-uFe7chpWAZ .form-control:focus input::-webkit-input-placeholder,
.cid-uFe7chpWAZ .field-input:focus input::-webkit-input-placeholder,
.cid-uFe7chpWAZ .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe7chpWAZ .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe7chpWAZ .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe7chpWAZ .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe7chpWAZ .form-control:hover input:-moz-placeholder,
.cid-uFe7chpWAZ .field-input:hover input:-moz-placeholder,
.cid-uFe7chpWAZ .form-control:focus input:-moz-placeholder,
.cid-uFe7chpWAZ .field-input:focus input:-moz-placeholder,
.cid-uFe7chpWAZ .form-control:hover textarea:-moz-placeholder,
.cid-uFe7chpWAZ .field-input:hover textarea:-moz-placeholder,
.cid-uFe7chpWAZ .form-control:focus textarea:-moz-placeholder,
.cid-uFe7chpWAZ .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe7chpWAZ .jq-number__spin:hover,
.cid-uFe7chpWAZ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe7chpWAZ .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe7chpWAZ .jq-selectbox li,
.cid-uFe7chpWAZ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe7chpWAZ .jq-selectbox li:hover,
.cid-uFe7chpWAZ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe7chpWAZ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe7chpWAZ .jq-number__spin.minus:hover:after,
.cid-uFe7chpWAZ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe7chpWAZ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe7chpWAZ .jq-number__spin.minus:after,
.cid-uFe7chpWAZ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe7chpWAZ input::-webkit-clear-button {
  display: none;
}
.cid-uFe7chpWAZ input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe7chpWAZ input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe7chpWAZ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe7chpWAZ H5 {
  color: #ffffff;
}
.cid-uFe7chpWAZ P {
  color: #767676;
}
.cid-uFe7chpWAZ H3 {
  color: #e1201d;
}
.cid-uFe7chpWAZ p,
.cid-uFe7chpWAZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4DG0ojOL {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4DG0ojOL a {
  transition: 0.3s;
}
.cid-uL4DG0ojOL h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4DG0ojOL .card-img2 span {
  padding-top: 6px;
}
.cid-uL4DG0ojOL .soc-item a {
  padding-top: 5px;
}
.cid-uL4DG0ojOL .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4DG0ojOL .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4DG0ojOL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4DG0ojOL .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4DG0ojOL .soc-item span {
  font-size: 1rem;
}
.cid-uL4DG0ojOL .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4DG0ojOL .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4DG0ojOL .item h4 {
  margin: 0;
}
.cid-uL4DG0ojOL .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4DG0ojOL .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4DG0ojOL img {
  width: 80%;
}
.cid-uL4DG0ojOL .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4DG0ojOL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4DG0ojOL .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4DG0ojOL .container {
  padding: 0;
}
.cid-uL4DG0ojOL .btn-primary {
  color: #333333 !important;
}
.cid-uL4DG0ojOL .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uDV8WwoMvR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uDV8WwoMvR .media-container-row {
  align-items: center;
}
.cid-uDV8WwoMvR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDV8WwoMvR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDV8WwoMvR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uDV8WwoMvR .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uDV8WwoMvR .foot-menu-item {
  transform: 0.2s;
}
.cid-uDV8WwoMvR .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uDV8WwoMvR .foot-menu {
    justify-content: center;
  }
  .cid-uDV8WwoMvR .mbr-text {
    text-align: center;
  }
  .cid-uDV8WwoMvR .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uDV8WwoMvR .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uDV8WwoMvR .link:hover {
  text-decoration: underline;
}
.cid-uDV8WwoMvR .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uDV8WwoMvR .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uDV8WwoMvR .container {
    padding: 0;
  }
}
.cid-uDV8WwoMvR .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uDVuMkpg8g {
  min-height: 85px !important;
  position: static;
}
.cid-uDVuMkpg8g .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDVuMkpg8g .nav-item:focus,
.cid-uDVuMkpg8g .nav-link:focus {
  outline: none;
}
.cid-uDVuMkpg8g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDVuMkpg8g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uDVuMkpg8g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDVuMkpg8g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDVuMkpg8g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDVuMkpg8g .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uDVuMkpg8g .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uDVuMkpg8g .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uDVuMkpg8g .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDVuMkpg8g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDVuMkpg8g .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDVuMkpg8g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDVuMkpg8g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDVuMkpg8g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uDVuMkpg8g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDVuMkpg8g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDVuMkpg8g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDVuMkpg8g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDVuMkpg8g .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDVuMkpg8g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDVuMkpg8g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDVuMkpg8g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uDVuMkpg8g .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uDVuMkpg8g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDVuMkpg8g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDVuMkpg8g .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uDVuMkpg8g .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDVuMkpg8g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDVuMkpg8g .navbar.navbar-short {
  background: #19212f;
}
.cid-uDVuMkpg8g .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDVuMkpg8g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDVuMkpg8g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDVuMkpg8g .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uDVuMkpg8g .dropdown-item.active,
.cid-uDVuMkpg8g .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uDVuMkpg8g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDVuMkpg8g .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uDVuMkpg8g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uDVuMkpg8g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDVuMkpg8g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDVuMkpg8g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDVuMkpg8g ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uDVuMkpg8g .navbar-nav {
  margin: auto;
}
.cid-uDVuMkpg8g .navbar-buttons {
  text-align: center;
}
.cid-uDVuMkpg8g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDVuMkpg8g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDVuMkpg8g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDVuMkpg8g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVuMkpg8g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVuMkpg8g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDVuMkpg8g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVuMkpg8g nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDVuMkpg8g nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDVuMkpg8g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVuMkpg8g .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uDVuMkpg8g a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDVuMkpg8g .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDVuMkpg8g .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uDVuMkpg8g .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDVuMkpg8g .navbar {
    height: 77px;
  }
  .cid-uDVuMkpg8g .navbar.opened {
    height: auto;
  }
}
.cid-uDVuMkpg8g .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uDVuMkpg8g .text-btn {
  transition: transform 0.3s;
}
.cid-uDVuMkpg8g .btn:hover {
  transform: scale(0.8);
}
.cid-uDVuMkpg8g .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uDVuMkpg8g .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uDVuMkpg8g .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uDVuMkpg8g .nav-link:hover::before {
  width: 100%;
}
.cid-uDVuMkpg8g .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uDVuMkpg8g .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uDVuMkpg8g .link {
  margin: 0rem 1.2rem !important;
}
.cid-uDVuMkpg8g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uDVuMkpg8g .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uDVuMkpg8g .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uDVuMkpg8g .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uDVuMkpg8g .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uDVuMkpg8g .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uDVuMkpg8g .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uDVuMkpg8g .dropdown-menu::before {
    display: none !important;
  }
  .cid-uDVuMkpg8g .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uDVuMkpg8g .dropdown-menu > a::after {
    display: none;
  }
  .cid-uDVuMkpg8g .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uDVuMkpg8g .nav-link::before {
    display: none;
  }
  .cid-uDVuMkpg8g .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uDVuMkpg8g .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uDVuMkpg8g .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uDVuMkpg8g .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uDVuMkpg8g .nav-dropdown .dropdown-item:focus,
  .cid-uDVuMkpg8g .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uDVuMkpg8g .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uDVuMkpg8g .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDVuMkpg8g .container-fluid {
    padding-right: 0rem;
  }
  .cid-uDVuMkpg8g .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uDVuMkpg8g .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uDVuMkpg8g .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uDVuMkpg8g .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uDVuMkpg8g .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uDVuMkpg8g .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uDVuMkpg8g .nav-dropdown .dropdown-item:focus,
  .cid-uDVuMkpg8g .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uDVuMkpg8g .btn-primary {
  color: #354463 !important;
}
.cid-uDVuMkpg8g .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uDVuMkpg8g .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uDVuMkpg8g .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uDVuMkHtNp {
  overflow-x: hidden !important;
}
.cid-uDVuMkHtNp,
.cid-uDVuMkHtNp .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uDVuMkHtNp .mbr-section-title {
  color: #ffffff;
}
.cid-uDVuMkHtNp .mbr-section-title span {
  color: #ffffff;
}
.cid-uDVuMkHtNp .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uDVuMkHtNp .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/691ea306-537e-4e05-8fa1-dcf458a39195-2000x1500.jpeg");
}
.cid-uDVuMkHtNp .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uDVuMkHtNp .mbr-overlay {
  z-index: 1;
}
.cid-uDVuMkHtNp .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uDVuMkUEM1 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uDVuMkUEM1 .text-wrap {
  margin-top: 32px;
}
.cid-uDVuMkUEM1 .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uDVuMkUEM1 .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uDVuMkUEM1 .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uDVuMkUEM1 .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uDVuMkUEM1 .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uDVuMkUEM1 .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uDVuMkUEM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVuMkUEM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVuMkUEM1 .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uDVuMkUEM1 .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uDVuMkUEM1 .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uDVuMkUEM1 .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uDVuMldnrV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uDVuMldnrV .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uDVuMldnrV .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uDVuMldnrV .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uDVuMldnrV .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uDVuMldnrV .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uDVuMldnrV .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uDVuMldnrV .mbr-gallery-filter ul {
  display: block;
}
.cid-uDVuMldnrV .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uDVuMldnrV .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uDVuMldnrV .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uDVuMldnrV .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uDVuMldnrV .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uDVuMldnrV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uDVuMldnrV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uDVuMldnrV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uDVuMldnrV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uDVuMldnrV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uDVuMldnrV .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uDVuMldnrV .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uDVuMldnrV .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uDVuMldnrV .mbr-gallery-item > div img,
.cid-uDVuMldnrV .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uDVuMldnrV .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uDVuMldnrV .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uDVuMldnrV .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uDVuMldnrV .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uDVuMldnrV .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uDVuMldnrV .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uDVuMldnrV .mbr-section-title {
    text-align: center;
  }
  .cid-uDVuMldnrV .image {
    top: auto;
    height: 420px;
  }
  .cid-uDVuMldnrV .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uDVuMldnrV .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uDVuMldnrV .mbr-gallery-item > div img,
  .cid-uDVuMldnrV .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uDVuMldnrV .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uDVuMldnrV .image {
    height: 290px;
  }
}
.cid-uFf09df4CE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFf09df4CE .mbr-text {
  color: #767676;
}
.cid-uFf09df4CE .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFf09df4CE .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFf09df4CE .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFf09df4CE .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFf09df4CE .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFf09df4CE .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFf09df4CE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFf09df4CE .card {
    margin-bottom: 2rem;
  }
}
.cid-uFf09df4CE .text-link {
  font-weight: 800 !important;
}
.cid-uFf09df4CE .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFf09df4CE .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf09df4CE .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf09df4CE .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFf09df4CE .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFf09df4CE .card:hover .text-link {
  color: #fff !important;
}
.cid-uFf09df4CE .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFf09df4CE .card:hover .link {
  transform: translateX(42px);
}
.cid-uFf09df4CE .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFf09df4CE h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uDVuMm7aQH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uDVuMm7aQH .container {
    padding: 0 24px;
  }
}
.cid-uDVuMm7aQH .card {
  justify-content: center;
}
.cid-uDVuMm7aQH .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uDVuMm7aQH .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uDVuMm7aQH .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uDVuMm7aQH .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDVuMm7aQH .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uDVuMm7aQH .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uDVuMm7aQH .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uDVuMm7aQH .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uDVuMm7aQH .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uDVuMm7aQH .mbr-section-title {
  color: #F9F6E0;
}
.cid-uDVuMm7aQH .mbr-desc {
  color: #ffffff;
}
.cid-uDVuMm7aQH .mbr-text {
  color: #ffffff;
}
.cid-uDVuMm7aQH .mbr-section-btn {
  text-align: right;
}
.cid-uDVuMm7aQH .mbr-section-title,
.cid-uDVuMm7aQH .mbr-section-btn {
  color: #ffffff;
}
.cid-uDVuMmk8bs {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH75FpIa7u {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH75FpIa7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH75FpIa7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH75FpIa7u .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH75FpIa7u .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH75FpIa7u .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH75FpIa7u .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH75FpIa7u .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH75FpIa7u .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH75FpIa7u .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH75FpIa7u .item {
    margin-bottom: 28px;
  }
}
.cid-uH75FpIa7u .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH75FpIa7u .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH75FpIa7u .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH75FpIa7u .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH75FpIa7u .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH75FpIa7u .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH75FpIa7u .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH75FpIa7u .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH75FpIa7u .mbr-text,
.cid-uH75FpIa7u .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH75FpIa7u .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH75FpIa7u .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFpJmBVwes {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFpJmBVwes .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpJmBVwes .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-uFpJmBVwes .container {
    padding: 0 20px;
  }
}
.cid-uFpJmBVwes .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFpJmBVwes .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFpJmBVwes .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFpJmBVwes .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFpJmBVwes .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFpJmBVwes .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFpJmBVwes .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFpJmBVwes .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFpJmBVwes .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFpJmBVwes .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFpJmBVwes .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFpJmBVwes .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFpJmBVwes .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFpJmBVwes .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFpJmBVwes .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFpJmBVwes .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFpJmBVwes .content-wrapper .mbr-section-btn .btn-success,
.cid-uFpJmBVwes .content-wrapper .mbr-section-btn .btn-info,
.cid-uFpJmBVwes .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFpJmBVwes .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFpJmBVwes .content-wrapper .mbr-section-btn .btn-black,
.cid-uFpJmBVwes .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFpJmBVwes .mbr-section-title {
  color: #000000;
}
.cid-uFpJmBVwes .mbr-desc,
.cid-uFpJmBVwes .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpJmBVwes .card-number {
  color: #ffffff;
}
.cid-uFpJmBVwes .card-title {
  color: #000000;
}
.cid-uFpJmBVwes .mbr-text,
.cid-uFpJmBVwes .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpJmBVwes .mbr-section-title,
.cid-uFpJmBVwes .mbr-section-btn {
  text-align: center;
}
.cid-uFpJmBVwes .card-title,
.cid-uFpJmBVwes .icon-wrapper {
  color: #ffffff;
}
.cid-uFpJmBVwes .mbr-section-title,
.cid-uFpJmBVwes .mbr-section-btn,
.cid-uFpJmBVwes .image-wrapper {
  color: #19212f;
}
.cid-uHjkQ1Ct2j {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHjkQ1Ct2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjkQ1Ct2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjkQ1Ct2j .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHjkQ1Ct2j .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHjkQ1Ct2j .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHjkQ1Ct2j .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHjkQ1Ct2j .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjkQ1Ct2j .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHjkQ1Ct2j .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHjkQ1Ct2j .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHjkQ1Ct2j .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHjkQ1Ct2j .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHjkQ1Ct2j .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHjkQ1Ct2j .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHjkQ1Ct2j .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHjkQ1Ct2j .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHjkQ1Ct2j .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHjkQ1Ct2j .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHjkQ1Ct2j .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHjkQ1Ct2j .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjkQ1Ct2j .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHjkQ1Ct2j .mbr-section-title {
  color: #404349;
}
.cid-uHjkQ1Ct2j .panel-title-edit {
  color: #ffffff;
}
.cid-uHjkQ1Ct2j .panel-text {
  color: #404349;
}
.cid-uHjkQ1Ct2j .panel-text,
.cid-uHjkQ1Ct2j .panel-body {
  color: #ffffff;
}
.cid-uHjkQ1Ct2j .mbr-section-title,
.cid-uHjkQ1Ct2j .title-wrapper,
.cid-uHjkQ1Ct2j .tabs-wrapper {
  color: #ffffff;
}
.cid-uDVuMnbnnn {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDVuMnbnnn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uDVuMnbnnn .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uDVuMnbnnn input,
.cid-uDVuMnbnnn textarea {
  font-size: 14px;
}
.cid-uDVuMnbnnn input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uDVuMnbnnn textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uDVuMnbnnn .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uDVuMnbnnn .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uDVuMnbnnn img {
  width: 90%;
  border-radius: 8px;
}
.cid-uDVuMnbnnn .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uDVuMnbnnn .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uDVuMnbnnn .title-block {
  margin-bottom: 2rem;
}
.cid-uDVuMnbnnn .form-control,
.cid-uDVuMnbnnn .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDVuMnbnnn .form-control:hover,
.cid-uDVuMnbnnn .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uDVuMnbnnn .form-control:focus,
.cid-uDVuMnbnnn .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uDVuMnbnnn input::-webkit-input-placeholder,
.cid-uDVuMnbnnn textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uDVuMnbnnn input:-moz-placeholder,
.cid-uDVuMnbnnn textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uDVuMnbnnn .jq-selectbox li,
.cid-uDVuMnbnnn .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uDVuMnbnnn .jq-selectbox li:hover,
.cid-uDVuMnbnnn .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uDVuMnbnnn .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uDVuMnbnnn .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uDVuMnbnnn H5 {
  padding-bottom: 2rem;
}
.cid-uDVuMnbnnn .mbr-text {
  color: #777777;
}
.cid-uDVuMnbnnn .mbr-form {
  padding: 0rem;
}
.cid-uDVuMnbnnn .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uDVuMnbnnn .form-row {
    margin: 0;
  }
  .cid-uDVuMnbnnn .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uDVuMnbnnn .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uDVuMnbnnn img {
    width: 100%;
  }
}
.cid-uDVuMnbnnn .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uDVuMnbnnn H3 {
  color: #19212f;
}
.cid-uDVuMnbnnn .mbr-text,
.cid-uDVuMnbnnn .mbr-section-btn {
  color: #555555;
}
.cid-uFf07NElxw {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf07NElxw [class^="socicon-"]:before,
.cid-uFf07NElxw [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf07NElxw .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf07NElxw .btn-social,
.cid-uFf07NElxw .mbr-section-title {
  color: #57468b;
}
.cid-uFf07NElxw .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf07NElxw .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf07NElxw .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf07NElxw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf07NElxw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe6Sq9zcy {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe6Sq9zcy .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe6Sq9zcy h5 {
  padding-bottom: 2rem;
}
.cid-uFe6Sq9zcy textarea {
  min-height: 150px;
}
.cid-uFe6Sq9zcy .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe6Sq9zcy h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe6Sq9zcy h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe6Sq9zcy h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe6Sq9zcy .form-control,
.cid-uFe6Sq9zcy .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe6Sq9zcy .form-control input::-webkit-input-placeholder,
.cid-uFe6Sq9zcy .field-input input::-webkit-input-placeholder,
.cid-uFe6Sq9zcy .form-control textarea::-webkit-input-placeholder,
.cid-uFe6Sq9zcy .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe6Sq9zcy .form-control input:-moz-placeholder,
.cid-uFe6Sq9zcy .field-input input:-moz-placeholder,
.cid-uFe6Sq9zcy .form-control textarea:-moz-placeholder,
.cid-uFe6Sq9zcy .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe6Sq9zcy .form-control:hover,
.cid-uFe6Sq9zcy .field-input:hover,
.cid-uFe6Sq9zcy .form-control:focus,
.cid-uFe6Sq9zcy .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe6Sq9zcy .form-control:hover input::-webkit-input-placeholder,
.cid-uFe6Sq9zcy .field-input:hover input::-webkit-input-placeholder,
.cid-uFe6Sq9zcy .form-control:focus input::-webkit-input-placeholder,
.cid-uFe6Sq9zcy .field-input:focus input::-webkit-input-placeholder,
.cid-uFe6Sq9zcy .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe6Sq9zcy .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe6Sq9zcy .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe6Sq9zcy .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe6Sq9zcy .form-control:hover input:-moz-placeholder,
.cid-uFe6Sq9zcy .field-input:hover input:-moz-placeholder,
.cid-uFe6Sq9zcy .form-control:focus input:-moz-placeholder,
.cid-uFe6Sq9zcy .field-input:focus input:-moz-placeholder,
.cid-uFe6Sq9zcy .form-control:hover textarea:-moz-placeholder,
.cid-uFe6Sq9zcy .field-input:hover textarea:-moz-placeholder,
.cid-uFe6Sq9zcy .form-control:focus textarea:-moz-placeholder,
.cid-uFe6Sq9zcy .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe6Sq9zcy .jq-number__spin:hover,
.cid-uFe6Sq9zcy .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe6Sq9zcy .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe6Sq9zcy .jq-selectbox li,
.cid-uFe6Sq9zcy .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe6Sq9zcy .jq-selectbox li:hover,
.cid-uFe6Sq9zcy .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe6Sq9zcy .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe6Sq9zcy .jq-number__spin.minus:hover:after,
.cid-uFe6Sq9zcy .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe6Sq9zcy .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe6Sq9zcy .jq-number__spin.minus:after,
.cid-uFe6Sq9zcy .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe6Sq9zcy input::-webkit-clear-button {
  display: none;
}
.cid-uFe6Sq9zcy input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe6Sq9zcy input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe6Sq9zcy input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe6Sq9zcy H5 {
  color: #ffffff;
}
.cid-uFe6Sq9zcy P {
  color: #767676;
}
.cid-uFe6Sq9zcy H3 {
  color: #e1201d;
}
.cid-uFe6Sq9zcy p,
.cid-uFe6Sq9zcy .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4DNRIx1W {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4DNRIx1W a {
  transition: 0.3s;
}
.cid-uL4DNRIx1W h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4DNRIx1W .card-img2 span {
  padding-top: 6px;
}
.cid-uL4DNRIx1W .soc-item a {
  padding-top: 5px;
}
.cid-uL4DNRIx1W .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4DNRIx1W .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4DNRIx1W .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4DNRIx1W .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4DNRIx1W .soc-item span {
  font-size: 1rem;
}
.cid-uL4DNRIx1W .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4DNRIx1W .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4DNRIx1W .item h4 {
  margin: 0;
}
.cid-uL4DNRIx1W .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4DNRIx1W .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4DNRIx1W img {
  width: 80%;
}
.cid-uL4DNRIx1W .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4DNRIx1W .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4DNRIx1W .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4DNRIx1W .container {
  padding: 0;
}
.cid-uL4DNRIx1W .btn-primary {
  color: #333333 !important;
}
.cid-uL4DNRIx1W .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uDVuMod0oP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uDVuMod0oP .media-container-row {
  align-items: center;
}
.cid-uDVuMod0oP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDVuMod0oP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDVuMod0oP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uDVuMod0oP .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uDVuMod0oP .foot-menu-item {
  transform: 0.2s;
}
.cid-uDVuMod0oP .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uDVuMod0oP .foot-menu {
    justify-content: center;
  }
  .cid-uDVuMod0oP .mbr-text {
    text-align: center;
  }
  .cid-uDVuMod0oP .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uDVuMod0oP .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uDVuMod0oP .link:hover {
  text-decoration: underline;
}
.cid-uDVuMod0oP .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uDVuMod0oP .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uDVuMod0oP .container {
    padding: 0;
  }
}
.cid-uDVuMod0oP .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uE0UXHl21N {
  min-height: 85px !important;
  position: static;
}
.cid-uE0UXHl21N .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uE0UXHl21N .nav-item:focus,
.cid-uE0UXHl21N .nav-link:focus {
  outline: none;
}
.cid-uE0UXHl21N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uE0UXHl21N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uE0UXHl21N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uE0UXHl21N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE0UXHl21N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uE0UXHl21N .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uE0UXHl21N .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uE0UXHl21N .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uE0UXHl21N .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uE0UXHl21N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE0UXHl21N .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE0UXHl21N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE0UXHl21N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uE0UXHl21N .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uE0UXHl21N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uE0UXHl21N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uE0UXHl21N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uE0UXHl21N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE0UXHl21N .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE0UXHl21N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE0UXHl21N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE0UXHl21N .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uE0UXHl21N .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE0UXHl21N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uE0UXHl21N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uE0UXHl21N .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uE0UXHl21N .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uE0UXHl21N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uE0UXHl21N .navbar.navbar-short {
  background: #19212f;
}
.cid-uE0UXHl21N .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uE0UXHl21N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uE0UXHl21N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE0UXHl21N .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uE0UXHl21N .dropdown-item.active,
.cid-uE0UXHl21N .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uE0UXHl21N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE0UXHl21N .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uE0UXHl21N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uE0UXHl21N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE0UXHl21N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE0UXHl21N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE0UXHl21N ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uE0UXHl21N .navbar-nav {
  margin: auto;
}
.cid-uE0UXHl21N .navbar-buttons {
  text-align: center;
}
.cid-uE0UXHl21N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uE0UXHl21N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE0UXHl21N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uE0UXHl21N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE0UXHl21N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE0UXHl21N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uE0UXHl21N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE0UXHl21N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uE0UXHl21N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uE0UXHl21N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE0UXHl21N .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uE0UXHl21N a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uE0UXHl21N .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uE0UXHl21N .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uE0UXHl21N .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uE0UXHl21N .navbar {
    height: 77px;
  }
  .cid-uE0UXHl21N .navbar.opened {
    height: auto;
  }
}
.cid-uE0UXHl21N .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uE0UXHl21N .text-btn {
  transition: transform 0.3s;
}
.cid-uE0UXHl21N .btn:hover {
  transform: scale(0.8);
}
.cid-uE0UXHl21N .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uE0UXHl21N .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uE0UXHl21N .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uE0UXHl21N .nav-link:hover::before {
  width: 100%;
}
.cid-uE0UXHl21N .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uE0UXHl21N .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uE0UXHl21N .link {
  margin: 0rem 1.2rem !important;
}
.cid-uE0UXHl21N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uE0UXHl21N .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uE0UXHl21N .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uE0UXHl21N .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uE0UXHl21N .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uE0UXHl21N .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uE0UXHl21N .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uE0UXHl21N .dropdown-menu::before {
    display: none !important;
  }
  .cid-uE0UXHl21N .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uE0UXHl21N .dropdown-menu > a::after {
    display: none;
  }
  .cid-uE0UXHl21N .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uE0UXHl21N .nav-link::before {
    display: none;
  }
  .cid-uE0UXHl21N .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uE0UXHl21N .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uE0UXHl21N .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uE0UXHl21N .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uE0UXHl21N .nav-dropdown .dropdown-item:focus,
  .cid-uE0UXHl21N .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uE0UXHl21N .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uE0UXHl21N .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uE0UXHl21N .container-fluid {
    padding-right: 0rem;
  }
  .cid-uE0UXHl21N .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uE0UXHl21N .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uE0UXHl21N .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uE0UXHl21N .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uE0UXHl21N .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uE0UXHl21N .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uE0UXHl21N .nav-dropdown .dropdown-item:focus,
  .cid-uE0UXHl21N .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uE0UXHl21N .btn-primary {
  color: #354463 !important;
}
.cid-uE0UXHl21N .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uE0UXHl21N .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uE0UXHl21N .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uE0UXHCxBZ {
  overflow-x: hidden !important;
}
.cid-uE0UXHCxBZ,
.cid-uE0UXHCxBZ .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uE0UXHCxBZ .mbr-section-title {
  color: #ffffff;
}
.cid-uE0UXHCxBZ .mbr-section-title span {
  color: #ffffff;
}
.cid-uE0UXHCxBZ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uE0UXHCxBZ .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/img-3408-1-788x591.jpeg");
}
.cid-uE0UXHCxBZ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uE0UXHCxBZ .mbr-overlay {
  z-index: 1;
}
.cid-uE0UXHCxBZ .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uE0UXHU7VF {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uE0UXHU7VF .text-wrap {
  margin-top: 32px;
}
.cid-uE0UXHU7VF .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uE0UXHU7VF .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uE0UXHU7VF .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uE0UXHU7VF .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uE0UXHU7VF .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uE0UXHU7VF .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uE0UXHU7VF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0UXHU7VF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0UXHU7VF .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uE0UXHU7VF .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uE0UXHU7VF .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uE0UXHU7VF .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uE0UXIdc9Z {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uE0UXIdc9Z .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uE0UXIdc9Z .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uE0UXIdc9Z .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uE0UXIdc9Z .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uE0UXIdc9Z .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uE0UXIdc9Z .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uE0UXIdc9Z .mbr-gallery-filter ul {
  display: block;
}
.cid-uE0UXIdc9Z .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uE0UXIdc9Z .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uE0UXIdc9Z .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uE0UXIdc9Z .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uE0UXIdc9Z .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uE0UXIdc9Z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uE0UXIdc9Z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uE0UXIdc9Z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uE0UXIdc9Z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uE0UXIdc9Z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uE0UXIdc9Z .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uE0UXIdc9Z .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uE0UXIdc9Z .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uE0UXIdc9Z .mbr-gallery-item > div img,
.cid-uE0UXIdc9Z .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uE0UXIdc9Z .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uE0UXIdc9Z .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uE0UXIdc9Z .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uE0UXIdc9Z .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uE0UXIdc9Z .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uE0UXIdc9Z .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uE0UXIdc9Z .mbr-section-title {
    text-align: center;
  }
  .cid-uE0UXIdc9Z .image {
    top: auto;
    height: 420px;
  }
  .cid-uE0UXIdc9Z .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uE0UXIdc9Z .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uE0UXIdc9Z .mbr-gallery-item > div img,
  .cid-uE0UXIdc9Z .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uE0UXIdc9Z .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uE0UXIdc9Z .image {
    height: 290px;
  }
}
.cid-uFf0ieBSAa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFf0ieBSAa .mbr-text {
  color: #767676;
}
.cid-uFf0ieBSAa .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFf0ieBSAa .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFf0ieBSAa .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFf0ieBSAa .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFf0ieBSAa .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFf0ieBSAa .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFf0ieBSAa .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFf0ieBSAa .card {
    margin-bottom: 2rem;
  }
}
.cid-uFf0ieBSAa .text-link {
  font-weight: 800 !important;
}
.cid-uFf0ieBSAa .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFf0ieBSAa .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf0ieBSAa .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf0ieBSAa .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFf0ieBSAa .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFf0ieBSAa .card:hover .text-link {
  color: #fff !important;
}
.cid-uFf0ieBSAa .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFf0ieBSAa .card:hover .link {
  transform: translateX(42px);
}
.cid-uFf0ieBSAa .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFf0ieBSAa h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uE0UXJ4uOp {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uE0UXJ4uOp .container {
    padding: 0 24px;
  }
}
.cid-uE0UXJ4uOp .card {
  justify-content: center;
}
.cid-uE0UXJ4uOp .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uE0UXJ4uOp .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uE0UXJ4uOp .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uE0UXJ4uOp .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uE0UXJ4uOp .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uE0UXJ4uOp .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uE0UXJ4uOp .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uE0UXJ4uOp .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uE0UXJ4uOp .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uE0UXJ4uOp .mbr-section-title {
  color: #F9F6E0;
}
.cid-uE0UXJ4uOp .mbr-desc {
  color: #ffffff;
}
.cid-uE0UXJ4uOp .mbr-text {
  color: #ffffff;
}
.cid-uE0UXJ4uOp .mbr-section-btn {
  text-align: right;
}
.cid-uE0UXJ4uOp .mbr-section-title,
.cid-uE0UXJ4uOp .mbr-section-btn {
  color: #ffffff;
}
.cid-uE0UXJiGbW {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH768tegPQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH768tegPQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH768tegPQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH768tegPQ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH768tegPQ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH768tegPQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH768tegPQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH768tegPQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH768tegPQ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH768tegPQ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH768tegPQ .item {
    margin-bottom: 28px;
  }
}
.cid-uH768tegPQ .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH768tegPQ .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH768tegPQ .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH768tegPQ .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH768tegPQ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH768tegPQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH768tegPQ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH768tegPQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH768tegPQ .mbr-text,
.cid-uH768tegPQ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH768tegPQ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH768tegPQ .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFpN9FLYnr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFpN9FLYnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpN9FLYnr .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-uFpN9FLYnr .container {
    padding: 0 20px;
  }
}
.cid-uFpN9FLYnr .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFpN9FLYnr .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFpN9FLYnr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFpN9FLYnr .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFpN9FLYnr .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFpN9FLYnr .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFpN9FLYnr .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFpN9FLYnr .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFpN9FLYnr .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFpN9FLYnr .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFpN9FLYnr .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFpN9FLYnr .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFpN9FLYnr .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFpN9FLYnr .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFpN9FLYnr .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFpN9FLYnr .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFpN9FLYnr .content-wrapper .mbr-section-btn .btn-success,
.cid-uFpN9FLYnr .content-wrapper .mbr-section-btn .btn-info,
.cid-uFpN9FLYnr .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFpN9FLYnr .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFpN9FLYnr .content-wrapper .mbr-section-btn .btn-black,
.cid-uFpN9FLYnr .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFpN9FLYnr .mbr-section-title {
  color: #000000;
}
.cid-uFpN9FLYnr .mbr-desc,
.cid-uFpN9FLYnr .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpN9FLYnr .card-number {
  color: #ffffff;
}
.cid-uFpN9FLYnr .card-title {
  color: #000000;
}
.cid-uFpN9FLYnr .mbr-text,
.cid-uFpN9FLYnr .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpN9FLYnr .mbr-section-title,
.cid-uFpN9FLYnr .mbr-section-btn {
  text-align: center;
}
.cid-uFpN9FLYnr .card-title,
.cid-uFpN9FLYnr .icon-wrapper {
  color: #ffffff;
}
.cid-uFpN9FLYnr .mbr-section-title,
.cid-uFpN9FLYnr .mbr-section-btn,
.cid-uFpN9FLYnr .image-wrapper {
  color: #19212f;
}
.cid-uHjkSLY54N {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHjkSLY54N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjkSLY54N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjkSLY54N .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHjkSLY54N .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHjkSLY54N .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHjkSLY54N .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHjkSLY54N .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjkSLY54N .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHjkSLY54N .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHjkSLY54N .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHjkSLY54N .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHjkSLY54N .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHjkSLY54N .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHjkSLY54N .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHjkSLY54N .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHjkSLY54N .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHjkSLY54N .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHjkSLY54N .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHjkSLY54N .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHjkSLY54N .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjkSLY54N .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHjkSLY54N .mbr-section-title {
  color: #404349;
}
.cid-uHjkSLY54N .panel-title-edit {
  color: #ffffff;
}
.cid-uHjkSLY54N .panel-text {
  color: #404349;
}
.cid-uHjkSLY54N .panel-text,
.cid-uHjkSLY54N .panel-body {
  color: #ffffff;
}
.cid-uHjkSLY54N .mbr-section-title,
.cid-uHjkSLY54N .title-wrapper,
.cid-uHjkSLY54N .tabs-wrapper {
  color: #ffffff;
}
.cid-uE0UXK7RxW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uE0UXK7RxW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uE0UXK7RxW .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uE0UXK7RxW input,
.cid-uE0UXK7RxW textarea {
  font-size: 14px;
}
.cid-uE0UXK7RxW input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uE0UXK7RxW textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uE0UXK7RxW .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uE0UXK7RxW .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uE0UXK7RxW img {
  width: 90%;
  border-radius: 8px;
}
.cid-uE0UXK7RxW .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uE0UXK7RxW .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uE0UXK7RxW .title-block {
  margin-bottom: 2rem;
}
.cid-uE0UXK7RxW .form-control,
.cid-uE0UXK7RxW .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uE0UXK7RxW .form-control:hover,
.cid-uE0UXK7RxW .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uE0UXK7RxW .form-control:focus,
.cid-uE0UXK7RxW .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uE0UXK7RxW input::-webkit-input-placeholder,
.cid-uE0UXK7RxW textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uE0UXK7RxW input:-moz-placeholder,
.cid-uE0UXK7RxW textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uE0UXK7RxW .jq-selectbox li,
.cid-uE0UXK7RxW .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uE0UXK7RxW .jq-selectbox li:hover,
.cid-uE0UXK7RxW .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uE0UXK7RxW .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uE0UXK7RxW .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uE0UXK7RxW H5 {
  padding-bottom: 2rem;
}
.cid-uE0UXK7RxW .mbr-text {
  color: #777777;
}
.cid-uE0UXK7RxW .mbr-form {
  padding: 0rem;
}
.cid-uE0UXK7RxW .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uE0UXK7RxW .form-row {
    margin: 0;
  }
  .cid-uE0UXK7RxW .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uE0UXK7RxW .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uE0UXK7RxW img {
    width: 100%;
  }
}
.cid-uE0UXK7RxW .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uE0UXK7RxW H3 {
  color: #19212f;
}
.cid-uE0UXK7RxW .mbr-text,
.cid-uE0UXK7RxW .mbr-section-btn {
  color: #555555;
}
.cid-uFf0h884zC {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf0h884zC [class^="socicon-"]:before,
.cid-uFf0h884zC [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf0h884zC .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf0h884zC .btn-social,
.cid-uFf0h884zC .mbr-section-title {
  color: #57468b;
}
.cid-uFf0h884zC .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf0h884zC .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf0h884zC .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf0h884zC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf0h884zC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe6LOj9nY {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe6LOj9nY .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe6LOj9nY h5 {
  padding-bottom: 2rem;
}
.cid-uFe6LOj9nY textarea {
  min-height: 150px;
}
.cid-uFe6LOj9nY .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe6LOj9nY h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe6LOj9nY h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe6LOj9nY h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe6LOj9nY .form-control,
.cid-uFe6LOj9nY .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe6LOj9nY .form-control input::-webkit-input-placeholder,
.cid-uFe6LOj9nY .field-input input::-webkit-input-placeholder,
.cid-uFe6LOj9nY .form-control textarea::-webkit-input-placeholder,
.cid-uFe6LOj9nY .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe6LOj9nY .form-control input:-moz-placeholder,
.cid-uFe6LOj9nY .field-input input:-moz-placeholder,
.cid-uFe6LOj9nY .form-control textarea:-moz-placeholder,
.cid-uFe6LOj9nY .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe6LOj9nY .form-control:hover,
.cid-uFe6LOj9nY .field-input:hover,
.cid-uFe6LOj9nY .form-control:focus,
.cid-uFe6LOj9nY .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe6LOj9nY .form-control:hover input::-webkit-input-placeholder,
.cid-uFe6LOj9nY .field-input:hover input::-webkit-input-placeholder,
.cid-uFe6LOj9nY .form-control:focus input::-webkit-input-placeholder,
.cid-uFe6LOj9nY .field-input:focus input::-webkit-input-placeholder,
.cid-uFe6LOj9nY .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe6LOj9nY .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe6LOj9nY .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe6LOj9nY .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe6LOj9nY .form-control:hover input:-moz-placeholder,
.cid-uFe6LOj9nY .field-input:hover input:-moz-placeholder,
.cid-uFe6LOj9nY .form-control:focus input:-moz-placeholder,
.cid-uFe6LOj9nY .field-input:focus input:-moz-placeholder,
.cid-uFe6LOj9nY .form-control:hover textarea:-moz-placeholder,
.cid-uFe6LOj9nY .field-input:hover textarea:-moz-placeholder,
.cid-uFe6LOj9nY .form-control:focus textarea:-moz-placeholder,
.cid-uFe6LOj9nY .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe6LOj9nY .jq-number__spin:hover,
.cid-uFe6LOj9nY .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe6LOj9nY .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe6LOj9nY .jq-selectbox li,
.cid-uFe6LOj9nY .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe6LOj9nY .jq-selectbox li:hover,
.cid-uFe6LOj9nY .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe6LOj9nY .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe6LOj9nY .jq-number__spin.minus:hover:after,
.cid-uFe6LOj9nY .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe6LOj9nY .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe6LOj9nY .jq-number__spin.minus:after,
.cid-uFe6LOj9nY .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe6LOj9nY input::-webkit-clear-button {
  display: none;
}
.cid-uFe6LOj9nY input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe6LOj9nY input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe6LOj9nY input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe6LOj9nY H5 {
  color: #ffffff;
}
.cid-uFe6LOj9nY P {
  color: #767676;
}
.cid-uFe6LOj9nY H3 {
  color: #e1201d;
}
.cid-uFe6LOj9nY p,
.cid-uFe6LOj9nY .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4DQRXY8S {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4DQRXY8S a {
  transition: 0.3s;
}
.cid-uL4DQRXY8S h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4DQRXY8S .card-img2 span {
  padding-top: 6px;
}
.cid-uL4DQRXY8S .soc-item a {
  padding-top: 5px;
}
.cid-uL4DQRXY8S .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4DQRXY8S .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4DQRXY8S .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4DQRXY8S .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4DQRXY8S .soc-item span {
  font-size: 1rem;
}
.cid-uL4DQRXY8S .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4DQRXY8S .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4DQRXY8S .item h4 {
  margin: 0;
}
.cid-uL4DQRXY8S .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4DQRXY8S .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4DQRXY8S img {
  width: 80%;
}
.cid-uL4DQRXY8S .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4DQRXY8S .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4DQRXY8S .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4DQRXY8S .container {
  padding: 0;
}
.cid-uL4DQRXY8S .btn-primary {
  color: #333333 !important;
}
.cid-uL4DQRXY8S .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uE0UXLc9ef {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uE0UXLc9ef .media-container-row {
  align-items: center;
}
.cid-uE0UXLc9ef .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uE0UXLc9ef .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uE0UXLc9ef .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uE0UXLc9ef .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uE0UXLc9ef .foot-menu-item {
  transform: 0.2s;
}
.cid-uE0UXLc9ef .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uE0UXLc9ef .foot-menu {
    justify-content: center;
  }
  .cid-uE0UXLc9ef .mbr-text {
    text-align: center;
  }
  .cid-uE0UXLc9ef .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uE0UXLc9ef .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uE0UXLc9ef .link:hover {
  text-decoration: underline;
}
.cid-uE0UXLc9ef .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uE0UXLc9ef .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uE0UXLc9ef .container {
    padding: 0;
  }
}
.cid-uE0UXLc9ef .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uE1eGqZlH6 {
  min-height: 85px !important;
  position: static;
}
.cid-uE1eGqZlH6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uE1eGqZlH6 .nav-item:focus,
.cid-uE1eGqZlH6 .nav-link:focus {
  outline: none;
}
.cid-uE1eGqZlH6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uE1eGqZlH6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uE1eGqZlH6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uE1eGqZlH6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE1eGqZlH6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uE1eGqZlH6 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uE1eGqZlH6 .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uE1eGqZlH6 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uE1eGqZlH6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uE1eGqZlH6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE1eGqZlH6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE1eGqZlH6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE1eGqZlH6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uE1eGqZlH6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uE1eGqZlH6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uE1eGqZlH6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uE1eGqZlH6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uE1eGqZlH6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE1eGqZlH6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE1eGqZlH6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE1eGqZlH6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE1eGqZlH6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uE1eGqZlH6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE1eGqZlH6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uE1eGqZlH6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uE1eGqZlH6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uE1eGqZlH6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uE1eGqZlH6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uE1eGqZlH6 .navbar.navbar-short {
  background: #19212f;
}
.cid-uE1eGqZlH6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uE1eGqZlH6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uE1eGqZlH6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE1eGqZlH6 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uE1eGqZlH6 .dropdown-item.active,
.cid-uE1eGqZlH6 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uE1eGqZlH6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE1eGqZlH6 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uE1eGqZlH6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uE1eGqZlH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE1eGqZlH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE1eGqZlH6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE1eGqZlH6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uE1eGqZlH6 .navbar-nav {
  margin: auto;
}
.cid-uE1eGqZlH6 .navbar-buttons {
  text-align: center;
}
.cid-uE1eGqZlH6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uE1eGqZlH6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE1eGqZlH6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uE1eGqZlH6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE1eGqZlH6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE1eGqZlH6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uE1eGqZlH6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE1eGqZlH6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uE1eGqZlH6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uE1eGqZlH6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE1eGqZlH6 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uE1eGqZlH6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uE1eGqZlH6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uE1eGqZlH6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uE1eGqZlH6 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uE1eGqZlH6 .navbar {
    height: 77px;
  }
  .cid-uE1eGqZlH6 .navbar.opened {
    height: auto;
  }
}
.cid-uE1eGqZlH6 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uE1eGqZlH6 .text-btn {
  transition: transform 0.3s;
}
.cid-uE1eGqZlH6 .btn:hover {
  transform: scale(0.8);
}
.cid-uE1eGqZlH6 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uE1eGqZlH6 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uE1eGqZlH6 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uE1eGqZlH6 .nav-link:hover::before {
  width: 100%;
}
.cid-uE1eGqZlH6 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uE1eGqZlH6 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uE1eGqZlH6 .link {
  margin: 0rem 1.2rem !important;
}
.cid-uE1eGqZlH6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uE1eGqZlH6 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uE1eGqZlH6 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uE1eGqZlH6 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uE1eGqZlH6 .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uE1eGqZlH6 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uE1eGqZlH6 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uE1eGqZlH6 .dropdown-menu::before {
    display: none !important;
  }
  .cid-uE1eGqZlH6 .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uE1eGqZlH6 .dropdown-menu > a::after {
    display: none;
  }
  .cid-uE1eGqZlH6 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uE1eGqZlH6 .nav-link::before {
    display: none;
  }
  .cid-uE1eGqZlH6 .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uE1eGqZlH6 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uE1eGqZlH6 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uE1eGqZlH6 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uE1eGqZlH6 .nav-dropdown .dropdown-item:focus,
  .cid-uE1eGqZlH6 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uE1eGqZlH6 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uE1eGqZlH6 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uE1eGqZlH6 .container-fluid {
    padding-right: 0rem;
  }
  .cid-uE1eGqZlH6 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uE1eGqZlH6 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uE1eGqZlH6 .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uE1eGqZlH6 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uE1eGqZlH6 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uE1eGqZlH6 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uE1eGqZlH6 .nav-dropdown .dropdown-item:focus,
  .cid-uE1eGqZlH6 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uE1eGqZlH6 .btn-primary {
  color: #354463 !important;
}
.cid-uE1eGqZlH6 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uE1eGqZlH6 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uE1eGqZlH6 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uE1eGrnd8S {
  overflow-x: hidden !important;
}
.cid-uE1eGrnd8S,
.cid-uE1eGrnd8S .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uE1eGrnd8S .mbr-section-title {
  color: #ffffff;
}
.cid-uE1eGrnd8S .mbr-section-title span {
  color: #ffffff;
}
.cid-uE1eGrnd8S .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uE1eGrnd8S .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/545a0354-1800x1200.jpeg");
}
.cid-uE1eGrnd8S .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uE1eGrnd8S .mbr-overlay {
  z-index: 1;
}
.cid-uE1eGrnd8S .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uE1eGrEgHI {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uE1eGrEgHI .text-wrap {
  margin-top: 32px;
}
.cid-uE1eGrEgHI .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uE1eGrEgHI .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uE1eGrEgHI .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uE1eGrEgHI .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uE1eGrEgHI .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uE1eGrEgHI .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uE1eGrEgHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1eGrEgHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1eGrEgHI .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uE1eGrEgHI .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uE1eGrEgHI .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uE1eGrEgHI .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uFkK9S6tlc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFkK9S6tlc .mbr-text {
  color: #767676;
}
.cid-uFkK9S6tlc .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFkK9S6tlc .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFkK9S6tlc .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFkK9S6tlc .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFkK9S6tlc .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFkK9S6tlc .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFkK9S6tlc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFkK9S6tlc .card {
    margin-bottom: 2rem;
  }
}
.cid-uFkK9S6tlc .text-link {
  font-weight: 800 !important;
}
.cid-uFkK9S6tlc .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFkK9S6tlc .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFkK9S6tlc .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFkK9S6tlc .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFkK9S6tlc .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFkK9S6tlc .card:hover .text-link {
  color: #fff !important;
}
.cid-uFkK9S6tlc .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFkK9S6tlc .card:hover .link {
  transform: translateX(42px);
}
.cid-uFkK9S6tlc .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFkK9S6tlc h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uE1eGrVvXy {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uE1eGrVvXy .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uE1eGrVvXy .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uE1eGrVvXy .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uE1eGrVvXy .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uE1eGrVvXy .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uE1eGrVvXy .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uE1eGrVvXy .mbr-gallery-filter ul {
  display: block;
}
.cid-uE1eGrVvXy .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uE1eGrVvXy .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uE1eGrVvXy .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uE1eGrVvXy .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uE1eGrVvXy .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uE1eGrVvXy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uE1eGrVvXy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uE1eGrVvXy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uE1eGrVvXy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uE1eGrVvXy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uE1eGrVvXy .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uE1eGrVvXy .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uE1eGrVvXy .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uE1eGrVvXy .mbr-gallery-item > div img,
.cid-uE1eGrVvXy .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uE1eGrVvXy .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uE1eGrVvXy .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uE1eGrVvXy .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uE1eGrVvXy .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uE1eGrVvXy .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uE1eGrVvXy .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uE1eGrVvXy .mbr-section-title {
    text-align: center;
  }
  .cid-uE1eGrVvXy .image {
    top: auto;
    height: 420px;
  }
  .cid-uE1eGrVvXy .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uE1eGrVvXy .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uE1eGrVvXy .mbr-gallery-item > div img,
  .cid-uE1eGrVvXy .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uE1eGrVvXy .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uE1eGrVvXy .image {
    height: 290px;
  }
}
.cid-uFf0rjMfSD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFf0rjMfSD .mbr-text {
  color: #767676;
}
.cid-uFf0rjMfSD .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFf0rjMfSD .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFf0rjMfSD .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFf0rjMfSD .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFf0rjMfSD .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFf0rjMfSD .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFf0rjMfSD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFf0rjMfSD .card {
    margin-bottom: 2rem;
  }
}
.cid-uFf0rjMfSD .text-link {
  font-weight: 800 !important;
}
.cid-uFf0rjMfSD .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFf0rjMfSD .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf0rjMfSD .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf0rjMfSD .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFf0rjMfSD .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFf0rjMfSD .card:hover .text-link {
  color: #fff !important;
}
.cid-uFf0rjMfSD .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFf0rjMfSD .card:hover .link {
  transform: translateX(42px);
}
.cid-uFf0rjMfSD .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFf0rjMfSD h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uE1eGsURtW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uE1eGsURtW .container {
    padding: 0 24px;
  }
}
.cid-uE1eGsURtW .card {
  justify-content: center;
}
.cid-uE1eGsURtW .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uE1eGsURtW .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uE1eGsURtW .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uE1eGsURtW .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uE1eGsURtW .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uE1eGsURtW .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uE1eGsURtW .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uE1eGsURtW .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uE1eGsURtW .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uE1eGsURtW .mbr-section-title {
  color: #F9F6E0;
}
.cid-uE1eGsURtW .mbr-desc {
  color: #ffffff;
}
.cid-uE1eGsURtW .mbr-text {
  color: #ffffff;
}
.cid-uE1eGsURtW .mbr-section-btn {
  text-align: right;
}
.cid-uE1eGsURtW .mbr-section-title,
.cid-uE1eGsURtW .mbr-section-btn {
  color: #ffffff;
}
.cid-uE1eGt8hMK {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH76bi9xpk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH76bi9xpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH76bi9xpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH76bi9xpk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH76bi9xpk .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH76bi9xpk .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH76bi9xpk .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH76bi9xpk .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH76bi9xpk .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH76bi9xpk .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH76bi9xpk .item {
    margin-bottom: 28px;
  }
}
.cid-uH76bi9xpk .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH76bi9xpk .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH76bi9xpk .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH76bi9xpk .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH76bi9xpk .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH76bi9xpk .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH76bi9xpk .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH76bi9xpk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH76bi9xpk .mbr-text,
.cid-uH76bi9xpk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH76bi9xpk .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH76bi9xpk .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFpNst7qiz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFpNst7qiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpNst7qiz .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-uFpNst7qiz .container {
    padding: 0 20px;
  }
}
.cid-uFpNst7qiz .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFpNst7qiz .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFpNst7qiz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFpNst7qiz .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFpNst7qiz .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFpNst7qiz .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFpNst7qiz .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFpNst7qiz .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFpNst7qiz .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFpNst7qiz .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFpNst7qiz .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFpNst7qiz .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFpNst7qiz .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFpNst7qiz .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFpNst7qiz .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFpNst7qiz .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFpNst7qiz .content-wrapper .mbr-section-btn .btn-success,
.cid-uFpNst7qiz .content-wrapper .mbr-section-btn .btn-info,
.cid-uFpNst7qiz .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFpNst7qiz .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFpNst7qiz .content-wrapper .mbr-section-btn .btn-black,
.cid-uFpNst7qiz .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFpNst7qiz .mbr-section-title {
  color: #000000;
}
.cid-uFpNst7qiz .mbr-desc,
.cid-uFpNst7qiz .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpNst7qiz .card-number {
  color: #ffffff;
}
.cid-uFpNst7qiz .card-title {
  color: #000000;
}
.cid-uFpNst7qiz .mbr-text,
.cid-uFpNst7qiz .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpNst7qiz .mbr-section-title,
.cid-uFpNst7qiz .mbr-section-btn {
  text-align: center;
}
.cid-uFpNst7qiz .card-title,
.cid-uFpNst7qiz .icon-wrapper {
  color: #ffffff;
}
.cid-uFpNst7qiz .mbr-section-title,
.cid-uFpNst7qiz .mbr-section-btn,
.cid-uFpNst7qiz .image-wrapper {
  color: #19212f;
}
.cid-uHjkVFozIl {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHjkVFozIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjkVFozIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjkVFozIl .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHjkVFozIl .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHjkVFozIl .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHjkVFozIl .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHjkVFozIl .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjkVFozIl .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHjkVFozIl .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHjkVFozIl .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHjkVFozIl .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHjkVFozIl .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHjkVFozIl .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHjkVFozIl .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHjkVFozIl .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHjkVFozIl .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHjkVFozIl .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHjkVFozIl .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHjkVFozIl .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHjkVFozIl .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjkVFozIl .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHjkVFozIl .mbr-section-title {
  color: #404349;
}
.cid-uHjkVFozIl .panel-title-edit {
  color: #ffffff;
}
.cid-uHjkVFozIl .panel-text {
  color: #404349;
}
.cid-uHjkVFozIl .panel-text,
.cid-uHjkVFozIl .panel-body {
  color: #ffffff;
}
.cid-uHjkVFozIl .mbr-section-title,
.cid-uHjkVFozIl .title-wrapper,
.cid-uHjkVFozIl .tabs-wrapper {
  color: #ffffff;
}
.cid-uE1eGu2zhU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uE1eGu2zhU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uE1eGu2zhU .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uE1eGu2zhU input,
.cid-uE1eGu2zhU textarea {
  font-size: 14px;
}
.cid-uE1eGu2zhU input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uE1eGu2zhU textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uE1eGu2zhU .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uE1eGu2zhU .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uE1eGu2zhU img {
  width: 90%;
  border-radius: 8px;
}
.cid-uE1eGu2zhU .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uE1eGu2zhU .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uE1eGu2zhU .title-block {
  margin-bottom: 2rem;
}
.cid-uE1eGu2zhU .form-control,
.cid-uE1eGu2zhU .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uE1eGu2zhU .form-control:hover,
.cid-uE1eGu2zhU .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uE1eGu2zhU .form-control:focus,
.cid-uE1eGu2zhU .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uE1eGu2zhU input::-webkit-input-placeholder,
.cid-uE1eGu2zhU textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uE1eGu2zhU input:-moz-placeholder,
.cid-uE1eGu2zhU textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uE1eGu2zhU .jq-selectbox li,
.cid-uE1eGu2zhU .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uE1eGu2zhU .jq-selectbox li:hover,
.cid-uE1eGu2zhU .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uE1eGu2zhU .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uE1eGu2zhU .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uE1eGu2zhU H5 {
  padding-bottom: 2rem;
}
.cid-uE1eGu2zhU .mbr-text {
  color: #777777;
}
.cid-uE1eGu2zhU .mbr-form {
  padding: 0rem;
}
.cid-uE1eGu2zhU .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uE1eGu2zhU .form-row {
    margin: 0;
  }
  .cid-uE1eGu2zhU .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uE1eGu2zhU .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uE1eGu2zhU img {
    width: 100%;
  }
}
.cid-uE1eGu2zhU .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uE1eGu2zhU H3 {
  color: #19212f;
}
.cid-uE1eGu2zhU .mbr-text,
.cid-uE1eGu2zhU .mbr-section-btn {
  color: #555555;
}
.cid-uFf0qjJYVL {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf0qjJYVL [class^="socicon-"]:before,
.cid-uFf0qjJYVL [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf0qjJYVL .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf0qjJYVL .btn-social,
.cid-uFf0qjJYVL .mbr-section-title {
  color: #57468b;
}
.cid-uFf0qjJYVL .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf0qjJYVL .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf0qjJYVL .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf0qjJYVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf0qjJYVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe6FdLEU3 {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe6FdLEU3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe6FdLEU3 h5 {
  padding-bottom: 2rem;
}
.cid-uFe6FdLEU3 textarea {
  min-height: 150px;
}
.cid-uFe6FdLEU3 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe6FdLEU3 h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe6FdLEU3 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe6FdLEU3 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe6FdLEU3 .form-control,
.cid-uFe6FdLEU3 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe6FdLEU3 .form-control input::-webkit-input-placeholder,
.cid-uFe6FdLEU3 .field-input input::-webkit-input-placeholder,
.cid-uFe6FdLEU3 .form-control textarea::-webkit-input-placeholder,
.cid-uFe6FdLEU3 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe6FdLEU3 .form-control input:-moz-placeholder,
.cid-uFe6FdLEU3 .field-input input:-moz-placeholder,
.cid-uFe6FdLEU3 .form-control textarea:-moz-placeholder,
.cid-uFe6FdLEU3 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe6FdLEU3 .form-control:hover,
.cid-uFe6FdLEU3 .field-input:hover,
.cid-uFe6FdLEU3 .form-control:focus,
.cid-uFe6FdLEU3 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe6FdLEU3 .form-control:hover input::-webkit-input-placeholder,
.cid-uFe6FdLEU3 .field-input:hover input::-webkit-input-placeholder,
.cid-uFe6FdLEU3 .form-control:focus input::-webkit-input-placeholder,
.cid-uFe6FdLEU3 .field-input:focus input::-webkit-input-placeholder,
.cid-uFe6FdLEU3 .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe6FdLEU3 .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe6FdLEU3 .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe6FdLEU3 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe6FdLEU3 .form-control:hover input:-moz-placeholder,
.cid-uFe6FdLEU3 .field-input:hover input:-moz-placeholder,
.cid-uFe6FdLEU3 .form-control:focus input:-moz-placeholder,
.cid-uFe6FdLEU3 .field-input:focus input:-moz-placeholder,
.cid-uFe6FdLEU3 .form-control:hover textarea:-moz-placeholder,
.cid-uFe6FdLEU3 .field-input:hover textarea:-moz-placeholder,
.cid-uFe6FdLEU3 .form-control:focus textarea:-moz-placeholder,
.cid-uFe6FdLEU3 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe6FdLEU3 .jq-number__spin:hover,
.cid-uFe6FdLEU3 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe6FdLEU3 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe6FdLEU3 .jq-selectbox li,
.cid-uFe6FdLEU3 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe6FdLEU3 .jq-selectbox li:hover,
.cid-uFe6FdLEU3 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe6FdLEU3 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe6FdLEU3 .jq-number__spin.minus:hover:after,
.cid-uFe6FdLEU3 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe6FdLEU3 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe6FdLEU3 .jq-number__spin.minus:after,
.cid-uFe6FdLEU3 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe6FdLEU3 input::-webkit-clear-button {
  display: none;
}
.cid-uFe6FdLEU3 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe6FdLEU3 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe6FdLEU3 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe6FdLEU3 H5 {
  color: #ffffff;
}
.cid-uFe6FdLEU3 P {
  color: #767676;
}
.cid-uFe6FdLEU3 H3 {
  color: #e1201d;
}
.cid-uFe6FdLEU3 p,
.cid-uFe6FdLEU3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4DUiJYa9 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4DUiJYa9 a {
  transition: 0.3s;
}
.cid-uL4DUiJYa9 h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4DUiJYa9 .card-img2 span {
  padding-top: 6px;
}
.cid-uL4DUiJYa9 .soc-item a {
  padding-top: 5px;
}
.cid-uL4DUiJYa9 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4DUiJYa9 .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4DUiJYa9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4DUiJYa9 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4DUiJYa9 .soc-item span {
  font-size: 1rem;
}
.cid-uL4DUiJYa9 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4DUiJYa9 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4DUiJYa9 .item h4 {
  margin: 0;
}
.cid-uL4DUiJYa9 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4DUiJYa9 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4DUiJYa9 img {
  width: 80%;
}
.cid-uL4DUiJYa9 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4DUiJYa9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4DUiJYa9 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4DUiJYa9 .container {
  padding: 0;
}
.cid-uL4DUiJYa9 .btn-primary {
  color: #333333 !important;
}
.cid-uL4DUiJYa9 .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uE1eGv3QD7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uE1eGv3QD7 .media-container-row {
  align-items: center;
}
.cid-uE1eGv3QD7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uE1eGv3QD7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uE1eGv3QD7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uE1eGv3QD7 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uE1eGv3QD7 .foot-menu-item {
  transform: 0.2s;
}
.cid-uE1eGv3QD7 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uE1eGv3QD7 .foot-menu {
    justify-content: center;
  }
  .cid-uE1eGv3QD7 .mbr-text {
    text-align: center;
  }
  .cid-uE1eGv3QD7 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uE1eGv3QD7 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uE1eGv3QD7 .link:hover {
  text-decoration: underline;
}
.cid-uE1eGv3QD7 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uE1eGv3QD7 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uE1eGv3QD7 .container {
    padding: 0;
  }
}
.cid-uE1eGv3QD7 .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uE1jr22e8z {
  min-height: 85px !important;
  position: static;
}
.cid-uE1jr22e8z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uE1jr22e8z .nav-item:focus,
.cid-uE1jr22e8z .nav-link:focus {
  outline: none;
}
.cid-uE1jr22e8z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uE1jr22e8z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uE1jr22e8z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uE1jr22e8z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE1jr22e8z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uE1jr22e8z .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uE1jr22e8z .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uE1jr22e8z .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uE1jr22e8z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uE1jr22e8z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE1jr22e8z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE1jr22e8z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE1jr22e8z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uE1jr22e8z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uE1jr22e8z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uE1jr22e8z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uE1jr22e8z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uE1jr22e8z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE1jr22e8z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE1jr22e8z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE1jr22e8z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE1jr22e8z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uE1jr22e8z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE1jr22e8z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uE1jr22e8z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uE1jr22e8z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uE1jr22e8z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uE1jr22e8z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uE1jr22e8z .navbar.navbar-short {
  background: #19212f;
}
.cid-uE1jr22e8z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uE1jr22e8z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uE1jr22e8z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE1jr22e8z .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uE1jr22e8z .dropdown-item.active,
.cid-uE1jr22e8z .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uE1jr22e8z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE1jr22e8z .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uE1jr22e8z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uE1jr22e8z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE1jr22e8z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE1jr22e8z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE1jr22e8z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uE1jr22e8z .navbar-nav {
  margin: auto;
}
.cid-uE1jr22e8z .navbar-buttons {
  text-align: center;
}
.cid-uE1jr22e8z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uE1jr22e8z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE1jr22e8z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uE1jr22e8z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE1jr22e8z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE1jr22e8z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uE1jr22e8z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE1jr22e8z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uE1jr22e8z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uE1jr22e8z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE1jr22e8z .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uE1jr22e8z a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uE1jr22e8z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uE1jr22e8z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uE1jr22e8z .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uE1jr22e8z .navbar {
    height: 77px;
  }
  .cid-uE1jr22e8z .navbar.opened {
    height: auto;
  }
}
.cid-uE1jr22e8z .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uE1jr22e8z .text-btn {
  transition: transform 0.3s;
}
.cid-uE1jr22e8z .btn:hover {
  transform: scale(0.8);
}
.cid-uE1jr22e8z .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uE1jr22e8z .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uE1jr22e8z .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uE1jr22e8z .nav-link:hover::before {
  width: 100%;
}
.cid-uE1jr22e8z .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uE1jr22e8z .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uE1jr22e8z .link {
  margin: 0rem 1.2rem !important;
}
.cid-uE1jr22e8z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uE1jr22e8z .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uE1jr22e8z .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uE1jr22e8z .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uE1jr22e8z .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uE1jr22e8z .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uE1jr22e8z .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uE1jr22e8z .dropdown-menu::before {
    display: none !important;
  }
  .cid-uE1jr22e8z .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uE1jr22e8z .dropdown-menu > a::after {
    display: none;
  }
  .cid-uE1jr22e8z .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uE1jr22e8z .nav-link::before {
    display: none;
  }
  .cid-uE1jr22e8z .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uE1jr22e8z .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uE1jr22e8z .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uE1jr22e8z .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uE1jr22e8z .nav-dropdown .dropdown-item:focus,
  .cid-uE1jr22e8z .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uE1jr22e8z .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uE1jr22e8z .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uE1jr22e8z .container-fluid {
    padding-right: 0rem;
  }
  .cid-uE1jr22e8z .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uE1jr22e8z .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uE1jr22e8z .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uE1jr22e8z .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uE1jr22e8z .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uE1jr22e8z .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uE1jr22e8z .nav-dropdown .dropdown-item:focus,
  .cid-uE1jr22e8z .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uE1jr22e8z .btn-primary {
  color: #354463 !important;
}
.cid-uE1jr22e8z .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uE1jr22e8z .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uE1jr22e8z .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uE1jr2wgg7 {
  overflow-x: hidden !important;
}
.cid-uE1jr2wgg7,
.cid-uE1jr2wgg7 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uE1jr2wgg7 .mbr-section-title {
  color: #ffffff;
}
.cid-uE1jr2wgg7 .mbr-section-title span {
  color: #ffffff;
}
.cid-uE1jr2wgg7 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uE1jr2wgg7 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/edc54625-a238-4279-ad13-20aa2e1d9ef3-2000x1500.jpeg");
}
.cid-uE1jr2wgg7 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uE1jr2wgg7 .mbr-overlay {
  z-index: 1;
}
.cid-uE1jr2wgg7 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uE1jr2VWMu {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uE1jr2VWMu .text-wrap {
  margin-top: 32px;
}
.cid-uE1jr2VWMu .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uE1jr2VWMu .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uE1jr2VWMu .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uE1jr2VWMu .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uE1jr2VWMu .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uE1jr2VWMu .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uE1jr2VWMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1jr2VWMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1jr2VWMu .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uE1jr2VWMu .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uE1jr2VWMu .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uE1jr2VWMu .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uE1jr3jC6j {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uE1jr3jC6j .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uE1jr3jC6j .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uE1jr3jC6j .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uE1jr3jC6j .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uE1jr3jC6j .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uE1jr3jC6j .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uE1jr3jC6j .mbr-gallery-filter ul {
  display: block;
}
.cid-uE1jr3jC6j .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uE1jr3jC6j .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uE1jr3jC6j .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uE1jr3jC6j .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uE1jr3jC6j .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uE1jr3jC6j .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uE1jr3jC6j .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uE1jr3jC6j .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uE1jr3jC6j .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uE1jr3jC6j .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uE1jr3jC6j .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uE1jr3jC6j .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uE1jr3jC6j .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uE1jr3jC6j .mbr-gallery-item > div img,
.cid-uE1jr3jC6j .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uE1jr3jC6j .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uE1jr3jC6j .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uE1jr3jC6j .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uE1jr3jC6j .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uE1jr3jC6j .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uE1jr3jC6j .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uE1jr3jC6j .mbr-section-title {
    text-align: center;
  }
  .cid-uE1jr3jC6j .image {
    top: auto;
    height: 420px;
  }
  .cid-uE1jr3jC6j .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uE1jr3jC6j .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uE1jr3jC6j .mbr-gallery-item > div img,
  .cid-uE1jr3jC6j .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uE1jr3jC6j .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uE1jr3jC6j .image {
    height: 290px;
  }
}
.cid-uFf0DyDwdD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFf0DyDwdD .mbr-text {
  color: #767676;
}
.cid-uFf0DyDwdD .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFf0DyDwdD .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFf0DyDwdD .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFf0DyDwdD .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFf0DyDwdD .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFf0DyDwdD .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFf0DyDwdD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFf0DyDwdD .card {
    margin-bottom: 2rem;
  }
}
.cid-uFf0DyDwdD .text-link {
  font-weight: 800 !important;
}
.cid-uFf0DyDwdD .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFf0DyDwdD .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf0DyDwdD .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf0DyDwdD .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFf0DyDwdD .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFf0DyDwdD .card:hover .text-link {
  color: #fff !important;
}
.cid-uFf0DyDwdD .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFf0DyDwdD .card:hover .link {
  transform: translateX(42px);
}
.cid-uFf0DyDwdD .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFf0DyDwdD h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uF9ldSONxM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #354463;
}
.cid-uF9ldSONxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9ldSONxM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9ldSONxM b,
.cid-uF9ldSONxM strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-uF9ldSONxM img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uF9ldSONxM img {
    padding-bottom: 2rem;
  }
}
.cid-uF9ldSONxM .row {
  align-items: center;
}
.cid-uF9ldSONxM .mbr-section-title {
  color: #ffffff;
}
.cid-uF9ldSONxM .mbr-text,
.cid-uF9ldSONxM .mbr-section-btn {
  color: #ffffff;
}
.cid-uF9ldSONxM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uE1jr4b7Kv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uE1jr4b7Kv .container {
    padding: 0 24px;
  }
}
.cid-uE1jr4b7Kv .card {
  justify-content: center;
}
.cid-uE1jr4b7Kv .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uE1jr4b7Kv .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uE1jr4b7Kv .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uE1jr4b7Kv .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uE1jr4b7Kv .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uE1jr4b7Kv .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uE1jr4b7Kv .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uE1jr4b7Kv .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uE1jr4b7Kv .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uE1jr4b7Kv .mbr-section-title {
  color: #F9F6E0;
}
.cid-uE1jr4b7Kv .mbr-desc {
  color: #ffffff;
}
.cid-uE1jr4b7Kv .mbr-text {
  color: #ffffff;
}
.cid-uE1jr4b7Kv .mbr-section-btn {
  text-align: right;
}
.cid-uE1jr4b7Kv .mbr-section-title,
.cid-uE1jr4b7Kv .mbr-section-btn {
  color: #ffffff;
}
.cid-uE1jr4qRAO {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH76dpmmuJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH76dpmmuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH76dpmmuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH76dpmmuJ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH76dpmmuJ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH76dpmmuJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH76dpmmuJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH76dpmmuJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH76dpmmuJ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH76dpmmuJ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH76dpmmuJ .item {
    margin-bottom: 28px;
  }
}
.cid-uH76dpmmuJ .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH76dpmmuJ .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH76dpmmuJ .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH76dpmmuJ .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH76dpmmuJ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH76dpmmuJ .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH76dpmmuJ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH76dpmmuJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH76dpmmuJ .mbr-text,
.cid-uH76dpmmuJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH76dpmmuJ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH76dpmmuJ .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFpNED9sM5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFpNED9sM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpNED9sM5 .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-uFpNED9sM5 .container {
    padding: 0 20px;
  }
}
.cid-uFpNED9sM5 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFpNED9sM5 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFpNED9sM5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFpNED9sM5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFpNED9sM5 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFpNED9sM5 .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFpNED9sM5 .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFpNED9sM5 .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFpNED9sM5 .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFpNED9sM5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFpNED9sM5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFpNED9sM5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFpNED9sM5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFpNED9sM5 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFpNED9sM5 .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFpNED9sM5 .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFpNED9sM5 .content-wrapper .mbr-section-btn .btn-success,
.cid-uFpNED9sM5 .content-wrapper .mbr-section-btn .btn-info,
.cid-uFpNED9sM5 .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFpNED9sM5 .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFpNED9sM5 .content-wrapper .mbr-section-btn .btn-black,
.cid-uFpNED9sM5 .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFpNED9sM5 .mbr-section-title {
  color: #000000;
}
.cid-uFpNED9sM5 .mbr-desc,
.cid-uFpNED9sM5 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpNED9sM5 .card-number {
  color: #ffffff;
}
.cid-uFpNED9sM5 .card-title {
  color: #000000;
}
.cid-uFpNED9sM5 .mbr-text,
.cid-uFpNED9sM5 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpNED9sM5 .mbr-section-title,
.cid-uFpNED9sM5 .mbr-section-btn {
  text-align: center;
}
.cid-uFpNED9sM5 .card-title,
.cid-uFpNED9sM5 .icon-wrapper {
  color: #ffffff;
}
.cid-uFpNED9sM5 .mbr-section-title,
.cid-uFpNED9sM5 .mbr-section-btn,
.cid-uFpNED9sM5 .image-wrapper {
  color: #19212f;
}
.cid-uHjkYFTYBR {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHjkYFTYBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjkYFTYBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjkYFTYBR .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHjkYFTYBR .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHjkYFTYBR .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHjkYFTYBR .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHjkYFTYBR .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjkYFTYBR .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHjkYFTYBR .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHjkYFTYBR .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHjkYFTYBR .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHjkYFTYBR .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHjkYFTYBR .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHjkYFTYBR .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHjkYFTYBR .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHjkYFTYBR .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHjkYFTYBR .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHjkYFTYBR .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHjkYFTYBR .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHjkYFTYBR .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjkYFTYBR .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHjkYFTYBR .mbr-section-title {
  color: #404349;
}
.cid-uHjkYFTYBR .panel-title-edit {
  color: #ffffff;
}
.cid-uHjkYFTYBR .panel-text {
  color: #404349;
}
.cid-uHjkYFTYBR .panel-text,
.cid-uHjkYFTYBR .panel-body {
  color: #ffffff;
}
.cid-uHjkYFTYBR .mbr-section-title,
.cid-uHjkYFTYBR .title-wrapper,
.cid-uHjkYFTYBR .tabs-wrapper {
  color: #ffffff;
}
.cid-uE1jr5lE2U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uE1jr5lE2U .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uE1jr5lE2U .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uE1jr5lE2U input,
.cid-uE1jr5lE2U textarea {
  font-size: 14px;
}
.cid-uE1jr5lE2U input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uE1jr5lE2U textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uE1jr5lE2U .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uE1jr5lE2U .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uE1jr5lE2U img {
  width: 90%;
  border-radius: 8px;
}
.cid-uE1jr5lE2U .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uE1jr5lE2U .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uE1jr5lE2U .title-block {
  margin-bottom: 2rem;
}
.cid-uE1jr5lE2U .form-control,
.cid-uE1jr5lE2U .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uE1jr5lE2U .form-control:hover,
.cid-uE1jr5lE2U .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uE1jr5lE2U .form-control:focus,
.cid-uE1jr5lE2U .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uE1jr5lE2U input::-webkit-input-placeholder,
.cid-uE1jr5lE2U textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uE1jr5lE2U input:-moz-placeholder,
.cid-uE1jr5lE2U textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uE1jr5lE2U .jq-selectbox li,
.cid-uE1jr5lE2U .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uE1jr5lE2U .jq-selectbox li:hover,
.cid-uE1jr5lE2U .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uE1jr5lE2U .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uE1jr5lE2U .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uE1jr5lE2U H5 {
  padding-bottom: 2rem;
}
.cid-uE1jr5lE2U .mbr-text {
  color: #777777;
}
.cid-uE1jr5lE2U .mbr-form {
  padding: 0rem;
}
.cid-uE1jr5lE2U .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uE1jr5lE2U .form-row {
    margin: 0;
  }
  .cid-uE1jr5lE2U .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uE1jr5lE2U .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uE1jr5lE2U img {
    width: 100%;
  }
}
.cid-uE1jr5lE2U .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uE1jr5lE2U H3 {
  color: #19212f;
}
.cid-uE1jr5lE2U .mbr-text,
.cid-uE1jr5lE2U .mbr-section-btn {
  color: #555555;
}
.cid-uFf0CnmP8n {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf0CnmP8n [class^="socicon-"]:before,
.cid-uFf0CnmP8n [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf0CnmP8n .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf0CnmP8n .btn-social,
.cid-uFf0CnmP8n .mbr-section-title {
  color: #57468b;
}
.cid-uFf0CnmP8n .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf0CnmP8n .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf0CnmP8n .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf0CnmP8n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf0CnmP8n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe6erCQ94 {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe6erCQ94 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe6erCQ94 h5 {
  padding-bottom: 2rem;
}
.cid-uFe6erCQ94 textarea {
  min-height: 150px;
}
.cid-uFe6erCQ94 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe6erCQ94 h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe6erCQ94 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe6erCQ94 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe6erCQ94 .form-control,
.cid-uFe6erCQ94 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe6erCQ94 .form-control input::-webkit-input-placeholder,
.cid-uFe6erCQ94 .field-input input::-webkit-input-placeholder,
.cid-uFe6erCQ94 .form-control textarea::-webkit-input-placeholder,
.cid-uFe6erCQ94 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe6erCQ94 .form-control input:-moz-placeholder,
.cid-uFe6erCQ94 .field-input input:-moz-placeholder,
.cid-uFe6erCQ94 .form-control textarea:-moz-placeholder,
.cid-uFe6erCQ94 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe6erCQ94 .form-control:hover,
.cid-uFe6erCQ94 .field-input:hover,
.cid-uFe6erCQ94 .form-control:focus,
.cid-uFe6erCQ94 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe6erCQ94 .form-control:hover input::-webkit-input-placeholder,
.cid-uFe6erCQ94 .field-input:hover input::-webkit-input-placeholder,
.cid-uFe6erCQ94 .form-control:focus input::-webkit-input-placeholder,
.cid-uFe6erCQ94 .field-input:focus input::-webkit-input-placeholder,
.cid-uFe6erCQ94 .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe6erCQ94 .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe6erCQ94 .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe6erCQ94 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe6erCQ94 .form-control:hover input:-moz-placeholder,
.cid-uFe6erCQ94 .field-input:hover input:-moz-placeholder,
.cid-uFe6erCQ94 .form-control:focus input:-moz-placeholder,
.cid-uFe6erCQ94 .field-input:focus input:-moz-placeholder,
.cid-uFe6erCQ94 .form-control:hover textarea:-moz-placeholder,
.cid-uFe6erCQ94 .field-input:hover textarea:-moz-placeholder,
.cid-uFe6erCQ94 .form-control:focus textarea:-moz-placeholder,
.cid-uFe6erCQ94 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe6erCQ94 .jq-number__spin:hover,
.cid-uFe6erCQ94 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe6erCQ94 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe6erCQ94 .jq-selectbox li,
.cid-uFe6erCQ94 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe6erCQ94 .jq-selectbox li:hover,
.cid-uFe6erCQ94 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe6erCQ94 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe6erCQ94 .jq-number__spin.minus:hover:after,
.cid-uFe6erCQ94 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe6erCQ94 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe6erCQ94 .jq-number__spin.minus:after,
.cid-uFe6erCQ94 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe6erCQ94 input::-webkit-clear-button {
  display: none;
}
.cid-uFe6erCQ94 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe6erCQ94 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe6erCQ94 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe6erCQ94 H5 {
  color: #ffffff;
}
.cid-uFe6erCQ94 P {
  color: #767676;
}
.cid-uFe6erCQ94 H3 {
  color: #e1201d;
}
.cid-uFe6erCQ94 p,
.cid-uFe6erCQ94 .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4DWRASX2 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4DWRASX2 a {
  transition: 0.3s;
}
.cid-uL4DWRASX2 h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4DWRASX2 .card-img2 span {
  padding-top: 6px;
}
.cid-uL4DWRASX2 .soc-item a {
  padding-top: 5px;
}
.cid-uL4DWRASX2 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4DWRASX2 .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4DWRASX2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4DWRASX2 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4DWRASX2 .soc-item span {
  font-size: 1rem;
}
.cid-uL4DWRASX2 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4DWRASX2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4DWRASX2 .item h4 {
  margin: 0;
}
.cid-uL4DWRASX2 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4DWRASX2 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4DWRASX2 img {
  width: 80%;
}
.cid-uL4DWRASX2 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4DWRASX2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4DWRASX2 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4DWRASX2 .container {
  padding: 0;
}
.cid-uL4DWRASX2 .btn-primary {
  color: #333333 !important;
}
.cid-uL4DWRASX2 .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uE1jr6nxel {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uE1jr6nxel .media-container-row {
  align-items: center;
}
.cid-uE1jr6nxel .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uE1jr6nxel .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uE1jr6nxel .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uE1jr6nxel .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uE1jr6nxel .foot-menu-item {
  transform: 0.2s;
}
.cid-uE1jr6nxel .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uE1jr6nxel .foot-menu {
    justify-content: center;
  }
  .cid-uE1jr6nxel .mbr-text {
    text-align: center;
  }
  .cid-uE1jr6nxel .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uE1jr6nxel .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uE1jr6nxel .link:hover {
  text-decoration: underline;
}
.cid-uE1jr6nxel .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uE1jr6nxel .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uE1jr6nxel .container {
    padding: 0;
  }
}
.cid-uE1jr6nxel .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uE66DcbIcK {
  min-height: 85px !important;
  position: static;
}
.cid-uE66DcbIcK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uE66DcbIcK .nav-item:focus,
.cid-uE66DcbIcK .nav-link:focus {
  outline: none;
}
.cid-uE66DcbIcK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uE66DcbIcK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uE66DcbIcK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uE66DcbIcK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE66DcbIcK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uE66DcbIcK .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uE66DcbIcK .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uE66DcbIcK .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uE66DcbIcK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uE66DcbIcK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE66DcbIcK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE66DcbIcK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE66DcbIcK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uE66DcbIcK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uE66DcbIcK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uE66DcbIcK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uE66DcbIcK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uE66DcbIcK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE66DcbIcK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE66DcbIcK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE66DcbIcK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE66DcbIcK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uE66DcbIcK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE66DcbIcK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uE66DcbIcK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uE66DcbIcK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uE66DcbIcK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uE66DcbIcK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uE66DcbIcK .navbar.navbar-short {
  background: #19212f;
}
.cid-uE66DcbIcK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uE66DcbIcK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uE66DcbIcK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE66DcbIcK .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uE66DcbIcK .dropdown-item.active,
.cid-uE66DcbIcK .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uE66DcbIcK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE66DcbIcK .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uE66DcbIcK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uE66DcbIcK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE66DcbIcK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE66DcbIcK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE66DcbIcK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uE66DcbIcK .navbar-nav {
  margin: auto;
}
.cid-uE66DcbIcK .navbar-buttons {
  text-align: center;
}
.cid-uE66DcbIcK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uE66DcbIcK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE66DcbIcK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uE66DcbIcK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE66DcbIcK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE66DcbIcK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uE66DcbIcK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE66DcbIcK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uE66DcbIcK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uE66DcbIcK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE66DcbIcK .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uE66DcbIcK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uE66DcbIcK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uE66DcbIcK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uE66DcbIcK .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uE66DcbIcK .navbar {
    height: 77px;
  }
  .cid-uE66DcbIcK .navbar.opened {
    height: auto;
  }
}
.cid-uE66DcbIcK .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uE66DcbIcK .text-btn {
  transition: transform 0.3s;
}
.cid-uE66DcbIcK .btn:hover {
  transform: scale(0.8);
}
.cid-uE66DcbIcK .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uE66DcbIcK .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uE66DcbIcK .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uE66DcbIcK .nav-link:hover::before {
  width: 100%;
}
.cid-uE66DcbIcK .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uE66DcbIcK .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uE66DcbIcK .link {
  margin: 0rem 1.2rem !important;
}
.cid-uE66DcbIcK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uE66DcbIcK .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uE66DcbIcK .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uE66DcbIcK .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uE66DcbIcK .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uE66DcbIcK .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uE66DcbIcK .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uE66DcbIcK .dropdown-menu::before {
    display: none !important;
  }
  .cid-uE66DcbIcK .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uE66DcbIcK .dropdown-menu > a::after {
    display: none;
  }
  .cid-uE66DcbIcK .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uE66DcbIcK .nav-link::before {
    display: none;
  }
  .cid-uE66DcbIcK .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uE66DcbIcK .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uE66DcbIcK .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uE66DcbIcK .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uE66DcbIcK .nav-dropdown .dropdown-item:focus,
  .cid-uE66DcbIcK .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uE66DcbIcK .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uE66DcbIcK .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uE66DcbIcK .container-fluid {
    padding-right: 0rem;
  }
  .cid-uE66DcbIcK .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uE66DcbIcK .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uE66DcbIcK .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uE66DcbIcK .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uE66DcbIcK .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uE66DcbIcK .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uE66DcbIcK .nav-dropdown .dropdown-item:focus,
  .cid-uE66DcbIcK .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uE66DcbIcK .btn-primary {
  color: #354463 !important;
}
.cid-uE66DcbIcK .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uE66DcbIcK .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uE66DcbIcK .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uE66DdhOAI {
  overflow-x: hidden !important;
}
.cid-uE66DdhOAI,
.cid-uE66DdhOAI .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uE66DdhOAI .mbr-section-title {
  color: #ffffff;
}
.cid-uE66DdhOAI .mbr-section-title span {
  color: #ffffff;
}
.cid-uE66DdhOAI .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uE66DdhOAI .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/slideshow-final-dom-4472x-9fa1cac4-e2dd-4e20-80fb-6f0a788562ea-4472x-2000x607.jpg");
}
.cid-uE66DdhOAI .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uE66DdhOAI .mbr-overlay {
  z-index: 1;
}
.cid-uE66DdhOAI .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uE66DdLBiJ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uE66DdLBiJ .text-wrap {
  margin-top: 32px;
}
.cid-uE66DdLBiJ .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uE66DdLBiJ .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uE66DdLBiJ .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uE66DdLBiJ .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uE66DdLBiJ .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uE66DdLBiJ .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uE66DdLBiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE66DdLBiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE66DdLBiJ .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uE66DdLBiJ .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uE66DdLBiJ .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uE66DdLBiJ .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uFkNqALq3g {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFkNqALq3g .mbr-text {
  color: #767676;
}
.cid-uFkNqALq3g .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFkNqALq3g .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFkNqALq3g .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFkNqALq3g .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFkNqALq3g .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFkNqALq3g .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFkNqALq3g .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFkNqALq3g .card {
    margin-bottom: 2rem;
  }
}
.cid-uFkNqALq3g .text-link {
  font-weight: 800 !important;
}
.cid-uFkNqALq3g .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFkNqALq3g .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFkNqALq3g .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFkNqALq3g .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFkNqALq3g .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFkNqALq3g .card:hover .text-link {
  color: #fff !important;
}
.cid-uFkNqALq3g .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFkNqALq3g .card:hover .link {
  transform: translateX(42px);
}
.cid-uFkNqALq3g .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFkNqALq3g h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uE66DesBzH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uE66DesBzH .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uE66DesBzH .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uE66DesBzH .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uE66DesBzH .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uE66DesBzH .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uE66DesBzH .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uE66DesBzH .mbr-gallery-filter ul {
  display: block;
}
.cid-uE66DesBzH .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uE66DesBzH .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uE66DesBzH .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uE66DesBzH .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uE66DesBzH .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uE66DesBzH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uE66DesBzH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uE66DesBzH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uE66DesBzH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uE66DesBzH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uE66DesBzH .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uE66DesBzH .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uE66DesBzH .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uE66DesBzH .mbr-gallery-item > div img,
.cid-uE66DesBzH .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uE66DesBzH .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uE66DesBzH .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uE66DesBzH .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uE66DesBzH .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uE66DesBzH .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uE66DesBzH .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uE66DesBzH .mbr-section-title {
    text-align: center;
  }
  .cid-uE66DesBzH .image {
    top: auto;
    height: 420px;
  }
  .cid-uE66DesBzH .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uE66DesBzH .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uE66DesBzH .mbr-gallery-item > div img,
  .cid-uE66DesBzH .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uE66DesBzH .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uE66DesBzH .image {
    height: 290px;
  }
}
.cid-uFf0N5B5yd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFf0N5B5yd .mbr-text {
  color: #767676;
}
.cid-uFf0N5B5yd .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFf0N5B5yd .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFf0N5B5yd .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFf0N5B5yd .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFf0N5B5yd .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFf0N5B5yd .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFf0N5B5yd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFf0N5B5yd .card {
    margin-bottom: 2rem;
  }
}
.cid-uFf0N5B5yd .text-link {
  font-weight: 800 !important;
}
.cid-uFf0N5B5yd .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFf0N5B5yd .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf0N5B5yd .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf0N5B5yd .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFf0N5B5yd .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFf0N5B5yd .card:hover .text-link {
  color: #fff !important;
}
.cid-uFf0N5B5yd .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFf0N5B5yd .card:hover .link {
  transform: translateX(42px);
}
.cid-uFf0N5B5yd .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFf0N5B5yd h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uE66DgejcE {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uE66DgejcE .container {
    padding: 0 24px;
  }
}
.cid-uE66DgejcE .card {
  justify-content: center;
}
.cid-uE66DgejcE .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uE66DgejcE .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uE66DgejcE .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uE66DgejcE .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uE66DgejcE .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uE66DgejcE .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uE66DgejcE .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uE66DgejcE .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uE66DgejcE .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uE66DgejcE .mbr-section-title {
  color: #F9F6E0;
}
.cid-uE66DgejcE .mbr-desc {
  color: #ffffff;
}
.cid-uE66DgejcE .mbr-text {
  color: #ffffff;
}
.cid-uE66DgejcE .mbr-section-btn {
  text-align: right;
}
.cid-uE66DgejcE .mbr-section-title,
.cid-uE66DgejcE .mbr-section-btn {
  color: #ffffff;
}
.cid-uE66DgIDr3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH76l9rZU6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH76l9rZU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH76l9rZU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH76l9rZU6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH76l9rZU6 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH76l9rZU6 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH76l9rZU6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH76l9rZU6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH76l9rZU6 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH76l9rZU6 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH76l9rZU6 .item {
    margin-bottom: 28px;
  }
}
.cid-uH76l9rZU6 .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH76l9rZU6 .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH76l9rZU6 .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH76l9rZU6 .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH76l9rZU6 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH76l9rZU6 .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH76l9rZU6 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH76l9rZU6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH76l9rZU6 .mbr-text,
.cid-uH76l9rZU6 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH76l9rZU6 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH76l9rZU6 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFpO4Ttg7j {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFpO4Ttg7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpO4Ttg7j .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-uFpO4Ttg7j .container {
    padding: 0 20px;
  }
}
.cid-uFpO4Ttg7j .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFpO4Ttg7j .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFpO4Ttg7j .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFpO4Ttg7j .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFpO4Ttg7j .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFpO4Ttg7j .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFpO4Ttg7j .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFpO4Ttg7j .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFpO4Ttg7j .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFpO4Ttg7j .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFpO4Ttg7j .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFpO4Ttg7j .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFpO4Ttg7j .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFpO4Ttg7j .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFpO4Ttg7j .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFpO4Ttg7j .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFpO4Ttg7j .content-wrapper .mbr-section-btn .btn-success,
.cid-uFpO4Ttg7j .content-wrapper .mbr-section-btn .btn-info,
.cid-uFpO4Ttg7j .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFpO4Ttg7j .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFpO4Ttg7j .content-wrapper .mbr-section-btn .btn-black,
.cid-uFpO4Ttg7j .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFpO4Ttg7j .mbr-section-title {
  color: #000000;
}
.cid-uFpO4Ttg7j .mbr-desc,
.cid-uFpO4Ttg7j .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpO4Ttg7j .card-number {
  color: #ffffff;
}
.cid-uFpO4Ttg7j .card-title {
  color: #000000;
}
.cid-uFpO4Ttg7j .mbr-text,
.cid-uFpO4Ttg7j .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpO4Ttg7j .mbr-section-title,
.cid-uFpO4Ttg7j .mbr-section-btn {
  text-align: center;
}
.cid-uFpO4Ttg7j .card-title,
.cid-uFpO4Ttg7j .icon-wrapper {
  color: #ffffff;
}
.cid-uFpO4Ttg7j .mbr-section-title,
.cid-uFpO4Ttg7j .mbr-section-btn,
.cid-uFpO4Ttg7j .image-wrapper {
  color: #19212f;
}
.cid-uHjl1IxBqz {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHjl1IxBqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjl1IxBqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjl1IxBqz .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHjl1IxBqz .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHjl1IxBqz .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHjl1IxBqz .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHjl1IxBqz .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjl1IxBqz .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHjl1IxBqz .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHjl1IxBqz .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHjl1IxBqz .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHjl1IxBqz .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHjl1IxBqz .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHjl1IxBqz .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHjl1IxBqz .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHjl1IxBqz .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHjl1IxBqz .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHjl1IxBqz .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHjl1IxBqz .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHjl1IxBqz .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjl1IxBqz .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHjl1IxBqz .mbr-section-title {
  color: #404349;
}
.cid-uHjl1IxBqz .panel-title-edit {
  color: #ffffff;
}
.cid-uHjl1IxBqz .panel-text {
  color: #404349;
}
.cid-uHjl1IxBqz .panel-text,
.cid-uHjl1IxBqz .panel-body {
  color: #ffffff;
}
.cid-uHjl1IxBqz .mbr-section-title,
.cid-uHjl1IxBqz .title-wrapper,
.cid-uHjl1IxBqz .tabs-wrapper {
  color: #ffffff;
}
.cid-uE66DiiqQS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uE66DiiqQS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uE66DiiqQS .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uE66DiiqQS input,
.cid-uE66DiiqQS textarea {
  font-size: 14px;
}
.cid-uE66DiiqQS input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uE66DiiqQS textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uE66DiiqQS .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uE66DiiqQS .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uE66DiiqQS img {
  width: 90%;
  border-radius: 8px;
}
.cid-uE66DiiqQS .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uE66DiiqQS .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uE66DiiqQS .title-block {
  margin-bottom: 2rem;
}
.cid-uE66DiiqQS .form-control,
.cid-uE66DiiqQS .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uE66DiiqQS .form-control:hover,
.cid-uE66DiiqQS .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uE66DiiqQS .form-control:focus,
.cid-uE66DiiqQS .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uE66DiiqQS input::-webkit-input-placeholder,
.cid-uE66DiiqQS textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uE66DiiqQS input:-moz-placeholder,
.cid-uE66DiiqQS textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uE66DiiqQS .jq-selectbox li,
.cid-uE66DiiqQS .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uE66DiiqQS .jq-selectbox li:hover,
.cid-uE66DiiqQS .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uE66DiiqQS .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uE66DiiqQS .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uE66DiiqQS H5 {
  padding-bottom: 2rem;
}
.cid-uE66DiiqQS .mbr-text {
  color: #777777;
}
.cid-uE66DiiqQS .mbr-form {
  padding: 0rem;
}
.cid-uE66DiiqQS .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uE66DiiqQS .form-row {
    margin: 0;
  }
  .cid-uE66DiiqQS .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uE66DiiqQS .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uE66DiiqQS img {
    width: 100%;
  }
}
.cid-uE66DiiqQS .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uE66DiiqQS H3 {
  color: #19212f;
}
.cid-uE66DiiqQS .mbr-text,
.cid-uE66DiiqQS .mbr-section-btn {
  color: #555555;
}
.cid-uFf0LflfGe {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf0LflfGe [class^="socicon-"]:before,
.cid-uFf0LflfGe [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf0LflfGe .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf0LflfGe .btn-social,
.cid-uFf0LflfGe .mbr-section-title {
  color: #57468b;
}
.cid-uFf0LflfGe .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf0LflfGe .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf0LflfGe .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf0LflfGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf0LflfGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe64Mp2Dl {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe64Mp2Dl .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe64Mp2Dl h5 {
  padding-bottom: 2rem;
}
.cid-uFe64Mp2Dl textarea {
  min-height: 150px;
}
.cid-uFe64Mp2Dl .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe64Mp2Dl h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe64Mp2Dl h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe64Mp2Dl h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe64Mp2Dl .form-control,
.cid-uFe64Mp2Dl .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe64Mp2Dl .form-control input::-webkit-input-placeholder,
.cid-uFe64Mp2Dl .field-input input::-webkit-input-placeholder,
.cid-uFe64Mp2Dl .form-control textarea::-webkit-input-placeholder,
.cid-uFe64Mp2Dl .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe64Mp2Dl .form-control input:-moz-placeholder,
.cid-uFe64Mp2Dl .field-input input:-moz-placeholder,
.cid-uFe64Mp2Dl .form-control textarea:-moz-placeholder,
.cid-uFe64Mp2Dl .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe64Mp2Dl .form-control:hover,
.cid-uFe64Mp2Dl .field-input:hover,
.cid-uFe64Mp2Dl .form-control:focus,
.cid-uFe64Mp2Dl .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe64Mp2Dl .form-control:hover input::-webkit-input-placeholder,
.cid-uFe64Mp2Dl .field-input:hover input::-webkit-input-placeholder,
.cid-uFe64Mp2Dl .form-control:focus input::-webkit-input-placeholder,
.cid-uFe64Mp2Dl .field-input:focus input::-webkit-input-placeholder,
.cid-uFe64Mp2Dl .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe64Mp2Dl .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe64Mp2Dl .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe64Mp2Dl .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe64Mp2Dl .form-control:hover input:-moz-placeholder,
.cid-uFe64Mp2Dl .field-input:hover input:-moz-placeholder,
.cid-uFe64Mp2Dl .form-control:focus input:-moz-placeholder,
.cid-uFe64Mp2Dl .field-input:focus input:-moz-placeholder,
.cid-uFe64Mp2Dl .form-control:hover textarea:-moz-placeholder,
.cid-uFe64Mp2Dl .field-input:hover textarea:-moz-placeholder,
.cid-uFe64Mp2Dl .form-control:focus textarea:-moz-placeholder,
.cid-uFe64Mp2Dl .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe64Mp2Dl .jq-number__spin:hover,
.cid-uFe64Mp2Dl .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe64Mp2Dl .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe64Mp2Dl .jq-selectbox li,
.cid-uFe64Mp2Dl .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe64Mp2Dl .jq-selectbox li:hover,
.cid-uFe64Mp2Dl .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe64Mp2Dl .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe64Mp2Dl .jq-number__spin.minus:hover:after,
.cid-uFe64Mp2Dl .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe64Mp2Dl .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe64Mp2Dl .jq-number__spin.minus:after,
.cid-uFe64Mp2Dl .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe64Mp2Dl input::-webkit-clear-button {
  display: none;
}
.cid-uFe64Mp2Dl input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe64Mp2Dl input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe64Mp2Dl input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe64Mp2Dl H5 {
  color: #ffffff;
}
.cid-uFe64Mp2Dl P {
  color: #767676;
}
.cid-uFe64Mp2Dl H3 {
  color: #e1201d;
}
.cid-uFe64Mp2Dl p,
.cid-uFe64Mp2Dl .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4DZJawf1 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4DZJawf1 a {
  transition: 0.3s;
}
.cid-uL4DZJawf1 h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4DZJawf1 .card-img2 span {
  padding-top: 6px;
}
.cid-uL4DZJawf1 .soc-item a {
  padding-top: 5px;
}
.cid-uL4DZJawf1 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4DZJawf1 .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4DZJawf1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4DZJawf1 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4DZJawf1 .soc-item span {
  font-size: 1rem;
}
.cid-uL4DZJawf1 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4DZJawf1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4DZJawf1 .item h4 {
  margin: 0;
}
.cid-uL4DZJawf1 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4DZJawf1 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4DZJawf1 img {
  width: 80%;
}
.cid-uL4DZJawf1 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4DZJawf1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4DZJawf1 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4DZJawf1 .container {
  padding: 0;
}
.cid-uL4DZJawf1 .btn-primary {
  color: #333333 !important;
}
.cid-uL4DZJawf1 .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uE66Djmb2w {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uE66Djmb2w .media-container-row {
  align-items: center;
}
.cid-uE66Djmb2w .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uE66Djmb2w .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uE66Djmb2w .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uE66Djmb2w .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uE66Djmb2w .foot-menu-item {
  transform: 0.2s;
}
.cid-uE66Djmb2w .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uE66Djmb2w .foot-menu {
    justify-content: center;
  }
  .cid-uE66Djmb2w .mbr-text {
    text-align: center;
  }
  .cid-uE66Djmb2w .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uE66Djmb2w .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uE66Djmb2w .link:hover {
  text-decoration: underline;
}
.cid-uE66Djmb2w .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uE66Djmb2w .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uE66Djmb2w .container {
    padding: 0;
  }
}
.cid-uE66Djmb2w .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uEuogzHk3T {
  min-height: 85px !important;
  position: static;
}
.cid-uEuogzHk3T .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEuogzHk3T .nav-item:focus,
.cid-uEuogzHk3T .nav-link:focus {
  outline: none;
}
.cid-uEuogzHk3T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEuogzHk3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uEuogzHk3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEuogzHk3T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEuogzHk3T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEuogzHk3T .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uEuogzHk3T .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uEuogzHk3T .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uEuogzHk3T .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEuogzHk3T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEuogzHk3T .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uEuogzHk3T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEuogzHk3T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEuogzHk3T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEuogzHk3T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEuogzHk3T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEuogzHk3T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEuogzHk3T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEuogzHk3T .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uEuogzHk3T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEuogzHk3T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEuogzHk3T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEuogzHk3T .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uEuogzHk3T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEuogzHk3T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEuogzHk3T .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEuogzHk3T .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEuogzHk3T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEuogzHk3T .navbar.navbar-short {
  background: #19212f;
}
.cid-uEuogzHk3T .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEuogzHk3T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEuogzHk3T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEuogzHk3T .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uEuogzHk3T .dropdown-item.active,
.cid-uEuogzHk3T .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uEuogzHk3T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEuogzHk3T .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uEuogzHk3T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uEuogzHk3T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEuogzHk3T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEuogzHk3T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEuogzHk3T ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uEuogzHk3T .navbar-nav {
  margin: auto;
}
.cid-uEuogzHk3T .navbar-buttons {
  text-align: center;
}
.cid-uEuogzHk3T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEuogzHk3T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEuogzHk3T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEuogzHk3T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEuogzHk3T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEuogzHk3T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEuogzHk3T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEuogzHk3T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEuogzHk3T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEuogzHk3T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEuogzHk3T .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uEuogzHk3T a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uEuogzHk3T .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEuogzHk3T .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uEuogzHk3T .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEuogzHk3T .navbar {
    height: 77px;
  }
  .cid-uEuogzHk3T .navbar.opened {
    height: auto;
  }
}
.cid-uEuogzHk3T .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uEuogzHk3T .text-btn {
  transition: transform 0.3s;
}
.cid-uEuogzHk3T .btn:hover {
  transform: scale(0.8);
}
.cid-uEuogzHk3T .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uEuogzHk3T .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uEuogzHk3T .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uEuogzHk3T .nav-link:hover::before {
  width: 100%;
}
.cid-uEuogzHk3T .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uEuogzHk3T .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uEuogzHk3T .link {
  margin: 0rem 1.2rem !important;
}
.cid-uEuogzHk3T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uEuogzHk3T .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uEuogzHk3T .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uEuogzHk3T .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uEuogzHk3T .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uEuogzHk3T .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uEuogzHk3T .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uEuogzHk3T .dropdown-menu::before {
    display: none !important;
  }
  .cid-uEuogzHk3T .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uEuogzHk3T .dropdown-menu > a::after {
    display: none;
  }
  .cid-uEuogzHk3T .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uEuogzHk3T .nav-link::before {
    display: none;
  }
  .cid-uEuogzHk3T .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uEuogzHk3T .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uEuogzHk3T .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uEuogzHk3T .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uEuogzHk3T .nav-dropdown .dropdown-item:focus,
  .cid-uEuogzHk3T .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uEuogzHk3T .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uEuogzHk3T .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEuogzHk3T .container-fluid {
    padding-right: 0rem;
  }
  .cid-uEuogzHk3T .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uEuogzHk3T .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uEuogzHk3T .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uEuogzHk3T .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uEuogzHk3T .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uEuogzHk3T .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uEuogzHk3T .nav-dropdown .dropdown-item:focus,
  .cid-uEuogzHk3T .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uEuogzHk3T .btn-primary {
  color: #354463 !important;
}
.cid-uEuogzHk3T .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uEuogzHk3T .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uEuogzHk3T .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uEuogASZTh {
  overflow-x: hidden !important;
}
.cid-uEuogASZTh,
.cid-uEuogASZTh .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uEuogASZTh .mbr-section-title {
  color: #ffffff;
}
.cid-uEuogASZTh .mbr-section-title span {
  color: #ffffff;
}
.cid-uEuogASZTh .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uEuogASZTh .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/5d96a289-eb5f-4207-aa2f-135288e79444-2000x1500.jpg");
}
.cid-uEuogASZTh .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uEuogASZTh .mbr-overlay {
  z-index: 1;
}
.cid-uEuogASZTh .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uEuogBfRvv {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uEuogBfRvv .text-wrap {
  margin-top: 32px;
}
.cid-uEuogBfRvv .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uEuogBfRvv .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uEuogBfRvv .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uEuogBfRvv .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uEuogBfRvv .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uEuogBfRvv .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uEuogBfRvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuogBfRvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEuogBfRvv .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uEuogBfRvv .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uEuogBfRvv .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uEuogBfRvv .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uEuogBC1Nz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uEuogBC1Nz .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uEuogBC1Nz .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uEuogBC1Nz .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uEuogBC1Nz .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uEuogBC1Nz .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uEuogBC1Nz .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uEuogBC1Nz .mbr-gallery-filter ul {
  display: block;
}
.cid-uEuogBC1Nz .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uEuogBC1Nz .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uEuogBC1Nz .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uEuogBC1Nz .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uEuogBC1Nz .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uEuogBC1Nz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uEuogBC1Nz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uEuogBC1Nz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uEuogBC1Nz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uEuogBC1Nz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uEuogBC1Nz .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uEuogBC1Nz .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uEuogBC1Nz .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uEuogBC1Nz .mbr-gallery-item > div img,
.cid-uEuogBC1Nz .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uEuogBC1Nz .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uEuogBC1Nz .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uEuogBC1Nz .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uEuogBC1Nz .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uEuogBC1Nz .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uEuogBC1Nz .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uEuogBC1Nz .mbr-section-title {
    text-align: center;
  }
  .cid-uEuogBC1Nz .image {
    top: auto;
    height: 420px;
  }
  .cid-uEuogBC1Nz .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uEuogBC1Nz .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uEuogBC1Nz .mbr-gallery-item > div img,
  .cid-uEuogBC1Nz .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uEuogBC1Nz .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uEuogBC1Nz .image {
    height: 290px;
  }
}
.cid-uFf1CMa603 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFf1CMa603 .mbr-text {
  color: #767676;
}
.cid-uFf1CMa603 .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFf1CMa603 .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFf1CMa603 .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFf1CMa603 .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFf1CMa603 .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFf1CMa603 .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFf1CMa603 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFf1CMa603 .card {
    margin-bottom: 2rem;
  }
}
.cid-uFf1CMa603 .text-link {
  font-weight: 800 !important;
}
.cid-uFf1CMa603 .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFf1CMa603 .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf1CMa603 .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf1CMa603 .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFf1CMa603 .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFf1CMa603 .card:hover .text-link {
  color: #fff !important;
}
.cid-uFf1CMa603 .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFf1CMa603 .card:hover .link {
  transform: translateX(42px);
}
.cid-uFf1CMa603 .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFf1CMa603 h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uEuogD4Roa {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uEuogD4Roa .container {
    padding: 0 24px;
  }
}
.cid-uEuogD4Roa .card {
  justify-content: center;
}
.cid-uEuogD4Roa .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uEuogD4Roa .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uEuogD4Roa .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEuogD4Roa .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uEuogD4Roa .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uEuogD4Roa .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uEuogD4Roa .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uEuogD4Roa .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uEuogD4Roa .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uEuogD4Roa .mbr-section-title {
  color: #F9F6E0;
}
.cid-uEuogD4Roa .mbr-desc {
  color: #ffffff;
}
.cid-uEuogD4Roa .mbr-text {
  color: #ffffff;
}
.cid-uEuogD4Roa .mbr-section-btn {
  text-align: right;
}
.cid-uEuogD4Roa .mbr-section-title,
.cid-uEuogD4Roa .mbr-section-btn {
  color: #ffffff;
}
.cid-uEuogDkz7U {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH7d2OgKFz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH7d2OgKFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7d2OgKFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH7d2OgKFz .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH7d2OgKFz .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH7d2OgKFz .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH7d2OgKFz .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH7d2OgKFz .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH7d2OgKFz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH7d2OgKFz .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH7d2OgKFz .item {
    margin-bottom: 28px;
  }
}
.cid-uH7d2OgKFz .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH7d2OgKFz .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH7d2OgKFz .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH7d2OgKFz .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH7d2OgKFz .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH7d2OgKFz .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH7d2OgKFz .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH7d2OgKFz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7d2OgKFz .mbr-text,
.cid-uH7d2OgKFz .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH7d2OgKFz .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7d2OgKFz .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFpRY9oFLt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFpRY9oFLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpRY9oFLt .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-uFpRY9oFLt .container {
    padding: 0 20px;
  }
}
.cid-uFpRY9oFLt .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFpRY9oFLt .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFpRY9oFLt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFpRY9oFLt .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFpRY9oFLt .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFpRY9oFLt .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFpRY9oFLt .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFpRY9oFLt .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFpRY9oFLt .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFpRY9oFLt .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFpRY9oFLt .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFpRY9oFLt .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFpRY9oFLt .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFpRY9oFLt .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFpRY9oFLt .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFpRY9oFLt .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFpRY9oFLt .content-wrapper .mbr-section-btn .btn-success,
.cid-uFpRY9oFLt .content-wrapper .mbr-section-btn .btn-info,
.cid-uFpRY9oFLt .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFpRY9oFLt .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFpRY9oFLt .content-wrapper .mbr-section-btn .btn-black,
.cid-uFpRY9oFLt .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFpRY9oFLt .mbr-section-title {
  color: #000000;
}
.cid-uFpRY9oFLt .mbr-desc,
.cid-uFpRY9oFLt .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpRY9oFLt .card-number {
  color: #ffffff;
}
.cid-uFpRY9oFLt .card-title {
  color: #000000;
}
.cid-uFpRY9oFLt .mbr-text,
.cid-uFpRY9oFLt .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpRY9oFLt .mbr-section-title,
.cid-uFpRY9oFLt .mbr-section-btn {
  text-align: center;
}
.cid-uFpRY9oFLt .card-title,
.cid-uFpRY9oFLt .icon-wrapper {
  color: #ffffff;
}
.cid-uFpRY9oFLt .mbr-section-title,
.cid-uFpRY9oFLt .mbr-section-btn,
.cid-uFpRY9oFLt .image-wrapper {
  color: #19212f;
}
.cid-uEuogEoiNC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uEuogEoiNC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uEuogEoiNC .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uEuogEoiNC input,
.cid-uEuogEoiNC textarea {
  font-size: 14px;
}
.cid-uEuogEoiNC input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uEuogEoiNC textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uEuogEoiNC .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uEuogEoiNC .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uEuogEoiNC img {
  width: 90%;
  border-radius: 8px;
}
.cid-uEuogEoiNC .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uEuogEoiNC .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uEuogEoiNC .title-block {
  margin-bottom: 2rem;
}
.cid-uEuogEoiNC .form-control,
.cid-uEuogEoiNC .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uEuogEoiNC .form-control:hover,
.cid-uEuogEoiNC .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEuogEoiNC .form-control:focus,
.cid-uEuogEoiNC .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEuogEoiNC input::-webkit-input-placeholder,
.cid-uEuogEoiNC textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uEuogEoiNC input:-moz-placeholder,
.cid-uEuogEoiNC textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uEuogEoiNC .jq-selectbox li,
.cid-uEuogEoiNC .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uEuogEoiNC .jq-selectbox li:hover,
.cid-uEuogEoiNC .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uEuogEoiNC .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uEuogEoiNC .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uEuogEoiNC H5 {
  padding-bottom: 2rem;
}
.cid-uEuogEoiNC .mbr-text {
  color: #777777;
}
.cid-uEuogEoiNC .mbr-form {
  padding: 0rem;
}
.cid-uEuogEoiNC .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uEuogEoiNC .form-row {
    margin: 0;
  }
  .cid-uEuogEoiNC .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uEuogEoiNC .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uEuogEoiNC img {
    width: 100%;
  }
}
.cid-uEuogEoiNC .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uEuogEoiNC H3 {
  color: #19212f;
}
.cid-uEuogEoiNC .mbr-text,
.cid-uEuogEoiNC .mbr-section-btn {
  color: #555555;
}
.cid-uFf1DIo2Pb {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf1DIo2Pb [class^="socicon-"]:before,
.cid-uFf1DIo2Pb [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf1DIo2Pb .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf1DIo2Pb .btn-social,
.cid-uFf1DIo2Pb .mbr-section-title {
  color: #57468b;
}
.cid-uFf1DIo2Pb .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf1DIo2Pb .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf1DIo2Pb .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf1DIo2Pb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf1DIo2Pb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe4BdWcKn {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe4BdWcKn .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe4BdWcKn h5 {
  padding-bottom: 2rem;
}
.cid-uFe4BdWcKn textarea {
  min-height: 150px;
}
.cid-uFe4BdWcKn .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe4BdWcKn h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe4BdWcKn h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe4BdWcKn h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe4BdWcKn .form-control,
.cid-uFe4BdWcKn .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe4BdWcKn .form-control input::-webkit-input-placeholder,
.cid-uFe4BdWcKn .field-input input::-webkit-input-placeholder,
.cid-uFe4BdWcKn .form-control textarea::-webkit-input-placeholder,
.cid-uFe4BdWcKn .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe4BdWcKn .form-control input:-moz-placeholder,
.cid-uFe4BdWcKn .field-input input:-moz-placeholder,
.cid-uFe4BdWcKn .form-control textarea:-moz-placeholder,
.cid-uFe4BdWcKn .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe4BdWcKn .form-control:hover,
.cid-uFe4BdWcKn .field-input:hover,
.cid-uFe4BdWcKn .form-control:focus,
.cid-uFe4BdWcKn .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe4BdWcKn .form-control:hover input::-webkit-input-placeholder,
.cid-uFe4BdWcKn .field-input:hover input::-webkit-input-placeholder,
.cid-uFe4BdWcKn .form-control:focus input::-webkit-input-placeholder,
.cid-uFe4BdWcKn .field-input:focus input::-webkit-input-placeholder,
.cid-uFe4BdWcKn .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe4BdWcKn .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe4BdWcKn .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe4BdWcKn .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe4BdWcKn .form-control:hover input:-moz-placeholder,
.cid-uFe4BdWcKn .field-input:hover input:-moz-placeholder,
.cid-uFe4BdWcKn .form-control:focus input:-moz-placeholder,
.cid-uFe4BdWcKn .field-input:focus input:-moz-placeholder,
.cid-uFe4BdWcKn .form-control:hover textarea:-moz-placeholder,
.cid-uFe4BdWcKn .field-input:hover textarea:-moz-placeholder,
.cid-uFe4BdWcKn .form-control:focus textarea:-moz-placeholder,
.cid-uFe4BdWcKn .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe4BdWcKn .jq-number__spin:hover,
.cid-uFe4BdWcKn .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe4BdWcKn .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe4BdWcKn .jq-selectbox li,
.cid-uFe4BdWcKn .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe4BdWcKn .jq-selectbox li:hover,
.cid-uFe4BdWcKn .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe4BdWcKn .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe4BdWcKn .jq-number__spin.minus:hover:after,
.cid-uFe4BdWcKn .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe4BdWcKn .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe4BdWcKn .jq-number__spin.minus:after,
.cid-uFe4BdWcKn .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe4BdWcKn input::-webkit-clear-button {
  display: none;
}
.cid-uFe4BdWcKn input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe4BdWcKn input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe4BdWcKn input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe4BdWcKn H5 {
  color: #ffffff;
}
.cid-uFe4BdWcKn P {
  color: #767676;
}
.cid-uFe4BdWcKn H3 {
  color: #e1201d;
}
.cid-uFe4BdWcKn p,
.cid-uFe4BdWcKn .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4EitbifK {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4EitbifK a {
  transition: 0.3s;
}
.cid-uL4EitbifK h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4EitbifK .card-img2 span {
  padding-top: 6px;
}
.cid-uL4EitbifK .soc-item a {
  padding-top: 5px;
}
.cid-uL4EitbifK .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4EitbifK .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4EitbifK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4EitbifK .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4EitbifK .soc-item span {
  font-size: 1rem;
}
.cid-uL4EitbifK .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4EitbifK .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4EitbifK .item h4 {
  margin: 0;
}
.cid-uL4EitbifK .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4EitbifK .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4EitbifK img {
  width: 80%;
}
.cid-uL4EitbifK .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4EitbifK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4EitbifK .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4EitbifK .container {
  padding: 0;
}
.cid-uL4EitbifK .btn-primary {
  color: #333333 !important;
}
.cid-uL4EitbifK .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uEuogFykao {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uEuogFykao .media-container-row {
  align-items: center;
}
.cid-uEuogFykao .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uEuogFykao .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uEuogFykao .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uEuogFykao .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uEuogFykao .foot-menu-item {
  transform: 0.2s;
}
.cid-uEuogFykao .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uEuogFykao .foot-menu {
    justify-content: center;
  }
  .cid-uEuogFykao .mbr-text {
    text-align: center;
  }
  .cid-uEuogFykao .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uEuogFykao .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uEuogFykao .link:hover {
  text-decoration: underline;
}
.cid-uEuogFykao .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uEuogFykao .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uEuogFykao .container {
    padding: 0;
  }
}
.cid-uEuogFykao .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uEzn406eHA {
  min-height: 85px !important;
  position: static;
}
.cid-uEzn406eHA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEzn406eHA .nav-item:focus,
.cid-uEzn406eHA .nav-link:focus {
  outline: none;
}
.cid-uEzn406eHA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEzn406eHA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uEzn406eHA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEzn406eHA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEzn406eHA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEzn406eHA .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uEzn406eHA .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uEzn406eHA .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uEzn406eHA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEzn406eHA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEzn406eHA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uEzn406eHA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEzn406eHA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEzn406eHA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEzn406eHA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEzn406eHA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEzn406eHA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEzn406eHA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEzn406eHA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uEzn406eHA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEzn406eHA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEzn406eHA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEzn406eHA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uEzn406eHA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEzn406eHA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEzn406eHA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEzn406eHA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEzn406eHA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEzn406eHA .navbar.navbar-short {
  background: #19212f;
}
.cid-uEzn406eHA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEzn406eHA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEzn406eHA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEzn406eHA .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uEzn406eHA .dropdown-item.active,
.cid-uEzn406eHA .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uEzn406eHA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEzn406eHA .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uEzn406eHA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uEzn406eHA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEzn406eHA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEzn406eHA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEzn406eHA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uEzn406eHA .navbar-nav {
  margin: auto;
}
.cid-uEzn406eHA .navbar-buttons {
  text-align: center;
}
.cid-uEzn406eHA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEzn406eHA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEzn406eHA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEzn406eHA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEzn406eHA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEzn406eHA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEzn406eHA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEzn406eHA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEzn406eHA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEzn406eHA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEzn406eHA .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uEzn406eHA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uEzn406eHA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEzn406eHA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uEzn406eHA .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEzn406eHA .navbar {
    height: 77px;
  }
  .cid-uEzn406eHA .navbar.opened {
    height: auto;
  }
}
.cid-uEzn406eHA .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uEzn406eHA .text-btn {
  transition: transform 0.3s;
}
.cid-uEzn406eHA .btn:hover {
  transform: scale(0.8);
}
.cid-uEzn406eHA .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uEzn406eHA .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uEzn406eHA .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uEzn406eHA .nav-link:hover::before {
  width: 100%;
}
.cid-uEzn406eHA .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uEzn406eHA .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uEzn406eHA .link {
  margin: 0rem 1.2rem !important;
}
.cid-uEzn406eHA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uEzn406eHA .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uEzn406eHA .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uEzn406eHA .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uEzn406eHA .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uEzn406eHA .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uEzn406eHA .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uEzn406eHA .dropdown-menu::before {
    display: none !important;
  }
  .cid-uEzn406eHA .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uEzn406eHA .dropdown-menu > a::after {
    display: none;
  }
  .cid-uEzn406eHA .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uEzn406eHA .nav-link::before {
    display: none;
  }
  .cid-uEzn406eHA .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uEzn406eHA .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uEzn406eHA .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uEzn406eHA .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uEzn406eHA .nav-dropdown .dropdown-item:focus,
  .cid-uEzn406eHA .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uEzn406eHA .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uEzn406eHA .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEzn406eHA .container-fluid {
    padding-right: 0rem;
  }
  .cid-uEzn406eHA .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uEzn406eHA .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uEzn406eHA .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uEzn406eHA .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uEzn406eHA .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uEzn406eHA .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uEzn406eHA .nav-dropdown .dropdown-item:focus,
  .cid-uEzn406eHA .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uEzn406eHA .btn-primary {
  color: #354463 !important;
}
.cid-uEzn406eHA .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uEzn406eHA .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uEzn406eHA .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uEzn40zqAO {
  overflow-x: hidden !important;
}
.cid-uEzn40zqAO,
.cid-uEzn40zqAO .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uEzn40zqAO .mbr-section-title {
  color: #ffffff;
}
.cid-uEzn40zqAO .mbr-section-title span {
  color: #ffffff;
}
.cid-uEzn40zqAO .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uEzn40zqAO .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/152e1e28-1bfa-4609-855d-361ec2d776f2-788x591.jpeg");
}
.cid-uEzn40zqAO .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uEzn40zqAO .mbr-overlay {
  z-index: 1;
}
.cid-uEzn40zqAO .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uEzn40Sz73 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uEzn40Sz73 .text-wrap {
  margin-top: 32px;
}
.cid-uEzn40Sz73 .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uEzn40Sz73 .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uEzn40Sz73 .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uEzn40Sz73 .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uEzn40Sz73 .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uEzn40Sz73 .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uEzn40Sz73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEzn40Sz73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEzn40Sz73 .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uEzn40Sz73 .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uEzn40Sz73 .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uEzn40Sz73 .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uEzn41gE7f {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uEzn41gE7f .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uEzn41gE7f .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uEzn41gE7f .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uEzn41gE7f .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uEzn41gE7f .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uEzn41gE7f .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uEzn41gE7f .mbr-gallery-filter ul {
  display: block;
}
.cid-uEzn41gE7f .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uEzn41gE7f .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uEzn41gE7f .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uEzn41gE7f .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uEzn41gE7f .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uEzn41gE7f .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uEzn41gE7f .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uEzn41gE7f .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uEzn41gE7f .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uEzn41gE7f .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uEzn41gE7f .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uEzn41gE7f .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uEzn41gE7f .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uEzn41gE7f .mbr-gallery-item > div img,
.cid-uEzn41gE7f .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uEzn41gE7f .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uEzn41gE7f .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uEzn41gE7f .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uEzn41gE7f .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uEzn41gE7f .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uEzn41gE7f .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uEzn41gE7f .mbr-section-title {
    text-align: center;
  }
  .cid-uEzn41gE7f .image {
    top: auto;
    height: 420px;
  }
  .cid-uEzn41gE7f .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uEzn41gE7f .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uEzn41gE7f .mbr-gallery-item > div img,
  .cid-uEzn41gE7f .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uEzn41gE7f .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uEzn41gE7f .image {
    height: 290px;
  }
}
.cid-uFf1VaTRus {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFf1VaTRus .mbr-text {
  color: #767676;
}
.cid-uFf1VaTRus .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFf1VaTRus .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFf1VaTRus .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFf1VaTRus .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFf1VaTRus .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFf1VaTRus .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFf1VaTRus .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFf1VaTRus .card {
    margin-bottom: 2rem;
  }
}
.cid-uFf1VaTRus .text-link {
  font-weight: 800 !important;
}
.cid-uFf1VaTRus .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFf1VaTRus .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf1VaTRus .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf1VaTRus .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFf1VaTRus .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFf1VaTRus .card:hover .text-link {
  color: #fff !important;
}
.cid-uFf1VaTRus .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFf1VaTRus .card:hover .link {
  transform: translateX(42px);
}
.cid-uFf1VaTRus .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFf1VaTRus h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uEzn42qWsd {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uEzn42qWsd .container {
    padding: 0 24px;
  }
}
.cid-uEzn42qWsd .card {
  justify-content: center;
}
.cid-uEzn42qWsd .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uEzn42qWsd .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uEzn42qWsd .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEzn42qWsd .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uEzn42qWsd .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uEzn42qWsd .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uEzn42qWsd .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uEzn42qWsd .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uEzn42qWsd .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uEzn42qWsd .mbr-section-title {
  color: #F9F6E0;
}
.cid-uEzn42qWsd .mbr-desc {
  color: #ffffff;
}
.cid-uEzn42qWsd .mbr-text {
  color: #ffffff;
}
.cid-uEzn42qWsd .mbr-section-btn {
  text-align: right;
}
.cid-uEzn42qWsd .mbr-section-title,
.cid-uEzn42qWsd .mbr-section-btn {
  color: #ffffff;
}
.cid-uEzn42MJ2c {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH7d6Ql6OL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH7d6Ql6OL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7d6Ql6OL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH7d6Ql6OL .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH7d6Ql6OL .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH7d6Ql6OL .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH7d6Ql6OL .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH7d6Ql6OL .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH7d6Ql6OL .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH7d6Ql6OL .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH7d6Ql6OL .item {
    margin-bottom: 28px;
  }
}
.cid-uH7d6Ql6OL .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH7d6Ql6OL .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH7d6Ql6OL .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH7d6Ql6OL .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH7d6Ql6OL .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH7d6Ql6OL .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH7d6Ql6OL .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH7d6Ql6OL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7d6Ql6OL .mbr-text,
.cid-uH7d6Ql6OL .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH7d6Ql6OL .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7d6Ql6OL .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFpZL8KZM8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFpZL8KZM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpZL8KZM8 .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-uFpZL8KZM8 .container {
    padding: 0 20px;
  }
}
.cid-uFpZL8KZM8 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFpZL8KZM8 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFpZL8KZM8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFpZL8KZM8 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFpZL8KZM8 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFpZL8KZM8 .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFpZL8KZM8 .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFpZL8KZM8 .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFpZL8KZM8 .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFpZL8KZM8 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFpZL8KZM8 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFpZL8KZM8 .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFpZL8KZM8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFpZL8KZM8 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFpZL8KZM8 .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFpZL8KZM8 .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFpZL8KZM8 .content-wrapper .mbr-section-btn .btn-success,
.cid-uFpZL8KZM8 .content-wrapper .mbr-section-btn .btn-info,
.cid-uFpZL8KZM8 .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFpZL8KZM8 .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFpZL8KZM8 .content-wrapper .mbr-section-btn .btn-black,
.cid-uFpZL8KZM8 .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFpZL8KZM8 .mbr-section-title {
  color: #000000;
}
.cid-uFpZL8KZM8 .mbr-desc,
.cid-uFpZL8KZM8 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpZL8KZM8 .card-number {
  color: #ffffff;
}
.cid-uFpZL8KZM8 .card-title {
  color: #000000;
}
.cid-uFpZL8KZM8 .mbr-text,
.cid-uFpZL8KZM8 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpZL8KZM8 .mbr-section-title,
.cid-uFpZL8KZM8 .mbr-section-btn {
  text-align: center;
}
.cid-uFpZL8KZM8 .card-title,
.cid-uFpZL8KZM8 .icon-wrapper {
  color: #ffffff;
}
.cid-uFpZL8KZM8 .mbr-section-title,
.cid-uFpZL8KZM8 .mbr-section-btn,
.cid-uFpZL8KZM8 .image-wrapper {
  color: #19212f;
}
.cid-uFpZLGNx8F {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uFpZLGNx8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpZLGNx8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFpZLGNx8F .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uFpZLGNx8F .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uFpZLGNx8F .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFpZLGNx8F .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFpZLGNx8F .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFpZLGNx8F .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uFpZLGNx8F .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uFpZLGNx8F .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uFpZLGNx8F .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFpZLGNx8F .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFpZLGNx8F .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFpZLGNx8F .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFpZLGNx8F .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFpZLGNx8F .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uFpZLGNx8F .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uFpZLGNx8F .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFpZLGNx8F .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uFpZLGNx8F .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFpZLGNx8F .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uFpZLGNx8F .mbr-section-title {
  color: #404349;
}
.cid-uFpZLGNx8F .panel-title-edit {
  color: #ffffff;
}
.cid-uFpZLGNx8F .panel-text {
  color: #404349;
}
.cid-uFpZLGNx8F .panel-text,
.cid-uFpZLGNx8F .panel-body {
  color: #ffffff;
}
.cid-uFpZLGNx8F .mbr-section-title,
.cid-uFpZLGNx8F .title-wrapper,
.cid-uFpZLGNx8F .tabs-wrapper {
  color: #ffffff;
}
.cid-uEzn43UhUl {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEzn43UhUl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uEzn43UhUl .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uEzn43UhUl input,
.cid-uEzn43UhUl textarea {
  font-size: 14px;
}
.cid-uEzn43UhUl input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uEzn43UhUl textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uEzn43UhUl .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uEzn43UhUl .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uEzn43UhUl img {
  width: 90%;
  border-radius: 8px;
}
.cid-uEzn43UhUl .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uEzn43UhUl .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uEzn43UhUl .title-block {
  margin-bottom: 2rem;
}
.cid-uEzn43UhUl .form-control,
.cid-uEzn43UhUl .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uEzn43UhUl .form-control:hover,
.cid-uEzn43UhUl .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEzn43UhUl .form-control:focus,
.cid-uEzn43UhUl .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEzn43UhUl input::-webkit-input-placeholder,
.cid-uEzn43UhUl textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uEzn43UhUl input:-moz-placeholder,
.cid-uEzn43UhUl textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uEzn43UhUl .jq-selectbox li,
.cid-uEzn43UhUl .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uEzn43UhUl .jq-selectbox li:hover,
.cid-uEzn43UhUl .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uEzn43UhUl .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uEzn43UhUl .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uEzn43UhUl H5 {
  padding-bottom: 2rem;
}
.cid-uEzn43UhUl .mbr-text {
  color: #777777;
}
.cid-uEzn43UhUl .mbr-form {
  padding: 0rem;
}
.cid-uEzn43UhUl .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uEzn43UhUl .form-row {
    margin: 0;
  }
  .cid-uEzn43UhUl .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uEzn43UhUl .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uEzn43UhUl img {
    width: 100%;
  }
}
.cid-uEzn43UhUl .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uEzn43UhUl H3 {
  color: #19212f;
}
.cid-uEzn43UhUl .mbr-text,
.cid-uEzn43UhUl .mbr-section-btn {
  color: #555555;
}
.cid-uFf1U8kQHv {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf1U8kQHv [class^="socicon-"]:before,
.cid-uFf1U8kQHv [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf1U8kQHv .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf1U8kQHv .btn-social,
.cid-uFf1U8kQHv .mbr-section-title {
  color: #57468b;
}
.cid-uFf1U8kQHv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf1U8kQHv .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf1U8kQHv .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf1U8kQHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf1U8kQHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe4pbjfSE {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe4pbjfSE .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe4pbjfSE h5 {
  padding-bottom: 2rem;
}
.cid-uFe4pbjfSE textarea {
  min-height: 150px;
}
.cid-uFe4pbjfSE .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe4pbjfSE h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe4pbjfSE h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe4pbjfSE h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe4pbjfSE .form-control,
.cid-uFe4pbjfSE .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe4pbjfSE .form-control input::-webkit-input-placeholder,
.cid-uFe4pbjfSE .field-input input::-webkit-input-placeholder,
.cid-uFe4pbjfSE .form-control textarea::-webkit-input-placeholder,
.cid-uFe4pbjfSE .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe4pbjfSE .form-control input:-moz-placeholder,
.cid-uFe4pbjfSE .field-input input:-moz-placeholder,
.cid-uFe4pbjfSE .form-control textarea:-moz-placeholder,
.cid-uFe4pbjfSE .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe4pbjfSE .form-control:hover,
.cid-uFe4pbjfSE .field-input:hover,
.cid-uFe4pbjfSE .form-control:focus,
.cid-uFe4pbjfSE .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe4pbjfSE .form-control:hover input::-webkit-input-placeholder,
.cid-uFe4pbjfSE .field-input:hover input::-webkit-input-placeholder,
.cid-uFe4pbjfSE .form-control:focus input::-webkit-input-placeholder,
.cid-uFe4pbjfSE .field-input:focus input::-webkit-input-placeholder,
.cid-uFe4pbjfSE .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe4pbjfSE .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe4pbjfSE .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe4pbjfSE .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe4pbjfSE .form-control:hover input:-moz-placeholder,
.cid-uFe4pbjfSE .field-input:hover input:-moz-placeholder,
.cid-uFe4pbjfSE .form-control:focus input:-moz-placeholder,
.cid-uFe4pbjfSE .field-input:focus input:-moz-placeholder,
.cid-uFe4pbjfSE .form-control:hover textarea:-moz-placeholder,
.cid-uFe4pbjfSE .field-input:hover textarea:-moz-placeholder,
.cid-uFe4pbjfSE .form-control:focus textarea:-moz-placeholder,
.cid-uFe4pbjfSE .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe4pbjfSE .jq-number__spin:hover,
.cid-uFe4pbjfSE .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe4pbjfSE .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe4pbjfSE .jq-selectbox li,
.cid-uFe4pbjfSE .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe4pbjfSE .jq-selectbox li:hover,
.cid-uFe4pbjfSE .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe4pbjfSE .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe4pbjfSE .jq-number__spin.minus:hover:after,
.cid-uFe4pbjfSE .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe4pbjfSE .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe4pbjfSE .jq-number__spin.minus:after,
.cid-uFe4pbjfSE .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe4pbjfSE input::-webkit-clear-button {
  display: none;
}
.cid-uFe4pbjfSE input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe4pbjfSE input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe4pbjfSE input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe4pbjfSE H5 {
  color: #ffffff;
}
.cid-uFe4pbjfSE P {
  color: #767676;
}
.cid-uFe4pbjfSE H3 {
  color: #e1201d;
}
.cid-uFe4pbjfSE p,
.cid-uFe4pbjfSE .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4ElzgirS {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4ElzgirS a {
  transition: 0.3s;
}
.cid-uL4ElzgirS h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4ElzgirS .card-img2 span {
  padding-top: 6px;
}
.cid-uL4ElzgirS .soc-item a {
  padding-top: 5px;
}
.cid-uL4ElzgirS .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4ElzgirS .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4ElzgirS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4ElzgirS .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4ElzgirS .soc-item span {
  font-size: 1rem;
}
.cid-uL4ElzgirS .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4ElzgirS .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4ElzgirS .item h4 {
  margin: 0;
}
.cid-uL4ElzgirS .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4ElzgirS .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4ElzgirS img {
  width: 80%;
}
.cid-uL4ElzgirS .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4ElzgirS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4ElzgirS .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4ElzgirS .container {
  padding: 0;
}
.cid-uL4ElzgirS .btn-primary {
  color: #333333 !important;
}
.cid-uL4ElzgirS .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uEzn455Udw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uEzn455Udw .media-container-row {
  align-items: center;
}
.cid-uEzn455Udw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uEzn455Udw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uEzn455Udw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uEzn455Udw .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uEzn455Udw .foot-menu-item {
  transform: 0.2s;
}
.cid-uEzn455Udw .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uEzn455Udw .foot-menu {
    justify-content: center;
  }
  .cid-uEzn455Udw .mbr-text {
    text-align: center;
  }
  .cid-uEzn455Udw .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uEzn455Udw .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uEzn455Udw .link:hover {
  text-decoration: underline;
}
.cid-uEzn455Udw .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uEzn455Udw .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uEzn455Udw .container {
    padding: 0;
  }
}
.cid-uEzn455Udw .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uEzef6G6qe {
  min-height: 85px !important;
  position: static;
}
.cid-uEzef6G6qe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEzef6G6qe .nav-item:focus,
.cid-uEzef6G6qe .nav-link:focus {
  outline: none;
}
.cid-uEzef6G6qe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEzef6G6qe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uEzef6G6qe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEzef6G6qe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEzef6G6qe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEzef6G6qe .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uEzef6G6qe .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uEzef6G6qe .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uEzef6G6qe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEzef6G6qe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEzef6G6qe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uEzef6G6qe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEzef6G6qe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEzef6G6qe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEzef6G6qe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEzef6G6qe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEzef6G6qe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEzef6G6qe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEzef6G6qe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uEzef6G6qe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEzef6G6qe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEzef6G6qe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEzef6G6qe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uEzef6G6qe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEzef6G6qe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEzef6G6qe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEzef6G6qe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEzef6G6qe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEzef6G6qe .navbar.navbar-short {
  background: #19212f;
}
.cid-uEzef6G6qe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEzef6G6qe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEzef6G6qe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEzef6G6qe .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uEzef6G6qe .dropdown-item.active,
.cid-uEzef6G6qe .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uEzef6G6qe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEzef6G6qe .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uEzef6G6qe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uEzef6G6qe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEzef6G6qe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEzef6G6qe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEzef6G6qe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uEzef6G6qe .navbar-nav {
  margin: auto;
}
.cid-uEzef6G6qe .navbar-buttons {
  text-align: center;
}
.cid-uEzef6G6qe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEzef6G6qe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEzef6G6qe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEzef6G6qe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEzef6G6qe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEzef6G6qe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEzef6G6qe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEzef6G6qe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEzef6G6qe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEzef6G6qe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEzef6G6qe .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uEzef6G6qe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uEzef6G6qe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEzef6G6qe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uEzef6G6qe .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEzef6G6qe .navbar {
    height: 77px;
  }
  .cid-uEzef6G6qe .navbar.opened {
    height: auto;
  }
}
.cid-uEzef6G6qe .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uEzef6G6qe .text-btn {
  transition: transform 0.3s;
}
.cid-uEzef6G6qe .btn:hover {
  transform: scale(0.8);
}
.cid-uEzef6G6qe .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uEzef6G6qe .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uEzef6G6qe .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uEzef6G6qe .nav-link:hover::before {
  width: 100%;
}
.cid-uEzef6G6qe .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uEzef6G6qe .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uEzef6G6qe .link {
  margin: 0rem 1.2rem !important;
}
.cid-uEzef6G6qe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uEzef6G6qe .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uEzef6G6qe .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uEzef6G6qe .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uEzef6G6qe .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uEzef6G6qe .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uEzef6G6qe .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uEzef6G6qe .dropdown-menu::before {
    display: none !important;
  }
  .cid-uEzef6G6qe .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uEzef6G6qe .dropdown-menu > a::after {
    display: none;
  }
  .cid-uEzef6G6qe .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uEzef6G6qe .nav-link::before {
    display: none;
  }
  .cid-uEzef6G6qe .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uEzef6G6qe .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uEzef6G6qe .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uEzef6G6qe .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uEzef6G6qe .nav-dropdown .dropdown-item:focus,
  .cid-uEzef6G6qe .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uEzef6G6qe .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uEzef6G6qe .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEzef6G6qe .container-fluid {
    padding-right: 0rem;
  }
  .cid-uEzef6G6qe .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uEzef6G6qe .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uEzef6G6qe .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uEzef6G6qe .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uEzef6G6qe .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uEzef6G6qe .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uEzef6G6qe .nav-dropdown .dropdown-item:focus,
  .cid-uEzef6G6qe .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uEzef6G6qe .btn-primary {
  color: #354463 !important;
}
.cid-uEzef6G6qe .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uEzef6G6qe .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uEzef6G6qe .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uEzef7aBSX {
  overflow-x: hidden !important;
}
.cid-uEzef7aBSX,
.cid-uEzef7aBSX .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uEzef7aBSX .mbr-section-title {
  color: #ffffff;
}
.cid-uEzef7aBSX .mbr-section-title span {
  color: #ffffff;
}
.cid-uEzef7aBSX .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uEzef7aBSX .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/b8744b54-7c04-4fdd-bd0e-4b116de18312-2000x1500.jpeg");
}
.cid-uEzef7aBSX .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uEzef7aBSX .mbr-overlay {
  z-index: 1;
}
.cid-uEzef7aBSX .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uEzef7r0k4 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uEzef7r0k4 .text-wrap {
  margin-top: 32px;
}
.cid-uEzef7r0k4 .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uEzef7r0k4 .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uEzef7r0k4 .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uEzef7r0k4 .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uEzef7r0k4 .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uEzef7r0k4 .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uEzef7r0k4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEzef7r0k4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEzef7r0k4 .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uEzef7r0k4 .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uEzef7r0k4 .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uEzef7r0k4 .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uEzef7RAaa {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uEzef7RAaa .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uEzef7RAaa .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uEzef7RAaa .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uEzef7RAaa .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uEzef7RAaa .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uEzef7RAaa .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uEzef7RAaa .mbr-gallery-filter ul {
  display: block;
}
.cid-uEzef7RAaa .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uEzef7RAaa .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uEzef7RAaa .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uEzef7RAaa .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uEzef7RAaa .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uEzef7RAaa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uEzef7RAaa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uEzef7RAaa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uEzef7RAaa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uEzef7RAaa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uEzef7RAaa .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uEzef7RAaa .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uEzef7RAaa .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uEzef7RAaa .mbr-gallery-item > div img,
.cid-uEzef7RAaa .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uEzef7RAaa .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uEzef7RAaa .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uEzef7RAaa .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uEzef7RAaa .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uEzef7RAaa .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uEzef7RAaa .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uEzef7RAaa .mbr-section-title {
    text-align: center;
  }
  .cid-uEzef7RAaa .image {
    top: auto;
    height: 420px;
  }
  .cid-uEzef7RAaa .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uEzef7RAaa .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uEzef7RAaa .mbr-gallery-item > div img,
  .cid-uEzef7RAaa .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uEzef7RAaa .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uEzef7RAaa .image {
    height: 290px;
  }
}
.cid-uFf1LDUG8g {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFf1LDUG8g .mbr-text {
  color: #767676;
}
.cid-uFf1LDUG8g .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFf1LDUG8g .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFf1LDUG8g .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFf1LDUG8g .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFf1LDUG8g .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFf1LDUG8g .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFf1LDUG8g .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFf1LDUG8g .card {
    margin-bottom: 2rem;
  }
}
.cid-uFf1LDUG8g .text-link {
  font-weight: 800 !important;
}
.cid-uFf1LDUG8g .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFf1LDUG8g .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf1LDUG8g .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf1LDUG8g .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFf1LDUG8g .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFf1LDUG8g .card:hover .text-link {
  color: #fff !important;
}
.cid-uFf1LDUG8g .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFf1LDUG8g .card:hover .link {
  transform: translateX(42px);
}
.cid-uFf1LDUG8g .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFf1LDUG8g h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uEzef96Tq1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uEzef96Tq1 .container {
    padding: 0 24px;
  }
}
.cid-uEzef96Tq1 .card {
  justify-content: center;
}
.cid-uEzef96Tq1 .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uEzef96Tq1 .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uEzef96Tq1 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEzef96Tq1 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uEzef96Tq1 .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uEzef96Tq1 .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uEzef96Tq1 .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uEzef96Tq1 .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uEzef96Tq1 .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uEzef96Tq1 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uEzef96Tq1 .mbr-desc {
  color: #ffffff;
}
.cid-uEzef96Tq1 .mbr-text {
  color: #ffffff;
}
.cid-uEzef96Tq1 .mbr-section-btn {
  text-align: right;
}
.cid-uEzef96Tq1 .mbr-section-title,
.cid-uEzef96Tq1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uEzef9rHq6 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH7cQvvOD1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH7cQvvOD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7cQvvOD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH7cQvvOD1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH7cQvvOD1 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH7cQvvOD1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH7cQvvOD1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH7cQvvOD1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH7cQvvOD1 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH7cQvvOD1 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH7cQvvOD1 .item {
    margin-bottom: 28px;
  }
}
.cid-uH7cQvvOD1 .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH7cQvvOD1 .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH7cQvvOD1 .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH7cQvvOD1 .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH7cQvvOD1 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH7cQvvOD1 .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH7cQvvOD1 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH7cQvvOD1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7cQvvOD1 .mbr-text,
.cid-uH7cQvvOD1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH7cQvvOD1 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7cQvvOD1 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFpSlxHoBa {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFpSlxHoBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpSlxHoBa .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-uFpSlxHoBa .container {
    padding: 0 20px;
  }
}
.cid-uFpSlxHoBa .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFpSlxHoBa .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFpSlxHoBa .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFpSlxHoBa .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFpSlxHoBa .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFpSlxHoBa .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFpSlxHoBa .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFpSlxHoBa .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFpSlxHoBa .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFpSlxHoBa .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFpSlxHoBa .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFpSlxHoBa .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFpSlxHoBa .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFpSlxHoBa .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFpSlxHoBa .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFpSlxHoBa .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFpSlxHoBa .content-wrapper .mbr-section-btn .btn-success,
.cid-uFpSlxHoBa .content-wrapper .mbr-section-btn .btn-info,
.cid-uFpSlxHoBa .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFpSlxHoBa .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFpSlxHoBa .content-wrapper .mbr-section-btn .btn-black,
.cid-uFpSlxHoBa .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFpSlxHoBa .mbr-section-title {
  color: #000000;
}
.cid-uFpSlxHoBa .mbr-desc,
.cid-uFpSlxHoBa .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpSlxHoBa .card-number {
  color: #ffffff;
}
.cid-uFpSlxHoBa .card-title {
  color: #000000;
}
.cid-uFpSlxHoBa .mbr-text,
.cid-uFpSlxHoBa .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpSlxHoBa .mbr-section-title,
.cid-uFpSlxHoBa .mbr-section-btn {
  text-align: center;
}
.cid-uFpSlxHoBa .card-title,
.cid-uFpSlxHoBa .icon-wrapper {
  color: #ffffff;
}
.cid-uFpSlxHoBa .mbr-section-title,
.cid-uFpSlxHoBa .mbr-section-btn,
.cid-uFpSlxHoBa .image-wrapper {
  color: #19212f;
}
.cid-uHjlizYMmp {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHjlizYMmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjlizYMmp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjlizYMmp .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHjlizYMmp .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHjlizYMmp .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHjlizYMmp .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHjlizYMmp .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjlizYMmp .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHjlizYMmp .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHjlizYMmp .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHjlizYMmp .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHjlizYMmp .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHjlizYMmp .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHjlizYMmp .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHjlizYMmp .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHjlizYMmp .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHjlizYMmp .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHjlizYMmp .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHjlizYMmp .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHjlizYMmp .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjlizYMmp .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHjlizYMmp .mbr-section-title {
  color: #404349;
}
.cid-uHjlizYMmp .panel-title-edit {
  color: #ffffff;
}
.cid-uHjlizYMmp .panel-text {
  color: #404349;
}
.cid-uHjlizYMmp .panel-text,
.cid-uHjlizYMmp .panel-body {
  color: #ffffff;
}
.cid-uHjlizYMmp .mbr-section-title,
.cid-uHjlizYMmp .title-wrapper,
.cid-uHjlizYMmp .tabs-wrapper {
  color: #ffffff;
}
.cid-uEzefaDVYG {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uEzefaDVYG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uEzefaDVYG .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uEzefaDVYG input,
.cid-uEzefaDVYG textarea {
  font-size: 14px;
}
.cid-uEzefaDVYG input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uEzefaDVYG textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uEzefaDVYG .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uEzefaDVYG .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uEzefaDVYG img {
  width: 90%;
  border-radius: 8px;
}
.cid-uEzefaDVYG .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uEzefaDVYG .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uEzefaDVYG .title-block {
  margin-bottom: 2rem;
}
.cid-uEzefaDVYG .form-control,
.cid-uEzefaDVYG .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uEzefaDVYG .form-control:hover,
.cid-uEzefaDVYG .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEzefaDVYG .form-control:focus,
.cid-uEzefaDVYG .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEzefaDVYG input::-webkit-input-placeholder,
.cid-uEzefaDVYG textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uEzefaDVYG input:-moz-placeholder,
.cid-uEzefaDVYG textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uEzefaDVYG .jq-selectbox li,
.cid-uEzefaDVYG .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uEzefaDVYG .jq-selectbox li:hover,
.cid-uEzefaDVYG .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uEzefaDVYG .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uEzefaDVYG .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uEzefaDVYG H5 {
  padding-bottom: 2rem;
}
.cid-uEzefaDVYG .mbr-text {
  color: #777777;
}
.cid-uEzefaDVYG .mbr-form {
  padding: 0rem;
}
.cid-uEzefaDVYG .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uEzefaDVYG .form-row {
    margin: 0;
  }
  .cid-uEzefaDVYG .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uEzefaDVYG .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uEzefaDVYG img {
    width: 100%;
  }
}
.cid-uEzefaDVYG .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uEzefaDVYG H3 {
  color: #19212f;
}
.cid-uEzefaDVYG .mbr-text,
.cid-uEzefaDVYG .mbr-section-btn {
  color: #555555;
}
.cid-uFf1MulAQE {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf1MulAQE [class^="socicon-"]:before,
.cid-uFf1MulAQE [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf1MulAQE .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf1MulAQE .btn-social,
.cid-uFf1MulAQE .mbr-section-title {
  color: #57468b;
}
.cid-uFf1MulAQE .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf1MulAQE .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf1MulAQE .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf1MulAQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf1MulAQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe4vmHbqD {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe4vmHbqD .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe4vmHbqD h5 {
  padding-bottom: 2rem;
}
.cid-uFe4vmHbqD textarea {
  min-height: 150px;
}
.cid-uFe4vmHbqD .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe4vmHbqD h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe4vmHbqD h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe4vmHbqD h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe4vmHbqD .form-control,
.cid-uFe4vmHbqD .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe4vmHbqD .form-control input::-webkit-input-placeholder,
.cid-uFe4vmHbqD .field-input input::-webkit-input-placeholder,
.cid-uFe4vmHbqD .form-control textarea::-webkit-input-placeholder,
.cid-uFe4vmHbqD .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe4vmHbqD .form-control input:-moz-placeholder,
.cid-uFe4vmHbqD .field-input input:-moz-placeholder,
.cid-uFe4vmHbqD .form-control textarea:-moz-placeholder,
.cid-uFe4vmHbqD .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe4vmHbqD .form-control:hover,
.cid-uFe4vmHbqD .field-input:hover,
.cid-uFe4vmHbqD .form-control:focus,
.cid-uFe4vmHbqD .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe4vmHbqD .form-control:hover input::-webkit-input-placeholder,
.cid-uFe4vmHbqD .field-input:hover input::-webkit-input-placeholder,
.cid-uFe4vmHbqD .form-control:focus input::-webkit-input-placeholder,
.cid-uFe4vmHbqD .field-input:focus input::-webkit-input-placeholder,
.cid-uFe4vmHbqD .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe4vmHbqD .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe4vmHbqD .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe4vmHbqD .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe4vmHbqD .form-control:hover input:-moz-placeholder,
.cid-uFe4vmHbqD .field-input:hover input:-moz-placeholder,
.cid-uFe4vmHbqD .form-control:focus input:-moz-placeholder,
.cid-uFe4vmHbqD .field-input:focus input:-moz-placeholder,
.cid-uFe4vmHbqD .form-control:hover textarea:-moz-placeholder,
.cid-uFe4vmHbqD .field-input:hover textarea:-moz-placeholder,
.cid-uFe4vmHbqD .form-control:focus textarea:-moz-placeholder,
.cid-uFe4vmHbqD .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe4vmHbqD .jq-number__spin:hover,
.cid-uFe4vmHbqD .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe4vmHbqD .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe4vmHbqD .jq-selectbox li,
.cid-uFe4vmHbqD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe4vmHbqD .jq-selectbox li:hover,
.cid-uFe4vmHbqD .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe4vmHbqD .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe4vmHbqD .jq-number__spin.minus:hover:after,
.cid-uFe4vmHbqD .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe4vmHbqD .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe4vmHbqD .jq-number__spin.minus:after,
.cid-uFe4vmHbqD .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe4vmHbqD input::-webkit-clear-button {
  display: none;
}
.cid-uFe4vmHbqD input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe4vmHbqD input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe4vmHbqD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe4vmHbqD H5 {
  color: #ffffff;
}
.cid-uFe4vmHbqD P {
  color: #767676;
}
.cid-uFe4vmHbqD H3 {
  color: #e1201d;
}
.cid-uFe4vmHbqD p,
.cid-uFe4vmHbqD .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4Eg7eDG8 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4Eg7eDG8 a {
  transition: 0.3s;
}
.cid-uL4Eg7eDG8 h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4Eg7eDG8 .card-img2 span {
  padding-top: 6px;
}
.cid-uL4Eg7eDG8 .soc-item a {
  padding-top: 5px;
}
.cid-uL4Eg7eDG8 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4Eg7eDG8 .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4Eg7eDG8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4Eg7eDG8 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4Eg7eDG8 .soc-item span {
  font-size: 1rem;
}
.cid-uL4Eg7eDG8 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4Eg7eDG8 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4Eg7eDG8 .item h4 {
  margin: 0;
}
.cid-uL4Eg7eDG8 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4Eg7eDG8 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4Eg7eDG8 img {
  width: 80%;
}
.cid-uL4Eg7eDG8 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4Eg7eDG8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4Eg7eDG8 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4Eg7eDG8 .container {
  padding: 0;
}
.cid-uL4Eg7eDG8 .btn-primary {
  color: #333333 !important;
}
.cid-uL4Eg7eDG8 .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uEzefc3dsY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uEzefc3dsY .media-container-row {
  align-items: center;
}
.cid-uEzefc3dsY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uEzefc3dsY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uEzefc3dsY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uEzefc3dsY .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uEzefc3dsY .foot-menu-item {
  transform: 0.2s;
}
.cid-uEzefc3dsY .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uEzefc3dsY .foot-menu {
    justify-content: center;
  }
  .cid-uEzefc3dsY .mbr-text {
    text-align: center;
  }
  .cid-uEzefc3dsY .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uEzefc3dsY .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uEzefc3dsY .link:hover {
  text-decoration: underline;
}
.cid-uEzefc3dsY .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uEzefc3dsY .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uEzefc3dsY .container {
    padding: 0;
  }
}
.cid-uEzefc3dsY .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uEu78kgQev {
  min-height: 85px !important;
  position: static;
}
.cid-uEu78kgQev .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEu78kgQev .nav-item:focus,
.cid-uEu78kgQev .nav-link:focus {
  outline: none;
}
.cid-uEu78kgQev .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEu78kgQev .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uEu78kgQev .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEu78kgQev .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEu78kgQev .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEu78kgQev .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uEu78kgQev .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uEu78kgQev .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uEu78kgQev .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEu78kgQev .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEu78kgQev .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uEu78kgQev .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEu78kgQev .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEu78kgQev .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEu78kgQev .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEu78kgQev .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEu78kgQev .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEu78kgQev .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEu78kgQev .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uEu78kgQev .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEu78kgQev .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEu78kgQev .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEu78kgQev .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uEu78kgQev .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEu78kgQev .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEu78kgQev .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEu78kgQev .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEu78kgQev .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEu78kgQev .navbar.navbar-short {
  background: #19212f;
}
.cid-uEu78kgQev .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEu78kgQev .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEu78kgQev .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEu78kgQev .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uEu78kgQev .dropdown-item.active,
.cid-uEu78kgQev .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uEu78kgQev .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEu78kgQev .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uEu78kgQev .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uEu78kgQev .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEu78kgQev .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEu78kgQev .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEu78kgQev ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uEu78kgQev .navbar-nav {
  margin: auto;
}
.cid-uEu78kgQev .navbar-buttons {
  text-align: center;
}
.cid-uEu78kgQev button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEu78kgQev button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEu78kgQev button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEu78kgQev button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEu78kgQev button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEu78kgQev button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEu78kgQev nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEu78kgQev nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEu78kgQev nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEu78kgQev nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEu78kgQev .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uEu78kgQev a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uEu78kgQev .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEu78kgQev .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uEu78kgQev .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEu78kgQev .navbar {
    height: 77px;
  }
  .cid-uEu78kgQev .navbar.opened {
    height: auto;
  }
}
.cid-uEu78kgQev .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uEu78kgQev .text-btn {
  transition: transform 0.3s;
}
.cid-uEu78kgQev .btn:hover {
  transform: scale(0.8);
}
.cid-uEu78kgQev .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uEu78kgQev .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uEu78kgQev .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uEu78kgQev .nav-link:hover::before {
  width: 100%;
}
.cid-uEu78kgQev .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uEu78kgQev .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uEu78kgQev .link {
  margin: 0rem 1.2rem !important;
}
.cid-uEu78kgQev .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uEu78kgQev .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uEu78kgQev .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uEu78kgQev .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uEu78kgQev .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uEu78kgQev .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uEu78kgQev .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uEu78kgQev .dropdown-menu::before {
    display: none !important;
  }
  .cid-uEu78kgQev .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uEu78kgQev .dropdown-menu > a::after {
    display: none;
  }
  .cid-uEu78kgQev .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uEu78kgQev .nav-link::before {
    display: none;
  }
  .cid-uEu78kgQev .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uEu78kgQev .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uEu78kgQev .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uEu78kgQev .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uEu78kgQev .nav-dropdown .dropdown-item:focus,
  .cid-uEu78kgQev .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uEu78kgQev .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uEu78kgQev .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEu78kgQev .container-fluid {
    padding-right: 0rem;
  }
  .cid-uEu78kgQev .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uEu78kgQev .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uEu78kgQev .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uEu78kgQev .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uEu78kgQev .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uEu78kgQev .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uEu78kgQev .nav-dropdown .dropdown-item:focus,
  .cid-uEu78kgQev .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uEu78kgQev .btn-primary {
  color: #354463 !important;
}
.cid-uEu78kgQev .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uEu78kgQev .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uEu78kgQev .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uEu78kIA5p {
  overflow-x: hidden !important;
}
.cid-uEu78kIA5p,
.cid-uEu78kIA5p .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uEu78kIA5p .mbr-section-title {
  color: #ffffff;
}
.cid-uEu78kIA5p .mbr-section-title span {
  color: #ffffff;
}
.cid-uEu78kIA5p .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uEu78kIA5p .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/img-1959-2000x1500.jpg");
}
.cid-uEu78kIA5p .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uEu78kIA5p .mbr-overlay {
  z-index: 1;
}
.cid-uEu78kIA5p .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uEu78l0xJY {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uEu78l0xJY .text-wrap {
  margin-top: 32px;
}
.cid-uEu78l0xJY .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uEu78l0xJY .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uEu78l0xJY .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uEu78l0xJY .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uEu78l0xJY .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uEu78l0xJY .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uEu78l0xJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu78l0xJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu78l0xJY .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uEu78l0xJY .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uEu78l0xJY .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uEu78l0xJY .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uEu78lnpdA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uEu78lnpdA .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uEu78lnpdA .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uEu78lnpdA .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uEu78lnpdA .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uEu78lnpdA .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uEu78lnpdA .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uEu78lnpdA .mbr-gallery-filter ul {
  display: block;
}
.cid-uEu78lnpdA .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uEu78lnpdA .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uEu78lnpdA .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uEu78lnpdA .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uEu78lnpdA .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uEu78lnpdA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uEu78lnpdA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uEu78lnpdA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uEu78lnpdA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uEu78lnpdA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uEu78lnpdA .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uEu78lnpdA .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uEu78lnpdA .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uEu78lnpdA .mbr-gallery-item > div img,
.cid-uEu78lnpdA .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uEu78lnpdA .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uEu78lnpdA .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uEu78lnpdA .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uEu78lnpdA .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uEu78lnpdA .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uEu78lnpdA .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uEu78lnpdA .mbr-section-title {
    text-align: center;
  }
  .cid-uEu78lnpdA .image {
    top: auto;
    height: 420px;
  }
  .cid-uEu78lnpdA .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uEu78lnpdA .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uEu78lnpdA .mbr-gallery-item > div img,
  .cid-uEu78lnpdA .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uEu78lnpdA .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uEu78lnpdA .image {
    height: 290px;
  }
}
.cid-uFf1ueeAeR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFf1ueeAeR .mbr-text {
  color: #767676;
}
.cid-uFf1ueeAeR .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFf1ueeAeR .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFf1ueeAeR .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFf1ueeAeR .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFf1ueeAeR .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFf1ueeAeR .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFf1ueeAeR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFf1ueeAeR .card {
    margin-bottom: 2rem;
  }
}
.cid-uFf1ueeAeR .text-link {
  font-weight: 800 !important;
}
.cid-uFf1ueeAeR .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFf1ueeAeR .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf1ueeAeR .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf1ueeAeR .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFf1ueeAeR .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFf1ueeAeR .card:hover .text-link {
  color: #fff !important;
}
.cid-uFf1ueeAeR .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFf1ueeAeR .card:hover .link {
  transform: translateX(42px);
}
.cid-uFf1ueeAeR .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFf1ueeAeR h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uEu78mnwn7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uEu78mnwn7 .container {
    padding: 0 24px;
  }
}
.cid-uEu78mnwn7 .card {
  justify-content: center;
}
.cid-uEu78mnwn7 .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uEu78mnwn7 .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uEu78mnwn7 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEu78mnwn7 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uEu78mnwn7 .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uEu78mnwn7 .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uEu78mnwn7 .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uEu78mnwn7 .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uEu78mnwn7 .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uEu78mnwn7 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uEu78mnwn7 .mbr-desc {
  color: #ffffff;
}
.cid-uEu78mnwn7 .mbr-text {
  color: #ffffff;
}
.cid-uEu78mnwn7 .mbr-section-btn {
  text-align: right;
}
.cid-uEu78mnwn7 .mbr-section-title,
.cid-uEu78mnwn7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uEu78oQDEO {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH7cL4l4XL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH7cL4l4XL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7cL4l4XL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH7cL4l4XL .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH7cL4l4XL .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH7cL4l4XL .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH7cL4l4XL .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH7cL4l4XL .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH7cL4l4XL .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH7cL4l4XL .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH7cL4l4XL .item {
    margin-bottom: 28px;
  }
}
.cid-uH7cL4l4XL .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH7cL4l4XL .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH7cL4l4XL .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH7cL4l4XL .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH7cL4l4XL .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH7cL4l4XL .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH7cL4l4XL .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH7cL4l4XL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7cL4l4XL .mbr-text,
.cid-uH7cL4l4XL .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH7cL4l4XL .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7cL4l4XL .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFpRzZwQjF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFpRzZwQjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpRzZwQjF .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-uFpRzZwQjF .container {
    padding: 0 20px;
  }
}
.cid-uFpRzZwQjF .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFpRzZwQjF .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFpRzZwQjF .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFpRzZwQjF .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFpRzZwQjF .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFpRzZwQjF .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFpRzZwQjF .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFpRzZwQjF .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFpRzZwQjF .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFpRzZwQjF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFpRzZwQjF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFpRzZwQjF .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFpRzZwQjF .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFpRzZwQjF .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFpRzZwQjF .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFpRzZwQjF .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFpRzZwQjF .content-wrapper .mbr-section-btn .btn-success,
.cid-uFpRzZwQjF .content-wrapper .mbr-section-btn .btn-info,
.cid-uFpRzZwQjF .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFpRzZwQjF .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFpRzZwQjF .content-wrapper .mbr-section-btn .btn-black,
.cid-uFpRzZwQjF .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFpRzZwQjF .mbr-section-title {
  color: #000000;
}
.cid-uFpRzZwQjF .mbr-desc,
.cid-uFpRzZwQjF .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpRzZwQjF .card-number {
  color: #ffffff;
}
.cid-uFpRzZwQjF .card-title {
  color: #000000;
}
.cid-uFpRzZwQjF .mbr-text,
.cid-uFpRzZwQjF .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpRzZwQjF .mbr-section-title,
.cid-uFpRzZwQjF .mbr-section-btn {
  text-align: center;
}
.cid-uFpRzZwQjF .card-title,
.cid-uFpRzZwQjF .icon-wrapper {
  color: #ffffff;
}
.cid-uFpRzZwQjF .mbr-section-title,
.cid-uFpRzZwQjF .mbr-section-btn,
.cid-uFpRzZwQjF .image-wrapper {
  color: #19212f;
}
.cid-uHjlfSQxdc {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHjlfSQxdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjlfSQxdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjlfSQxdc .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHjlfSQxdc .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHjlfSQxdc .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHjlfSQxdc .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHjlfSQxdc .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjlfSQxdc .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHjlfSQxdc .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHjlfSQxdc .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHjlfSQxdc .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHjlfSQxdc .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHjlfSQxdc .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHjlfSQxdc .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHjlfSQxdc .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHjlfSQxdc .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHjlfSQxdc .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHjlfSQxdc .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHjlfSQxdc .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHjlfSQxdc .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjlfSQxdc .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHjlfSQxdc .mbr-section-title {
  color: #404349;
}
.cid-uHjlfSQxdc .panel-title-edit {
  color: #ffffff;
}
.cid-uHjlfSQxdc .panel-text {
  color: #404349;
}
.cid-uHjlfSQxdc .panel-text,
.cid-uHjlfSQxdc .panel-body {
  color: #ffffff;
}
.cid-uHjlfSQxdc .mbr-section-title,
.cid-uHjlfSQxdc .title-wrapper,
.cid-uHjlfSQxdc .tabs-wrapper {
  color: #ffffff;
}
.cid-uEu78pT1UE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uEu78pT1UE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uEu78pT1UE .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uEu78pT1UE input,
.cid-uEu78pT1UE textarea {
  font-size: 14px;
}
.cid-uEu78pT1UE input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uEu78pT1UE textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uEu78pT1UE .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uEu78pT1UE .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uEu78pT1UE img {
  width: 90%;
  border-radius: 8px;
}
.cid-uEu78pT1UE .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uEu78pT1UE .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uEu78pT1UE .title-block {
  margin-bottom: 2rem;
}
.cid-uEu78pT1UE .form-control,
.cid-uEu78pT1UE .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uEu78pT1UE .form-control:hover,
.cid-uEu78pT1UE .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEu78pT1UE .form-control:focus,
.cid-uEu78pT1UE .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEu78pT1UE input::-webkit-input-placeholder,
.cid-uEu78pT1UE textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uEu78pT1UE input:-moz-placeholder,
.cid-uEu78pT1UE textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uEu78pT1UE .jq-selectbox li,
.cid-uEu78pT1UE .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uEu78pT1UE .jq-selectbox li:hover,
.cid-uEu78pT1UE .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uEu78pT1UE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uEu78pT1UE .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uEu78pT1UE H5 {
  padding-bottom: 2rem;
}
.cid-uEu78pT1UE .mbr-text {
  color: #777777;
}
.cid-uEu78pT1UE .mbr-form {
  padding: 0rem;
}
.cid-uEu78pT1UE .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uEu78pT1UE .form-row {
    margin: 0;
  }
  .cid-uEu78pT1UE .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uEu78pT1UE .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uEu78pT1UE img {
    width: 100%;
  }
}
.cid-uEu78pT1UE .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uEu78pT1UE H3 {
  color: #19212f;
}
.cid-uEu78pT1UE .mbr-text,
.cid-uEu78pT1UE .mbr-section-btn {
  color: #555555;
}
.cid-uFf1tgK82W {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf1tgK82W [class^="socicon-"]:before,
.cid-uFf1tgK82W [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf1tgK82W .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf1tgK82W .btn-social,
.cid-uFf1tgK82W .mbr-section-title {
  color: #57468b;
}
.cid-uFf1tgK82W .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf1tgK82W .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf1tgK82W .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf1tgK82W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf1tgK82W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe4HedacM {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe4HedacM .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe4HedacM h5 {
  padding-bottom: 2rem;
}
.cid-uFe4HedacM textarea {
  min-height: 150px;
}
.cid-uFe4HedacM .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe4HedacM h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe4HedacM h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe4HedacM h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe4HedacM .form-control,
.cid-uFe4HedacM .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe4HedacM .form-control input::-webkit-input-placeholder,
.cid-uFe4HedacM .field-input input::-webkit-input-placeholder,
.cid-uFe4HedacM .form-control textarea::-webkit-input-placeholder,
.cid-uFe4HedacM .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe4HedacM .form-control input:-moz-placeholder,
.cid-uFe4HedacM .field-input input:-moz-placeholder,
.cid-uFe4HedacM .form-control textarea:-moz-placeholder,
.cid-uFe4HedacM .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe4HedacM .form-control:hover,
.cid-uFe4HedacM .field-input:hover,
.cid-uFe4HedacM .form-control:focus,
.cid-uFe4HedacM .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe4HedacM .form-control:hover input::-webkit-input-placeholder,
.cid-uFe4HedacM .field-input:hover input::-webkit-input-placeholder,
.cid-uFe4HedacM .form-control:focus input::-webkit-input-placeholder,
.cid-uFe4HedacM .field-input:focus input::-webkit-input-placeholder,
.cid-uFe4HedacM .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe4HedacM .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe4HedacM .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe4HedacM .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe4HedacM .form-control:hover input:-moz-placeholder,
.cid-uFe4HedacM .field-input:hover input:-moz-placeholder,
.cid-uFe4HedacM .form-control:focus input:-moz-placeholder,
.cid-uFe4HedacM .field-input:focus input:-moz-placeholder,
.cid-uFe4HedacM .form-control:hover textarea:-moz-placeholder,
.cid-uFe4HedacM .field-input:hover textarea:-moz-placeholder,
.cid-uFe4HedacM .form-control:focus textarea:-moz-placeholder,
.cid-uFe4HedacM .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe4HedacM .jq-number__spin:hover,
.cid-uFe4HedacM .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe4HedacM .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe4HedacM .jq-selectbox li,
.cid-uFe4HedacM .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe4HedacM .jq-selectbox li:hover,
.cid-uFe4HedacM .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe4HedacM .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe4HedacM .jq-number__spin.minus:hover:after,
.cid-uFe4HedacM .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe4HedacM .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe4HedacM .jq-number__spin.minus:after,
.cid-uFe4HedacM .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe4HedacM input::-webkit-clear-button {
  display: none;
}
.cid-uFe4HedacM input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe4HedacM input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe4HedacM input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe4HedacM H5 {
  color: #ffffff;
}
.cid-uFe4HedacM P {
  color: #767676;
}
.cid-uFe4HedacM H3 {
  color: #e1201d;
}
.cid-uFe4HedacM p,
.cid-uFe4HedacM .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4Ed2SKV1 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4Ed2SKV1 a {
  transition: 0.3s;
}
.cid-uL4Ed2SKV1 h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4Ed2SKV1 .card-img2 span {
  padding-top: 6px;
}
.cid-uL4Ed2SKV1 .soc-item a {
  padding-top: 5px;
}
.cid-uL4Ed2SKV1 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4Ed2SKV1 .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4Ed2SKV1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4Ed2SKV1 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4Ed2SKV1 .soc-item span {
  font-size: 1rem;
}
.cid-uL4Ed2SKV1 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4Ed2SKV1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4Ed2SKV1 .item h4 {
  margin: 0;
}
.cid-uL4Ed2SKV1 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4Ed2SKV1 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4Ed2SKV1 img {
  width: 80%;
}
.cid-uL4Ed2SKV1 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4Ed2SKV1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4Ed2SKV1 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4Ed2SKV1 .container {
  padding: 0;
}
.cid-uL4Ed2SKV1 .btn-primary {
  color: #333333 !important;
}
.cid-uL4Ed2SKV1 .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uEu78r7c12 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uEu78r7c12 .media-container-row {
  align-items: center;
}
.cid-uEu78r7c12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uEu78r7c12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uEu78r7c12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uEu78r7c12 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uEu78r7c12 .foot-menu-item {
  transform: 0.2s;
}
.cid-uEu78r7c12 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uEu78r7c12 .foot-menu {
    justify-content: center;
  }
  .cid-uEu78r7c12 .mbr-text {
    text-align: center;
  }
  .cid-uEu78r7c12 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uEu78r7c12 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uEu78r7c12 .link:hover {
  text-decoration: underline;
}
.cid-uEu78r7c12 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uEu78r7c12 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uEu78r7c12 .container {
    padding: 0;
  }
}
.cid-uEu78r7c12 .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uEoxpjGF3E {
  min-height: 85px !important;
  position: static;
}
.cid-uEoxpjGF3E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEoxpjGF3E .nav-item:focus,
.cid-uEoxpjGF3E .nav-link:focus {
  outline: none;
}
.cid-uEoxpjGF3E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEoxpjGF3E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uEoxpjGF3E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEoxpjGF3E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEoxpjGF3E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEoxpjGF3E .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uEoxpjGF3E .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uEoxpjGF3E .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uEoxpjGF3E .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEoxpjGF3E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEoxpjGF3E .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uEoxpjGF3E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEoxpjGF3E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEoxpjGF3E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEoxpjGF3E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEoxpjGF3E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEoxpjGF3E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEoxpjGF3E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEoxpjGF3E .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uEoxpjGF3E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEoxpjGF3E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEoxpjGF3E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEoxpjGF3E .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uEoxpjGF3E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEoxpjGF3E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEoxpjGF3E .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEoxpjGF3E .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEoxpjGF3E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEoxpjGF3E .navbar.navbar-short {
  background: #19212f;
}
.cid-uEoxpjGF3E .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEoxpjGF3E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEoxpjGF3E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEoxpjGF3E .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uEoxpjGF3E .dropdown-item.active,
.cid-uEoxpjGF3E .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uEoxpjGF3E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEoxpjGF3E .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uEoxpjGF3E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uEoxpjGF3E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEoxpjGF3E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEoxpjGF3E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEoxpjGF3E ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uEoxpjGF3E .navbar-nav {
  margin: auto;
}
.cid-uEoxpjGF3E .navbar-buttons {
  text-align: center;
}
.cid-uEoxpjGF3E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEoxpjGF3E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEoxpjGF3E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEoxpjGF3E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEoxpjGF3E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEoxpjGF3E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEoxpjGF3E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEoxpjGF3E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEoxpjGF3E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEoxpjGF3E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEoxpjGF3E .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uEoxpjGF3E a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uEoxpjGF3E .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEoxpjGF3E .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uEoxpjGF3E .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEoxpjGF3E .navbar {
    height: 77px;
  }
  .cid-uEoxpjGF3E .navbar.opened {
    height: auto;
  }
}
.cid-uEoxpjGF3E .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uEoxpjGF3E .text-btn {
  transition: transform 0.3s;
}
.cid-uEoxpjGF3E .btn:hover {
  transform: scale(0.8);
}
.cid-uEoxpjGF3E .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uEoxpjGF3E .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uEoxpjGF3E .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uEoxpjGF3E .nav-link:hover::before {
  width: 100%;
}
.cid-uEoxpjGF3E .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uEoxpjGF3E .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uEoxpjGF3E .link {
  margin: 0rem 1.2rem !important;
}
.cid-uEoxpjGF3E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uEoxpjGF3E .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uEoxpjGF3E .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uEoxpjGF3E .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uEoxpjGF3E .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uEoxpjGF3E .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uEoxpjGF3E .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uEoxpjGF3E .dropdown-menu::before {
    display: none !important;
  }
  .cid-uEoxpjGF3E .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uEoxpjGF3E .dropdown-menu > a::after {
    display: none;
  }
  .cid-uEoxpjGF3E .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uEoxpjGF3E .nav-link::before {
    display: none;
  }
  .cid-uEoxpjGF3E .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uEoxpjGF3E .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uEoxpjGF3E .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uEoxpjGF3E .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uEoxpjGF3E .nav-dropdown .dropdown-item:focus,
  .cid-uEoxpjGF3E .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uEoxpjGF3E .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uEoxpjGF3E .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEoxpjGF3E .container-fluid {
    padding-right: 0rem;
  }
  .cid-uEoxpjGF3E .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uEoxpjGF3E .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uEoxpjGF3E .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uEoxpjGF3E .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uEoxpjGF3E .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uEoxpjGF3E .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uEoxpjGF3E .nav-dropdown .dropdown-item:focus,
  .cid-uEoxpjGF3E .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uEoxpjGF3E .btn-primary {
  color: #354463 !important;
}
.cid-uEoxpjGF3E .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uEoxpjGF3E .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uEoxpjGF3E .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uEoxpkhISf {
  overflow-x: hidden !important;
}
.cid-uEoxpkhISf,
.cid-uEoxpkhISf .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uEoxpkhISf .mbr-section-title {
  color: #ffffff;
}
.cid-uEoxpkhISf .mbr-section-title span {
  color: #ffffff;
}
.cid-uEoxpkhISf .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uEoxpkhISf .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/img-4781-2000x1500-800x600.jpg");
}
.cid-uEoxpkhISf .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uEoxpkhISf .mbr-overlay {
  z-index: 1;
}
.cid-uEoxpkhISf .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uEoxpl9i46 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uEoxpl9i46 .text-wrap {
  margin-top: 32px;
}
.cid-uEoxpl9i46 .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uEoxpl9i46 .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uEoxpl9i46 .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uEoxpl9i46 .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uEoxpl9i46 .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uEoxpl9i46 .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uEoxpl9i46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEoxpl9i46 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEoxpl9i46 .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uEoxpl9i46 .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uEoxpl9i46 .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uEoxpl9i46 .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uEoxpm2Nqr {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uEoxpm2Nqr .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uEoxpm2Nqr .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uEoxpm2Nqr .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uEoxpm2Nqr .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uEoxpm2Nqr .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uEoxpm2Nqr .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uEoxpm2Nqr .mbr-gallery-filter ul {
  display: block;
}
.cid-uEoxpm2Nqr .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uEoxpm2Nqr .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uEoxpm2Nqr .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uEoxpm2Nqr .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uEoxpm2Nqr .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uEoxpm2Nqr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uEoxpm2Nqr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uEoxpm2Nqr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uEoxpm2Nqr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uEoxpm2Nqr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uEoxpm2Nqr .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uEoxpm2Nqr .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uEoxpm2Nqr .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uEoxpm2Nqr .mbr-gallery-item > div img,
.cid-uEoxpm2Nqr .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uEoxpm2Nqr .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uEoxpm2Nqr .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uEoxpm2Nqr .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uEoxpm2Nqr .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uEoxpm2Nqr .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uEoxpm2Nqr .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uEoxpm2Nqr .mbr-section-title {
    text-align: center;
  }
  .cid-uEoxpm2Nqr .image {
    top: auto;
    height: 420px;
  }
  .cid-uEoxpm2Nqr .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uEoxpm2Nqr .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uEoxpm2Nqr .mbr-gallery-item > div img,
  .cid-uEoxpm2Nqr .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uEoxpm2Nqr .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uEoxpm2Nqr .image {
    height: 290px;
  }
}
.cid-uFf10zcSLE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFf10zcSLE .mbr-text {
  color: #767676;
}
.cid-uFf10zcSLE .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFf10zcSLE .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFf10zcSLE .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFf10zcSLE .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFf10zcSLE .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFf10zcSLE .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFf10zcSLE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFf10zcSLE .card {
    margin-bottom: 2rem;
  }
}
.cid-uFf10zcSLE .text-link {
  font-weight: 800 !important;
}
.cid-uFf10zcSLE .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFf10zcSLE .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf10zcSLE .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf10zcSLE .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFf10zcSLE .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFf10zcSLE .card:hover .text-link {
  color: #fff !important;
}
.cid-uFf10zcSLE .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFf10zcSLE .card:hover .link {
  transform: translateX(42px);
}
.cid-uFf10zcSLE .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFf10zcSLE h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uEoxpn0Awr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uEoxpn0Awr .container {
    padding: 0 24px;
  }
}
.cid-uEoxpn0Awr .card {
  justify-content: center;
}
.cid-uEoxpn0Awr .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uEoxpn0Awr .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uEoxpn0Awr .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEoxpn0Awr .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uEoxpn0Awr .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uEoxpn0Awr .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uEoxpn0Awr .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uEoxpn0Awr .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uEoxpn0Awr .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uEoxpn0Awr .mbr-section-title {
  color: #F9F6E0;
}
.cid-uEoxpn0Awr .mbr-desc {
  color: #ffffff;
}
.cid-uEoxpn0Awr .mbr-text {
  color: #ffffff;
}
.cid-uEoxpn0Awr .mbr-section-btn {
  text-align: right;
}
.cid-uEoxpn0Awr .mbr-section-title,
.cid-uEoxpn0Awr .mbr-section-btn {
  color: #ffffff;
}
.cid-uEoxpnrrDf {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH7ctCgMli {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH7ctCgMli .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7ctCgMli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH7ctCgMli .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH7ctCgMli .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH7ctCgMli .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH7ctCgMli .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH7ctCgMli .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH7ctCgMli .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH7ctCgMli .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH7ctCgMli .item {
    margin-bottom: 28px;
  }
}
.cid-uH7ctCgMli .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH7ctCgMli .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH7ctCgMli .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH7ctCgMli .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH7ctCgMli .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH7ctCgMli .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH7ctCgMli .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH7ctCgMli .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7ctCgMli .mbr-text,
.cid-uH7ctCgMli .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH7ctCgMli .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7ctCgMli .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFlh0EcE8u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19212f;
}
.cid-uFlh0EcE8u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlh0EcE8u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlh0EcE8u a {
  font-weight: bold;
}
.cid-uFlh0EcE8u .row {
  flex-direction: row-reverse;
}
.cid-uFlh0EcE8u .container-fluid {
  padding: 0;
}
.cid-uFlh0EcE8u img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFlh0EcE8u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFlh0EcE8u .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uFlh0EcE8u .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uFlh0EcE8u .text-wrapper {
    padding: 1rem;
  }
}
.cid-uFlh0EcE8u .mbr-text,
.cid-uFlh0EcE8u .mbr-section-btn {
  color: #ffffff;
}
.cid-uFlh0EcE8u .mbr-section-title {
  color: #ffffff;
}
.cid-uFpORLTR2y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFpORLTR2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpORLTR2y .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-uFpORLTR2y .container {
    padding: 0 20px;
  }
}
.cid-uFpORLTR2y .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFpORLTR2y .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFpORLTR2y .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFpORLTR2y .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFpORLTR2y .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFpORLTR2y .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFpORLTR2y .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFpORLTR2y .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFpORLTR2y .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFpORLTR2y .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFpORLTR2y .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFpORLTR2y .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFpORLTR2y .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFpORLTR2y .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFpORLTR2y .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFpORLTR2y .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFpORLTR2y .content-wrapper .mbr-section-btn .btn-success,
.cid-uFpORLTR2y .content-wrapper .mbr-section-btn .btn-info,
.cid-uFpORLTR2y .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFpORLTR2y .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFpORLTR2y .content-wrapper .mbr-section-btn .btn-black,
.cid-uFpORLTR2y .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFpORLTR2y .mbr-section-title {
  color: #000000;
}
.cid-uFpORLTR2y .mbr-desc,
.cid-uFpORLTR2y .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpORLTR2y .card-number {
  color: #ffffff;
}
.cid-uFpORLTR2y .card-title {
  color: #000000;
}
.cid-uFpORLTR2y .mbr-text,
.cid-uFpORLTR2y .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpORLTR2y .mbr-section-title,
.cid-uFpORLTR2y .mbr-section-btn {
  text-align: center;
}
.cid-uFpORLTR2y .card-title,
.cid-uFpORLTR2y .icon-wrapper {
  color: #ffffff;
}
.cid-uFpORLTR2y .mbr-section-title,
.cid-uFpORLTR2y .mbr-section-btn,
.cid-uFpORLTR2y .image-wrapper {
  color: #19212f;
}
.cid-uHjl7r1tK8 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHjl7r1tK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjl7r1tK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjl7r1tK8 .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHjl7r1tK8 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHjl7r1tK8 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHjl7r1tK8 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHjl7r1tK8 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjl7r1tK8 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHjl7r1tK8 .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHjl7r1tK8 .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHjl7r1tK8 .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHjl7r1tK8 .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHjl7r1tK8 .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHjl7r1tK8 .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHjl7r1tK8 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHjl7r1tK8 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHjl7r1tK8 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHjl7r1tK8 .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHjl7r1tK8 .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHjl7r1tK8 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjl7r1tK8 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHjl7r1tK8 .mbr-section-title {
  color: #404349;
}
.cid-uHjl7r1tK8 .panel-title-edit {
  color: #ffffff;
}
.cid-uHjl7r1tK8 .panel-text {
  color: #404349;
}
.cid-uHjl7r1tK8 .panel-text,
.cid-uHjl7r1tK8 .panel-body {
  color: #ffffff;
}
.cid-uHjl7r1tK8 .mbr-section-title,
.cid-uHjl7r1tK8 .title-wrapper,
.cid-uHjl7r1tK8 .tabs-wrapper {
  color: #ffffff;
}
.cid-uEoxporskN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uEoxporskN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uEoxporskN .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uEoxporskN input,
.cid-uEoxporskN textarea {
  font-size: 14px;
}
.cid-uEoxporskN input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uEoxporskN textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uEoxporskN .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uEoxporskN .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uEoxporskN img {
  width: 90%;
  border-radius: 8px;
}
.cid-uEoxporskN .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uEoxporskN .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uEoxporskN .title-block {
  margin-bottom: 2rem;
}
.cid-uEoxporskN .form-control,
.cid-uEoxporskN .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uEoxporskN .form-control:hover,
.cid-uEoxporskN .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEoxporskN .form-control:focus,
.cid-uEoxporskN .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEoxporskN input::-webkit-input-placeholder,
.cid-uEoxporskN textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uEoxporskN input:-moz-placeholder,
.cid-uEoxporskN textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uEoxporskN .jq-selectbox li,
.cid-uEoxporskN .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uEoxporskN .jq-selectbox li:hover,
.cid-uEoxporskN .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uEoxporskN .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uEoxporskN .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uEoxporskN H5 {
  padding-bottom: 2rem;
}
.cid-uEoxporskN .mbr-text {
  color: #777777;
}
.cid-uEoxporskN .mbr-form {
  padding: 0rem;
}
.cid-uEoxporskN .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uEoxporskN .form-row {
    margin: 0;
  }
  .cid-uEoxporskN .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uEoxporskN .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uEoxporskN img {
    width: 100%;
  }
}
.cid-uEoxporskN .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uEoxporskN H3 {
  color: #19212f;
}
.cid-uEoxporskN .mbr-text,
.cid-uEoxporskN .mbr-section-btn {
  color: #555555;
}
.cid-uFf11EDlp9 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf11EDlp9 [class^="socicon-"]:before,
.cid-uFf11EDlp9 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf11EDlp9 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf11EDlp9 .btn-social,
.cid-uFf11EDlp9 .mbr-section-title {
  color: #57468b;
}
.cid-uFf11EDlp9 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf11EDlp9 .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf11EDlp9 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf11EDlp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf11EDlp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe4YEVEzP {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe4YEVEzP .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe4YEVEzP h5 {
  padding-bottom: 2rem;
}
.cid-uFe4YEVEzP textarea {
  min-height: 150px;
}
.cid-uFe4YEVEzP .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe4YEVEzP h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe4YEVEzP h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe4YEVEzP h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe4YEVEzP .form-control,
.cid-uFe4YEVEzP .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe4YEVEzP .form-control input::-webkit-input-placeholder,
.cid-uFe4YEVEzP .field-input input::-webkit-input-placeholder,
.cid-uFe4YEVEzP .form-control textarea::-webkit-input-placeholder,
.cid-uFe4YEVEzP .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe4YEVEzP .form-control input:-moz-placeholder,
.cid-uFe4YEVEzP .field-input input:-moz-placeholder,
.cid-uFe4YEVEzP .form-control textarea:-moz-placeholder,
.cid-uFe4YEVEzP .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe4YEVEzP .form-control:hover,
.cid-uFe4YEVEzP .field-input:hover,
.cid-uFe4YEVEzP .form-control:focus,
.cid-uFe4YEVEzP .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe4YEVEzP .form-control:hover input::-webkit-input-placeholder,
.cid-uFe4YEVEzP .field-input:hover input::-webkit-input-placeholder,
.cid-uFe4YEVEzP .form-control:focus input::-webkit-input-placeholder,
.cid-uFe4YEVEzP .field-input:focus input::-webkit-input-placeholder,
.cid-uFe4YEVEzP .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe4YEVEzP .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe4YEVEzP .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe4YEVEzP .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe4YEVEzP .form-control:hover input:-moz-placeholder,
.cid-uFe4YEVEzP .field-input:hover input:-moz-placeholder,
.cid-uFe4YEVEzP .form-control:focus input:-moz-placeholder,
.cid-uFe4YEVEzP .field-input:focus input:-moz-placeholder,
.cid-uFe4YEVEzP .form-control:hover textarea:-moz-placeholder,
.cid-uFe4YEVEzP .field-input:hover textarea:-moz-placeholder,
.cid-uFe4YEVEzP .form-control:focus textarea:-moz-placeholder,
.cid-uFe4YEVEzP .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe4YEVEzP .jq-number__spin:hover,
.cid-uFe4YEVEzP .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe4YEVEzP .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe4YEVEzP .jq-selectbox li,
.cid-uFe4YEVEzP .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe4YEVEzP .jq-selectbox li:hover,
.cid-uFe4YEVEzP .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe4YEVEzP .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe4YEVEzP .jq-number__spin.minus:hover:after,
.cid-uFe4YEVEzP .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe4YEVEzP .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe4YEVEzP .jq-number__spin.minus:after,
.cid-uFe4YEVEzP .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe4YEVEzP input::-webkit-clear-button {
  display: none;
}
.cid-uFe4YEVEzP input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe4YEVEzP input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe4YEVEzP input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe4YEVEzP H5 {
  color: #ffffff;
}
.cid-uFe4YEVEzP P {
  color: #767676;
}
.cid-uFe4YEVEzP H3 {
  color: #e1201d;
}
.cid-uFe4YEVEzP p,
.cid-uFe4YEVEzP .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4E4Z2HEp {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4E4Z2HEp a {
  transition: 0.3s;
}
.cid-uL4E4Z2HEp h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4E4Z2HEp .card-img2 span {
  padding-top: 6px;
}
.cid-uL4E4Z2HEp .soc-item a {
  padding-top: 5px;
}
.cid-uL4E4Z2HEp .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4E4Z2HEp .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4E4Z2HEp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4E4Z2HEp .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4E4Z2HEp .soc-item span {
  font-size: 1rem;
}
.cid-uL4E4Z2HEp .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4E4Z2HEp .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4E4Z2HEp .item h4 {
  margin: 0;
}
.cid-uL4E4Z2HEp .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4E4Z2HEp .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4E4Z2HEp img {
  width: 80%;
}
.cid-uL4E4Z2HEp .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4E4Z2HEp .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4E4Z2HEp .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4E4Z2HEp .container {
  padding: 0;
}
.cid-uL4E4Z2HEp .btn-primary {
  color: #333333 !important;
}
.cid-uL4E4Z2HEp .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uEoxppFZR0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uEoxppFZR0 .media-container-row {
  align-items: center;
}
.cid-uEoxppFZR0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uEoxppFZR0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uEoxppFZR0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uEoxppFZR0 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uEoxppFZR0 .foot-menu-item {
  transform: 0.2s;
}
.cid-uEoxppFZR0 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uEoxppFZR0 .foot-menu {
    justify-content: center;
  }
  .cid-uEoxppFZR0 .mbr-text {
    text-align: center;
  }
  .cid-uEoxppFZR0 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uEoxppFZR0 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uEoxppFZR0 .link:hover {
  text-decoration: underline;
}
.cid-uEoxppFZR0 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uEoxppFZR0 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uEoxppFZR0 .container {
    padding: 0;
  }
}
.cid-uEoxppFZR0 .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uEok7oynga {
  min-height: 85px !important;
  position: static;
}
.cid-uEok7oynga .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEok7oynga .nav-item:focus,
.cid-uEok7oynga .nav-link:focus {
  outline: none;
}
.cid-uEok7oynga .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEok7oynga .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uEok7oynga .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEok7oynga .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEok7oynga .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEok7oynga .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uEok7oynga .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uEok7oynga .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uEok7oynga .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEok7oynga .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEok7oynga .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uEok7oynga .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEok7oynga .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEok7oynga .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEok7oynga .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEok7oynga .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEok7oynga .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEok7oynga .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEok7oynga .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uEok7oynga .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEok7oynga .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEok7oynga .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEok7oynga .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uEok7oynga .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEok7oynga .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEok7oynga .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEok7oynga .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEok7oynga .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEok7oynga .navbar.navbar-short {
  background: #19212f;
}
.cid-uEok7oynga .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEok7oynga .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEok7oynga .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEok7oynga .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uEok7oynga .dropdown-item.active,
.cid-uEok7oynga .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uEok7oynga .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEok7oynga .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uEok7oynga .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uEok7oynga .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEok7oynga .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEok7oynga .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEok7oynga ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uEok7oynga .navbar-nav {
  margin: auto;
}
.cid-uEok7oynga .navbar-buttons {
  text-align: center;
}
.cid-uEok7oynga button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEok7oynga button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEok7oynga button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEok7oynga button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEok7oynga button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEok7oynga button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEok7oynga nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEok7oynga nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEok7oynga nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEok7oynga nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEok7oynga .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uEok7oynga a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uEok7oynga .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEok7oynga .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uEok7oynga .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEok7oynga .navbar {
    height: 77px;
  }
  .cid-uEok7oynga .navbar.opened {
    height: auto;
  }
}
.cid-uEok7oynga .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uEok7oynga .text-btn {
  transition: transform 0.3s;
}
.cid-uEok7oynga .btn:hover {
  transform: scale(0.8);
}
.cid-uEok7oynga .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uEok7oynga .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uEok7oynga .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uEok7oynga .nav-link:hover::before {
  width: 100%;
}
.cid-uEok7oynga .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uEok7oynga .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uEok7oynga .link {
  margin: 0rem 1.2rem !important;
}
.cid-uEok7oynga .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uEok7oynga .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uEok7oynga .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uEok7oynga .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uEok7oynga .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uEok7oynga .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uEok7oynga .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uEok7oynga .dropdown-menu::before {
    display: none !important;
  }
  .cid-uEok7oynga .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uEok7oynga .dropdown-menu > a::after {
    display: none;
  }
  .cid-uEok7oynga .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uEok7oynga .nav-link::before {
    display: none;
  }
  .cid-uEok7oynga .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uEok7oynga .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uEok7oynga .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uEok7oynga .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uEok7oynga .nav-dropdown .dropdown-item:focus,
  .cid-uEok7oynga .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uEok7oynga .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uEok7oynga .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEok7oynga .container-fluid {
    padding-right: 0rem;
  }
  .cid-uEok7oynga .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uEok7oynga .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uEok7oynga .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uEok7oynga .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uEok7oynga .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uEok7oynga .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uEok7oynga .nav-dropdown .dropdown-item:focus,
  .cid-uEok7oynga .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uEok7oynga .btn-primary {
  color: #354463 !important;
}
.cid-uEok7oynga .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uEok7oynga .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uEok7oynga .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uEok7p4rKM {
  overflow-x: hidden !important;
}
.cid-uEok7p4rKM,
.cid-uEok7p4rKM .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uEok7p4rKM .mbr-section-title {
  color: #ffffff;
}
.cid-uEok7p4rKM .mbr-section-title span {
  color: #ffffff;
}
.cid-uEok7p4rKM .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uEok7p4rKM .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/img-2057-2000x1500.jpg");
}
.cid-uEok7p4rKM .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uEok7p4rKM .mbr-overlay {
  z-index: 1;
}
.cid-uEok7p4rKM .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uEok7prekv {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEok7prekv .text-wrap {
  margin-top: 32px;
}
.cid-uEok7prekv .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uEok7prekv .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uEok7prekv .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uEok7prekv .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uEok7prekv .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uEok7prekv .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uEok7prekv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEok7prekv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEok7prekv .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uEok7prekv .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uEok7prekv .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uEok7prekv .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uEok7qfcTa {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uEok7qfcTa .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uEok7qfcTa .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uEok7qfcTa .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uEok7qfcTa .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uEok7qfcTa .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uEok7qfcTa .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uEok7qfcTa .mbr-gallery-filter ul {
  display: block;
}
.cid-uEok7qfcTa .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uEok7qfcTa .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uEok7qfcTa .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uEok7qfcTa .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uEok7qfcTa .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uEok7qfcTa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uEok7qfcTa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uEok7qfcTa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uEok7qfcTa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uEok7qfcTa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uEok7qfcTa .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uEok7qfcTa .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uEok7qfcTa .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uEok7qfcTa .mbr-gallery-item > div img,
.cid-uEok7qfcTa .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uEok7qfcTa .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uEok7qfcTa .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uEok7qfcTa .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uEok7qfcTa .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uEok7qfcTa .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uEok7qfcTa .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uEok7qfcTa .mbr-section-title {
    text-align: center;
  }
  .cid-uEok7qfcTa .image {
    top: auto;
    height: 420px;
  }
  .cid-uEok7qfcTa .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uEok7qfcTa .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uEok7qfcTa .mbr-gallery-item > div img,
  .cid-uEok7qfcTa .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uEok7qfcTa .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uEok7qfcTa .image {
    height: 290px;
  }
}
.cid-uFf0UWwZRq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFf0UWwZRq .mbr-text {
  color: #767676;
}
.cid-uFf0UWwZRq .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFf0UWwZRq .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFf0UWwZRq .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFf0UWwZRq .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFf0UWwZRq .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFf0UWwZRq .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFf0UWwZRq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFf0UWwZRq .card {
    margin-bottom: 2rem;
  }
}
.cid-uFf0UWwZRq .text-link {
  font-weight: 800 !important;
}
.cid-uFf0UWwZRq .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFf0UWwZRq .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf0UWwZRq .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf0UWwZRq .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFf0UWwZRq .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFf0UWwZRq .card:hover .text-link {
  color: #fff !important;
}
.cid-uFf0UWwZRq .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFf0UWwZRq .card:hover .link {
  transform: translateX(42px);
}
.cid-uFf0UWwZRq .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFf0UWwZRq h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uEok7rxzb7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uEok7rxzb7 .container {
    padding: 0 24px;
  }
}
.cid-uEok7rxzb7 .card {
  justify-content: center;
}
.cid-uEok7rxzb7 .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uEok7rxzb7 .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uEok7rxzb7 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEok7rxzb7 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uEok7rxzb7 .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uEok7rxzb7 .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uEok7rxzb7 .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uEok7rxzb7 .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uEok7rxzb7 .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uEok7rxzb7 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uEok7rxzb7 .mbr-desc {
  color: #ffffff;
}
.cid-uEok7rxzb7 .mbr-text {
  color: #ffffff;
}
.cid-uEok7rxzb7 .mbr-section-btn {
  text-align: right;
}
.cid-uEok7rxzb7 .mbr-section-title,
.cid-uEok7rxzb7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uEok7rNsDT {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH7cnAPRbN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH7cnAPRbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7cnAPRbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH7cnAPRbN .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH7cnAPRbN .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH7cnAPRbN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH7cnAPRbN .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH7cnAPRbN .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH7cnAPRbN .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH7cnAPRbN .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH7cnAPRbN .item {
    margin-bottom: 28px;
  }
}
.cid-uH7cnAPRbN .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH7cnAPRbN .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH7cnAPRbN .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH7cnAPRbN .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH7cnAPRbN .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH7cnAPRbN .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH7cnAPRbN .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH7cnAPRbN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7cnAPRbN .mbr-text,
.cid-uH7cnAPRbN .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH7cnAPRbN .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7cnAPRbN .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFpOoRDe0v {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFpOoRDe0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpOoRDe0v .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-uFpOoRDe0v .container {
    padding: 0 20px;
  }
}
.cid-uFpOoRDe0v .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFpOoRDe0v .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFpOoRDe0v .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFpOoRDe0v .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFpOoRDe0v .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFpOoRDe0v .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFpOoRDe0v .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFpOoRDe0v .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFpOoRDe0v .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFpOoRDe0v .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFpOoRDe0v .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFpOoRDe0v .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFpOoRDe0v .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFpOoRDe0v .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFpOoRDe0v .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFpOoRDe0v .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFpOoRDe0v .content-wrapper .mbr-section-btn .btn-success,
.cid-uFpOoRDe0v .content-wrapper .mbr-section-btn .btn-info,
.cid-uFpOoRDe0v .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFpOoRDe0v .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFpOoRDe0v .content-wrapper .mbr-section-btn .btn-black,
.cid-uFpOoRDe0v .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFpOoRDe0v .mbr-section-title {
  color: #000000;
}
.cid-uFpOoRDe0v .mbr-desc,
.cid-uFpOoRDe0v .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpOoRDe0v .card-number {
  color: #ffffff;
}
.cid-uFpOoRDe0v .card-title {
  color: #000000;
}
.cid-uFpOoRDe0v .mbr-text,
.cid-uFpOoRDe0v .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpOoRDe0v .mbr-section-title,
.cid-uFpOoRDe0v .mbr-section-btn {
  text-align: center;
}
.cid-uFpOoRDe0v .card-title,
.cid-uFpOoRDe0v .icon-wrapper {
  color: #ffffff;
}
.cid-uFpOoRDe0v .mbr-section-title,
.cid-uFpOoRDe0v .mbr-section-btn,
.cid-uFpOoRDe0v .image-wrapper {
  color: #19212f;
}
.cid-uHjl41EAMW {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHjl41EAMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjl41EAMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjl41EAMW .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHjl41EAMW .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHjl41EAMW .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHjl41EAMW .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHjl41EAMW .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjl41EAMW .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHjl41EAMW .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHjl41EAMW .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHjl41EAMW .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHjl41EAMW .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHjl41EAMW .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHjl41EAMW .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHjl41EAMW .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHjl41EAMW .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHjl41EAMW .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHjl41EAMW .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHjl41EAMW .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHjl41EAMW .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjl41EAMW .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHjl41EAMW .mbr-section-title {
  color: #404349;
}
.cid-uHjl41EAMW .panel-title-edit {
  color: #ffffff;
}
.cid-uHjl41EAMW .panel-text {
  color: #404349;
}
.cid-uHjl41EAMW .panel-text,
.cid-uHjl41EAMW .panel-body {
  color: #ffffff;
}
.cid-uHjl41EAMW .mbr-section-title,
.cid-uHjl41EAMW .title-wrapper,
.cid-uHjl41EAMW .tabs-wrapper {
  color: #ffffff;
}
.cid-uEok7sTuDp {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uEok7sTuDp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uEok7sTuDp .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uEok7sTuDp input,
.cid-uEok7sTuDp textarea {
  font-size: 14px;
}
.cid-uEok7sTuDp input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uEok7sTuDp textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uEok7sTuDp .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uEok7sTuDp .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uEok7sTuDp img {
  width: 90%;
  border-radius: 8px;
}
.cid-uEok7sTuDp .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uEok7sTuDp .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uEok7sTuDp .title-block {
  margin-bottom: 2rem;
}
.cid-uEok7sTuDp .form-control,
.cid-uEok7sTuDp .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uEok7sTuDp .form-control:hover,
.cid-uEok7sTuDp .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEok7sTuDp .form-control:focus,
.cid-uEok7sTuDp .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEok7sTuDp input::-webkit-input-placeholder,
.cid-uEok7sTuDp textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uEok7sTuDp input:-moz-placeholder,
.cid-uEok7sTuDp textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uEok7sTuDp .jq-selectbox li,
.cid-uEok7sTuDp .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uEok7sTuDp .jq-selectbox li:hover,
.cid-uEok7sTuDp .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uEok7sTuDp .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uEok7sTuDp .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uEok7sTuDp H5 {
  padding-bottom: 2rem;
}
.cid-uEok7sTuDp .mbr-text {
  color: #777777;
}
.cid-uEok7sTuDp .mbr-form {
  padding: 0rem;
}
.cid-uEok7sTuDp .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uEok7sTuDp .form-row {
    margin: 0;
  }
  .cid-uEok7sTuDp .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uEok7sTuDp .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uEok7sTuDp img {
    width: 100%;
  }
}
.cid-uEok7sTuDp .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uEok7sTuDp H3 {
  color: #19212f;
}
.cid-uEok7sTuDp .mbr-text,
.cid-uEok7sTuDp .mbr-section-btn {
  color: #555555;
}
.cid-uFf0TMhnD2 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf0TMhnD2 [class^="socicon-"]:before,
.cid-uFf0TMhnD2 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf0TMhnD2 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf0TMhnD2 .btn-social,
.cid-uFf0TMhnD2 .mbr-section-title {
  color: #57468b;
}
.cid-uFf0TMhnD2 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf0TMhnD2 .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf0TMhnD2 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf0TMhnD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf0TMhnD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe55uXkks {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe55uXkks .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe55uXkks h5 {
  padding-bottom: 2rem;
}
.cid-uFe55uXkks textarea {
  min-height: 150px;
}
.cid-uFe55uXkks .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe55uXkks h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe55uXkks h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe55uXkks h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe55uXkks .form-control,
.cid-uFe55uXkks .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe55uXkks .form-control input::-webkit-input-placeholder,
.cid-uFe55uXkks .field-input input::-webkit-input-placeholder,
.cid-uFe55uXkks .form-control textarea::-webkit-input-placeholder,
.cid-uFe55uXkks .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe55uXkks .form-control input:-moz-placeholder,
.cid-uFe55uXkks .field-input input:-moz-placeholder,
.cid-uFe55uXkks .form-control textarea:-moz-placeholder,
.cid-uFe55uXkks .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe55uXkks .form-control:hover,
.cid-uFe55uXkks .field-input:hover,
.cid-uFe55uXkks .form-control:focus,
.cid-uFe55uXkks .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe55uXkks .form-control:hover input::-webkit-input-placeholder,
.cid-uFe55uXkks .field-input:hover input::-webkit-input-placeholder,
.cid-uFe55uXkks .form-control:focus input::-webkit-input-placeholder,
.cid-uFe55uXkks .field-input:focus input::-webkit-input-placeholder,
.cid-uFe55uXkks .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe55uXkks .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe55uXkks .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe55uXkks .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe55uXkks .form-control:hover input:-moz-placeholder,
.cid-uFe55uXkks .field-input:hover input:-moz-placeholder,
.cid-uFe55uXkks .form-control:focus input:-moz-placeholder,
.cid-uFe55uXkks .field-input:focus input:-moz-placeholder,
.cid-uFe55uXkks .form-control:hover textarea:-moz-placeholder,
.cid-uFe55uXkks .field-input:hover textarea:-moz-placeholder,
.cid-uFe55uXkks .form-control:focus textarea:-moz-placeholder,
.cid-uFe55uXkks .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe55uXkks .jq-number__spin:hover,
.cid-uFe55uXkks .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe55uXkks .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe55uXkks .jq-selectbox li,
.cid-uFe55uXkks .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe55uXkks .jq-selectbox li:hover,
.cid-uFe55uXkks .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe55uXkks .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe55uXkks .jq-number__spin.minus:hover:after,
.cid-uFe55uXkks .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe55uXkks .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe55uXkks .jq-number__spin.minus:after,
.cid-uFe55uXkks .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe55uXkks input::-webkit-clear-button {
  display: none;
}
.cid-uFe55uXkks input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe55uXkks input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe55uXkks input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe55uXkks H5 {
  color: #ffffff;
}
.cid-uFe55uXkks P {
  color: #767676;
}
.cid-uFe55uXkks H3 {
  color: #e1201d;
}
.cid-uFe55uXkks p,
.cid-uFe55uXkks .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4E2m7POb {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4E2m7POb a {
  transition: 0.3s;
}
.cid-uL4E2m7POb h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4E2m7POb .card-img2 span {
  padding-top: 6px;
}
.cid-uL4E2m7POb .soc-item a {
  padding-top: 5px;
}
.cid-uL4E2m7POb .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4E2m7POb .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4E2m7POb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4E2m7POb .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4E2m7POb .soc-item span {
  font-size: 1rem;
}
.cid-uL4E2m7POb .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4E2m7POb .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4E2m7POb .item h4 {
  margin: 0;
}
.cid-uL4E2m7POb .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4E2m7POb .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4E2m7POb img {
  width: 80%;
}
.cid-uL4E2m7POb .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4E2m7POb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4E2m7POb .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4E2m7POb .container {
  padding: 0;
}
.cid-uL4E2m7POb .btn-primary {
  color: #333333 !important;
}
.cid-uL4E2m7POb .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uEok7u2puy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uEok7u2puy .media-container-row {
  align-items: center;
}
.cid-uEok7u2puy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uEok7u2puy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uEok7u2puy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uEok7u2puy .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uEok7u2puy .foot-menu-item {
  transform: 0.2s;
}
.cid-uEok7u2puy .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uEok7u2puy .foot-menu {
    justify-content: center;
  }
  .cid-uEok7u2puy .mbr-text {
    text-align: center;
  }
  .cid-uEok7u2puy .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uEok7u2puy .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uEok7u2puy .link:hover {
  text-decoration: underline;
}
.cid-uEok7u2puy .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uEok7u2puy .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uEok7u2puy .container {
    padding: 0;
  }
}
.cid-uEok7u2puy .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uEt0pbocsb {
  min-height: 85px !important;
  position: static;
}
.cid-uEt0pbocsb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEt0pbocsb .nav-item:focus,
.cid-uEt0pbocsb .nav-link:focus {
  outline: none;
}
.cid-uEt0pbocsb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEt0pbocsb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uEt0pbocsb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEt0pbocsb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEt0pbocsb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEt0pbocsb .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uEt0pbocsb .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uEt0pbocsb .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uEt0pbocsb .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEt0pbocsb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEt0pbocsb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uEt0pbocsb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEt0pbocsb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEt0pbocsb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEt0pbocsb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEt0pbocsb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEt0pbocsb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEt0pbocsb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEt0pbocsb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uEt0pbocsb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEt0pbocsb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEt0pbocsb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEt0pbocsb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uEt0pbocsb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEt0pbocsb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEt0pbocsb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEt0pbocsb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEt0pbocsb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEt0pbocsb .navbar.navbar-short {
  background: #19212f;
}
.cid-uEt0pbocsb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEt0pbocsb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEt0pbocsb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEt0pbocsb .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uEt0pbocsb .dropdown-item.active,
.cid-uEt0pbocsb .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uEt0pbocsb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEt0pbocsb .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uEt0pbocsb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uEt0pbocsb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEt0pbocsb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEt0pbocsb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEt0pbocsb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uEt0pbocsb .navbar-nav {
  margin: auto;
}
.cid-uEt0pbocsb .navbar-buttons {
  text-align: center;
}
.cid-uEt0pbocsb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEt0pbocsb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEt0pbocsb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEt0pbocsb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEt0pbocsb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEt0pbocsb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEt0pbocsb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEt0pbocsb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEt0pbocsb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEt0pbocsb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEt0pbocsb .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uEt0pbocsb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uEt0pbocsb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEt0pbocsb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uEt0pbocsb .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEt0pbocsb .navbar {
    height: 77px;
  }
  .cid-uEt0pbocsb .navbar.opened {
    height: auto;
  }
}
.cid-uEt0pbocsb .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uEt0pbocsb .text-btn {
  transition: transform 0.3s;
}
.cid-uEt0pbocsb .btn:hover {
  transform: scale(0.8);
}
.cid-uEt0pbocsb .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uEt0pbocsb .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uEt0pbocsb .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uEt0pbocsb .nav-link:hover::before {
  width: 100%;
}
.cid-uEt0pbocsb .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uEt0pbocsb .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uEt0pbocsb .link {
  margin: 0rem 1.2rem !important;
}
.cid-uEt0pbocsb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uEt0pbocsb .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uEt0pbocsb .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uEt0pbocsb .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uEt0pbocsb .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uEt0pbocsb .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uEt0pbocsb .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uEt0pbocsb .dropdown-menu::before {
    display: none !important;
  }
  .cid-uEt0pbocsb .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uEt0pbocsb .dropdown-menu > a::after {
    display: none;
  }
  .cid-uEt0pbocsb .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uEt0pbocsb .nav-link::before {
    display: none;
  }
  .cid-uEt0pbocsb .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uEt0pbocsb .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uEt0pbocsb .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uEt0pbocsb .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uEt0pbocsb .nav-dropdown .dropdown-item:focus,
  .cid-uEt0pbocsb .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uEt0pbocsb .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uEt0pbocsb .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEt0pbocsb .container-fluid {
    padding-right: 0rem;
  }
  .cid-uEt0pbocsb .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uEt0pbocsb .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uEt0pbocsb .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uEt0pbocsb .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uEt0pbocsb .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uEt0pbocsb .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uEt0pbocsb .nav-dropdown .dropdown-item:focus,
  .cid-uEt0pbocsb .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uEt0pbocsb .btn-primary {
  color: #354463 !important;
}
.cid-uEt0pbocsb .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uEt0pbocsb .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uEt0pbocsb .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uEt0pbUcrF {
  overflow-x: hidden !important;
}
.cid-uEt0pbUcrF,
.cid-uEt0pbUcrF .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uEt0pbUcrF .mbr-section-title {
  color: #ffffff;
}
.cid-uEt0pbUcrF .mbr-section-title span {
  color: #ffffff;
}
.cid-uEt0pbUcrF .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uEt0pbUcrF .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/1e84b2a3-8e24-4590-89d0-3fa28e72e890-2000x1500.jpeg");
}
.cid-uEt0pbUcrF .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uEt0pbUcrF .mbr-overlay {
  z-index: 1;
}
.cid-uEt0pbUcrF .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uEt0pcdu9Y {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEt0pcdu9Y .text-wrap {
  margin-top: 32px;
}
.cid-uEt0pcdu9Y .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uEt0pcdu9Y .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uEt0pcdu9Y .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uEt0pcdu9Y .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uEt0pcdu9Y .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uEt0pcdu9Y .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uEt0pcdu9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEt0pcdu9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEt0pcdu9Y .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uEt0pcdu9Y .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uEt0pcdu9Y .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uEt0pcdu9Y .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uEt0pcBkz8 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uEt0pcBkz8 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uEt0pcBkz8 .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uEt0pcBkz8 .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uEt0pcBkz8 .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uEt0pcBkz8 .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uEt0pcBkz8 .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uEt0pcBkz8 .mbr-gallery-filter ul {
  display: block;
}
.cid-uEt0pcBkz8 .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uEt0pcBkz8 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uEt0pcBkz8 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uEt0pcBkz8 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uEt0pcBkz8 .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uEt0pcBkz8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uEt0pcBkz8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uEt0pcBkz8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uEt0pcBkz8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uEt0pcBkz8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uEt0pcBkz8 .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uEt0pcBkz8 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uEt0pcBkz8 .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uEt0pcBkz8 .mbr-gallery-item > div img,
.cid-uEt0pcBkz8 .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uEt0pcBkz8 .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uEt0pcBkz8 .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uEt0pcBkz8 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uEt0pcBkz8 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uEt0pcBkz8 .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uEt0pcBkz8 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uEt0pcBkz8 .mbr-section-title {
    text-align: center;
  }
  .cid-uEt0pcBkz8 .image {
    top: auto;
    height: 420px;
  }
  .cid-uEt0pcBkz8 .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uEt0pcBkz8 .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uEt0pcBkz8 .mbr-gallery-item > div img,
  .cid-uEt0pcBkz8 .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uEt0pcBkz8 .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uEt0pcBkz8 .image {
    height: 290px;
  }
}
.cid-uFf1965F4D {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFf1965F4D .mbr-text {
  color: #767676;
}
.cid-uFf1965F4D .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFf1965F4D .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFf1965F4D .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFf1965F4D .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFf1965F4D .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFf1965F4D .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFf1965F4D .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFf1965F4D .card {
    margin-bottom: 2rem;
  }
}
.cid-uFf1965F4D .text-link {
  font-weight: 800 !important;
}
.cid-uFf1965F4D .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFf1965F4D .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf1965F4D .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf1965F4D .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFf1965F4D .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFf1965F4D .card:hover .text-link {
  color: #fff !important;
}
.cid-uFf1965F4D .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFf1965F4D .card:hover .link {
  transform: translateX(42px);
}
.cid-uFf1965F4D .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFf1965F4D h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uEt0pdITaw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uEt0pdITaw .container {
    padding: 0 24px;
  }
}
.cid-uEt0pdITaw .card {
  justify-content: center;
}
.cid-uEt0pdITaw .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uEt0pdITaw .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uEt0pdITaw .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEt0pdITaw .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uEt0pdITaw .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uEt0pdITaw .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uEt0pdITaw .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uEt0pdITaw .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uEt0pdITaw .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uEt0pdITaw .mbr-section-title {
  color: #F9F6E0;
}
.cid-uEt0pdITaw .mbr-desc {
  color: #ffffff;
}
.cid-uEt0pdITaw .mbr-text {
  color: #ffffff;
}
.cid-uEt0pdITaw .mbr-section-btn {
  text-align: right;
}
.cid-uEt0pdITaw .mbr-section-title,
.cid-uEt0pdITaw .mbr-section-btn {
  color: #ffffff;
}
.cid-uEt0pe0NfR {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH7cyZ3LQZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH7cyZ3LQZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7cyZ3LQZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH7cyZ3LQZ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH7cyZ3LQZ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH7cyZ3LQZ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH7cyZ3LQZ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH7cyZ3LQZ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH7cyZ3LQZ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH7cyZ3LQZ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH7cyZ3LQZ .item {
    margin-bottom: 28px;
  }
}
.cid-uH7cyZ3LQZ .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH7cyZ3LQZ .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH7cyZ3LQZ .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH7cyZ3LQZ .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH7cyZ3LQZ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH7cyZ3LQZ .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH7cyZ3LQZ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH7cyZ3LQZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7cyZ3LQZ .mbr-text,
.cid-uH7cyZ3LQZ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH7cyZ3LQZ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7cyZ3LQZ .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFpQQ1oWGi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFpQQ1oWGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpQQ1oWGi .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-uFpQQ1oWGi .container {
    padding: 0 20px;
  }
}
.cid-uFpQQ1oWGi .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFpQQ1oWGi .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFpQQ1oWGi .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFpQQ1oWGi .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFpQQ1oWGi .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFpQQ1oWGi .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFpQQ1oWGi .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFpQQ1oWGi .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFpQQ1oWGi .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFpQQ1oWGi .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFpQQ1oWGi .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFpQQ1oWGi .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFpQQ1oWGi .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFpQQ1oWGi .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFpQQ1oWGi .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFpQQ1oWGi .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFpQQ1oWGi .content-wrapper .mbr-section-btn .btn-success,
.cid-uFpQQ1oWGi .content-wrapper .mbr-section-btn .btn-info,
.cid-uFpQQ1oWGi .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFpQQ1oWGi .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFpQQ1oWGi .content-wrapper .mbr-section-btn .btn-black,
.cid-uFpQQ1oWGi .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFpQQ1oWGi .mbr-section-title {
  color: #000000;
}
.cid-uFpQQ1oWGi .mbr-desc,
.cid-uFpQQ1oWGi .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpQQ1oWGi .card-number {
  color: #ffffff;
}
.cid-uFpQQ1oWGi .card-title {
  color: #000000;
}
.cid-uFpQQ1oWGi .mbr-text,
.cid-uFpQQ1oWGi .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpQQ1oWGi .mbr-section-title,
.cid-uFpQQ1oWGi .mbr-section-btn {
  text-align: center;
}
.cid-uFpQQ1oWGi .card-title,
.cid-uFpQQ1oWGi .icon-wrapper {
  color: #ffffff;
}
.cid-uFpQQ1oWGi .mbr-section-title,
.cid-uFpQQ1oWGi .mbr-section-btn,
.cid-uFpQQ1oWGi .image-wrapper {
  color: #19212f;
}
.cid-uHjlamczU5 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHjlamczU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjlamczU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjlamczU5 .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHjlamczU5 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHjlamczU5 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHjlamczU5 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHjlamczU5 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjlamczU5 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHjlamczU5 .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHjlamczU5 .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHjlamczU5 .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHjlamczU5 .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHjlamczU5 .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHjlamczU5 .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHjlamczU5 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHjlamczU5 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHjlamczU5 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHjlamczU5 .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHjlamczU5 .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHjlamczU5 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjlamczU5 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHjlamczU5 .mbr-section-title {
  color: #404349;
}
.cid-uHjlamczU5 .panel-title-edit {
  color: #ffffff;
}
.cid-uHjlamczU5 .panel-text {
  color: #404349;
}
.cid-uHjlamczU5 .panel-text,
.cid-uHjlamczU5 .panel-body {
  color: #ffffff;
}
.cid-uHjlamczU5 .mbr-section-title,
.cid-uHjlamczU5 .title-wrapper,
.cid-uHjlamczU5 .tabs-wrapper {
  color: #ffffff;
}
.cid-uEt0pf5M03 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uEt0pf5M03 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uEt0pf5M03 .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uEt0pf5M03 input,
.cid-uEt0pf5M03 textarea {
  font-size: 14px;
}
.cid-uEt0pf5M03 input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uEt0pf5M03 textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uEt0pf5M03 .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uEt0pf5M03 .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uEt0pf5M03 img {
  width: 90%;
  border-radius: 8px;
}
.cid-uEt0pf5M03 .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uEt0pf5M03 .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uEt0pf5M03 .title-block {
  margin-bottom: 2rem;
}
.cid-uEt0pf5M03 .form-control,
.cid-uEt0pf5M03 .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uEt0pf5M03 .form-control:hover,
.cid-uEt0pf5M03 .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEt0pf5M03 .form-control:focus,
.cid-uEt0pf5M03 .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEt0pf5M03 input::-webkit-input-placeholder,
.cid-uEt0pf5M03 textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uEt0pf5M03 input:-moz-placeholder,
.cid-uEt0pf5M03 textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uEt0pf5M03 .jq-selectbox li,
.cid-uEt0pf5M03 .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uEt0pf5M03 .jq-selectbox li:hover,
.cid-uEt0pf5M03 .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uEt0pf5M03 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uEt0pf5M03 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uEt0pf5M03 H5 {
  padding-bottom: 2rem;
}
.cid-uEt0pf5M03 .mbr-text {
  color: #777777;
}
.cid-uEt0pf5M03 .mbr-form {
  padding: 0rem;
}
.cid-uEt0pf5M03 .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uEt0pf5M03 .form-row {
    margin: 0;
  }
  .cid-uEt0pf5M03 .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uEt0pf5M03 .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uEt0pf5M03 img {
    width: 100%;
  }
}
.cid-uEt0pf5M03 .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uEt0pf5M03 H3 {
  color: #19212f;
}
.cid-uEt0pf5M03 .mbr-text,
.cid-uEt0pf5M03 .mbr-section-btn {
  color: #555555;
}
.cid-uFf1a3Ne2H {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf1a3Ne2H [class^="socicon-"]:before,
.cid-uFf1a3Ne2H [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf1a3Ne2H .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf1a3Ne2H .btn-social,
.cid-uFf1a3Ne2H .mbr-section-title {
  color: #57468b;
}
.cid-uFf1a3Ne2H .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf1a3Ne2H .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf1a3Ne2H .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf1a3Ne2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf1a3Ne2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe4T181AS {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe4T181AS .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe4T181AS h5 {
  padding-bottom: 2rem;
}
.cid-uFe4T181AS textarea {
  min-height: 150px;
}
.cid-uFe4T181AS .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe4T181AS h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe4T181AS h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe4T181AS h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe4T181AS .form-control,
.cid-uFe4T181AS .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe4T181AS .form-control input::-webkit-input-placeholder,
.cid-uFe4T181AS .field-input input::-webkit-input-placeholder,
.cid-uFe4T181AS .form-control textarea::-webkit-input-placeholder,
.cid-uFe4T181AS .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe4T181AS .form-control input:-moz-placeholder,
.cid-uFe4T181AS .field-input input:-moz-placeholder,
.cid-uFe4T181AS .form-control textarea:-moz-placeholder,
.cid-uFe4T181AS .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe4T181AS .form-control:hover,
.cid-uFe4T181AS .field-input:hover,
.cid-uFe4T181AS .form-control:focus,
.cid-uFe4T181AS .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe4T181AS .form-control:hover input::-webkit-input-placeholder,
.cid-uFe4T181AS .field-input:hover input::-webkit-input-placeholder,
.cid-uFe4T181AS .form-control:focus input::-webkit-input-placeholder,
.cid-uFe4T181AS .field-input:focus input::-webkit-input-placeholder,
.cid-uFe4T181AS .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe4T181AS .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe4T181AS .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe4T181AS .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe4T181AS .form-control:hover input:-moz-placeholder,
.cid-uFe4T181AS .field-input:hover input:-moz-placeholder,
.cid-uFe4T181AS .form-control:focus input:-moz-placeholder,
.cid-uFe4T181AS .field-input:focus input:-moz-placeholder,
.cid-uFe4T181AS .form-control:hover textarea:-moz-placeholder,
.cid-uFe4T181AS .field-input:hover textarea:-moz-placeholder,
.cid-uFe4T181AS .form-control:focus textarea:-moz-placeholder,
.cid-uFe4T181AS .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe4T181AS .jq-number__spin:hover,
.cid-uFe4T181AS .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe4T181AS .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe4T181AS .jq-selectbox li,
.cid-uFe4T181AS .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe4T181AS .jq-selectbox li:hover,
.cid-uFe4T181AS .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe4T181AS .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe4T181AS .jq-number__spin.minus:hover:after,
.cid-uFe4T181AS .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe4T181AS .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe4T181AS .jq-number__spin.minus:after,
.cid-uFe4T181AS .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe4T181AS input::-webkit-clear-button {
  display: none;
}
.cid-uFe4T181AS input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe4T181AS input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe4T181AS input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe4T181AS H5 {
  color: #ffffff;
}
.cid-uFe4T181AS P {
  color: #767676;
}
.cid-uFe4T181AS H3 {
  color: #e1201d;
}
.cid-uFe4T181AS p,
.cid-uFe4T181AS .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4E7tsiad {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4E7tsiad a {
  transition: 0.3s;
}
.cid-uL4E7tsiad h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4E7tsiad .card-img2 span {
  padding-top: 6px;
}
.cid-uL4E7tsiad .soc-item a {
  padding-top: 5px;
}
.cid-uL4E7tsiad .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4E7tsiad .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4E7tsiad .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4E7tsiad .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4E7tsiad .soc-item span {
  font-size: 1rem;
}
.cid-uL4E7tsiad .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4E7tsiad .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4E7tsiad .item h4 {
  margin: 0;
}
.cid-uL4E7tsiad .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4E7tsiad .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4E7tsiad img {
  width: 80%;
}
.cid-uL4E7tsiad .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4E7tsiad .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4E7tsiad .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4E7tsiad .container {
  padding: 0;
}
.cid-uL4E7tsiad .btn-primary {
  color: #333333 !important;
}
.cid-uL4E7tsiad .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uEt0pgm9s9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uEt0pgm9s9 .media-container-row {
  align-items: center;
}
.cid-uEt0pgm9s9 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uEt0pgm9s9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uEt0pgm9s9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uEt0pgm9s9 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uEt0pgm9s9 .foot-menu-item {
  transform: 0.2s;
}
.cid-uEt0pgm9s9 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uEt0pgm9s9 .foot-menu {
    justify-content: center;
  }
  .cid-uEt0pgm9s9 .mbr-text {
    text-align: center;
  }
  .cid-uEt0pgm9s9 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uEt0pgm9s9 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uEt0pgm9s9 .link:hover {
  text-decoration: underline;
}
.cid-uEt0pgm9s9 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uEt0pgm9s9 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uEt0pgm9s9 .container {
    padding: 0;
  }
}
.cid-uEt0pgm9s9 .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uEtdl2xf5z {
  min-height: 85px !important;
  position: static;
}
.cid-uEtdl2xf5z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEtdl2xf5z .nav-item:focus,
.cid-uEtdl2xf5z .nav-link:focus {
  outline: none;
}
.cid-uEtdl2xf5z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEtdl2xf5z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uEtdl2xf5z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEtdl2xf5z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEtdl2xf5z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEtdl2xf5z .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uEtdl2xf5z .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uEtdl2xf5z .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uEtdl2xf5z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEtdl2xf5z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEtdl2xf5z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uEtdl2xf5z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEtdl2xf5z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEtdl2xf5z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEtdl2xf5z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEtdl2xf5z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEtdl2xf5z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEtdl2xf5z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEtdl2xf5z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uEtdl2xf5z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEtdl2xf5z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEtdl2xf5z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEtdl2xf5z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uEtdl2xf5z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEtdl2xf5z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEtdl2xf5z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEtdl2xf5z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEtdl2xf5z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEtdl2xf5z .navbar.navbar-short {
  background: #19212f;
}
.cid-uEtdl2xf5z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEtdl2xf5z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEtdl2xf5z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEtdl2xf5z .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uEtdl2xf5z .dropdown-item.active,
.cid-uEtdl2xf5z .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uEtdl2xf5z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEtdl2xf5z .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uEtdl2xf5z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uEtdl2xf5z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEtdl2xf5z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEtdl2xf5z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEtdl2xf5z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uEtdl2xf5z .navbar-nav {
  margin: auto;
}
.cid-uEtdl2xf5z .navbar-buttons {
  text-align: center;
}
.cid-uEtdl2xf5z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEtdl2xf5z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEtdl2xf5z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEtdl2xf5z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEtdl2xf5z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEtdl2xf5z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEtdl2xf5z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEtdl2xf5z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEtdl2xf5z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEtdl2xf5z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEtdl2xf5z .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uEtdl2xf5z a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uEtdl2xf5z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEtdl2xf5z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uEtdl2xf5z .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEtdl2xf5z .navbar {
    height: 77px;
  }
  .cid-uEtdl2xf5z .navbar.opened {
    height: auto;
  }
}
.cid-uEtdl2xf5z .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uEtdl2xf5z .text-btn {
  transition: transform 0.3s;
}
.cid-uEtdl2xf5z .btn:hover {
  transform: scale(0.8);
}
.cid-uEtdl2xf5z .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uEtdl2xf5z .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uEtdl2xf5z .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uEtdl2xf5z .nav-link:hover::before {
  width: 100%;
}
.cid-uEtdl2xf5z .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uEtdl2xf5z .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uEtdl2xf5z .link {
  margin: 0rem 1.2rem !important;
}
.cid-uEtdl2xf5z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uEtdl2xf5z .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uEtdl2xf5z .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uEtdl2xf5z .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uEtdl2xf5z .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uEtdl2xf5z .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uEtdl2xf5z .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uEtdl2xf5z .dropdown-menu::before {
    display: none !important;
  }
  .cid-uEtdl2xf5z .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uEtdl2xf5z .dropdown-menu > a::after {
    display: none;
  }
  .cid-uEtdl2xf5z .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uEtdl2xf5z .nav-link::before {
    display: none;
  }
  .cid-uEtdl2xf5z .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uEtdl2xf5z .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uEtdl2xf5z .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uEtdl2xf5z .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uEtdl2xf5z .nav-dropdown .dropdown-item:focus,
  .cid-uEtdl2xf5z .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uEtdl2xf5z .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uEtdl2xf5z .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEtdl2xf5z .container-fluid {
    padding-right: 0rem;
  }
  .cid-uEtdl2xf5z .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uEtdl2xf5z .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uEtdl2xf5z .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uEtdl2xf5z .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uEtdl2xf5z .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uEtdl2xf5z .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uEtdl2xf5z .nav-dropdown .dropdown-item:focus,
  .cid-uEtdl2xf5z .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uEtdl2xf5z .btn-primary {
  color: #354463 !important;
}
.cid-uEtdl2xf5z .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uEtdl2xf5z .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uEtdl2xf5z .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uEtdl4ABdj {
  overflow-x: hidden !important;
}
.cid-uEtdl4ABdj,
.cid-uEtdl4ABdj .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uEtdl4ABdj .mbr-section-title {
  color: #ffffff;
}
.cid-uEtdl4ABdj .mbr-section-title span {
  color: #ffffff;
}
.cid-uEtdl4ABdj .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uEtdl4ABdj .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/ea00277e-28e6-43b5-a3af-8b634943ae6f-2000x1500.jpeg");
}
.cid-uEtdl4ABdj .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uEtdl4ABdj .mbr-overlay {
  z-index: 1;
}
.cid-uEtdl4ABdj .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uEtdl50BpJ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEtdl50BpJ .text-wrap {
  margin-top: 32px;
}
.cid-uEtdl50BpJ .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uEtdl50BpJ .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uEtdl50BpJ .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uEtdl50BpJ .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uEtdl50BpJ .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uEtdl50BpJ .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uEtdl50BpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEtdl50BpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEtdl50BpJ .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uEtdl50BpJ .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uEtdl50BpJ .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uEtdl50BpJ .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uEtdl6y1eH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uEtdl6y1eH .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uEtdl6y1eH .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uEtdl6y1eH .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uEtdl6y1eH .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uEtdl6y1eH .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uEtdl6y1eH .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uEtdl6y1eH .mbr-gallery-filter ul {
  display: block;
}
.cid-uEtdl6y1eH .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uEtdl6y1eH .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uEtdl6y1eH .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uEtdl6y1eH .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uEtdl6y1eH .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uEtdl6y1eH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uEtdl6y1eH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uEtdl6y1eH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uEtdl6y1eH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uEtdl6y1eH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uEtdl6y1eH .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uEtdl6y1eH .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uEtdl6y1eH .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uEtdl6y1eH .mbr-gallery-item > div img,
.cid-uEtdl6y1eH .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uEtdl6y1eH .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uEtdl6y1eH .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uEtdl6y1eH .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uEtdl6y1eH .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uEtdl6y1eH .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uEtdl6y1eH .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uEtdl6y1eH .mbr-section-title {
    text-align: center;
  }
  .cid-uEtdl6y1eH .image {
    top: auto;
    height: 420px;
  }
  .cid-uEtdl6y1eH .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uEtdl6y1eH .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uEtdl6y1eH .mbr-gallery-item > div img,
  .cid-uEtdl6y1eH .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uEtdl6y1eH .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uEtdl6y1eH .image {
    height: 290px;
  }
}
.cid-uFf1kEtRL8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFf1kEtRL8 .mbr-text {
  color: #767676;
}
.cid-uFf1kEtRL8 .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFf1kEtRL8 .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFf1kEtRL8 .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFf1kEtRL8 .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFf1kEtRL8 .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFf1kEtRL8 .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFf1kEtRL8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFf1kEtRL8 .card {
    margin-bottom: 2rem;
  }
}
.cid-uFf1kEtRL8 .text-link {
  font-weight: 800 !important;
}
.cid-uFf1kEtRL8 .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFf1kEtRL8 .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf1kEtRL8 .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf1kEtRL8 .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFf1kEtRL8 .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFf1kEtRL8 .card:hover .text-link {
  color: #fff !important;
}
.cid-uFf1kEtRL8 .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFf1kEtRL8 .card:hover .link {
  transform: translateX(42px);
}
.cid-uFf1kEtRL8 .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFf1kEtRL8 h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uEtdlc3LyY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uEtdlc3LyY .container {
    padding: 0 24px;
  }
}
.cid-uEtdlc3LyY .card {
  justify-content: center;
}
.cid-uEtdlc3LyY .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uEtdlc3LyY .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uEtdlc3LyY .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEtdlc3LyY .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uEtdlc3LyY .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uEtdlc3LyY .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uEtdlc3LyY .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uEtdlc3LyY .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uEtdlc3LyY .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uEtdlc3LyY .mbr-section-title {
  color: #F9F6E0;
}
.cid-uEtdlc3LyY .mbr-desc {
  color: #ffffff;
}
.cid-uEtdlc3LyY .mbr-text {
  color: #ffffff;
}
.cid-uEtdlc3LyY .mbr-section-btn {
  text-align: right;
}
.cid-uEtdlc3LyY .mbr-section-title,
.cid-uEtdlc3LyY .mbr-section-btn {
  color: #ffffff;
}
.cid-uEtdlcmcRC {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH7cGJ3n5B {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH7cGJ3n5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7cGJ3n5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH7cGJ3n5B .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH7cGJ3n5B .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH7cGJ3n5B .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH7cGJ3n5B .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH7cGJ3n5B .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH7cGJ3n5B .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH7cGJ3n5B .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH7cGJ3n5B .item {
    margin-bottom: 28px;
  }
}
.cid-uH7cGJ3n5B .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH7cGJ3n5B .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH7cGJ3n5B .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH7cGJ3n5B .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH7cGJ3n5B .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH7cGJ3n5B .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH7cGJ3n5B .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH7cGJ3n5B .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7cGJ3n5B .mbr-text,
.cid-uH7cGJ3n5B .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH7cGJ3n5B .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7cGJ3n5B .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFpRaL4tgU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFpRaL4tgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpRaL4tgU .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-uFpRaL4tgU .container {
    padding: 0 20px;
  }
}
.cid-uFpRaL4tgU .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFpRaL4tgU .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFpRaL4tgU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFpRaL4tgU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFpRaL4tgU .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFpRaL4tgU .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFpRaL4tgU .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFpRaL4tgU .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFpRaL4tgU .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFpRaL4tgU .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFpRaL4tgU .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFpRaL4tgU .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFpRaL4tgU .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFpRaL4tgU .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFpRaL4tgU .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFpRaL4tgU .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFpRaL4tgU .content-wrapper .mbr-section-btn .btn-success,
.cid-uFpRaL4tgU .content-wrapper .mbr-section-btn .btn-info,
.cid-uFpRaL4tgU .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFpRaL4tgU .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFpRaL4tgU .content-wrapper .mbr-section-btn .btn-black,
.cid-uFpRaL4tgU .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFpRaL4tgU .mbr-section-title {
  color: #000000;
}
.cid-uFpRaL4tgU .mbr-desc,
.cid-uFpRaL4tgU .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpRaL4tgU .card-number {
  color: #ffffff;
}
.cid-uFpRaL4tgU .card-title {
  color: #000000;
}
.cid-uFpRaL4tgU .mbr-text,
.cid-uFpRaL4tgU .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFpRaL4tgU .mbr-section-title,
.cid-uFpRaL4tgU .mbr-section-btn {
  text-align: center;
}
.cid-uFpRaL4tgU .card-title,
.cid-uFpRaL4tgU .icon-wrapper {
  color: #ffffff;
}
.cid-uFpRaL4tgU .mbr-section-title,
.cid-uFpRaL4tgU .mbr-section-btn,
.cid-uFpRaL4tgU .image-wrapper {
  color: #19212f;
}
.cid-uHjld8avAx {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHjld8avAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjld8avAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjld8avAx .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHjld8avAx .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHjld8avAx .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHjld8avAx .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHjld8avAx .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjld8avAx .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHjld8avAx .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHjld8avAx .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHjld8avAx .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHjld8avAx .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHjld8avAx .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHjld8avAx .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHjld8avAx .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHjld8avAx .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHjld8avAx .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHjld8avAx .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHjld8avAx .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHjld8avAx .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjld8avAx .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHjld8avAx .mbr-section-title {
  color: #404349;
}
.cid-uHjld8avAx .panel-title-edit {
  color: #ffffff;
}
.cid-uHjld8avAx .panel-text {
  color: #404349;
}
.cid-uHjld8avAx .panel-text,
.cid-uHjld8avAx .panel-body {
  color: #ffffff;
}
.cid-uHjld8avAx .mbr-section-title,
.cid-uHjld8avAx .title-wrapper,
.cid-uHjld8avAx .tabs-wrapper {
  color: #ffffff;
}
.cid-uEtdldvK6d {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uEtdldvK6d .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uEtdldvK6d .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uEtdldvK6d input,
.cid-uEtdldvK6d textarea {
  font-size: 14px;
}
.cid-uEtdldvK6d input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uEtdldvK6d textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uEtdldvK6d .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uEtdldvK6d .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uEtdldvK6d img {
  width: 90%;
  border-radius: 8px;
}
.cid-uEtdldvK6d .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uEtdldvK6d .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uEtdldvK6d .title-block {
  margin-bottom: 2rem;
}
.cid-uEtdldvK6d .form-control,
.cid-uEtdldvK6d .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uEtdldvK6d .form-control:hover,
.cid-uEtdldvK6d .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEtdldvK6d .form-control:focus,
.cid-uEtdldvK6d .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEtdldvK6d input::-webkit-input-placeholder,
.cid-uEtdldvK6d textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uEtdldvK6d input:-moz-placeholder,
.cid-uEtdldvK6d textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uEtdldvK6d .jq-selectbox li,
.cid-uEtdldvK6d .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uEtdldvK6d .jq-selectbox li:hover,
.cid-uEtdldvK6d .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uEtdldvK6d .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uEtdldvK6d .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uEtdldvK6d H5 {
  padding-bottom: 2rem;
}
.cid-uEtdldvK6d .mbr-text {
  color: #777777;
}
.cid-uEtdldvK6d .mbr-form {
  padding: 0rem;
}
.cid-uEtdldvK6d .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uEtdldvK6d .form-row {
    margin: 0;
  }
  .cid-uEtdldvK6d .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uEtdldvK6d .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uEtdldvK6d img {
    width: 100%;
  }
}
.cid-uEtdldvK6d .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uEtdldvK6d H3 {
  color: #19212f;
}
.cid-uEtdldvK6d .mbr-text,
.cid-uEtdldvK6d .mbr-section-btn {
  color: #555555;
}
.cid-uFf1jE3cT0 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf1jE3cT0 [class^="socicon-"]:before,
.cid-uFf1jE3cT0 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf1jE3cT0 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf1jE3cT0 .btn-social,
.cid-uFf1jE3cT0 .mbr-section-title {
  color: #57468b;
}
.cid-uFf1jE3cT0 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf1jE3cT0 .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf1jE3cT0 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf1jE3cT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf1jE3cT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe4MA9egw {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe4MA9egw .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe4MA9egw h5 {
  padding-bottom: 2rem;
}
.cid-uFe4MA9egw textarea {
  min-height: 150px;
}
.cid-uFe4MA9egw .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe4MA9egw h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe4MA9egw h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe4MA9egw h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe4MA9egw .form-control,
.cid-uFe4MA9egw .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe4MA9egw .form-control input::-webkit-input-placeholder,
.cid-uFe4MA9egw .field-input input::-webkit-input-placeholder,
.cid-uFe4MA9egw .form-control textarea::-webkit-input-placeholder,
.cid-uFe4MA9egw .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe4MA9egw .form-control input:-moz-placeholder,
.cid-uFe4MA9egw .field-input input:-moz-placeholder,
.cid-uFe4MA9egw .form-control textarea:-moz-placeholder,
.cid-uFe4MA9egw .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe4MA9egw .form-control:hover,
.cid-uFe4MA9egw .field-input:hover,
.cid-uFe4MA9egw .form-control:focus,
.cid-uFe4MA9egw .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe4MA9egw .form-control:hover input::-webkit-input-placeholder,
.cid-uFe4MA9egw .field-input:hover input::-webkit-input-placeholder,
.cid-uFe4MA9egw .form-control:focus input::-webkit-input-placeholder,
.cid-uFe4MA9egw .field-input:focus input::-webkit-input-placeholder,
.cid-uFe4MA9egw .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe4MA9egw .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe4MA9egw .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe4MA9egw .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe4MA9egw .form-control:hover input:-moz-placeholder,
.cid-uFe4MA9egw .field-input:hover input:-moz-placeholder,
.cid-uFe4MA9egw .form-control:focus input:-moz-placeholder,
.cid-uFe4MA9egw .field-input:focus input:-moz-placeholder,
.cid-uFe4MA9egw .form-control:hover textarea:-moz-placeholder,
.cid-uFe4MA9egw .field-input:hover textarea:-moz-placeholder,
.cid-uFe4MA9egw .form-control:focus textarea:-moz-placeholder,
.cid-uFe4MA9egw .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe4MA9egw .jq-number__spin:hover,
.cid-uFe4MA9egw .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe4MA9egw .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe4MA9egw .jq-selectbox li,
.cid-uFe4MA9egw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe4MA9egw .jq-selectbox li:hover,
.cid-uFe4MA9egw .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe4MA9egw .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe4MA9egw .jq-number__spin.minus:hover:after,
.cid-uFe4MA9egw .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe4MA9egw .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe4MA9egw .jq-number__spin.minus:after,
.cid-uFe4MA9egw .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe4MA9egw input::-webkit-clear-button {
  display: none;
}
.cid-uFe4MA9egw input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe4MA9egw input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe4MA9egw input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe4MA9egw H5 {
  color: #ffffff;
}
.cid-uFe4MA9egw P {
  color: #767676;
}
.cid-uFe4MA9egw H3 {
  color: #e1201d;
}
.cid-uFe4MA9egw p,
.cid-uFe4MA9egw .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4Ea4UP1r {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4Ea4UP1r a {
  transition: 0.3s;
}
.cid-uL4Ea4UP1r h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4Ea4UP1r .card-img2 span {
  padding-top: 6px;
}
.cid-uL4Ea4UP1r .soc-item a {
  padding-top: 5px;
}
.cid-uL4Ea4UP1r .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4Ea4UP1r .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4Ea4UP1r .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4Ea4UP1r .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4Ea4UP1r .soc-item span {
  font-size: 1rem;
}
.cid-uL4Ea4UP1r .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4Ea4UP1r .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4Ea4UP1r .item h4 {
  margin: 0;
}
.cid-uL4Ea4UP1r .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4Ea4UP1r .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4Ea4UP1r img {
  width: 80%;
}
.cid-uL4Ea4UP1r .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4Ea4UP1r .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4Ea4UP1r .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4Ea4UP1r .container {
  padding: 0;
}
.cid-uL4Ea4UP1r .btn-primary {
  color: #333333 !important;
}
.cid-uL4Ea4UP1r .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uEtdleLceb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uEtdleLceb .media-container-row {
  align-items: center;
}
.cid-uEtdleLceb .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uEtdleLceb .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uEtdleLceb .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uEtdleLceb .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uEtdleLceb .foot-menu-item {
  transform: 0.2s;
}
.cid-uEtdleLceb .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uEtdleLceb .foot-menu {
    justify-content: center;
  }
  .cid-uEtdleLceb .mbr-text {
    text-align: center;
  }
  .cid-uEtdleLceb .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uEtdleLceb .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uEtdleLceb .link:hover {
  text-decoration: underline;
}
.cid-uEtdleLceb .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uEtdleLceb .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uEtdleLceb .container {
    padding: 0;
  }
}
.cid-uEtdleLceb .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uEzXLRADYz {
  min-height: 85px !important;
  position: static;
}
.cid-uEzXLRADYz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEzXLRADYz .nav-item:focus,
.cid-uEzXLRADYz .nav-link:focus {
  outline: none;
}
.cid-uEzXLRADYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEzXLRADYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uEzXLRADYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEzXLRADYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEzXLRADYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEzXLRADYz .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uEzXLRADYz .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uEzXLRADYz .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uEzXLRADYz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEzXLRADYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEzXLRADYz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uEzXLRADYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEzXLRADYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEzXLRADYz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEzXLRADYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEzXLRADYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEzXLRADYz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEzXLRADYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEzXLRADYz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uEzXLRADYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEzXLRADYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEzXLRADYz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEzXLRADYz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uEzXLRADYz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEzXLRADYz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEzXLRADYz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEzXLRADYz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEzXLRADYz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEzXLRADYz .navbar.navbar-short {
  background: #19212f;
}
.cid-uEzXLRADYz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEzXLRADYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEzXLRADYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEzXLRADYz .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uEzXLRADYz .dropdown-item.active,
.cid-uEzXLRADYz .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uEzXLRADYz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEzXLRADYz .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uEzXLRADYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uEzXLRADYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEzXLRADYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEzXLRADYz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEzXLRADYz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uEzXLRADYz .navbar-nav {
  margin: auto;
}
.cid-uEzXLRADYz .navbar-buttons {
  text-align: center;
}
.cid-uEzXLRADYz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEzXLRADYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEzXLRADYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEzXLRADYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEzXLRADYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEzXLRADYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEzXLRADYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEzXLRADYz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEzXLRADYz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEzXLRADYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEzXLRADYz .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uEzXLRADYz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uEzXLRADYz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEzXLRADYz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uEzXLRADYz .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEzXLRADYz .navbar {
    height: 77px;
  }
  .cid-uEzXLRADYz .navbar.opened {
    height: auto;
  }
}
.cid-uEzXLRADYz .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uEzXLRADYz .text-btn {
  transition: transform 0.3s;
}
.cid-uEzXLRADYz .btn:hover {
  transform: scale(0.8);
}
.cid-uEzXLRADYz .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uEzXLRADYz .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uEzXLRADYz .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uEzXLRADYz .nav-link:hover::before {
  width: 100%;
}
.cid-uEzXLRADYz .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uEzXLRADYz .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uEzXLRADYz .link {
  margin: 0rem 1.2rem !important;
}
.cid-uEzXLRADYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uEzXLRADYz .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uEzXLRADYz .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uEzXLRADYz .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uEzXLRADYz .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uEzXLRADYz .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uEzXLRADYz .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uEzXLRADYz .dropdown-menu::before {
    display: none !important;
  }
  .cid-uEzXLRADYz .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uEzXLRADYz .dropdown-menu > a::after {
    display: none;
  }
  .cid-uEzXLRADYz .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uEzXLRADYz .nav-link::before {
    display: none;
  }
  .cid-uEzXLRADYz .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uEzXLRADYz .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uEzXLRADYz .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uEzXLRADYz .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uEzXLRADYz .nav-dropdown .dropdown-item:focus,
  .cid-uEzXLRADYz .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uEzXLRADYz .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uEzXLRADYz .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEzXLRADYz .container-fluid {
    padding-right: 0rem;
  }
  .cid-uEzXLRADYz .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uEzXLRADYz .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uEzXLRADYz .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uEzXLRADYz .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uEzXLRADYz .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uEzXLRADYz .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uEzXLRADYz .nav-dropdown .dropdown-item:focus,
  .cid-uEzXLRADYz .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uEzXLRADYz .btn-primary {
  color: #354463 !important;
}
.cid-uEzXLRADYz .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uEzXLRADYz .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uEzXLRADYz .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uEzXLS05MK {
  overflow-x: hidden !important;
}
.cid-uEzXLS05MK,
.cid-uEzXLS05MK .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uEzXLS05MK .mbr-section-title {
  color: #ffffff;
}
.cid-uEzXLS05MK .mbr-section-title span {
  color: #ffffff;
}
.cid-uEzXLS05MK .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uEzXLS05MK .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/img-4455-2000x1500.jpg");
}
.cid-uEzXLS05MK .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uEzXLS05MK .mbr-overlay {
  z-index: 1;
}
.cid-uEzXLS05MK .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uEzXLSjEOu {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEzXLSjEOu .text-wrap {
  margin-top: 32px;
}
.cid-uEzXLSjEOu .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uEzXLSjEOu .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uEzXLSjEOu .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uEzXLSjEOu .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uEzXLSjEOu .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uEzXLSjEOu .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uEzXLSjEOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEzXLSjEOu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEzXLSjEOu .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uEzXLSjEOu .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uEzXLSjEOu .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uEzXLSjEOu .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uEzXLSGzx2 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uEzXLSGzx2 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uEzXLSGzx2 .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uEzXLSGzx2 .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uEzXLSGzx2 .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uEzXLSGzx2 .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uEzXLSGzx2 .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uEzXLSGzx2 .mbr-gallery-filter ul {
  display: block;
}
.cid-uEzXLSGzx2 .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uEzXLSGzx2 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uEzXLSGzx2 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uEzXLSGzx2 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uEzXLSGzx2 .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uEzXLSGzx2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uEzXLSGzx2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uEzXLSGzx2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uEzXLSGzx2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uEzXLSGzx2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uEzXLSGzx2 .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uEzXLSGzx2 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uEzXLSGzx2 .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uEzXLSGzx2 .mbr-gallery-item > div img,
.cid-uEzXLSGzx2 .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uEzXLSGzx2 .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uEzXLSGzx2 .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uEzXLSGzx2 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uEzXLSGzx2 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uEzXLSGzx2 .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uEzXLSGzx2 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uEzXLSGzx2 .mbr-section-title {
    text-align: center;
  }
  .cid-uEzXLSGzx2 .image {
    top: auto;
    height: 420px;
  }
  .cid-uEzXLSGzx2 .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uEzXLSGzx2 .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uEzXLSGzx2 .mbr-gallery-item > div img,
  .cid-uEzXLSGzx2 .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uEzXLSGzx2 .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uEzXLSGzx2 .image {
    height: 290px;
  }
}
.cid-uFf3wmJiHq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFf3wmJiHq .mbr-text {
  color: #767676;
}
.cid-uFf3wmJiHq .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFf3wmJiHq .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFf3wmJiHq .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFf3wmJiHq .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFf3wmJiHq .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFf3wmJiHq .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFf3wmJiHq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFf3wmJiHq .card {
    margin-bottom: 2rem;
  }
}
.cid-uFf3wmJiHq .text-link {
  font-weight: 800 !important;
}
.cid-uFf3wmJiHq .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFf3wmJiHq .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf3wmJiHq .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf3wmJiHq .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFf3wmJiHq .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFf3wmJiHq .card:hover .text-link {
  color: #fff !important;
}
.cid-uFf3wmJiHq .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFf3wmJiHq .card:hover .link {
  transform: translateX(42px);
}
.cid-uFf3wmJiHq .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFf3wmJiHq h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uEzXLTHs1T {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uEzXLTHs1T .container {
    padding: 0 24px;
  }
}
.cid-uEzXLTHs1T .card {
  justify-content: center;
}
.cid-uEzXLTHs1T .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uEzXLTHs1T .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uEzXLTHs1T .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEzXLTHs1T .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uEzXLTHs1T .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uEzXLTHs1T .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uEzXLTHs1T .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uEzXLTHs1T .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uEzXLTHs1T .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uEzXLTHs1T .mbr-section-title {
  color: #F9F6E0;
}
.cid-uEzXLTHs1T .mbr-desc {
  color: #ffffff;
}
.cid-uEzXLTHs1T .mbr-text {
  color: #ffffff;
}
.cid-uEzXLTHs1T .mbr-section-btn {
  text-align: right;
}
.cid-uEzXLTHs1T .mbr-section-title,
.cid-uEzXLTHs1T .mbr-section-btn {
  color: #ffffff;
}
.cid-uEzXLTYxQC {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH7dhi7qtJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH7dhi7qtJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7dhi7qtJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH7dhi7qtJ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH7dhi7qtJ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH7dhi7qtJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH7dhi7qtJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH7dhi7qtJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH7dhi7qtJ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH7dhi7qtJ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH7dhi7qtJ .item {
    margin-bottom: 28px;
  }
}
.cid-uH7dhi7qtJ .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH7dhi7qtJ .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH7dhi7qtJ .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH7dhi7qtJ .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH7dhi7qtJ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH7dhi7qtJ .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH7dhi7qtJ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH7dhi7qtJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7dhi7qtJ .mbr-text,
.cid-uH7dhi7qtJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH7dhi7qtJ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7dhi7qtJ .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFq0mts01a {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFq0mts01a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFq0mts01a .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-uFq0mts01a .container {
    padding: 0 20px;
  }
}
.cid-uFq0mts01a .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFq0mts01a .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFq0mts01a .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFq0mts01a .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFq0mts01a .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFq0mts01a .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFq0mts01a .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFq0mts01a .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFq0mts01a .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFq0mts01a .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFq0mts01a .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFq0mts01a .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFq0mts01a .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFq0mts01a .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFq0mts01a .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFq0mts01a .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFq0mts01a .content-wrapper .mbr-section-btn .btn-success,
.cid-uFq0mts01a .content-wrapper .mbr-section-btn .btn-info,
.cid-uFq0mts01a .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFq0mts01a .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFq0mts01a .content-wrapper .mbr-section-btn .btn-black,
.cid-uFq0mts01a .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFq0mts01a .mbr-section-title {
  color: #000000;
}
.cid-uFq0mts01a .mbr-desc,
.cid-uFq0mts01a .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFq0mts01a .card-number {
  color: #ffffff;
}
.cid-uFq0mts01a .card-title {
  color: #000000;
}
.cid-uFq0mts01a .mbr-text,
.cid-uFq0mts01a .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFq0mts01a .mbr-section-title,
.cid-uFq0mts01a .mbr-section-btn {
  text-align: center;
}
.cid-uFq0mts01a .card-title,
.cid-uFq0mts01a .icon-wrapper {
  color: #ffffff;
}
.cid-uFq0mts01a .mbr-section-title,
.cid-uFq0mts01a .mbr-section-btn,
.cid-uFq0mts01a .image-wrapper {
  color: #19212f;
}
.cid-uFq0nsJHd2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uFq0nsJHd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFq0nsJHd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFq0nsJHd2 .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uFq0nsJHd2 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uFq0nsJHd2 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFq0nsJHd2 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFq0nsJHd2 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFq0nsJHd2 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uFq0nsJHd2 .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uFq0nsJHd2 .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uFq0nsJHd2 .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFq0nsJHd2 .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFq0nsJHd2 .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFq0nsJHd2 .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFq0nsJHd2 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFq0nsJHd2 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uFq0nsJHd2 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uFq0nsJHd2 .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFq0nsJHd2 .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uFq0nsJHd2 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFq0nsJHd2 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uFq0nsJHd2 .mbr-section-title {
  color: #404349;
}
.cid-uFq0nsJHd2 .panel-title-edit {
  color: #ffffff;
}
.cid-uFq0nsJHd2 .panel-text {
  color: #404349;
}
.cid-uFq0nsJHd2 .panel-text,
.cid-uFq0nsJHd2 .panel-body {
  color: #ffffff;
}
.cid-uFq0nsJHd2 .mbr-section-title,
.cid-uFq0nsJHd2 .title-wrapper,
.cid-uFq0nsJHd2 .tabs-wrapper {
  color: #ffffff;
}
.cid-uEzXLV0nEo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uEzXLV0nEo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uEzXLV0nEo .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uEzXLV0nEo input,
.cid-uEzXLV0nEo textarea {
  font-size: 14px;
}
.cid-uEzXLV0nEo input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uEzXLV0nEo textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uEzXLV0nEo .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uEzXLV0nEo .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uEzXLV0nEo img {
  width: 90%;
  border-radius: 8px;
}
.cid-uEzXLV0nEo .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uEzXLV0nEo .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uEzXLV0nEo .title-block {
  margin-bottom: 2rem;
}
.cid-uEzXLV0nEo .form-control,
.cid-uEzXLV0nEo .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uEzXLV0nEo .form-control:hover,
.cid-uEzXLV0nEo .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEzXLV0nEo .form-control:focus,
.cid-uEzXLV0nEo .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEzXLV0nEo input::-webkit-input-placeholder,
.cid-uEzXLV0nEo textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uEzXLV0nEo input:-moz-placeholder,
.cid-uEzXLV0nEo textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uEzXLV0nEo .jq-selectbox li,
.cid-uEzXLV0nEo .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uEzXLV0nEo .jq-selectbox li:hover,
.cid-uEzXLV0nEo .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uEzXLV0nEo .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uEzXLV0nEo .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uEzXLV0nEo H5 {
  padding-bottom: 2rem;
}
.cid-uEzXLV0nEo .mbr-text {
  color: #777777;
}
.cid-uEzXLV0nEo .mbr-form {
  padding: 0rem;
}
.cid-uEzXLV0nEo .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uEzXLV0nEo .form-row {
    margin: 0;
  }
  .cid-uEzXLV0nEo .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uEzXLV0nEo .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uEzXLV0nEo img {
    width: 100%;
  }
}
.cid-uEzXLV0nEo .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uEzXLV0nEo H3 {
  color: #19212f;
}
.cid-uEzXLV0nEo .mbr-text,
.cid-uEzXLV0nEo .mbr-section-btn {
  color: #555555;
}
.cid-uFf3uPCqEl {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf3uPCqEl [class^="socicon-"]:before,
.cid-uFf3uPCqEl [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf3uPCqEl .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf3uPCqEl .btn-social,
.cid-uFf3uPCqEl .mbr-section-title {
  color: #57468b;
}
.cid-uFf3uPCqEl .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf3uPCqEl .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf3uPCqEl .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf3uPCqEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf3uPCqEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe4iXV8oc {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe4iXV8oc .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe4iXV8oc h5 {
  padding-bottom: 2rem;
}
.cid-uFe4iXV8oc textarea {
  min-height: 150px;
}
.cid-uFe4iXV8oc .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe4iXV8oc h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe4iXV8oc h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe4iXV8oc h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe4iXV8oc .form-control,
.cid-uFe4iXV8oc .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe4iXV8oc .form-control input::-webkit-input-placeholder,
.cid-uFe4iXV8oc .field-input input::-webkit-input-placeholder,
.cid-uFe4iXV8oc .form-control textarea::-webkit-input-placeholder,
.cid-uFe4iXV8oc .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe4iXV8oc .form-control input:-moz-placeholder,
.cid-uFe4iXV8oc .field-input input:-moz-placeholder,
.cid-uFe4iXV8oc .form-control textarea:-moz-placeholder,
.cid-uFe4iXV8oc .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe4iXV8oc .form-control:hover,
.cid-uFe4iXV8oc .field-input:hover,
.cid-uFe4iXV8oc .form-control:focus,
.cid-uFe4iXV8oc .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe4iXV8oc .form-control:hover input::-webkit-input-placeholder,
.cid-uFe4iXV8oc .field-input:hover input::-webkit-input-placeholder,
.cid-uFe4iXV8oc .form-control:focus input::-webkit-input-placeholder,
.cid-uFe4iXV8oc .field-input:focus input::-webkit-input-placeholder,
.cid-uFe4iXV8oc .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe4iXV8oc .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe4iXV8oc .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe4iXV8oc .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe4iXV8oc .form-control:hover input:-moz-placeholder,
.cid-uFe4iXV8oc .field-input:hover input:-moz-placeholder,
.cid-uFe4iXV8oc .form-control:focus input:-moz-placeholder,
.cid-uFe4iXV8oc .field-input:focus input:-moz-placeholder,
.cid-uFe4iXV8oc .form-control:hover textarea:-moz-placeholder,
.cid-uFe4iXV8oc .field-input:hover textarea:-moz-placeholder,
.cid-uFe4iXV8oc .form-control:focus textarea:-moz-placeholder,
.cid-uFe4iXV8oc .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe4iXV8oc .jq-number__spin:hover,
.cid-uFe4iXV8oc .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe4iXV8oc .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe4iXV8oc .jq-selectbox li,
.cid-uFe4iXV8oc .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe4iXV8oc .jq-selectbox li:hover,
.cid-uFe4iXV8oc .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe4iXV8oc .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe4iXV8oc .jq-number__spin.minus:hover:after,
.cid-uFe4iXV8oc .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe4iXV8oc .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe4iXV8oc .jq-number__spin.minus:after,
.cid-uFe4iXV8oc .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe4iXV8oc input::-webkit-clear-button {
  display: none;
}
.cid-uFe4iXV8oc input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe4iXV8oc input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe4iXV8oc input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe4iXV8oc H5 {
  color: #ffffff;
}
.cid-uFe4iXV8oc P {
  color: #767676;
}
.cid-uFe4iXV8oc H3 {
  color: #e1201d;
}
.cid-uFe4iXV8oc p,
.cid-uFe4iXV8oc .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4Ep65h6g {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4Ep65h6g a {
  transition: 0.3s;
}
.cid-uL4Ep65h6g h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4Ep65h6g .card-img2 span {
  padding-top: 6px;
}
.cid-uL4Ep65h6g .soc-item a {
  padding-top: 5px;
}
.cid-uL4Ep65h6g .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4Ep65h6g .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4Ep65h6g .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4Ep65h6g .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4Ep65h6g .soc-item span {
  font-size: 1rem;
}
.cid-uL4Ep65h6g .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4Ep65h6g .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4Ep65h6g .item h4 {
  margin: 0;
}
.cid-uL4Ep65h6g .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4Ep65h6g .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4Ep65h6g img {
  width: 80%;
}
.cid-uL4Ep65h6g .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4Ep65h6g .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4Ep65h6g .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4Ep65h6g .container {
  padding: 0;
}
.cid-uL4Ep65h6g .btn-primary {
  color: #333333 !important;
}
.cid-uL4Ep65h6g .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uEzXLWcUyu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uEzXLWcUyu .media-container-row {
  align-items: center;
}
.cid-uEzXLWcUyu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uEzXLWcUyu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uEzXLWcUyu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uEzXLWcUyu .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uEzXLWcUyu .foot-menu-item {
  transform: 0.2s;
}
.cid-uEzXLWcUyu .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uEzXLWcUyu .foot-menu {
    justify-content: center;
  }
  .cid-uEzXLWcUyu .mbr-text {
    text-align: center;
  }
  .cid-uEzXLWcUyu .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uEzXLWcUyu .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uEzXLWcUyu .link:hover {
  text-decoration: underline;
}
.cid-uEzXLWcUyu .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uEzXLWcUyu .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uEzXLWcUyu .container {
    padding: 0;
  }
}
.cid-uEzXLWcUyu .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uF3CJWJ1Tz {
  min-height: 85px !important;
  position: static;
}
.cid-uF3CJWJ1Tz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3CJWJ1Tz .nav-item:focus,
.cid-uF3CJWJ1Tz .nav-link:focus {
  outline: none;
}
.cid-uF3CJWJ1Tz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3CJWJ1Tz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF3CJWJ1Tz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3CJWJ1Tz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3CJWJ1Tz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3CJWJ1Tz .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uF3CJWJ1Tz .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uF3CJWJ1Tz .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uF3CJWJ1Tz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3CJWJ1Tz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF3CJWJ1Tz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF3CJWJ1Tz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3CJWJ1Tz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF3CJWJ1Tz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF3CJWJ1Tz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3CJWJ1Tz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF3CJWJ1Tz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF3CJWJ1Tz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3CJWJ1Tz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF3CJWJ1Tz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3CJWJ1Tz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF3CJWJ1Tz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF3CJWJ1Tz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF3CJWJ1Tz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3CJWJ1Tz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF3CJWJ1Tz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF3CJWJ1Tz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF3CJWJ1Tz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF3CJWJ1Tz .navbar.navbar-short {
  background: #19212f;
}
.cid-uF3CJWJ1Tz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3CJWJ1Tz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3CJWJ1Tz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3CJWJ1Tz .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uF3CJWJ1Tz .dropdown-item.active,
.cid-uF3CJWJ1Tz .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uF3CJWJ1Tz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF3CJWJ1Tz .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uF3CJWJ1Tz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uF3CJWJ1Tz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF3CJWJ1Tz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3CJWJ1Tz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3CJWJ1Tz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF3CJWJ1Tz .navbar-nav {
  margin: auto;
}
.cid-uF3CJWJ1Tz .navbar-buttons {
  text-align: center;
}
.cid-uF3CJWJ1Tz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF3CJWJ1Tz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF3CJWJ1Tz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF3CJWJ1Tz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3CJWJ1Tz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3CJWJ1Tz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF3CJWJ1Tz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3CJWJ1Tz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF3CJWJ1Tz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF3CJWJ1Tz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3CJWJ1Tz .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uF3CJWJ1Tz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF3CJWJ1Tz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF3CJWJ1Tz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uF3CJWJ1Tz .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3CJWJ1Tz .navbar {
    height: 77px;
  }
  .cid-uF3CJWJ1Tz .navbar.opened {
    height: auto;
  }
}
.cid-uF3CJWJ1Tz .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uF3CJWJ1Tz .text-btn {
  transition: transform 0.3s;
}
.cid-uF3CJWJ1Tz .btn:hover {
  transform: scale(0.8);
}
.cid-uF3CJWJ1Tz .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uF3CJWJ1Tz .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uF3CJWJ1Tz .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uF3CJWJ1Tz .nav-link:hover::before {
  width: 100%;
}
.cid-uF3CJWJ1Tz .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uF3CJWJ1Tz .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uF3CJWJ1Tz .link {
  margin: 0rem 1.2rem !important;
}
.cid-uF3CJWJ1Tz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uF3CJWJ1Tz .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uF3CJWJ1Tz .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uF3CJWJ1Tz .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uF3CJWJ1Tz .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uF3CJWJ1Tz .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uF3CJWJ1Tz .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uF3CJWJ1Tz .dropdown-menu::before {
    display: none !important;
  }
  .cid-uF3CJWJ1Tz .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uF3CJWJ1Tz .dropdown-menu > a::after {
    display: none;
  }
  .cid-uF3CJWJ1Tz .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uF3CJWJ1Tz .nav-link::before {
    display: none;
  }
  .cid-uF3CJWJ1Tz .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uF3CJWJ1Tz .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uF3CJWJ1Tz .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uF3CJWJ1Tz .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uF3CJWJ1Tz .nav-dropdown .dropdown-item:focus,
  .cid-uF3CJWJ1Tz .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uF3CJWJ1Tz .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uF3CJWJ1Tz .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF3CJWJ1Tz .container-fluid {
    padding-right: 0rem;
  }
  .cid-uF3CJWJ1Tz .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uF3CJWJ1Tz .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uF3CJWJ1Tz .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uF3CJWJ1Tz .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uF3CJWJ1Tz .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uF3CJWJ1Tz .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uF3CJWJ1Tz .nav-dropdown .dropdown-item:focus,
  .cid-uF3CJWJ1Tz .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uF3CJWJ1Tz .btn-primary {
  color: #354463 !important;
}
.cid-uF3CJWJ1Tz .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uF3CJWJ1Tz .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uF3CJWJ1Tz .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uF3CJX3Iul {
  overflow-x: hidden !important;
}
.cid-uF3CJX3Iul,
.cid-uF3CJX3Iul .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uF3CJX3Iul .mbr-section-title {
  color: #ffffff;
}
.cid-uF3CJX3Iul .mbr-section-title span {
  color: #ffffff;
}
.cid-uF3CJX3Iul .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uF3CJX3Iul .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/img-2021-2000x1500.jpg");
}
.cid-uF3CJX3Iul .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uF3CJX3Iul .mbr-overlay {
  z-index: 1;
}
.cid-uF3CJX3Iul .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uF3CJXg8IH {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uF3CJXg8IH .text-wrap {
  margin-top: 32px;
}
.cid-uF3CJXg8IH .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uF3CJXg8IH .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uF3CJXg8IH .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uF3CJXg8IH .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uF3CJXg8IH .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uF3CJXg8IH .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uF3CJXg8IH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3CJXg8IH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3CJXg8IH .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uF3CJXg8IH .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uF3CJXg8IH .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uF3CJXg8IH .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uF3CJXy636 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uF3CJXy636 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uF3CJXy636 .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uF3CJXy636 .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uF3CJXy636 .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uF3CJXy636 .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uF3CJXy636 .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uF3CJXy636 .mbr-gallery-filter ul {
  display: block;
}
.cid-uF3CJXy636 .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uF3CJXy636 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uF3CJXy636 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uF3CJXy636 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uF3CJXy636 .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uF3CJXy636 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uF3CJXy636 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uF3CJXy636 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uF3CJXy636 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uF3CJXy636 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uF3CJXy636 .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uF3CJXy636 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uF3CJXy636 .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uF3CJXy636 .mbr-gallery-item > div img,
.cid-uF3CJXy636 .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uF3CJXy636 .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uF3CJXy636 .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uF3CJXy636 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uF3CJXy636 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uF3CJXy636 .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uF3CJXy636 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uF3CJXy636 .mbr-section-title {
    text-align: center;
  }
  .cid-uF3CJXy636 .image {
    top: auto;
    height: 420px;
  }
  .cid-uF3CJXy636 .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uF3CJXy636 .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uF3CJXy636 .mbr-gallery-item > div img,
  .cid-uF3CJXy636 .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uF3CJXy636 .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uF3CJXy636 .image {
    height: 290px;
  }
}
.cid-uFf3EiGpsu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFf3EiGpsu .mbr-text {
  color: #767676;
}
.cid-uFf3EiGpsu .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFf3EiGpsu .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFf3EiGpsu .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFf3EiGpsu .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFf3EiGpsu .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFf3EiGpsu .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFf3EiGpsu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFf3EiGpsu .card {
    margin-bottom: 2rem;
  }
}
.cid-uFf3EiGpsu .text-link {
  font-weight: 800 !important;
}
.cid-uFf3EiGpsu .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFf3EiGpsu .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf3EiGpsu .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf3EiGpsu .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFf3EiGpsu .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFf3EiGpsu .card:hover .text-link {
  color: #fff !important;
}
.cid-uFf3EiGpsu .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFf3EiGpsu .card:hover .link {
  transform: translateX(42px);
}
.cid-uFf3EiGpsu .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFf3EiGpsu h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uF3CK0vC3r {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uF3CK0vC3r .container {
    padding: 0 24px;
  }
}
.cid-uF3CK0vC3r .card {
  justify-content: center;
}
.cid-uF3CK0vC3r .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uF3CK0vC3r .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uF3CK0vC3r .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF3CK0vC3r .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uF3CK0vC3r .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uF3CK0vC3r .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uF3CK0vC3r .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uF3CK0vC3r .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uF3CK0vC3r .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uF3CK0vC3r .mbr-section-title {
  color: #F9F6E0;
}
.cid-uF3CK0vC3r .mbr-desc {
  color: #ffffff;
}
.cid-uF3CK0vC3r .mbr-text {
  color: #ffffff;
}
.cid-uF3CK0vC3r .mbr-section-btn {
  text-align: right;
}
.cid-uF3CK0vC3r .mbr-section-title,
.cid-uF3CK0vC3r .mbr-section-btn {
  color: #ffffff;
}
.cid-uF3CK0HS4r {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH7dnhDmdO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH7dnhDmdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7dnhDmdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH7dnhDmdO .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH7dnhDmdO .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH7dnhDmdO .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH7dnhDmdO .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH7dnhDmdO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH7dnhDmdO .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH7dnhDmdO .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH7dnhDmdO .item {
    margin-bottom: 28px;
  }
}
.cid-uH7dnhDmdO .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH7dnhDmdO .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH7dnhDmdO .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH7dnhDmdO .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH7dnhDmdO .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH7dnhDmdO .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH7dnhDmdO .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH7dnhDmdO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7dnhDmdO .mbr-text,
.cid-uH7dnhDmdO .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH7dnhDmdO .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7dnhDmdO .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFq1BU9Ucv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFq1BU9Ucv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFq1BU9Ucv .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-uFq1BU9Ucv .container {
    padding: 0 20px;
  }
}
.cid-uFq1BU9Ucv .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFq1BU9Ucv .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFq1BU9Ucv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFq1BU9Ucv .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFq1BU9Ucv .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFq1BU9Ucv .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFq1BU9Ucv .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFq1BU9Ucv .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFq1BU9Ucv .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFq1BU9Ucv .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFq1BU9Ucv .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFq1BU9Ucv .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFq1BU9Ucv .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFq1BU9Ucv .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFq1BU9Ucv .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFq1BU9Ucv .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFq1BU9Ucv .content-wrapper .mbr-section-btn .btn-success,
.cid-uFq1BU9Ucv .content-wrapper .mbr-section-btn .btn-info,
.cid-uFq1BU9Ucv .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFq1BU9Ucv .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFq1BU9Ucv .content-wrapper .mbr-section-btn .btn-black,
.cid-uFq1BU9Ucv .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFq1BU9Ucv .mbr-section-title {
  color: #000000;
}
.cid-uFq1BU9Ucv .mbr-desc,
.cid-uFq1BU9Ucv .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFq1BU9Ucv .card-number {
  color: #ffffff;
}
.cid-uFq1BU9Ucv .card-title {
  color: #000000;
}
.cid-uFq1BU9Ucv .mbr-text,
.cid-uFq1BU9Ucv .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFq1BU9Ucv .mbr-section-title,
.cid-uFq1BU9Ucv .mbr-section-btn {
  text-align: center;
}
.cid-uFq1BU9Ucv .card-title,
.cid-uFq1BU9Ucv .icon-wrapper {
  color: #ffffff;
}
.cid-uFq1BU9Ucv .mbr-section-title,
.cid-uFq1BU9Ucv .mbr-section-btn,
.cid-uFq1BU9Ucv .image-wrapper {
  color: #19212f;
}
.cid-uFq1ATBptF {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uFq1ATBptF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFq1ATBptF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFq1ATBptF .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uFq1ATBptF .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uFq1ATBptF .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFq1ATBptF .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFq1ATBptF .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFq1ATBptF .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uFq1ATBptF .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uFq1ATBptF .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uFq1ATBptF .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFq1ATBptF .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFq1ATBptF .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFq1ATBptF .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFq1ATBptF .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFq1ATBptF .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uFq1ATBptF .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uFq1ATBptF .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFq1ATBptF .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uFq1ATBptF .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFq1ATBptF .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uFq1ATBptF .mbr-section-title {
  color: #404349;
}
.cid-uFq1ATBptF .panel-title-edit {
  color: #ffffff;
}
.cid-uFq1ATBptF .panel-text {
  color: #404349;
}
.cid-uFq1ATBptF .panel-text,
.cid-uFq1ATBptF .panel-body {
  color: #ffffff;
}
.cid-uFq1ATBptF .mbr-section-title,
.cid-uFq1ATBptF .title-wrapper,
.cid-uFq1ATBptF .tabs-wrapper {
  color: #ffffff;
}
.cid-uF3CK1ubxg {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF3CK1ubxg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uF3CK1ubxg .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uF3CK1ubxg input,
.cid-uF3CK1ubxg textarea {
  font-size: 14px;
}
.cid-uF3CK1ubxg input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uF3CK1ubxg textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uF3CK1ubxg .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uF3CK1ubxg .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uF3CK1ubxg img {
  width: 90%;
  border-radius: 8px;
}
.cid-uF3CK1ubxg .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uF3CK1ubxg .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uF3CK1ubxg .title-block {
  margin-bottom: 2rem;
}
.cid-uF3CK1ubxg .form-control,
.cid-uF3CK1ubxg .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF3CK1ubxg .form-control:hover,
.cid-uF3CK1ubxg .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF3CK1ubxg .form-control:focus,
.cid-uF3CK1ubxg .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF3CK1ubxg input::-webkit-input-placeholder,
.cid-uF3CK1ubxg textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uF3CK1ubxg input:-moz-placeholder,
.cid-uF3CK1ubxg textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uF3CK1ubxg .jq-selectbox li,
.cid-uF3CK1ubxg .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uF3CK1ubxg .jq-selectbox li:hover,
.cid-uF3CK1ubxg .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uF3CK1ubxg .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uF3CK1ubxg .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uF3CK1ubxg H5 {
  padding-bottom: 2rem;
}
.cid-uF3CK1ubxg .mbr-text {
  color: #777777;
}
.cid-uF3CK1ubxg .mbr-form {
  padding: 0rem;
}
.cid-uF3CK1ubxg .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3CK1ubxg .form-row {
    margin: 0;
  }
  .cid-uF3CK1ubxg .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uF3CK1ubxg .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uF3CK1ubxg img {
    width: 100%;
  }
}
.cid-uF3CK1ubxg .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uF3CK1ubxg H3 {
  color: #19212f;
}
.cid-uF3CK1ubxg .mbr-text,
.cid-uF3CK1ubxg .mbr-section-btn {
  color: #555555;
}
.cid-uFf3Dlsjyz {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf3Dlsjyz [class^="socicon-"]:before,
.cid-uFf3Dlsjyz [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf3Dlsjyz .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf3Dlsjyz .btn-social,
.cid-uFf3Dlsjyz .mbr-section-title {
  color: #57468b;
}
.cid-uFf3Dlsjyz .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf3Dlsjyz .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf3Dlsjyz .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf3Dlsjyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf3Dlsjyz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe4cUfm2t {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe4cUfm2t .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe4cUfm2t h5 {
  padding-bottom: 2rem;
}
.cid-uFe4cUfm2t textarea {
  min-height: 150px;
}
.cid-uFe4cUfm2t .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe4cUfm2t h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe4cUfm2t h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe4cUfm2t h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe4cUfm2t .form-control,
.cid-uFe4cUfm2t .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe4cUfm2t .form-control input::-webkit-input-placeholder,
.cid-uFe4cUfm2t .field-input input::-webkit-input-placeholder,
.cid-uFe4cUfm2t .form-control textarea::-webkit-input-placeholder,
.cid-uFe4cUfm2t .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe4cUfm2t .form-control input:-moz-placeholder,
.cid-uFe4cUfm2t .field-input input:-moz-placeholder,
.cid-uFe4cUfm2t .form-control textarea:-moz-placeholder,
.cid-uFe4cUfm2t .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe4cUfm2t .form-control:hover,
.cid-uFe4cUfm2t .field-input:hover,
.cid-uFe4cUfm2t .form-control:focus,
.cid-uFe4cUfm2t .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe4cUfm2t .form-control:hover input::-webkit-input-placeholder,
.cid-uFe4cUfm2t .field-input:hover input::-webkit-input-placeholder,
.cid-uFe4cUfm2t .form-control:focus input::-webkit-input-placeholder,
.cid-uFe4cUfm2t .field-input:focus input::-webkit-input-placeholder,
.cid-uFe4cUfm2t .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe4cUfm2t .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe4cUfm2t .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe4cUfm2t .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe4cUfm2t .form-control:hover input:-moz-placeholder,
.cid-uFe4cUfm2t .field-input:hover input:-moz-placeholder,
.cid-uFe4cUfm2t .form-control:focus input:-moz-placeholder,
.cid-uFe4cUfm2t .field-input:focus input:-moz-placeholder,
.cid-uFe4cUfm2t .form-control:hover textarea:-moz-placeholder,
.cid-uFe4cUfm2t .field-input:hover textarea:-moz-placeholder,
.cid-uFe4cUfm2t .form-control:focus textarea:-moz-placeholder,
.cid-uFe4cUfm2t .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe4cUfm2t .jq-number__spin:hover,
.cid-uFe4cUfm2t .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe4cUfm2t .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe4cUfm2t .jq-selectbox li,
.cid-uFe4cUfm2t .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe4cUfm2t .jq-selectbox li:hover,
.cid-uFe4cUfm2t .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe4cUfm2t .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe4cUfm2t .jq-number__spin.minus:hover:after,
.cid-uFe4cUfm2t .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe4cUfm2t .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe4cUfm2t .jq-number__spin.minus:after,
.cid-uFe4cUfm2t .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe4cUfm2t input::-webkit-clear-button {
  display: none;
}
.cid-uFe4cUfm2t input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe4cUfm2t input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe4cUfm2t input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe4cUfm2t H5 {
  color: #ffffff;
}
.cid-uFe4cUfm2t P {
  color: #767676;
}
.cid-uFe4cUfm2t H3 {
  color: #e1201d;
}
.cid-uFe4cUfm2t p,
.cid-uFe4cUfm2t .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4ErLMEwR {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4ErLMEwR a {
  transition: 0.3s;
}
.cid-uL4ErLMEwR h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4ErLMEwR .card-img2 span {
  padding-top: 6px;
}
.cid-uL4ErLMEwR .soc-item a {
  padding-top: 5px;
}
.cid-uL4ErLMEwR .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4ErLMEwR .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4ErLMEwR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4ErLMEwR .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4ErLMEwR .soc-item span {
  font-size: 1rem;
}
.cid-uL4ErLMEwR .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4ErLMEwR .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4ErLMEwR .item h4 {
  margin: 0;
}
.cid-uL4ErLMEwR .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4ErLMEwR .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4ErLMEwR img {
  width: 80%;
}
.cid-uL4ErLMEwR .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4ErLMEwR .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4ErLMEwR .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4ErLMEwR .container {
  padding: 0;
}
.cid-uL4ErLMEwR .btn-primary {
  color: #333333 !important;
}
.cid-uL4ErLMEwR .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uF3CK2pxVx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uF3CK2pxVx .media-container-row {
  align-items: center;
}
.cid-uF3CK2pxVx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uF3CK2pxVx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uF3CK2pxVx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uF3CK2pxVx .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uF3CK2pxVx .foot-menu-item {
  transform: 0.2s;
}
.cid-uF3CK2pxVx .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uF3CK2pxVx .foot-menu {
    justify-content: center;
  }
  .cid-uF3CK2pxVx .mbr-text {
    text-align: center;
  }
  .cid-uF3CK2pxVx .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uF3CK2pxVx .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uF3CK2pxVx .link:hover {
  text-decoration: underline;
}
.cid-uF3CK2pxVx .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uF3CK2pxVx .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uF3CK2pxVx .container {
    padding: 0;
  }
}
.cid-uF3CK2pxVx .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uF3HsY5Cc8 {
  min-height: 85px !important;
  position: static;
}
.cid-uF3HsY5Cc8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3HsY5Cc8 .nav-item:focus,
.cid-uF3HsY5Cc8 .nav-link:focus {
  outline: none;
}
.cid-uF3HsY5Cc8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3HsY5Cc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF3HsY5Cc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3HsY5Cc8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3HsY5Cc8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3HsY5Cc8 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uF3HsY5Cc8 .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uF3HsY5Cc8 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uF3HsY5Cc8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3HsY5Cc8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF3HsY5Cc8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF3HsY5Cc8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3HsY5Cc8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF3HsY5Cc8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF3HsY5Cc8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3HsY5Cc8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF3HsY5Cc8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF3HsY5Cc8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3HsY5Cc8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF3HsY5Cc8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3HsY5Cc8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF3HsY5Cc8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF3HsY5Cc8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF3HsY5Cc8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3HsY5Cc8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF3HsY5Cc8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF3HsY5Cc8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF3HsY5Cc8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF3HsY5Cc8 .navbar.navbar-short {
  background: #19212f;
}
.cid-uF3HsY5Cc8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3HsY5Cc8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3HsY5Cc8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3HsY5Cc8 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uF3HsY5Cc8 .dropdown-item.active,
.cid-uF3HsY5Cc8 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uF3HsY5Cc8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF3HsY5Cc8 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uF3HsY5Cc8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uF3HsY5Cc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF3HsY5Cc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3HsY5Cc8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3HsY5Cc8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF3HsY5Cc8 .navbar-nav {
  margin: auto;
}
.cid-uF3HsY5Cc8 .navbar-buttons {
  text-align: center;
}
.cid-uF3HsY5Cc8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF3HsY5Cc8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF3HsY5Cc8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF3HsY5Cc8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3HsY5Cc8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3HsY5Cc8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF3HsY5Cc8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3HsY5Cc8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF3HsY5Cc8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF3HsY5Cc8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3HsY5Cc8 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uF3HsY5Cc8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF3HsY5Cc8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF3HsY5Cc8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uF3HsY5Cc8 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3HsY5Cc8 .navbar {
    height: 77px;
  }
  .cid-uF3HsY5Cc8 .navbar.opened {
    height: auto;
  }
}
.cid-uF3HsY5Cc8 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uF3HsY5Cc8 .text-btn {
  transition: transform 0.3s;
}
.cid-uF3HsY5Cc8 .btn:hover {
  transform: scale(0.8);
}
.cid-uF3HsY5Cc8 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uF3HsY5Cc8 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uF3HsY5Cc8 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uF3HsY5Cc8 .nav-link:hover::before {
  width: 100%;
}
.cid-uF3HsY5Cc8 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uF3HsY5Cc8 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uF3HsY5Cc8 .link {
  margin: 0rem 1.2rem !important;
}
.cid-uF3HsY5Cc8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uF3HsY5Cc8 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uF3HsY5Cc8 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uF3HsY5Cc8 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uF3HsY5Cc8 .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uF3HsY5Cc8 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uF3HsY5Cc8 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uF3HsY5Cc8 .dropdown-menu::before {
    display: none !important;
  }
  .cid-uF3HsY5Cc8 .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uF3HsY5Cc8 .dropdown-menu > a::after {
    display: none;
  }
  .cid-uF3HsY5Cc8 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uF3HsY5Cc8 .nav-link::before {
    display: none;
  }
  .cid-uF3HsY5Cc8 .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uF3HsY5Cc8 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uF3HsY5Cc8 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uF3HsY5Cc8 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uF3HsY5Cc8 .nav-dropdown .dropdown-item:focus,
  .cid-uF3HsY5Cc8 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uF3HsY5Cc8 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uF3HsY5Cc8 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF3HsY5Cc8 .container-fluid {
    padding-right: 0rem;
  }
  .cid-uF3HsY5Cc8 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uF3HsY5Cc8 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uF3HsY5Cc8 .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uF3HsY5Cc8 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uF3HsY5Cc8 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uF3HsY5Cc8 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uF3HsY5Cc8 .nav-dropdown .dropdown-item:focus,
  .cid-uF3HsY5Cc8 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uF3HsY5Cc8 .btn-primary {
  color: #354463 !important;
}
.cid-uF3HsY5Cc8 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uF3HsY5Cc8 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uF3HsY5Cc8 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uF3HsYslsJ {
  overflow-x: hidden !important;
}
.cid-uF3HsYslsJ,
.cid-uF3HsYslsJ .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uF3HsYslsJ .mbr-section-title {
  color: #ffffff;
}
.cid-uF3HsYslsJ .mbr-section-title span {
  color: #ffffff;
}
.cid-uF3HsYslsJ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uF3HsYslsJ .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/edf876b6-7686-48eb-b3e7-b4a74b393764-2000x1500.jpg");
}
.cid-uF3HsYslsJ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uF3HsYslsJ .mbr-overlay {
  z-index: 1;
}
.cid-uF3HsYslsJ .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uF3HsYJ8rR {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uF3HsYJ8rR .text-wrap {
  margin-top: 32px;
}
.cid-uF3HsYJ8rR .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uF3HsYJ8rR .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uF3HsYJ8rR .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uF3HsYJ8rR .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uF3HsYJ8rR .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uF3HsYJ8rR .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uF3HsYJ8rR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3HsYJ8rR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3HsYJ8rR .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uF3HsYJ8rR .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uF3HsYJ8rR .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uF3HsYJ8rR .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uF3HsZ54gX {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uF3HsZ54gX .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uF3HsZ54gX .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uF3HsZ54gX .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uF3HsZ54gX .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uF3HsZ54gX .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uF3HsZ54gX .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uF3HsZ54gX .mbr-gallery-filter ul {
  display: block;
}
.cid-uF3HsZ54gX .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uF3HsZ54gX .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uF3HsZ54gX .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uF3HsZ54gX .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uF3HsZ54gX .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uF3HsZ54gX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uF3HsZ54gX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uF3HsZ54gX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uF3HsZ54gX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uF3HsZ54gX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uF3HsZ54gX .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uF3HsZ54gX .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uF3HsZ54gX .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uF3HsZ54gX .mbr-gallery-item > div img,
.cid-uF3HsZ54gX .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uF3HsZ54gX .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uF3HsZ54gX .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uF3HsZ54gX .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uF3HsZ54gX .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uF3HsZ54gX .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uF3HsZ54gX .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uF3HsZ54gX .mbr-section-title {
    text-align: center;
  }
  .cid-uF3HsZ54gX .image {
    top: auto;
    height: 420px;
  }
  .cid-uF3HsZ54gX .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uF3HsZ54gX .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uF3HsZ54gX .mbr-gallery-item > div img,
  .cid-uF3HsZ54gX .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uF3HsZ54gX .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uF3HsZ54gX .image {
    height: 290px;
  }
}
.cid-uFf3LPSnbx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFf3LPSnbx .mbr-text {
  color: #767676;
}
.cid-uFf3LPSnbx .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFf3LPSnbx .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFf3LPSnbx .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFf3LPSnbx .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFf3LPSnbx .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFf3LPSnbx .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFf3LPSnbx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFf3LPSnbx .card {
    margin-bottom: 2rem;
  }
}
.cid-uFf3LPSnbx .text-link {
  font-weight: 800 !important;
}
.cid-uFf3LPSnbx .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFf3LPSnbx .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf3LPSnbx .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf3LPSnbx .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFf3LPSnbx .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFf3LPSnbx .card:hover .text-link {
  color: #fff !important;
}
.cid-uFf3LPSnbx .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFf3LPSnbx .card:hover .link {
  transform: translateX(42px);
}
.cid-uFf3LPSnbx .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFf3LPSnbx h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uF3Ht04p1j {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uF3Ht04p1j .container {
    padding: 0 24px;
  }
}
.cid-uF3Ht04p1j .card {
  justify-content: center;
}
.cid-uF3Ht04p1j .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uF3Ht04p1j .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uF3Ht04p1j .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF3Ht04p1j .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uF3Ht04p1j .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uF3Ht04p1j .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uF3Ht04p1j .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uF3Ht04p1j .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uF3Ht04p1j .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uF3Ht04p1j .mbr-section-title {
  color: #F9F6E0;
}
.cid-uF3Ht04p1j .mbr-desc {
  color: #ffffff;
}
.cid-uF3Ht04p1j .mbr-text {
  color: #ffffff;
}
.cid-uF3Ht04p1j .mbr-section-btn {
  text-align: right;
}
.cid-uF3Ht04p1j .mbr-section-title,
.cid-uF3Ht04p1j .mbr-section-btn {
  color: #ffffff;
}
.cid-uF3Ht0jFTr {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH7drzF7ej {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH7drzF7ej .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7drzF7ej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH7drzF7ej .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH7drzF7ej .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH7drzF7ej .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH7drzF7ej .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH7drzF7ej .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH7drzF7ej .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH7drzF7ej .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH7drzF7ej .item {
    margin-bottom: 28px;
  }
}
.cid-uH7drzF7ej .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH7drzF7ej .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH7drzF7ej .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH7drzF7ej .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH7drzF7ej .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH7drzF7ej .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH7drzF7ej .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH7drzF7ej .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7drzF7ej .mbr-text,
.cid-uH7drzF7ej .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH7drzF7ej .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7drzF7ej .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFq1XYlcIC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFq1XYlcIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFq1XYlcIC .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-uFq1XYlcIC .container {
    padding: 0 20px;
  }
}
.cid-uFq1XYlcIC .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFq1XYlcIC .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFq1XYlcIC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFq1XYlcIC .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFq1XYlcIC .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFq1XYlcIC .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFq1XYlcIC .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFq1XYlcIC .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFq1XYlcIC .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFq1XYlcIC .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFq1XYlcIC .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFq1XYlcIC .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFq1XYlcIC .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFq1XYlcIC .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFq1XYlcIC .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFq1XYlcIC .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFq1XYlcIC .content-wrapper .mbr-section-btn .btn-success,
.cid-uFq1XYlcIC .content-wrapper .mbr-section-btn .btn-info,
.cid-uFq1XYlcIC .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFq1XYlcIC .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFq1XYlcIC .content-wrapper .mbr-section-btn .btn-black,
.cid-uFq1XYlcIC .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFq1XYlcIC .mbr-section-title {
  color: #000000;
}
.cid-uFq1XYlcIC .mbr-desc,
.cid-uFq1XYlcIC .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFq1XYlcIC .card-number {
  color: #ffffff;
}
.cid-uFq1XYlcIC .card-title {
  color: #000000;
}
.cid-uFq1XYlcIC .mbr-text,
.cid-uFq1XYlcIC .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFq1XYlcIC .mbr-section-title,
.cid-uFq1XYlcIC .mbr-section-btn {
  text-align: center;
}
.cid-uFq1XYlcIC .card-title,
.cid-uFq1XYlcIC .icon-wrapper {
  color: #ffffff;
}
.cid-uFq1XYlcIC .mbr-section-title,
.cid-uFq1XYlcIC .mbr-section-btn,
.cid-uFq1XYlcIC .image-wrapper {
  color: #19212f;
}
.cid-uFq1X3hKMc {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uFq1X3hKMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFq1X3hKMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFq1X3hKMc .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uFq1X3hKMc .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uFq1X3hKMc .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFq1X3hKMc .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFq1X3hKMc .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFq1X3hKMc .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uFq1X3hKMc .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uFq1X3hKMc .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uFq1X3hKMc .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFq1X3hKMc .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFq1X3hKMc .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFq1X3hKMc .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFq1X3hKMc .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFq1X3hKMc .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uFq1X3hKMc .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uFq1X3hKMc .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFq1X3hKMc .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uFq1X3hKMc .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFq1X3hKMc .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uFq1X3hKMc .mbr-section-title {
  color: #404349;
}
.cid-uFq1X3hKMc .panel-title-edit {
  color: #ffffff;
}
.cid-uFq1X3hKMc .panel-text {
  color: #404349;
}
.cid-uFq1X3hKMc .panel-text,
.cid-uFq1X3hKMc .panel-body {
  color: #ffffff;
}
.cid-uFq1X3hKMc .mbr-section-title,
.cid-uFq1X3hKMc .title-wrapper,
.cid-uFq1X3hKMc .tabs-wrapper {
  color: #ffffff;
}
.cid-uF3Ht1frUf {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uF3Ht1frUf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uF3Ht1frUf .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uF3Ht1frUf input,
.cid-uF3Ht1frUf textarea {
  font-size: 14px;
}
.cid-uF3Ht1frUf input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uF3Ht1frUf textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uF3Ht1frUf .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uF3Ht1frUf .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uF3Ht1frUf img {
  width: 90%;
  border-radius: 8px;
}
.cid-uF3Ht1frUf .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uF3Ht1frUf .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uF3Ht1frUf .title-block {
  margin-bottom: 2rem;
}
.cid-uF3Ht1frUf .form-control,
.cid-uF3Ht1frUf .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF3Ht1frUf .form-control:hover,
.cid-uF3Ht1frUf .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF3Ht1frUf .form-control:focus,
.cid-uF3Ht1frUf .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF3Ht1frUf input::-webkit-input-placeholder,
.cid-uF3Ht1frUf textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uF3Ht1frUf input:-moz-placeholder,
.cid-uF3Ht1frUf textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uF3Ht1frUf .jq-selectbox li,
.cid-uF3Ht1frUf .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uF3Ht1frUf .jq-selectbox li:hover,
.cid-uF3Ht1frUf .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uF3Ht1frUf .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uF3Ht1frUf .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uF3Ht1frUf H5 {
  padding-bottom: 2rem;
}
.cid-uF3Ht1frUf .mbr-text {
  color: #777777;
}
.cid-uF3Ht1frUf .mbr-form {
  padding: 0rem;
}
.cid-uF3Ht1frUf .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3Ht1frUf .form-row {
    margin: 0;
  }
  .cid-uF3Ht1frUf .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uF3Ht1frUf .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uF3Ht1frUf img {
    width: 100%;
  }
}
.cid-uF3Ht1frUf .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uF3Ht1frUf H3 {
  color: #19212f;
}
.cid-uF3Ht1frUf .mbr-text,
.cid-uF3Ht1frUf .mbr-section-btn {
  color: #555555;
}
.cid-uFf3KHQo7I {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf3KHQo7I [class^="socicon-"]:before,
.cid-uFf3KHQo7I [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf3KHQo7I .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf3KHQo7I .btn-social,
.cid-uFf3KHQo7I .mbr-section-title {
  color: #57468b;
}
.cid-uFf3KHQo7I .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf3KHQo7I .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf3KHQo7I .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf3KHQo7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf3KHQo7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe44NWifi {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe44NWifi .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe44NWifi h5 {
  padding-bottom: 2rem;
}
.cid-uFe44NWifi textarea {
  min-height: 150px;
}
.cid-uFe44NWifi .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe44NWifi h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe44NWifi h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe44NWifi h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe44NWifi .form-control,
.cid-uFe44NWifi .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe44NWifi .form-control input::-webkit-input-placeholder,
.cid-uFe44NWifi .field-input input::-webkit-input-placeholder,
.cid-uFe44NWifi .form-control textarea::-webkit-input-placeholder,
.cid-uFe44NWifi .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe44NWifi .form-control input:-moz-placeholder,
.cid-uFe44NWifi .field-input input:-moz-placeholder,
.cid-uFe44NWifi .form-control textarea:-moz-placeholder,
.cid-uFe44NWifi .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe44NWifi .form-control:hover,
.cid-uFe44NWifi .field-input:hover,
.cid-uFe44NWifi .form-control:focus,
.cid-uFe44NWifi .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe44NWifi .form-control:hover input::-webkit-input-placeholder,
.cid-uFe44NWifi .field-input:hover input::-webkit-input-placeholder,
.cid-uFe44NWifi .form-control:focus input::-webkit-input-placeholder,
.cid-uFe44NWifi .field-input:focus input::-webkit-input-placeholder,
.cid-uFe44NWifi .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe44NWifi .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe44NWifi .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe44NWifi .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe44NWifi .form-control:hover input:-moz-placeholder,
.cid-uFe44NWifi .field-input:hover input:-moz-placeholder,
.cid-uFe44NWifi .form-control:focus input:-moz-placeholder,
.cid-uFe44NWifi .field-input:focus input:-moz-placeholder,
.cid-uFe44NWifi .form-control:hover textarea:-moz-placeholder,
.cid-uFe44NWifi .field-input:hover textarea:-moz-placeholder,
.cid-uFe44NWifi .form-control:focus textarea:-moz-placeholder,
.cid-uFe44NWifi .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe44NWifi .jq-number__spin:hover,
.cid-uFe44NWifi .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe44NWifi .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe44NWifi .jq-selectbox li,
.cid-uFe44NWifi .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe44NWifi .jq-selectbox li:hover,
.cid-uFe44NWifi .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe44NWifi .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe44NWifi .jq-number__spin.minus:hover:after,
.cid-uFe44NWifi .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe44NWifi .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe44NWifi .jq-number__spin.minus:after,
.cid-uFe44NWifi .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe44NWifi input::-webkit-clear-button {
  display: none;
}
.cid-uFe44NWifi input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe44NWifi input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe44NWifi input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe44NWifi H5 {
  color: #ffffff;
}
.cid-uFe44NWifi P {
  color: #767676;
}
.cid-uFe44NWifi H3 {
  color: #e1201d;
}
.cid-uFe44NWifi p,
.cid-uFe44NWifi .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4Eu5N2ho {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4Eu5N2ho a {
  transition: 0.3s;
}
.cid-uL4Eu5N2ho h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4Eu5N2ho .card-img2 span {
  padding-top: 6px;
}
.cid-uL4Eu5N2ho .soc-item a {
  padding-top: 5px;
}
.cid-uL4Eu5N2ho .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4Eu5N2ho .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4Eu5N2ho .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4Eu5N2ho .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4Eu5N2ho .soc-item span {
  font-size: 1rem;
}
.cid-uL4Eu5N2ho .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4Eu5N2ho .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4Eu5N2ho .item h4 {
  margin: 0;
}
.cid-uL4Eu5N2ho .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4Eu5N2ho .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4Eu5N2ho img {
  width: 80%;
}
.cid-uL4Eu5N2ho .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4Eu5N2ho .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4Eu5N2ho .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4Eu5N2ho .container {
  padding: 0;
}
.cid-uL4Eu5N2ho .btn-primary {
  color: #333333 !important;
}
.cid-uL4Eu5N2ho .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uF3Ht2vQBU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uF3Ht2vQBU .media-container-row {
  align-items: center;
}
.cid-uF3Ht2vQBU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uF3Ht2vQBU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uF3Ht2vQBU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uF3Ht2vQBU .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uF3Ht2vQBU .foot-menu-item {
  transform: 0.2s;
}
.cid-uF3Ht2vQBU .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uF3Ht2vQBU .foot-menu {
    justify-content: center;
  }
  .cid-uF3Ht2vQBU .mbr-text {
    text-align: center;
  }
  .cid-uF3Ht2vQBU .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uF3Ht2vQBU .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uF3Ht2vQBU .link:hover {
  text-decoration: underline;
}
.cid-uF3Ht2vQBU .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uF3Ht2vQBU .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uF3Ht2vQBU .container {
    padding: 0;
  }
}
.cid-uF3Ht2vQBU .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uF3JoblOZi {
  min-height: 85px !important;
  position: static;
}
.cid-uF3JoblOZi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3JoblOZi .nav-item:focus,
.cid-uF3JoblOZi .nav-link:focus {
  outline: none;
}
.cid-uF3JoblOZi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3JoblOZi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF3JoblOZi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3JoblOZi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3JoblOZi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3JoblOZi .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uF3JoblOZi .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uF3JoblOZi .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uF3JoblOZi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3JoblOZi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF3JoblOZi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF3JoblOZi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3JoblOZi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF3JoblOZi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF3JoblOZi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3JoblOZi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF3JoblOZi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF3JoblOZi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3JoblOZi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF3JoblOZi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3JoblOZi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF3JoblOZi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF3JoblOZi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF3JoblOZi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3JoblOZi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF3JoblOZi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF3JoblOZi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF3JoblOZi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF3JoblOZi .navbar.navbar-short {
  background: #19212f;
}
.cid-uF3JoblOZi .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3JoblOZi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3JoblOZi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3JoblOZi .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uF3JoblOZi .dropdown-item.active,
.cid-uF3JoblOZi .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uF3JoblOZi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF3JoblOZi .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uF3JoblOZi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uF3JoblOZi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF3JoblOZi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3JoblOZi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3JoblOZi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF3JoblOZi .navbar-nav {
  margin: auto;
}
.cid-uF3JoblOZi .navbar-buttons {
  text-align: center;
}
.cid-uF3JoblOZi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF3JoblOZi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF3JoblOZi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF3JoblOZi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3JoblOZi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3JoblOZi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF3JoblOZi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3JoblOZi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF3JoblOZi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF3JoblOZi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3JoblOZi .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uF3JoblOZi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF3JoblOZi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF3JoblOZi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uF3JoblOZi .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3JoblOZi .navbar {
    height: 77px;
  }
  .cid-uF3JoblOZi .navbar.opened {
    height: auto;
  }
}
.cid-uF3JoblOZi .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uF3JoblOZi .text-btn {
  transition: transform 0.3s;
}
.cid-uF3JoblOZi .btn:hover {
  transform: scale(0.8);
}
.cid-uF3JoblOZi .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uF3JoblOZi .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uF3JoblOZi .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uF3JoblOZi .nav-link:hover::before {
  width: 100%;
}
.cid-uF3JoblOZi .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uF3JoblOZi .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uF3JoblOZi .link {
  margin: 0rem 1.2rem !important;
}
.cid-uF3JoblOZi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uF3JoblOZi .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uF3JoblOZi .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uF3JoblOZi .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uF3JoblOZi .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uF3JoblOZi .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uF3JoblOZi .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uF3JoblOZi .dropdown-menu::before {
    display: none !important;
  }
  .cid-uF3JoblOZi .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uF3JoblOZi .dropdown-menu > a::after {
    display: none;
  }
  .cid-uF3JoblOZi .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uF3JoblOZi .nav-link::before {
    display: none;
  }
  .cid-uF3JoblOZi .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uF3JoblOZi .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uF3JoblOZi .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uF3JoblOZi .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uF3JoblOZi .nav-dropdown .dropdown-item:focus,
  .cid-uF3JoblOZi .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uF3JoblOZi .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uF3JoblOZi .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF3JoblOZi .container-fluid {
    padding-right: 0rem;
  }
  .cid-uF3JoblOZi .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uF3JoblOZi .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uF3JoblOZi .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uF3JoblOZi .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uF3JoblOZi .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uF3JoblOZi .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uF3JoblOZi .nav-dropdown .dropdown-item:focus,
  .cid-uF3JoblOZi .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uF3JoblOZi .btn-primary {
  color: #354463 !important;
}
.cid-uF3JoblOZi .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uF3JoblOZi .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uF3JoblOZi .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uF3JobDlbi {
  overflow-x: hidden !important;
}
.cid-uF3JobDlbi,
.cid-uF3JobDlbi .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uF3JobDlbi .mbr-section-title {
  color: #ffffff;
}
.cid-uF3JobDlbi .mbr-section-title span {
  color: #ffffff;
}
.cid-uF3JobDlbi .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uF3JobDlbi .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/img-9446-2000x1500.jpg");
}
.cid-uF3JobDlbi .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uF3JobDlbi .mbr-overlay {
  z-index: 1;
}
.cid-uF3JobDlbi .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uF3JobOMLQ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uF3JobOMLQ .text-wrap {
  margin-top: 32px;
}
.cid-uF3JobOMLQ .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uF3JobOMLQ .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uF3JobOMLQ .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uF3JobOMLQ .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uF3JobOMLQ .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uF3JobOMLQ .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uF3JobOMLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3JobOMLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3JobOMLQ .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uF3JobOMLQ .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uF3JobOMLQ .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uF3JobOMLQ .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uF3Joc7Yfc {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uF3Joc7Yfc .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uF3Joc7Yfc .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uF3Joc7Yfc .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uF3Joc7Yfc .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uF3Joc7Yfc .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uF3Joc7Yfc .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uF3Joc7Yfc .mbr-gallery-filter ul {
  display: block;
}
.cid-uF3Joc7Yfc .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uF3Joc7Yfc .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uF3Joc7Yfc .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uF3Joc7Yfc .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uF3Joc7Yfc .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uF3Joc7Yfc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uF3Joc7Yfc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uF3Joc7Yfc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uF3Joc7Yfc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uF3Joc7Yfc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uF3Joc7Yfc .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uF3Joc7Yfc .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uF3Joc7Yfc .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uF3Joc7Yfc .mbr-gallery-item > div img,
.cid-uF3Joc7Yfc .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uF3Joc7Yfc .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uF3Joc7Yfc .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uF3Joc7Yfc .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uF3Joc7Yfc .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uF3Joc7Yfc .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uF3Joc7Yfc .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uF3Joc7Yfc .mbr-section-title {
    text-align: center;
  }
  .cid-uF3Joc7Yfc .image {
    top: auto;
    height: 420px;
  }
  .cid-uF3Joc7Yfc .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uF3Joc7Yfc .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uF3Joc7Yfc .mbr-gallery-item > div img,
  .cid-uF3Joc7Yfc .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uF3Joc7Yfc .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uF3Joc7Yfc .image {
    height: 290px;
  }
}
.cid-uFf3USMZzi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFf3USMZzi .mbr-text {
  color: #767676;
}
.cid-uFf3USMZzi .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFf3USMZzi .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFf3USMZzi .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFf3USMZzi .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFf3USMZzi .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFf3USMZzi .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFf3USMZzi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFf3USMZzi .card {
    margin-bottom: 2rem;
  }
}
.cid-uFf3USMZzi .text-link {
  font-weight: 800 !important;
}
.cid-uFf3USMZzi .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFf3USMZzi .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf3USMZzi .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf3USMZzi .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFf3USMZzi .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFf3USMZzi .card:hover .text-link {
  color: #fff !important;
}
.cid-uFf3USMZzi .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFf3USMZzi .card:hover .link {
  transform: translateX(42px);
}
.cid-uFf3USMZzi .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFf3USMZzi h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uF3JocQtwl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uF3JocQtwl .container {
    padding: 0 24px;
  }
}
.cid-uF3JocQtwl .card {
  justify-content: center;
}
.cid-uF3JocQtwl .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uF3JocQtwl .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uF3JocQtwl .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF3JocQtwl .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uF3JocQtwl .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uF3JocQtwl .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uF3JocQtwl .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uF3JocQtwl .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uF3JocQtwl .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uF3JocQtwl .mbr-section-title {
  color: #F9F6E0;
}
.cid-uF3JocQtwl .mbr-desc {
  color: #ffffff;
}
.cid-uF3JocQtwl .mbr-text {
  color: #ffffff;
}
.cid-uF3JocQtwl .mbr-section-btn {
  text-align: right;
}
.cid-uF3JocQtwl .mbr-section-title,
.cid-uF3JocQtwl .mbr-section-btn {
  color: #ffffff;
}
.cid-uF3Jod4Kiy {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH7dwhT56a {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH7dwhT56a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7dwhT56a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH7dwhT56a .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH7dwhT56a .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH7dwhT56a .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH7dwhT56a .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH7dwhT56a .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH7dwhT56a .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH7dwhT56a .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH7dwhT56a .item {
    margin-bottom: 28px;
  }
}
.cid-uH7dwhT56a .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH7dwhT56a .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH7dwhT56a .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH7dwhT56a .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH7dwhT56a .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH7dwhT56a .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH7dwhT56a .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH7dwhT56a .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7dwhT56a .mbr-text,
.cid-uH7dwhT56a .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH7dwhT56a .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7dwhT56a .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFq2Q4uh82 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFq2Q4uh82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFq2Q4uh82 .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-uFq2Q4uh82 .container {
    padding: 0 20px;
  }
}
.cid-uFq2Q4uh82 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFq2Q4uh82 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFq2Q4uh82 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFq2Q4uh82 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFq2Q4uh82 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFq2Q4uh82 .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFq2Q4uh82 .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFq2Q4uh82 .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFq2Q4uh82 .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFq2Q4uh82 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFq2Q4uh82 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFq2Q4uh82 .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFq2Q4uh82 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFq2Q4uh82 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFq2Q4uh82 .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFq2Q4uh82 .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFq2Q4uh82 .content-wrapper .mbr-section-btn .btn-success,
.cid-uFq2Q4uh82 .content-wrapper .mbr-section-btn .btn-info,
.cid-uFq2Q4uh82 .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFq2Q4uh82 .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFq2Q4uh82 .content-wrapper .mbr-section-btn .btn-black,
.cid-uFq2Q4uh82 .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFq2Q4uh82 .mbr-section-title {
  color: #000000;
}
.cid-uFq2Q4uh82 .mbr-desc,
.cid-uFq2Q4uh82 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFq2Q4uh82 .card-number {
  color: #ffffff;
}
.cid-uFq2Q4uh82 .card-title {
  color: #000000;
}
.cid-uFq2Q4uh82 .mbr-text,
.cid-uFq2Q4uh82 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFq2Q4uh82 .mbr-section-title,
.cid-uFq2Q4uh82 .mbr-section-btn {
  text-align: center;
}
.cid-uFq2Q4uh82 .card-title,
.cid-uFq2Q4uh82 .icon-wrapper {
  color: #ffffff;
}
.cid-uFq2Q4uh82 .mbr-section-title,
.cid-uFq2Q4uh82 .mbr-section-btn,
.cid-uFq2Q4uh82 .image-wrapper {
  color: #19212f;
}
.cid-uFq2P5TCiZ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uFq2P5TCiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFq2P5TCiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFq2P5TCiZ .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uFq2P5TCiZ .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uFq2P5TCiZ .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFq2P5TCiZ .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFq2P5TCiZ .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFq2P5TCiZ .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uFq2P5TCiZ .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uFq2P5TCiZ .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uFq2P5TCiZ .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFq2P5TCiZ .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFq2P5TCiZ .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFq2P5TCiZ .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFq2P5TCiZ .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFq2P5TCiZ .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uFq2P5TCiZ .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uFq2P5TCiZ .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFq2P5TCiZ .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uFq2P5TCiZ .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFq2P5TCiZ .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uFq2P5TCiZ .mbr-section-title {
  color: #404349;
}
.cid-uFq2P5TCiZ .panel-title-edit {
  color: #ffffff;
}
.cid-uFq2P5TCiZ .panel-text {
  color: #404349;
}
.cid-uFq2P5TCiZ .panel-text,
.cid-uFq2P5TCiZ .panel-body {
  color: #ffffff;
}
.cid-uFq2P5TCiZ .mbr-section-title,
.cid-uFq2P5TCiZ .title-wrapper,
.cid-uFq2P5TCiZ .tabs-wrapper {
  color: #ffffff;
}
.cid-uF3JodLn5h {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uF3JodLn5h .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uF3JodLn5h .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uF3JodLn5h input,
.cid-uF3JodLn5h textarea {
  font-size: 14px;
}
.cid-uF3JodLn5h input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uF3JodLn5h textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uF3JodLn5h .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uF3JodLn5h .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uF3JodLn5h img {
  width: 90%;
  border-radius: 8px;
}
.cid-uF3JodLn5h .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uF3JodLn5h .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uF3JodLn5h .title-block {
  margin-bottom: 2rem;
}
.cid-uF3JodLn5h .form-control,
.cid-uF3JodLn5h .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF3JodLn5h .form-control:hover,
.cid-uF3JodLn5h .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF3JodLn5h .form-control:focus,
.cid-uF3JodLn5h .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF3JodLn5h input::-webkit-input-placeholder,
.cid-uF3JodLn5h textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uF3JodLn5h input:-moz-placeholder,
.cid-uF3JodLn5h textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uF3JodLn5h .jq-selectbox li,
.cid-uF3JodLn5h .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uF3JodLn5h .jq-selectbox li:hover,
.cid-uF3JodLn5h .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uF3JodLn5h .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uF3JodLn5h .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uF3JodLn5h H5 {
  padding-bottom: 2rem;
}
.cid-uF3JodLn5h .mbr-text {
  color: #777777;
}
.cid-uF3JodLn5h .mbr-form {
  padding: 0rem;
}
.cid-uF3JodLn5h .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3JodLn5h .form-row {
    margin: 0;
  }
  .cid-uF3JodLn5h .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uF3JodLn5h .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uF3JodLn5h img {
    width: 100%;
  }
}
.cid-uF3JodLn5h .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uF3JodLn5h H3 {
  color: #19212f;
}
.cid-uF3JodLn5h .mbr-text,
.cid-uF3JodLn5h .mbr-section-btn {
  color: #555555;
}
.cid-uFf3TBUbq7 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf3TBUbq7 [class^="socicon-"]:before,
.cid-uFf3TBUbq7 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf3TBUbq7 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf3TBUbq7 .btn-social,
.cid-uFf3TBUbq7 .mbr-section-title {
  color: #57468b;
}
.cid-uFf3TBUbq7 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf3TBUbq7 .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf3TBUbq7 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf3TBUbq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf3TBUbq7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe3Yx4Y1K {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe3Yx4Y1K .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe3Yx4Y1K h5 {
  padding-bottom: 2rem;
}
.cid-uFe3Yx4Y1K textarea {
  min-height: 150px;
}
.cid-uFe3Yx4Y1K .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe3Yx4Y1K h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe3Yx4Y1K h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe3Yx4Y1K h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe3Yx4Y1K .form-control,
.cid-uFe3Yx4Y1K .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe3Yx4Y1K .form-control input::-webkit-input-placeholder,
.cid-uFe3Yx4Y1K .field-input input::-webkit-input-placeholder,
.cid-uFe3Yx4Y1K .form-control textarea::-webkit-input-placeholder,
.cid-uFe3Yx4Y1K .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe3Yx4Y1K .form-control input:-moz-placeholder,
.cid-uFe3Yx4Y1K .field-input input:-moz-placeholder,
.cid-uFe3Yx4Y1K .form-control textarea:-moz-placeholder,
.cid-uFe3Yx4Y1K .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe3Yx4Y1K .form-control:hover,
.cid-uFe3Yx4Y1K .field-input:hover,
.cid-uFe3Yx4Y1K .form-control:focus,
.cid-uFe3Yx4Y1K .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe3Yx4Y1K .form-control:hover input::-webkit-input-placeholder,
.cid-uFe3Yx4Y1K .field-input:hover input::-webkit-input-placeholder,
.cid-uFe3Yx4Y1K .form-control:focus input::-webkit-input-placeholder,
.cid-uFe3Yx4Y1K .field-input:focus input::-webkit-input-placeholder,
.cid-uFe3Yx4Y1K .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe3Yx4Y1K .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe3Yx4Y1K .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe3Yx4Y1K .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe3Yx4Y1K .form-control:hover input:-moz-placeholder,
.cid-uFe3Yx4Y1K .field-input:hover input:-moz-placeholder,
.cid-uFe3Yx4Y1K .form-control:focus input:-moz-placeholder,
.cid-uFe3Yx4Y1K .field-input:focus input:-moz-placeholder,
.cid-uFe3Yx4Y1K .form-control:hover textarea:-moz-placeholder,
.cid-uFe3Yx4Y1K .field-input:hover textarea:-moz-placeholder,
.cid-uFe3Yx4Y1K .form-control:focus textarea:-moz-placeholder,
.cid-uFe3Yx4Y1K .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe3Yx4Y1K .jq-number__spin:hover,
.cid-uFe3Yx4Y1K .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe3Yx4Y1K .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe3Yx4Y1K .jq-selectbox li,
.cid-uFe3Yx4Y1K .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe3Yx4Y1K .jq-selectbox li:hover,
.cid-uFe3Yx4Y1K .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe3Yx4Y1K .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe3Yx4Y1K .jq-number__spin.minus:hover:after,
.cid-uFe3Yx4Y1K .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe3Yx4Y1K .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe3Yx4Y1K .jq-number__spin.minus:after,
.cid-uFe3Yx4Y1K .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe3Yx4Y1K input::-webkit-clear-button {
  display: none;
}
.cid-uFe3Yx4Y1K input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe3Yx4Y1K input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe3Yx4Y1K input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe3Yx4Y1K H5 {
  color: #ffffff;
}
.cid-uFe3Yx4Y1K P {
  color: #767676;
}
.cid-uFe3Yx4Y1K H3 {
  color: #e1201d;
}
.cid-uFe3Yx4Y1K p,
.cid-uFe3Yx4Y1K .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4EwQhIW1 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4EwQhIW1 a {
  transition: 0.3s;
}
.cid-uL4EwQhIW1 h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4EwQhIW1 .card-img2 span {
  padding-top: 6px;
}
.cid-uL4EwQhIW1 .soc-item a {
  padding-top: 5px;
}
.cid-uL4EwQhIW1 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4EwQhIW1 .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4EwQhIW1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4EwQhIW1 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4EwQhIW1 .soc-item span {
  font-size: 1rem;
}
.cid-uL4EwQhIW1 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4EwQhIW1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4EwQhIW1 .item h4 {
  margin: 0;
}
.cid-uL4EwQhIW1 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4EwQhIW1 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4EwQhIW1 img {
  width: 80%;
}
.cid-uL4EwQhIW1 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4EwQhIW1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4EwQhIW1 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4EwQhIW1 .container {
  padding: 0;
}
.cid-uL4EwQhIW1 .btn-primary {
  color: #333333 !important;
}
.cid-uL4EwQhIW1 .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uF3JoeFLsz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uF3JoeFLsz .media-container-row {
  align-items: center;
}
.cid-uF3JoeFLsz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uF3JoeFLsz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uF3JoeFLsz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uF3JoeFLsz .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uF3JoeFLsz .foot-menu-item {
  transform: 0.2s;
}
.cid-uF3JoeFLsz .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uF3JoeFLsz .foot-menu {
    justify-content: center;
  }
  .cid-uF3JoeFLsz .mbr-text {
    text-align: center;
  }
  .cid-uF3JoeFLsz .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uF3JoeFLsz .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uF3JoeFLsz .link:hover {
  text-decoration: underline;
}
.cid-uF3JoeFLsz .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uF3JoeFLsz .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uF3JoeFLsz .container {
    padding: 0;
  }
}
.cid-uF3JoeFLsz .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uF3NZCvLJi {
  min-height: 85px !important;
  position: static;
}
.cid-uF3NZCvLJi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3NZCvLJi .nav-item:focus,
.cid-uF3NZCvLJi .nav-link:focus {
  outline: none;
}
.cid-uF3NZCvLJi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3NZCvLJi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF3NZCvLJi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3NZCvLJi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3NZCvLJi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3NZCvLJi .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uF3NZCvLJi .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uF3NZCvLJi .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uF3NZCvLJi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3NZCvLJi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF3NZCvLJi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF3NZCvLJi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3NZCvLJi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF3NZCvLJi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF3NZCvLJi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3NZCvLJi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF3NZCvLJi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF3NZCvLJi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3NZCvLJi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF3NZCvLJi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3NZCvLJi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF3NZCvLJi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF3NZCvLJi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF3NZCvLJi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3NZCvLJi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF3NZCvLJi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF3NZCvLJi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF3NZCvLJi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF3NZCvLJi .navbar.navbar-short {
  background: #19212f;
}
.cid-uF3NZCvLJi .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3NZCvLJi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3NZCvLJi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3NZCvLJi .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uF3NZCvLJi .dropdown-item.active,
.cid-uF3NZCvLJi .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uF3NZCvLJi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF3NZCvLJi .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uF3NZCvLJi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uF3NZCvLJi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF3NZCvLJi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3NZCvLJi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3NZCvLJi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF3NZCvLJi .navbar-nav {
  margin: auto;
}
.cid-uF3NZCvLJi .navbar-buttons {
  text-align: center;
}
.cid-uF3NZCvLJi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF3NZCvLJi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF3NZCvLJi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF3NZCvLJi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3NZCvLJi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3NZCvLJi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF3NZCvLJi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3NZCvLJi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF3NZCvLJi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF3NZCvLJi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3NZCvLJi .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uF3NZCvLJi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF3NZCvLJi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF3NZCvLJi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uF3NZCvLJi .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3NZCvLJi .navbar {
    height: 77px;
  }
  .cid-uF3NZCvLJi .navbar.opened {
    height: auto;
  }
}
.cid-uF3NZCvLJi .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uF3NZCvLJi .text-btn {
  transition: transform 0.3s;
}
.cid-uF3NZCvLJi .btn:hover {
  transform: scale(0.8);
}
.cid-uF3NZCvLJi .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uF3NZCvLJi .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uF3NZCvLJi .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uF3NZCvLJi .nav-link:hover::before {
  width: 100%;
}
.cid-uF3NZCvLJi .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uF3NZCvLJi .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uF3NZCvLJi .link {
  margin: 0rem 1.2rem !important;
}
.cid-uF3NZCvLJi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uF3NZCvLJi .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uF3NZCvLJi .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uF3NZCvLJi .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uF3NZCvLJi .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uF3NZCvLJi .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uF3NZCvLJi .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uF3NZCvLJi .dropdown-menu::before {
    display: none !important;
  }
  .cid-uF3NZCvLJi .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uF3NZCvLJi .dropdown-menu > a::after {
    display: none;
  }
  .cid-uF3NZCvLJi .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uF3NZCvLJi .nav-link::before {
    display: none;
  }
  .cid-uF3NZCvLJi .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uF3NZCvLJi .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uF3NZCvLJi .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uF3NZCvLJi .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uF3NZCvLJi .nav-dropdown .dropdown-item:focus,
  .cid-uF3NZCvLJi .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uF3NZCvLJi .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uF3NZCvLJi .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF3NZCvLJi .container-fluid {
    padding-right: 0rem;
  }
  .cid-uF3NZCvLJi .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uF3NZCvLJi .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uF3NZCvLJi .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uF3NZCvLJi .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uF3NZCvLJi .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uF3NZCvLJi .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uF3NZCvLJi .nav-dropdown .dropdown-item:focus,
  .cid-uF3NZCvLJi .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uF3NZCvLJi .btn-primary {
  color: #354463 !important;
}
.cid-uF3NZCvLJi .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uF3NZCvLJi .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uF3NZCvLJi .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uF3NZCQNev {
  overflow-x: hidden !important;
}
.cid-uF3NZCQNev,
.cid-uF3NZCQNev .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uF3NZCQNev .mbr-section-title {
  color: #ffffff;
}
.cid-uF3NZCQNev .mbr-section-title span {
  color: #ffffff;
}
.cid-uF3NZCQNev .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uF3NZCQNev .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/img-5131-2000x1499.jpg");
}
.cid-uF3NZCQNev .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uF3NZCQNev .mbr-overlay {
  z-index: 1;
}
.cid-uF3NZCQNev .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uF3NZD3bEu {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uF3NZD3bEu .text-wrap {
  margin-top: 32px;
}
.cid-uF3NZD3bEu .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uF3NZD3bEu .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uF3NZD3bEu .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uF3NZD3bEu .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uF3NZD3bEu .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uF3NZD3bEu .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uF3NZD3bEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3NZD3bEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3NZD3bEu .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uF3NZD3bEu .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uF3NZD3bEu .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uF3NZD3bEu .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uF3NZDlzXE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uF3NZDlzXE .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uF3NZDlzXE .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uF3NZDlzXE .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uF3NZDlzXE .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uF3NZDlzXE .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uF3NZDlzXE .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uF3NZDlzXE .mbr-gallery-filter ul {
  display: block;
}
.cid-uF3NZDlzXE .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uF3NZDlzXE .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uF3NZDlzXE .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uF3NZDlzXE .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uF3NZDlzXE .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uF3NZDlzXE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uF3NZDlzXE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uF3NZDlzXE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uF3NZDlzXE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uF3NZDlzXE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uF3NZDlzXE .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uF3NZDlzXE .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uF3NZDlzXE .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uF3NZDlzXE .mbr-gallery-item > div img,
.cid-uF3NZDlzXE .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uF3NZDlzXE .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uF3NZDlzXE .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uF3NZDlzXE .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uF3NZDlzXE .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uF3NZDlzXE .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uF3NZDlzXE .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uF3NZDlzXE .mbr-section-title {
    text-align: center;
  }
  .cid-uF3NZDlzXE .image {
    top: auto;
    height: 420px;
  }
  .cid-uF3NZDlzXE .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uF3NZDlzXE .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uF3NZDlzXE .mbr-gallery-item > div img,
  .cid-uF3NZDlzXE .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uF3NZDlzXE .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uF3NZDlzXE .image {
    height: 290px;
  }
}
.cid-uFf46CQtsp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFf46CQtsp .mbr-text {
  color: #767676;
}
.cid-uFf46CQtsp .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFf46CQtsp .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFf46CQtsp .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFf46CQtsp .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFf46CQtsp .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFf46CQtsp .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFf46CQtsp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFf46CQtsp .card {
    margin-bottom: 2rem;
  }
}
.cid-uFf46CQtsp .text-link {
  font-weight: 800 !important;
}
.cid-uFf46CQtsp .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFf46CQtsp .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf46CQtsp .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf46CQtsp .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFf46CQtsp .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFf46CQtsp .card:hover .text-link {
  color: #fff !important;
}
.cid-uFf46CQtsp .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFf46CQtsp .card:hover .link {
  transform: translateX(42px);
}
.cid-uFf46CQtsp .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFf46CQtsp h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uF3NZEemMz {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uF3NZEemMz .container {
    padding: 0 24px;
  }
}
.cid-uF3NZEemMz .card {
  justify-content: center;
}
.cid-uF3NZEemMz .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uF3NZEemMz .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uF3NZEemMz .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF3NZEemMz .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uF3NZEemMz .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uF3NZEemMz .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uF3NZEemMz .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uF3NZEemMz .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uF3NZEemMz .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uF3NZEemMz .mbr-section-title {
  color: #F9F6E0;
}
.cid-uF3NZEemMz .mbr-desc {
  color: #ffffff;
}
.cid-uF3NZEemMz .mbr-text {
  color: #ffffff;
}
.cid-uF3NZEemMz .mbr-section-btn {
  text-align: right;
}
.cid-uF3NZEemMz .mbr-section-title,
.cid-uF3NZEemMz .mbr-section-btn {
  color: #ffffff;
}
.cid-uF3NZEs5Dq {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH7dBBorx8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH7dBBorx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7dBBorx8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH7dBBorx8 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH7dBBorx8 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH7dBBorx8 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH7dBBorx8 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH7dBBorx8 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH7dBBorx8 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH7dBBorx8 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH7dBBorx8 .item {
    margin-bottom: 28px;
  }
}
.cid-uH7dBBorx8 .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH7dBBorx8 .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH7dBBorx8 .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH7dBBorx8 .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH7dBBorx8 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH7dBBorx8 .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH7dBBorx8 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH7dBBorx8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7dBBorx8 .mbr-text,
.cid-uH7dBBorx8 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH7dBBorx8 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7dBBorx8 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFq397fNPI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFq397fNPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFq397fNPI .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-uFq397fNPI .container {
    padding: 0 20px;
  }
}
.cid-uFq397fNPI .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFq397fNPI .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFq397fNPI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFq397fNPI .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFq397fNPI .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFq397fNPI .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFq397fNPI .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFq397fNPI .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFq397fNPI .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFq397fNPI .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFq397fNPI .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFq397fNPI .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFq397fNPI .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFq397fNPI .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFq397fNPI .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFq397fNPI .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFq397fNPI .content-wrapper .mbr-section-btn .btn-success,
.cid-uFq397fNPI .content-wrapper .mbr-section-btn .btn-info,
.cid-uFq397fNPI .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFq397fNPI .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFq397fNPI .content-wrapper .mbr-section-btn .btn-black,
.cid-uFq397fNPI .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFq397fNPI .mbr-section-title {
  color: #000000;
}
.cid-uFq397fNPI .mbr-desc,
.cid-uFq397fNPI .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFq397fNPI .card-number {
  color: #ffffff;
}
.cid-uFq397fNPI .card-title {
  color: #000000;
}
.cid-uFq397fNPI .mbr-text,
.cid-uFq397fNPI .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFq397fNPI .mbr-section-title,
.cid-uFq397fNPI .mbr-section-btn {
  text-align: center;
}
.cid-uFq397fNPI .card-title,
.cid-uFq397fNPI .icon-wrapper {
  color: #ffffff;
}
.cid-uFq397fNPI .mbr-section-title,
.cid-uFq397fNPI .mbr-section-btn,
.cid-uFq397fNPI .image-wrapper {
  color: #19212f;
}
.cid-uFq37ZsSPq {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uFq37ZsSPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFq37ZsSPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFq37ZsSPq .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uFq37ZsSPq .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uFq37ZsSPq .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFq37ZsSPq .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFq37ZsSPq .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFq37ZsSPq .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uFq37ZsSPq .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uFq37ZsSPq .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uFq37ZsSPq .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFq37ZsSPq .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFq37ZsSPq .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFq37ZsSPq .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFq37ZsSPq .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFq37ZsSPq .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uFq37ZsSPq .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uFq37ZsSPq .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFq37ZsSPq .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uFq37ZsSPq .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFq37ZsSPq .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uFq37ZsSPq .mbr-section-title {
  color: #404349;
}
.cid-uFq37ZsSPq .panel-title-edit {
  color: #ffffff;
}
.cid-uFq37ZsSPq .panel-text {
  color: #404349;
}
.cid-uFq37ZsSPq .panel-text,
.cid-uFq37ZsSPq .panel-body {
  color: #ffffff;
}
.cid-uFq37ZsSPq .mbr-section-title,
.cid-uFq37ZsSPq .title-wrapper,
.cid-uFq37ZsSPq .tabs-wrapper {
  color: #ffffff;
}
.cid-uF3NZFiBr0 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uF3NZFiBr0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uF3NZFiBr0 .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uF3NZFiBr0 input,
.cid-uF3NZFiBr0 textarea {
  font-size: 14px;
}
.cid-uF3NZFiBr0 input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uF3NZFiBr0 textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uF3NZFiBr0 .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uF3NZFiBr0 .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uF3NZFiBr0 img {
  width: 90%;
  border-radius: 8px;
}
.cid-uF3NZFiBr0 .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uF3NZFiBr0 .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uF3NZFiBr0 .title-block {
  margin-bottom: 2rem;
}
.cid-uF3NZFiBr0 .form-control,
.cid-uF3NZFiBr0 .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF3NZFiBr0 .form-control:hover,
.cid-uF3NZFiBr0 .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF3NZFiBr0 .form-control:focus,
.cid-uF3NZFiBr0 .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF3NZFiBr0 input::-webkit-input-placeholder,
.cid-uF3NZFiBr0 textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uF3NZFiBr0 input:-moz-placeholder,
.cid-uF3NZFiBr0 textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uF3NZFiBr0 .jq-selectbox li,
.cid-uF3NZFiBr0 .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uF3NZFiBr0 .jq-selectbox li:hover,
.cid-uF3NZFiBr0 .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uF3NZFiBr0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uF3NZFiBr0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uF3NZFiBr0 H5 {
  padding-bottom: 2rem;
}
.cid-uF3NZFiBr0 .mbr-text {
  color: #777777;
}
.cid-uF3NZFiBr0 .mbr-form {
  padding: 0rem;
}
.cid-uF3NZFiBr0 .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3NZFiBr0 .form-row {
    margin: 0;
  }
  .cid-uF3NZFiBr0 .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uF3NZFiBr0 .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uF3NZFiBr0 img {
    width: 100%;
  }
}
.cid-uF3NZFiBr0 .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uF3NZFiBr0 H3 {
  color: #19212f;
}
.cid-uF3NZFiBr0 .mbr-text,
.cid-uF3NZFiBr0 .mbr-section-btn {
  color: #555555;
}
.cid-uFf45vSZRI {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf45vSZRI [class^="socicon-"]:before,
.cid-uFf45vSZRI [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf45vSZRI .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf45vSZRI .btn-social,
.cid-uFf45vSZRI .mbr-section-title {
  color: #57468b;
}
.cid-uFf45vSZRI .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf45vSZRI .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf45vSZRI .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf45vSZRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf45vSZRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe3Mgm4IR {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe3Mgm4IR .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe3Mgm4IR h5 {
  padding-bottom: 2rem;
}
.cid-uFe3Mgm4IR textarea {
  min-height: 150px;
}
.cid-uFe3Mgm4IR .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe3Mgm4IR h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe3Mgm4IR h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe3Mgm4IR h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe3Mgm4IR .form-control,
.cid-uFe3Mgm4IR .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe3Mgm4IR .form-control input::-webkit-input-placeholder,
.cid-uFe3Mgm4IR .field-input input::-webkit-input-placeholder,
.cid-uFe3Mgm4IR .form-control textarea::-webkit-input-placeholder,
.cid-uFe3Mgm4IR .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe3Mgm4IR .form-control input:-moz-placeholder,
.cid-uFe3Mgm4IR .field-input input:-moz-placeholder,
.cid-uFe3Mgm4IR .form-control textarea:-moz-placeholder,
.cid-uFe3Mgm4IR .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe3Mgm4IR .form-control:hover,
.cid-uFe3Mgm4IR .field-input:hover,
.cid-uFe3Mgm4IR .form-control:focus,
.cid-uFe3Mgm4IR .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe3Mgm4IR .form-control:hover input::-webkit-input-placeholder,
.cid-uFe3Mgm4IR .field-input:hover input::-webkit-input-placeholder,
.cid-uFe3Mgm4IR .form-control:focus input::-webkit-input-placeholder,
.cid-uFe3Mgm4IR .field-input:focus input::-webkit-input-placeholder,
.cid-uFe3Mgm4IR .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe3Mgm4IR .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe3Mgm4IR .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe3Mgm4IR .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe3Mgm4IR .form-control:hover input:-moz-placeholder,
.cid-uFe3Mgm4IR .field-input:hover input:-moz-placeholder,
.cid-uFe3Mgm4IR .form-control:focus input:-moz-placeholder,
.cid-uFe3Mgm4IR .field-input:focus input:-moz-placeholder,
.cid-uFe3Mgm4IR .form-control:hover textarea:-moz-placeholder,
.cid-uFe3Mgm4IR .field-input:hover textarea:-moz-placeholder,
.cid-uFe3Mgm4IR .form-control:focus textarea:-moz-placeholder,
.cid-uFe3Mgm4IR .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe3Mgm4IR .jq-number__spin:hover,
.cid-uFe3Mgm4IR .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe3Mgm4IR .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe3Mgm4IR .jq-selectbox li,
.cid-uFe3Mgm4IR .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe3Mgm4IR .jq-selectbox li:hover,
.cid-uFe3Mgm4IR .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe3Mgm4IR .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe3Mgm4IR .jq-number__spin.minus:hover:after,
.cid-uFe3Mgm4IR .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe3Mgm4IR .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe3Mgm4IR .jq-number__spin.minus:after,
.cid-uFe3Mgm4IR .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe3Mgm4IR input::-webkit-clear-button {
  display: none;
}
.cid-uFe3Mgm4IR input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe3Mgm4IR input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe3Mgm4IR input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe3Mgm4IR H5 {
  color: #ffffff;
}
.cid-uFe3Mgm4IR P {
  color: #767676;
}
.cid-uFe3Mgm4IR H3 {
  color: #e1201d;
}
.cid-uFe3Mgm4IR p,
.cid-uFe3Mgm4IR .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4Ezkta51 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4Ezkta51 a {
  transition: 0.3s;
}
.cid-uL4Ezkta51 h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4Ezkta51 .card-img2 span {
  padding-top: 6px;
}
.cid-uL4Ezkta51 .soc-item a {
  padding-top: 5px;
}
.cid-uL4Ezkta51 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4Ezkta51 .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4Ezkta51 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4Ezkta51 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4Ezkta51 .soc-item span {
  font-size: 1rem;
}
.cid-uL4Ezkta51 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4Ezkta51 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4Ezkta51 .item h4 {
  margin: 0;
}
.cid-uL4Ezkta51 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4Ezkta51 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4Ezkta51 img {
  width: 80%;
}
.cid-uL4Ezkta51 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4Ezkta51 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4Ezkta51 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4Ezkta51 .container {
  padding: 0;
}
.cid-uL4Ezkta51 .btn-primary {
  color: #333333 !important;
}
.cid-uL4Ezkta51 .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uF3NZGhwKT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uF3NZGhwKT .media-container-row {
  align-items: center;
}
.cid-uF3NZGhwKT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uF3NZGhwKT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uF3NZGhwKT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uF3NZGhwKT .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uF3NZGhwKT .foot-menu-item {
  transform: 0.2s;
}
.cid-uF3NZGhwKT .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uF3NZGhwKT .foot-menu {
    justify-content: center;
  }
  .cid-uF3NZGhwKT .mbr-text {
    text-align: center;
  }
  .cid-uF3NZGhwKT .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uF3NZGhwKT .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uF3NZGhwKT .link:hover {
  text-decoration: underline;
}
.cid-uF3NZGhwKT .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uF3NZGhwKT .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uF3NZGhwKT .container {
    padding: 0;
  }
}
.cid-uF3NZGhwKT .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uF3Q6JGifq {
  min-height: 85px !important;
  position: static;
}
.cid-uF3Q6JGifq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3Q6JGifq .nav-item:focus,
.cid-uF3Q6JGifq .nav-link:focus {
  outline: none;
}
.cid-uF3Q6JGifq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3Q6JGifq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF3Q6JGifq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3Q6JGifq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3Q6JGifq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3Q6JGifq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uF3Q6JGifq .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uF3Q6JGifq .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uF3Q6JGifq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3Q6JGifq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF3Q6JGifq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF3Q6JGifq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3Q6JGifq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF3Q6JGifq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF3Q6JGifq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3Q6JGifq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF3Q6JGifq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF3Q6JGifq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3Q6JGifq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF3Q6JGifq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3Q6JGifq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF3Q6JGifq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF3Q6JGifq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF3Q6JGifq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3Q6JGifq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF3Q6JGifq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF3Q6JGifq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF3Q6JGifq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF3Q6JGifq .navbar.navbar-short {
  background: #19212f;
}
.cid-uF3Q6JGifq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3Q6JGifq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3Q6JGifq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3Q6JGifq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uF3Q6JGifq .dropdown-item.active,
.cid-uF3Q6JGifq .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uF3Q6JGifq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF3Q6JGifq .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uF3Q6JGifq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uF3Q6JGifq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF3Q6JGifq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3Q6JGifq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3Q6JGifq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF3Q6JGifq .navbar-nav {
  margin: auto;
}
.cid-uF3Q6JGifq .navbar-buttons {
  text-align: center;
}
.cid-uF3Q6JGifq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF3Q6JGifq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF3Q6JGifq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF3Q6JGifq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3Q6JGifq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3Q6JGifq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF3Q6JGifq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3Q6JGifq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF3Q6JGifq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF3Q6JGifq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3Q6JGifq .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uF3Q6JGifq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF3Q6JGifq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF3Q6JGifq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uF3Q6JGifq .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3Q6JGifq .navbar {
    height: 77px;
  }
  .cid-uF3Q6JGifq .navbar.opened {
    height: auto;
  }
}
.cid-uF3Q6JGifq .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uF3Q6JGifq .text-btn {
  transition: transform 0.3s;
}
.cid-uF3Q6JGifq .btn:hover {
  transform: scale(0.8);
}
.cid-uF3Q6JGifq .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uF3Q6JGifq .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uF3Q6JGifq .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uF3Q6JGifq .nav-link:hover::before {
  width: 100%;
}
.cid-uF3Q6JGifq .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uF3Q6JGifq .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uF3Q6JGifq .link {
  margin: 0rem 1.2rem !important;
}
.cid-uF3Q6JGifq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uF3Q6JGifq .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uF3Q6JGifq .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uF3Q6JGifq .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uF3Q6JGifq .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uF3Q6JGifq .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uF3Q6JGifq .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uF3Q6JGifq .dropdown-menu::before {
    display: none !important;
  }
  .cid-uF3Q6JGifq .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uF3Q6JGifq .dropdown-menu > a::after {
    display: none;
  }
  .cid-uF3Q6JGifq .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uF3Q6JGifq .nav-link::before {
    display: none;
  }
  .cid-uF3Q6JGifq .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uF3Q6JGifq .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uF3Q6JGifq .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uF3Q6JGifq .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uF3Q6JGifq .nav-dropdown .dropdown-item:focus,
  .cid-uF3Q6JGifq .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uF3Q6JGifq .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uF3Q6JGifq .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF3Q6JGifq .container-fluid {
    padding-right: 0rem;
  }
  .cid-uF3Q6JGifq .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uF3Q6JGifq .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uF3Q6JGifq .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uF3Q6JGifq .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uF3Q6JGifq .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uF3Q6JGifq .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uF3Q6JGifq .nav-dropdown .dropdown-item:focus,
  .cid-uF3Q6JGifq .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uF3Q6JGifq .btn-primary {
  color: #354463 !important;
}
.cid-uF3Q6JGifq .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uF3Q6JGifq .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uF3Q6JGifq .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uF3Q6JZ6v5 {
  overflow-x: hidden !important;
}
.cid-uF3Q6JZ6v5,
.cid-uF3Q6JZ6v5 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uF3Q6JZ6v5 .mbr-section-title {
  color: #ffffff;
}
.cid-uF3Q6JZ6v5 .mbr-section-title span {
  color: #ffffff;
}
.cid-uF3Q6JZ6v5 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uF3Q6JZ6v5 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/img-9317-2000x1500.jpg");
}
.cid-uF3Q6JZ6v5 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uF3Q6JZ6v5 .mbr-overlay {
  z-index: 1;
}
.cid-uF3Q6JZ6v5 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uF3Q6KchLw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF3Q6KchLw .text-wrap {
  margin-top: 32px;
}
.cid-uF3Q6KchLw .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uF3Q6KchLw .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uF3Q6KchLw .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uF3Q6KchLw .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uF3Q6KchLw .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uF3Q6KchLw .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uF3Q6KchLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3Q6KchLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3Q6KchLw .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uF3Q6KchLw .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uF3Q6KchLw .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uF3Q6KchLw .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uF3Q6KuiL6 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uF3Q6KuiL6 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uF3Q6KuiL6 .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uF3Q6KuiL6 .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uF3Q6KuiL6 .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uF3Q6KuiL6 .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uF3Q6KuiL6 .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uF3Q6KuiL6 .mbr-gallery-filter ul {
  display: block;
}
.cid-uF3Q6KuiL6 .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uF3Q6KuiL6 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uF3Q6KuiL6 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uF3Q6KuiL6 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uF3Q6KuiL6 .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uF3Q6KuiL6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uF3Q6KuiL6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uF3Q6KuiL6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uF3Q6KuiL6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uF3Q6KuiL6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uF3Q6KuiL6 .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uF3Q6KuiL6 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uF3Q6KuiL6 .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uF3Q6KuiL6 .mbr-gallery-item > div img,
.cid-uF3Q6KuiL6 .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uF3Q6KuiL6 .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uF3Q6KuiL6 .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uF3Q6KuiL6 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uF3Q6KuiL6 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uF3Q6KuiL6 .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uF3Q6KuiL6 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uF3Q6KuiL6 .mbr-section-title {
    text-align: center;
  }
  .cid-uF3Q6KuiL6 .image {
    top: auto;
    height: 420px;
  }
  .cid-uF3Q6KuiL6 .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uF3Q6KuiL6 .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uF3Q6KuiL6 .mbr-gallery-item > div img,
  .cid-uF3Q6KuiL6 .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uF3Q6KuiL6 .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uF3Q6KuiL6 .image {
    height: 290px;
  }
}
.cid-uFf4eb5rVO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFf4eb5rVO .mbr-text {
  color: #767676;
}
.cid-uFf4eb5rVO .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uFf4eb5rVO .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uFf4eb5rVO .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFf4eb5rVO .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uFf4eb5rVO .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFf4eb5rVO .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uFf4eb5rVO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFf4eb5rVO .card {
    margin-bottom: 2rem;
  }
}
.cid-uFf4eb5rVO .text-link {
  font-weight: 800 !important;
}
.cid-uFf4eb5rVO .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uFf4eb5rVO .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf4eb5rVO .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uFf4eb5rVO .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uFf4eb5rVO .card:hover .icon-arrow {
  color: #fff;
}
.cid-uFf4eb5rVO .card:hover .text-link {
  color: #fff !important;
}
.cid-uFf4eb5rVO .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uFf4eb5rVO .card:hover .link {
  transform: translateX(42px);
}
.cid-uFf4eb5rVO .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uFf4eb5rVO h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uF3Q6LlZ5O {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uF3Q6LlZ5O .container {
    padding: 0 24px;
  }
}
.cid-uF3Q6LlZ5O .card {
  justify-content: center;
}
.cid-uF3Q6LlZ5O .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uF3Q6LlZ5O .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uF3Q6LlZ5O .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF3Q6LlZ5O .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uF3Q6LlZ5O .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uF3Q6LlZ5O .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uF3Q6LlZ5O .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uF3Q6LlZ5O .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uF3Q6LlZ5O .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uF3Q6LlZ5O .mbr-section-title {
  color: #F9F6E0;
}
.cid-uF3Q6LlZ5O .mbr-desc {
  color: #ffffff;
}
.cid-uF3Q6LlZ5O .mbr-text {
  color: #ffffff;
}
.cid-uF3Q6LlZ5O .mbr-section-btn {
  text-align: right;
}
.cid-uF3Q6LlZ5O .mbr-section-title,
.cid-uF3Q6LlZ5O .mbr-section-btn {
  color: #ffffff;
}
.cid-uF3Q6Lxh7R {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH7dHsEAXf {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH7dHsEAXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7dHsEAXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH7dHsEAXf .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH7dHsEAXf .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH7dHsEAXf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH7dHsEAXf .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH7dHsEAXf .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH7dHsEAXf .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH7dHsEAXf .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH7dHsEAXf .item {
    margin-bottom: 28px;
  }
}
.cid-uH7dHsEAXf .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH7dHsEAXf .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH7dHsEAXf .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH7dHsEAXf .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH7dHsEAXf .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH7dHsEAXf .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH7dHsEAXf .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH7dHsEAXf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7dHsEAXf .mbr-text,
.cid-uH7dHsEAXf .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH7dHsEAXf .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH7dHsEAXf .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFq3MCLx2p {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFq3MCLx2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFq3MCLx2p .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-uFq3MCLx2p .container {
    padding: 0 20px;
  }
}
.cid-uFq3MCLx2p .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFq3MCLx2p .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFq3MCLx2p .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFq3MCLx2p .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFq3MCLx2p .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFq3MCLx2p .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFq3MCLx2p .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFq3MCLx2p .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFq3MCLx2p .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFq3MCLx2p .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFq3MCLx2p .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFq3MCLx2p .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFq3MCLx2p .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFq3MCLx2p .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFq3MCLx2p .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFq3MCLx2p .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFq3MCLx2p .content-wrapper .mbr-section-btn .btn-success,
.cid-uFq3MCLx2p .content-wrapper .mbr-section-btn .btn-info,
.cid-uFq3MCLx2p .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFq3MCLx2p .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFq3MCLx2p .content-wrapper .mbr-section-btn .btn-black,
.cid-uFq3MCLx2p .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFq3MCLx2p .mbr-section-title {
  color: #000000;
}
.cid-uFq3MCLx2p .mbr-desc,
.cid-uFq3MCLx2p .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFq3MCLx2p .card-number {
  color: #ffffff;
}
.cid-uFq3MCLx2p .card-title {
  color: #000000;
}
.cid-uFq3MCLx2p .mbr-text,
.cid-uFq3MCLx2p .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFq3MCLx2p .mbr-section-title,
.cid-uFq3MCLx2p .mbr-section-btn {
  text-align: center;
}
.cid-uFq3MCLx2p .card-title,
.cid-uFq3MCLx2p .icon-wrapper {
  color: #ffffff;
}
.cid-uFq3MCLx2p .mbr-section-title,
.cid-uFq3MCLx2p .mbr-section-btn,
.cid-uFq3MCLx2p .image-wrapper {
  color: #19212f;
}
.cid-uFq3KZO3Ky {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uFq3KZO3Ky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFq3KZO3Ky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFq3KZO3Ky .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uFq3KZO3Ky .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uFq3KZO3Ky .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFq3KZO3Ky .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFq3KZO3Ky .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFq3KZO3Ky .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uFq3KZO3Ky .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uFq3KZO3Ky .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uFq3KZO3Ky .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFq3KZO3Ky .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFq3KZO3Ky .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFq3KZO3Ky .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFq3KZO3Ky .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFq3KZO3Ky .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uFq3KZO3Ky .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uFq3KZO3Ky .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFq3KZO3Ky .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uFq3KZO3Ky .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFq3KZO3Ky .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uFq3KZO3Ky .mbr-section-title {
  color: #404349;
}
.cid-uFq3KZO3Ky .panel-title-edit {
  color: #ffffff;
}
.cid-uFq3KZO3Ky .panel-text {
  color: #404349;
}
.cid-uFq3KZO3Ky .panel-text,
.cid-uFq3KZO3Ky .panel-body {
  color: #ffffff;
}
.cid-uFq3KZO3Ky .mbr-section-title,
.cid-uFq3KZO3Ky .title-wrapper,
.cid-uFq3KZO3Ky .tabs-wrapper {
  color: #ffffff;
}
.cid-uF3Q6MmQ0V {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uF3Q6MmQ0V .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uF3Q6MmQ0V .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uF3Q6MmQ0V input,
.cid-uF3Q6MmQ0V textarea {
  font-size: 14px;
}
.cid-uF3Q6MmQ0V input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uF3Q6MmQ0V textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uF3Q6MmQ0V .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uF3Q6MmQ0V .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uF3Q6MmQ0V img {
  width: 90%;
  border-radius: 8px;
}
.cid-uF3Q6MmQ0V .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uF3Q6MmQ0V .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uF3Q6MmQ0V .title-block {
  margin-bottom: 2rem;
}
.cid-uF3Q6MmQ0V .form-control,
.cid-uF3Q6MmQ0V .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF3Q6MmQ0V .form-control:hover,
.cid-uF3Q6MmQ0V .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF3Q6MmQ0V .form-control:focus,
.cid-uF3Q6MmQ0V .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF3Q6MmQ0V input::-webkit-input-placeholder,
.cid-uF3Q6MmQ0V textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uF3Q6MmQ0V input:-moz-placeholder,
.cid-uF3Q6MmQ0V textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uF3Q6MmQ0V .jq-selectbox li,
.cid-uF3Q6MmQ0V .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uF3Q6MmQ0V .jq-selectbox li:hover,
.cid-uF3Q6MmQ0V .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uF3Q6MmQ0V .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uF3Q6MmQ0V .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uF3Q6MmQ0V H5 {
  padding-bottom: 2rem;
}
.cid-uF3Q6MmQ0V .mbr-text {
  color: #777777;
}
.cid-uF3Q6MmQ0V .mbr-form {
  padding: 0rem;
}
.cid-uF3Q6MmQ0V .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3Q6MmQ0V .form-row {
    margin: 0;
  }
  .cid-uF3Q6MmQ0V .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uF3Q6MmQ0V .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uF3Q6MmQ0V img {
    width: 100%;
  }
}
.cid-uF3Q6MmQ0V .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uF3Q6MmQ0V H3 {
  color: #19212f;
}
.cid-uF3Q6MmQ0V .mbr-text,
.cid-uF3Q6MmQ0V .mbr-section-btn {
  color: #555555;
}
.cid-uFf4d2UF29 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf4d2UF29 [class^="socicon-"]:before,
.cid-uFf4d2UF29 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf4d2UF29 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf4d2UF29 .btn-social,
.cid-uFf4d2UF29 .mbr-section-title {
  color: #57468b;
}
.cid-uFf4d2UF29 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf4d2UF29 .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf4d2UF29 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf4d2UF29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf4d2UF29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9iQ1XEzL {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uF9iQ1XEzL .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uF9iQ1XEzL h5 {
  padding-bottom: 2rem;
}
.cid-uF9iQ1XEzL textarea {
  min-height: 150px;
}
.cid-uF9iQ1XEzL .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uF9iQ1XEzL h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uF9iQ1XEzL h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uF9iQ1XEzL h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uF9iQ1XEzL .form-control,
.cid-uF9iQ1XEzL .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uF9iQ1XEzL .form-control input::-webkit-input-placeholder,
.cid-uF9iQ1XEzL .field-input input::-webkit-input-placeholder,
.cid-uF9iQ1XEzL .form-control textarea::-webkit-input-placeholder,
.cid-uF9iQ1XEzL .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uF9iQ1XEzL .form-control input:-moz-placeholder,
.cid-uF9iQ1XEzL .field-input input:-moz-placeholder,
.cid-uF9iQ1XEzL .form-control textarea:-moz-placeholder,
.cid-uF9iQ1XEzL .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uF9iQ1XEzL .form-control:hover,
.cid-uF9iQ1XEzL .field-input:hover,
.cid-uF9iQ1XEzL .form-control:focus,
.cid-uF9iQ1XEzL .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF9iQ1XEzL .form-control:hover input::-webkit-input-placeholder,
.cid-uF9iQ1XEzL .field-input:hover input::-webkit-input-placeholder,
.cid-uF9iQ1XEzL .form-control:focus input::-webkit-input-placeholder,
.cid-uF9iQ1XEzL .field-input:focus input::-webkit-input-placeholder,
.cid-uF9iQ1XEzL .form-control:hover textarea::-webkit-input-placeholder,
.cid-uF9iQ1XEzL .field-input:hover textarea::-webkit-input-placeholder,
.cid-uF9iQ1XEzL .form-control:focus textarea::-webkit-input-placeholder,
.cid-uF9iQ1XEzL .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uF9iQ1XEzL .form-control:hover input:-moz-placeholder,
.cid-uF9iQ1XEzL .field-input:hover input:-moz-placeholder,
.cid-uF9iQ1XEzL .form-control:focus input:-moz-placeholder,
.cid-uF9iQ1XEzL .field-input:focus input:-moz-placeholder,
.cid-uF9iQ1XEzL .form-control:hover textarea:-moz-placeholder,
.cid-uF9iQ1XEzL .field-input:hover textarea:-moz-placeholder,
.cid-uF9iQ1XEzL .form-control:focus textarea:-moz-placeholder,
.cid-uF9iQ1XEzL .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uF9iQ1XEzL .jq-number__spin:hover,
.cid-uF9iQ1XEzL .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF9iQ1XEzL .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF9iQ1XEzL .jq-selectbox li,
.cid-uF9iQ1XEzL .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uF9iQ1XEzL .jq-selectbox li:hover,
.cid-uF9iQ1XEzL .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uF9iQ1XEzL .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uF9iQ1XEzL .jq-number__spin.minus:hover:after,
.cid-uF9iQ1XEzL .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uF9iQ1XEzL .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uF9iQ1XEzL .jq-number__spin.minus:after,
.cid-uF9iQ1XEzL .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uF9iQ1XEzL input::-webkit-clear-button {
  display: none;
}
.cid-uF9iQ1XEzL input::-webkit-inner-spin-button {
  display: none;
}
.cid-uF9iQ1XEzL input::-webkit-outer-spin-button {
  display: none;
}
.cid-uF9iQ1XEzL input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uF9iQ1XEzL H5 {
  color: #ffffff;
}
.cid-uF9iQ1XEzL P {
  color: #767676;
}
.cid-uF9iQ1XEzL H3 {
  color: #e1201d;
}
.cid-uF9iQ1XEzL p,
.cid-uF9iQ1XEzL .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4EC9pPuu {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4EC9pPuu a {
  transition: 0.3s;
}
.cid-uL4EC9pPuu h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4EC9pPuu .card-img2 span {
  padding-top: 6px;
}
.cid-uL4EC9pPuu .soc-item a {
  padding-top: 5px;
}
.cid-uL4EC9pPuu .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4EC9pPuu .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4EC9pPuu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4EC9pPuu .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4EC9pPuu .soc-item span {
  font-size: 1rem;
}
.cid-uL4EC9pPuu .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4EC9pPuu .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4EC9pPuu .item h4 {
  margin: 0;
}
.cid-uL4EC9pPuu .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4EC9pPuu .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4EC9pPuu img {
  width: 80%;
}
.cid-uL4EC9pPuu .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4EC9pPuu .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4EC9pPuu .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4EC9pPuu .container {
  padding: 0;
}
.cid-uL4EC9pPuu .btn-primary {
  color: #333333 !important;
}
.cid-uL4EC9pPuu .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uF3Q6Nly15 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uF3Q6Nly15 .media-container-row {
  align-items: center;
}
.cid-uF3Q6Nly15 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uF3Q6Nly15 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uF3Q6Nly15 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uF3Q6Nly15 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uF3Q6Nly15 .foot-menu-item {
  transform: 0.2s;
}
.cid-uF3Q6Nly15 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uF3Q6Nly15 .foot-menu {
    justify-content: center;
  }
  .cid-uF3Q6Nly15 .mbr-text {
    text-align: center;
  }
  .cid-uF3Q6Nly15 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uF3Q6Nly15 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uF3Q6Nly15 .link:hover {
  text-decoration: underline;
}
.cid-uF3Q6Nly15 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uF3Q6Nly15 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uF3Q6Nly15 .container {
    padding: 0;
  }
}
.cid-uF3Q6Nly15 .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uFe9Crm1WM {
  min-height: 85px !important;
  position: static;
}
.cid-uFe9Crm1WM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFe9Crm1WM .nav-item:focus,
.cid-uFe9Crm1WM .nav-link:focus {
  outline: none;
}
.cid-uFe9Crm1WM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFe9Crm1WM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFe9Crm1WM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFe9Crm1WM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFe9Crm1WM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFe9Crm1WM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uFe9Crm1WM .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uFe9Crm1WM .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uFe9Crm1WM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFe9Crm1WM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFe9Crm1WM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFe9Crm1WM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFe9Crm1WM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFe9Crm1WM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFe9Crm1WM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFe9Crm1WM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFe9Crm1WM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFe9Crm1WM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFe9Crm1WM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFe9Crm1WM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFe9Crm1WM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFe9Crm1WM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFe9Crm1WM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFe9Crm1WM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFe9Crm1WM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFe9Crm1WM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFe9Crm1WM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFe9Crm1WM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFe9Crm1WM .navbar.navbar-short {
  background: #19212f;
}
.cid-uFe9Crm1WM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFe9Crm1WM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFe9Crm1WM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFe9Crm1WM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uFe9Crm1WM .dropdown-item.active,
.cid-uFe9Crm1WM .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uFe9Crm1WM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFe9Crm1WM .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uFe9Crm1WM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uFe9Crm1WM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFe9Crm1WM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFe9Crm1WM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFe9Crm1WM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFe9Crm1WM .navbar-nav {
  margin: auto;
}
.cid-uFe9Crm1WM .navbar-buttons {
  text-align: center;
}
.cid-uFe9Crm1WM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFe9Crm1WM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFe9Crm1WM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFe9Crm1WM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFe9Crm1WM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFe9Crm1WM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFe9Crm1WM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFe9Crm1WM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFe9Crm1WM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFe9Crm1WM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFe9Crm1WM .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uFe9Crm1WM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFe9Crm1WM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFe9Crm1WM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uFe9Crm1WM .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFe9Crm1WM .navbar {
    height: 77px;
  }
  .cid-uFe9Crm1WM .navbar.opened {
    height: auto;
  }
}
.cid-uFe9Crm1WM .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uFe9Crm1WM .text-btn {
  transition: transform 0.3s;
}
.cid-uFe9Crm1WM .btn:hover {
  transform: scale(0.8);
}
.cid-uFe9Crm1WM .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uFe9Crm1WM .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uFe9Crm1WM .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uFe9Crm1WM .nav-link:hover::before {
  width: 100%;
}
.cid-uFe9Crm1WM .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uFe9Crm1WM .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uFe9Crm1WM .link {
  margin: 0rem 1.2rem !important;
}
.cid-uFe9Crm1WM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uFe9Crm1WM .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uFe9Crm1WM .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uFe9Crm1WM .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uFe9Crm1WM .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uFe9Crm1WM .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uFe9Crm1WM .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uFe9Crm1WM .dropdown-menu::before {
    display: none !important;
  }
  .cid-uFe9Crm1WM .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uFe9Crm1WM .dropdown-menu > a::after {
    display: none;
  }
  .cid-uFe9Crm1WM .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uFe9Crm1WM .nav-link::before {
    display: none;
  }
  .cid-uFe9Crm1WM .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uFe9Crm1WM .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uFe9Crm1WM .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uFe9Crm1WM .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uFe9Crm1WM .nav-dropdown .dropdown-item:focus,
  .cid-uFe9Crm1WM .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uFe9Crm1WM .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFe9Crm1WM .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFe9Crm1WM .container-fluid {
    padding-right: 0rem;
  }
  .cid-uFe9Crm1WM .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uFe9Crm1WM .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uFe9Crm1WM .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uFe9Crm1WM .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uFe9Crm1WM .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uFe9Crm1WM .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uFe9Crm1WM .nav-dropdown .dropdown-item:focus,
  .cid-uFe9Crm1WM .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uFe9Crm1WM .btn-primary {
  color: #354463 !important;
}
.cid-uFe9Crm1WM .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uFe9Crm1WM .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uFe9Crm1WM .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uFe9CrOSqc {
  overflow-x: hidden !important;
}
.cid-uFe9CrOSqc,
.cid-uFe9CrOSqc .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uFe9CrOSqc .mbr-section-title {
  color: #ffffff;
}
.cid-uFe9CrOSqc .mbr-section-title span {
  color: #ffffff;
}
.cid-uFe9CrOSqc .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uFe9CrOSqc .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/afb8210a-ec02-433e-9011-17e34f13c44e-2000x1500.jpg");
}
.cid-uFe9CrOSqc .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uFe9CrOSqc .mbr-overlay {
  z-index: 1;
}
.cid-uFe9CrOSqc .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uFe9Cscve7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFe9Cscve7 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uFe9Cscve7 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uFe9CsuHoZ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #19212f;
}
.cid-uFe9CsuHoZ .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uFe9CsuHoZ .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uFe9CsuHoZ .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uFe9CsuHoZ .card-img span {
  color: #df220e;
}
.cid-uFe9CsuHoZ .row-item {
  margin-bottom: 2rem;
}
.cid-uFe9CsuHoZ .row-item:hover .wrapper {
  background: linear-gradient(90deg, #eb4635, #ab0d0d);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uFe9CsuHoZ .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-uFe9CsuHoZ .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-uFe9CsuHoZ .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uFe9CsXiOO {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uFe9CsXiOO .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uFe9CsXiOO .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uFe9CsXiOO .mbr-text,
.cid-uFe9CsXiOO .mbr-section-btn {
  color: #efefef;
}
.cid-uFe9CtEREu {
  background-image: url("../../../assets/images/img-2682-2000x1499.jpg");
}
.cid-uFe9CtEREu .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-uFe9CtEREu .text-content .btn-bgr {
  z-index: 0;
}
.cid-uFe9CtEREu .mbr-overlay {
  background: linear-gradient(90deg, #19212f, #fa9c92);
}
.cid-uFe9CtEREu H3 {
  color: #000000;
  font-weight: 300;
}
.cid-uFe9CtEREu P {
  color: #cccccc;
  text-align: center;
}
.cid-uFe9CtEREu H2 {
  color: #000000;
}
.cid-uFe9CtEREu .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uFe9CtEREu .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uFe9CtEREu .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  margin: auto;
  background-color: #19212f;
}
@media (max-width: 991px) {
  .cid-uFe9CtEREu .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uFe9CtEREu .text-content {
    width: 100%;
  }
}
.cid-uFe9CtEREu .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uFe9CtEREu .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uFe9CtEREu .mbr-text {
    text-align: center;
  }
}
.cid-uFe9CtEREu .mbr-section-btn,
.cid-uFe9CtEREu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFe9CtEREu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFe9CtVBTp {
  background-image: url("../../../assets/images/blue-design-background-for-christening-floral-908x511-2-908x511.jpeg");
}
.cid-uFe9CtVBTp .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-uFe9CtVBTp .text-content .btn-bgr {
  z-index: 0;
}
.cid-uFe9CtVBTp .mbr-overlay {
  background: linear-gradient(90deg, #5c77ac, #4284df);
}
.cid-uFe9CtVBTp H3 {
  color: #000000;
  font-weight: 300;
}
.cid-uFe9CtVBTp P {
  color: #767676;
}
.cid-uFe9CtVBTp H2 {
  color: #000000;
}
.cid-uFe9CtVBTp .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uFe9CtVBTp .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uFe9CtVBTp .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uFe9CtVBTp .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uFe9CtVBTp .text-content {
    width: 100%;
  }
}
.cid-uFe9CtVBTp .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uFe9CtVBTp .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uFe9CtVBTp .mbr-text {
    text-align: center;
  }
}
.cid-uFe9CudXEN {
  background-image: url("../../../assets/images/light-wood-background-texture-5-2000x1333.jpg");
}
.cid-uFe9CudXEN .text-content {
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-uFe9CudXEN .text-content .btn-bgr {
  z-index: 0;
}
.cid-uFe9CudXEN .mbr-overlay {
  background: linear-gradient(90deg, #00dfc6, #000000);
}
.cid-uFe9CudXEN H3 {
  color: #000000;
  font-weight: 300;
}
.cid-uFe9CudXEN P {
  color: #efefef;
}
.cid-uFe9CudXEN H2 {
  color: #000000;
}
.cid-uFe9CudXEN .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uFe9CudXEN .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uFe9CudXEN .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  margin-left: auto;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uFe9CudXEN .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uFe9CudXEN .text-content {
    width: 100%;
  }
}
.cid-uFe9CudXEN .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uFe9CudXEN .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uFe9CudXEN .mbr-text {
    text-align: center;
  }
}
.cid-uFe9CudXEN .mbr-section-btn,
.cid-uFe9CudXEN .mbr-section-title {
  color: #00dfc6;
}
.cid-uFe9CudXEN .mbr-section-subtitle {
  color: #efefef;
}
.cid-uFe9CuuMiX {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uFe9CuuMiX .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uFe9CuuMiX a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uFe9CuuMiX .mbr-section-btn {
  margin: 0;
}
.cid-uFe9CuuMiX .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-uFe9CuuMiX .form-control:focus,
.cid-uFe9CuuMiX .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uFe9CuuMiX .form-group {
  margin-bottom: 1rem;
}
.cid-uFe9CuuMiX input::-webkit-input-placeholder,
.cid-uFe9CuuMiX textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uFe9CuuMiX input:-moz-placeholder,
.cid-uFe9CuuMiX textarea:-moz-placeholder {
  color: #656565;
}
.cid-uFe9CuuMiX .jq-selectbox li,
.cid-uFe9CuuMiX .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uFe9CuuMiX .jq-selectbox li:hover,
.cid-uFe9CuuMiX .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uFe9CuuMiX .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uFe9CuuMiX .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uFe9CuuMiX .form-group,
.cid-uFe9CuuMiX .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-uFe9CuuMiX .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-uFe9CuuMiX .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uFe9CuuMiX .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-uFe9CuuMiX .form-block {
    padding: 1rem;
  }
}
.cid-uFe9CuuMiX H4 {
  color: #000000;
}
.cid-uFf4j7DUHD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf4j7DUHD [class^="socicon-"]:before,
.cid-uFf4j7DUHD [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf4j7DUHD .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf4j7DUHD .btn-social,
.cid-uFf4j7DUHD .mbr-section-title {
  color: #57468b;
}
.cid-uFf4j7DUHD .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf4j7DUHD .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf4j7DUHD .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf4j7DUHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf4j7DUHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe9Cv59dJ {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFe9Cv59dJ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFe9Cv59dJ h5 {
  padding-bottom: 2rem;
}
.cid-uFe9Cv59dJ textarea {
  min-height: 150px;
}
.cid-uFe9Cv59dJ .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFe9Cv59dJ h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFe9Cv59dJ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe9Cv59dJ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFe9Cv59dJ .form-control,
.cid-uFe9Cv59dJ .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFe9Cv59dJ .form-control input::-webkit-input-placeholder,
.cid-uFe9Cv59dJ .field-input input::-webkit-input-placeholder,
.cid-uFe9Cv59dJ .form-control textarea::-webkit-input-placeholder,
.cid-uFe9Cv59dJ .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFe9Cv59dJ .form-control input:-moz-placeholder,
.cid-uFe9Cv59dJ .field-input input:-moz-placeholder,
.cid-uFe9Cv59dJ .form-control textarea:-moz-placeholder,
.cid-uFe9Cv59dJ .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFe9Cv59dJ .form-control:hover,
.cid-uFe9Cv59dJ .field-input:hover,
.cid-uFe9Cv59dJ .form-control:focus,
.cid-uFe9Cv59dJ .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe9Cv59dJ .form-control:hover input::-webkit-input-placeholder,
.cid-uFe9Cv59dJ .field-input:hover input::-webkit-input-placeholder,
.cid-uFe9Cv59dJ .form-control:focus input::-webkit-input-placeholder,
.cid-uFe9Cv59dJ .field-input:focus input::-webkit-input-placeholder,
.cid-uFe9Cv59dJ .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFe9Cv59dJ .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFe9Cv59dJ .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFe9Cv59dJ .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFe9Cv59dJ .form-control:hover input:-moz-placeholder,
.cid-uFe9Cv59dJ .field-input:hover input:-moz-placeholder,
.cid-uFe9Cv59dJ .form-control:focus input:-moz-placeholder,
.cid-uFe9Cv59dJ .field-input:focus input:-moz-placeholder,
.cid-uFe9Cv59dJ .form-control:hover textarea:-moz-placeholder,
.cid-uFe9Cv59dJ .field-input:hover textarea:-moz-placeholder,
.cid-uFe9Cv59dJ .form-control:focus textarea:-moz-placeholder,
.cid-uFe9Cv59dJ .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFe9Cv59dJ .jq-number__spin:hover,
.cid-uFe9Cv59dJ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFe9Cv59dJ .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFe9Cv59dJ .jq-selectbox li,
.cid-uFe9Cv59dJ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe9Cv59dJ .jq-selectbox li:hover,
.cid-uFe9Cv59dJ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFe9Cv59dJ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFe9Cv59dJ .jq-number__spin.minus:hover:after,
.cid-uFe9Cv59dJ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe9Cv59dJ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFe9Cv59dJ .jq-number__spin.minus:after,
.cid-uFe9Cv59dJ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFe9Cv59dJ input::-webkit-clear-button {
  display: none;
}
.cid-uFe9Cv59dJ input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFe9Cv59dJ input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFe9Cv59dJ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFe9Cv59dJ H5 {
  color: #ffffff;
}
.cid-uFe9Cv59dJ P {
  color: #767676;
}
.cid-uFe9Cv59dJ H3 {
  color: #e1201d;
}
.cid-uFe9Cv59dJ p,
.cid-uFe9Cv59dJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4EHaHiKz {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4EHaHiKz a {
  transition: 0.3s;
}
.cid-uL4EHaHiKz h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4EHaHiKz .card-img2 span {
  padding-top: 6px;
}
.cid-uL4EHaHiKz .soc-item a {
  padding-top: 5px;
}
.cid-uL4EHaHiKz .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4EHaHiKz .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4EHaHiKz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4EHaHiKz .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4EHaHiKz .soc-item span {
  font-size: 1rem;
}
.cid-uL4EHaHiKz .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4EHaHiKz .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4EHaHiKz .item h4 {
  margin: 0;
}
.cid-uL4EHaHiKz .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4EHaHiKz .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4EHaHiKz img {
  width: 80%;
}
.cid-uL4EHaHiKz .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4EHaHiKz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4EHaHiKz .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4EHaHiKz .container {
  padding: 0;
}
.cid-uL4EHaHiKz .btn-primary {
  color: #333333 !important;
}
.cid-uL4EHaHiKz .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uFe9CvXd3F {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uFe9CvXd3F .media-container-row {
  align-items: center;
}
.cid-uFe9CvXd3F .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFe9CvXd3F .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFe9CvXd3F .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFe9CvXd3F .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uFe9CvXd3F .foot-menu-item {
  transform: 0.2s;
}
.cid-uFe9CvXd3F .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uFe9CvXd3F .foot-menu {
    justify-content: center;
  }
  .cid-uFe9CvXd3F .mbr-text {
    text-align: center;
  }
  .cid-uFe9CvXd3F .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFe9CvXd3F .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uFe9CvXd3F .link:hover {
  text-decoration: underline;
}
.cid-uFe9CvXd3F .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uFe9CvXd3F .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uFe9CvXd3F .container {
    padding: 0;
  }
}
.cid-uFe9CvXd3F .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-ubko4Q8XDQ {
  min-height: 85px !important;
  position: static;
}
.cid-ubko4Q8XDQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ubko4Q8XDQ .nav-item:focus,
.cid-ubko4Q8XDQ .nav-link:focus {
  outline: none;
}
.cid-ubko4Q8XDQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ubko4Q8XDQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ubko4Q8XDQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ubko4Q8XDQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubko4Q8XDQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubko4Q8XDQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-ubko4Q8XDQ .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-ubko4Q8XDQ .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ubko4Q8XDQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubko4Q8XDQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ubko4Q8XDQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ubko4Q8XDQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubko4Q8XDQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubko4Q8XDQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ubko4Q8XDQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubko4Q8XDQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubko4Q8XDQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubko4Q8XDQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubko4Q8XDQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ubko4Q8XDQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubko4Q8XDQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubko4Q8XDQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ubko4Q8XDQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ubko4Q8XDQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubko4Q8XDQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubko4Q8XDQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ubko4Q8XDQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ubko4Q8XDQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubko4Q8XDQ .navbar.navbar-short {
  background: #19212f;
}
.cid-ubko4Q8XDQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubko4Q8XDQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubko4Q8XDQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubko4Q8XDQ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ubko4Q8XDQ .dropdown-item.active,
.cid-ubko4Q8XDQ .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-ubko4Q8XDQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubko4Q8XDQ .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-ubko4Q8XDQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-ubko4Q8XDQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubko4Q8XDQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubko4Q8XDQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubko4Q8XDQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ubko4Q8XDQ .navbar-nav {
  margin: auto;
}
.cid-ubko4Q8XDQ .navbar-buttons {
  text-align: center;
}
.cid-ubko4Q8XDQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubko4Q8XDQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubko4Q8XDQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubko4Q8XDQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubko4Q8XDQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubko4Q8XDQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubko4Q8XDQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubko4Q8XDQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubko4Q8XDQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubko4Q8XDQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubko4Q8XDQ .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-ubko4Q8XDQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubko4Q8XDQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubko4Q8XDQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-ubko4Q8XDQ .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubko4Q8XDQ .navbar {
    height: 77px;
  }
  .cid-ubko4Q8XDQ .navbar.opened {
    height: auto;
  }
}
.cid-ubko4Q8XDQ .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-ubko4Q8XDQ .text-btn {
  transition: transform 0.3s;
}
.cid-ubko4Q8XDQ .btn:hover {
  transform: scale(0.8);
}
.cid-ubko4Q8XDQ .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-ubko4Q8XDQ .nav-link {
  position: relative;
  display: inline-block;
}
.cid-ubko4Q8XDQ .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-ubko4Q8XDQ .nav-link:hover::before {
  width: 100%;
}
.cid-ubko4Q8XDQ .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-ubko4Q8XDQ .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-ubko4Q8XDQ .link {
  margin: 0rem 1.2rem !important;
}
.cid-ubko4Q8XDQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-ubko4Q8XDQ .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-ubko4Q8XDQ .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-ubko4Q8XDQ .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-ubko4Q8XDQ .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-ubko4Q8XDQ .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-ubko4Q8XDQ .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-ubko4Q8XDQ .dropdown-menu::before {
    display: none !important;
  }
  .cid-ubko4Q8XDQ .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-ubko4Q8XDQ .dropdown-menu > a::after {
    display: none;
  }
  .cid-ubko4Q8XDQ .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-ubko4Q8XDQ .nav-link::before {
    display: none;
  }
  .cid-ubko4Q8XDQ .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-ubko4Q8XDQ .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-ubko4Q8XDQ .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-ubko4Q8XDQ .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-ubko4Q8XDQ .nav-dropdown .dropdown-item:focus,
  .cid-ubko4Q8XDQ .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-ubko4Q8XDQ .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-ubko4Q8XDQ .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubko4Q8XDQ .container-fluid {
    padding-right: 0rem;
  }
  .cid-ubko4Q8XDQ .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-ubko4Q8XDQ .btn {
    padding: 1.8rem 6rem;
  }
  .cid-ubko4Q8XDQ .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-ubko4Q8XDQ .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-ubko4Q8XDQ .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-ubko4Q8XDQ .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-ubko4Q8XDQ .nav-dropdown .dropdown-item:focus,
  .cid-ubko4Q8XDQ .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-ubko4Q8XDQ .btn-primary {
  color: #354463 !important;
}
.cid-ubko4Q8XDQ .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-ubko4Q8XDQ .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-ubko4Q8XDQ .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-ubko4Qxl0d {
  overflow-x: hidden !important;
}
.cid-ubko4Qxl0d,
.cid-ubko4Qxl0d .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-ubko4Qxl0d .mbr-section-title {
  color: #ffffff;
}
.cid-ubko4Qxl0d .mbr-section-title span {
  color: #ffffff;
}
.cid-ubko4Qxl0d .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-ubko4Qxl0d .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 22s !important;
  animation-duration: 22s;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ubko4Qxl0d .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-ubko4Qxl0d .mbr-overlay {
  z-index: 1;
}
.cid-ubko4Qxl0d .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-ubksyZDMxO {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ubksyZDMxO .mbr-section-title {
  color: #04125f;
  text-align: left;
}
.cid-ubksyZDMxO .mbr-section-subtitle {
  color: #a0b0de;
}
@media (max-width: 992px) {
  .cid-ubksyZDMxO .align-left {
    text-align: center;
  }
}
.cid-ubksyZDMxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubksyZDMxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubko4QT89X {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #19212f;
}
.cid-ubko4QT89X .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-ubko4QT89X .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-ubko4QT89X input,
.cid-ubko4QT89X textarea {
  font-size: 14px;
}
.cid-ubko4QT89X input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-ubko4QT89X textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-ubko4QT89X .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-ubko4QT89X .col-auto {
  width: 100%;
  text-align: center;
}
.cid-ubko4QT89X img {
  width: 90%;
  border-radius: 8px;
}
.cid-ubko4QT89X .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-ubko4QT89X .btn {
  padding: 1rem 3.5rem !important;
}
.cid-ubko4QT89X .title-block {
  margin-bottom: 2rem;
}
.cid-ubko4QT89X .form-control,
.cid-ubko4QT89X .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ubko4QT89X .form-control:hover,
.cid-ubko4QT89X .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ubko4QT89X .form-control:focus,
.cid-ubko4QT89X .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ubko4QT89X input::-webkit-input-placeholder,
.cid-ubko4QT89X textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-ubko4QT89X input:-moz-placeholder,
.cid-ubko4QT89X textarea:-moz-placeholder {
  color: #807d78;
}
.cid-ubko4QT89X .jq-selectbox li,
.cid-ubko4QT89X .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-ubko4QT89X .jq-selectbox li:hover,
.cid-ubko4QT89X .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-ubko4QT89X .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-ubko4QT89X .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-ubko4QT89X H5 {
  padding-bottom: 2rem;
}
.cid-ubko4QT89X .mbr-text {
  color: #777777;
}
.cid-ubko4QT89X .mbr-form {
  padding: 0rem;
}
.cid-ubko4QT89X .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-ubko4QT89X .form-row {
    margin: 0;
  }
  .cid-ubko4QT89X .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-ubko4QT89X .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-ubko4QT89X img {
    width: 100%;
  }
}
.cid-ubko4QT89X .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-ubko4RalFk {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ubko4RalFk .google-map {
  height: 25rem;
  position: relative;
}
.cid-ubko4RalFk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ubko4RalFk .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ubko4RalFk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ubko4RalFk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ubko4RalFk .container-fluid {
  padding: 0;
}
.cid-ubko4RalFk .relative {
  position: relative;
  width: 100%;
}
.cid-ubko4RalFk .mbr-section-title {
  color: #656565;
}
.cid-ubko4RalFk .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-ubko4RalFk .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-ubko4RalFk .title {
  text-align: center;
  color: #ffffff;
}
.cid-ubko4RalFk .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-ubko4RalFk .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-ubko4Rr0qz {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubko4Rr0qz .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-ubko4Rr0qz H2 {
  color: #051744;
  text-align: center;
}
.cid-ubko4Rr0qz .mbr-section-subtitle,
.cid-ubko4Rr0qz .mbr-section-btn {
  color: #cbcbcb;
}
.cid-uL4ETuPfSK {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4ETuPfSK a {
  transition: 0.3s;
}
.cid-uL4ETuPfSK h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4ETuPfSK .card-img2 span {
  padding-top: 6px;
}
.cid-uL4ETuPfSK .soc-item a {
  padding-top: 5px;
}
.cid-uL4ETuPfSK .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4ETuPfSK .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4ETuPfSK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4ETuPfSK .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4ETuPfSK .soc-item span {
  font-size: 1rem;
}
.cid-uL4ETuPfSK .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4ETuPfSK .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4ETuPfSK .item h4 {
  margin: 0;
}
.cid-uL4ETuPfSK .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4ETuPfSK .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4ETuPfSK img {
  width: 80%;
}
.cid-uL4ETuPfSK .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4ETuPfSK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4ETuPfSK .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4ETuPfSK .container {
  padding: 0;
}
.cid-uL4ETuPfSK .btn-primary {
  color: #333333 !important;
}
.cid-uL4ETuPfSK .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-ubko4SmylR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-ubko4SmylR .media-container-row {
  align-items: center;
}
.cid-ubko4SmylR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubko4SmylR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubko4SmylR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ubko4SmylR .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-ubko4SmylR .foot-menu-item {
  transform: 0.2s;
}
.cid-ubko4SmylR .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-ubko4SmylR .foot-menu {
    justify-content: center;
  }
  .cid-ubko4SmylR .mbr-text {
    text-align: center;
  }
  .cid-ubko4SmylR .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ubko4SmylR .foot-menu {
    justify-content: flex-end;
  }
}
.cid-ubko4SmylR .link:hover {
  text-decoration: underline;
}
.cid-ubko4SmylR .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-ubko4SmylR .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-ubko4SmylR .container {
    padding: 0;
  }
}
.cid-ubko4SmylR .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-skZ3TpMmGZ {
  min-height: 85px !important;
  position: static;
}
.cid-skZ3TpMmGZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skZ3TpMmGZ .nav-item:focus,
.cid-skZ3TpMmGZ .nav-link:focus {
  outline: none;
}
.cid-skZ3TpMmGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skZ3TpMmGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skZ3TpMmGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skZ3TpMmGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skZ3TpMmGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skZ3TpMmGZ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-skZ3TpMmGZ .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-skZ3TpMmGZ .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-skZ3TpMmGZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-skZ3TpMmGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-skZ3TpMmGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skZ3TpMmGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-skZ3TpMmGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skZ3TpMmGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skZ3TpMmGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-skZ3TpMmGZ .navbar.navbar-short {
  background: #19212f;
}
.cid-skZ3TpMmGZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skZ3TpMmGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skZ3TpMmGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skZ3TpMmGZ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-skZ3TpMmGZ .dropdown-item.active,
.cid-skZ3TpMmGZ .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-skZ3TpMmGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skZ3TpMmGZ .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-skZ3TpMmGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-skZ3TpMmGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skZ3TpMmGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skZ3TpMmGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skZ3TpMmGZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skZ3TpMmGZ .navbar-nav {
  margin: auto;
}
.cid-skZ3TpMmGZ .navbar-buttons {
  text-align: center;
}
.cid-skZ3TpMmGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-skZ3TpMmGZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skZ3TpMmGZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skZ3TpMmGZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-skZ3TpMmGZ .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skZ3TpMmGZ .navbar {
    height: 77px;
  }
  .cid-skZ3TpMmGZ .navbar.opened {
    height: auto;
  }
}
.cid-skZ3TpMmGZ .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-skZ3TpMmGZ .text-btn {
  transition: transform 0.3s;
}
.cid-skZ3TpMmGZ .btn:hover {
  transform: scale(0.8);
}
.cid-skZ3TpMmGZ .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-skZ3TpMmGZ .nav-link {
  position: relative;
  display: inline-block;
}
.cid-skZ3TpMmGZ .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-skZ3TpMmGZ .nav-link:hover::before {
  width: 100%;
}
.cid-skZ3TpMmGZ .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-skZ3TpMmGZ .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-skZ3TpMmGZ .link {
  margin: 0rem 1.2rem !important;
}
.cid-skZ3TpMmGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-skZ3TpMmGZ .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-skZ3TpMmGZ .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-skZ3TpMmGZ .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-skZ3TpMmGZ .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-skZ3TpMmGZ .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-skZ3TpMmGZ .dropdown-menu::before {
    display: none !important;
  }
  .cid-skZ3TpMmGZ .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a::after {
    display: none;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-skZ3TpMmGZ .nav-link::before {
    display: none;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-skZ3TpMmGZ .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-skZ3TpMmGZ .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-skZ3TpMmGZ .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:focus,
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-skZ3TpMmGZ .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-skZ3TpMmGZ .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-skZ3TpMmGZ .container-fluid {
    padding-right: 0rem;
  }
  .cid-skZ3TpMmGZ .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-skZ3TpMmGZ .btn {
    padding: 1.8rem 6rem;
  }
  .cid-skZ3TpMmGZ .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:focus,
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-skZ3TpMmGZ .btn-primary {
  color: #354463 !important;
}
.cid-skZ3TpMmGZ .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-skZ3TpMmGZ .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-skZ3TpMmGZ .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-sl2S19v0Nd {
  overflow-x: hidden !important;
}
.cid-sl2S19v0Nd,
.cid-sl2S19v0Nd .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sl2S19v0Nd .mbr-section-title {
  color: #ffffff;
}
.cid-sl2S19v0Nd .mbr-section-title span {
  color: #ffffff;
}
.cid-sl2S19v0Nd .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sl2S19v0Nd .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/cf399610-7075-4acc-b726-ffa86ecd105c-2-2000x1500.jpeg");
}
.cid-sl2S19v0Nd .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sl2S19v0Nd .mbr-overlay {
  z-index: 1;
}
.cid-sl2S19v0Nd .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sl2SuNU9eg {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sl2SuNU9eg .main,
.cid-sl2SuNU9eg .main-reverse {
  margin: 0;
  background: #efefef;
}
.cid-sl2SuNU9eg .text-element {
  background: #efefef;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-sl2SuNU9eg .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sl2SuNU9eg .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sl2SuNU9eg .card {
  padding: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
}
.cid-sl2SuNU9eg .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-sl2SuNU9eg .mbr-iconfont {
  font-size: 3rem;
  color: #354463;
}
@media (max-width: 991px) {
  .cid-sl2SuNU9eg .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-sl2SuNU9eg .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-sl2SuNU9eg .image-element,
  .cid-sl2SuNU9eg .text-element {
    margin-bottom: 0;
  }
  .cid-sl2SuNU9eg .main:first-child {
    padding-top: 0;
  }
}
.cid-sl2SuNU9eg .mbr-section-subtitle,
.cid-sl2SuNU9eg .card-text,
.cid-sl2SuNU9eg .mbr-section-btn {
  color: #8d97ad;
}
.cid-sl2SuNU9eg .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sl2SuNU9eg .mbr-section-subtitle {
  text-align: center;
  color: #333333;
}
.cid-sl2SuNU9eg .mbr-title,
.cid-sl2SuNU9eg .card-img {
  text-align: center;
}
.cid-sl2SuNU9eg .card-text,
.cid-sl2SuNU9eg .mbr-section-btn {
  text-align: center;
}
.cid-smCTsUPxEs {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-smCTsUPxEs .mbr-text {
  color: #767676;
}
.cid-smCTsUPxEs .mbr-section-subtitle {
  color: #ab0d0d;
}
.cid-smCTsUPxEs .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smCTsUPxEs .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 3.7rem;
}
.cid-smCTsUPxEs .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-smCTsUPxEs .card-text {
  margin-top: 2rem;
}
.cid-smCTsUPxEs .card-box {
  margin-bottom: 1rem;
}
.cid-smCTsUPxEs .num {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-smCTsUPxEs .num,
  .cid-smCTsUPxEs .card-title,
  .cid-smCTsUPxEs .mbr-text,
  .cid-smCTsUPxEs .mbr-title,
  .cid-smCTsUPxEs .mbr-section-subtitle,
  .cid-smCTsUPxEs .mbr-section-btn {
    text-align: center !important;
  }
  .cid-smCTsUPxEs .content-column {
    margin-bottom: 2rem;
  }
}
.cid-smCTsUPxEs .mbr-title {
  color: #19212f;
}
.cid-u1zd77vSkm {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u1zd77vSkm .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-u1zd77vSkm H2 {
  color: #051744;
  text-align: center;
}
.cid-u1zd77vSkm .mbr-section-subtitle,
.cid-u1zd77vSkm .mbr-section-btn {
  color: #cbcbcb;
}
.cid-smCTYUruCO {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-smCTYUruCO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-smCTYUruCO .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-smCTYUruCO input,
.cid-smCTYUruCO textarea {
  font-size: 14px;
}
.cid-smCTYUruCO input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-smCTYUruCO textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-smCTYUruCO .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-smCTYUruCO .col-auto {
  width: 100%;
  text-align: center;
}
.cid-smCTYUruCO img {
  width: 90%;
  border-radius: 8px;
}
.cid-smCTYUruCO .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-smCTYUruCO .btn {
  padding: 1rem 3.5rem !important;
}
.cid-smCTYUruCO .title-block {
  margin-bottom: 2rem;
}
.cid-smCTYUruCO .form-control,
.cid-smCTYUruCO .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-smCTYUruCO .form-control:hover,
.cid-smCTYUruCO .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-smCTYUruCO .form-control:focus,
.cid-smCTYUruCO .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-smCTYUruCO input::-webkit-input-placeholder,
.cid-smCTYUruCO textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-smCTYUruCO input:-moz-placeholder,
.cid-smCTYUruCO textarea:-moz-placeholder {
  color: #807d78;
}
.cid-smCTYUruCO .jq-selectbox li,
.cid-smCTYUruCO .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-smCTYUruCO .jq-selectbox li:hover,
.cid-smCTYUruCO .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-smCTYUruCO .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-smCTYUruCO .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-smCTYUruCO H5 {
  padding-bottom: 2rem;
}
.cid-smCTYUruCO .mbr-text {
  color: #777777;
}
.cid-smCTYUruCO .mbr-form {
  padding: 0rem;
}
.cid-smCTYUruCO .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-smCTYUruCO .form-row {
    margin: 0;
  }
  .cid-smCTYUruCO .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-smCTYUruCO .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-smCTYUruCO img {
    width: 100%;
  }
}
.cid-smCTYUruCO .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uL4EWP1Hy9 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4EWP1Hy9 a {
  transition: 0.3s;
}
.cid-uL4EWP1Hy9 h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4EWP1Hy9 .card-img2 span {
  padding-top: 6px;
}
.cid-uL4EWP1Hy9 .soc-item a {
  padding-top: 5px;
}
.cid-uL4EWP1Hy9 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4EWP1Hy9 .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4EWP1Hy9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4EWP1Hy9 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4EWP1Hy9 .soc-item span {
  font-size: 1rem;
}
.cid-uL4EWP1Hy9 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4EWP1Hy9 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4EWP1Hy9 .item h4 {
  margin: 0;
}
.cid-uL4EWP1Hy9 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4EWP1Hy9 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4EWP1Hy9 img {
  width: 80%;
}
.cid-uL4EWP1Hy9 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4EWP1Hy9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4EWP1Hy9 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4EWP1Hy9 .container {
  padding: 0;
}
.cid-uL4EWP1Hy9 .btn-primary {
  color: #333333 !important;
}
.cid-uL4EWP1Hy9 .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-rUTkED3PES {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-rUTkED3PES .media-container-row {
  align-items: center;
}
.cid-rUTkED3PES .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTkED3PES .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTkED3PES .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTkED3PES .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTkED3PES .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTkED3PES .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTkED3PES .foot-menu {
    justify-content: center;
  }
  .cid-rUTkED3PES .mbr-text {
    text-align: center;
  }
  .cid-rUTkED3PES .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTkED3PES .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTkED3PES .link:hover {
  text-decoration: underline;
}
.cid-rUTkED3PES .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-rUTkED3PES .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTkED3PES .container {
    padding: 0;
  }
}
.cid-rUTkED3PES .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uF9qkwNxw9 {
  min-height: 85px !important;
  position: static;
}
.cid-uF9qkwNxw9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF9qkwNxw9 .nav-item:focus,
.cid-uF9qkwNxw9 .nav-link:focus {
  outline: none;
}
.cid-uF9qkwNxw9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF9qkwNxw9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF9qkwNxw9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF9qkwNxw9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF9qkwNxw9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF9qkwNxw9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uF9qkwNxw9 .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uF9qkwNxw9 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uF9qkwNxw9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF9qkwNxw9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF9qkwNxw9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF9qkwNxw9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF9qkwNxw9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF9qkwNxw9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF9qkwNxw9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF9qkwNxw9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF9qkwNxw9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF9qkwNxw9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF9qkwNxw9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF9qkwNxw9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF9qkwNxw9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF9qkwNxw9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF9qkwNxw9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF9qkwNxw9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF9qkwNxw9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF9qkwNxw9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF9qkwNxw9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF9qkwNxw9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF9qkwNxw9 .navbar.navbar-short {
  background: #19212f;
}
.cid-uF9qkwNxw9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF9qkwNxw9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF9qkwNxw9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF9qkwNxw9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uF9qkwNxw9 .dropdown-item.active,
.cid-uF9qkwNxw9 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uF9qkwNxw9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF9qkwNxw9 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uF9qkwNxw9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uF9qkwNxw9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF9qkwNxw9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF9qkwNxw9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF9qkwNxw9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF9qkwNxw9 .navbar-nav {
  margin: auto;
}
.cid-uF9qkwNxw9 .navbar-buttons {
  text-align: center;
}
.cid-uF9qkwNxw9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF9qkwNxw9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF9qkwNxw9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF9qkwNxw9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9qkwNxw9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9qkwNxw9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF9qkwNxw9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9qkwNxw9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF9qkwNxw9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF9qkwNxw9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9qkwNxw9 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uF9qkwNxw9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF9qkwNxw9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF9qkwNxw9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uF9qkwNxw9 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF9qkwNxw9 .navbar {
    height: 77px;
  }
  .cid-uF9qkwNxw9 .navbar.opened {
    height: auto;
  }
}
.cid-uF9qkwNxw9 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uF9qkwNxw9 .text-btn {
  transition: transform 0.3s;
}
.cid-uF9qkwNxw9 .btn:hover {
  transform: scale(0.8);
}
.cid-uF9qkwNxw9 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uF9qkwNxw9 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uF9qkwNxw9 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uF9qkwNxw9 .nav-link:hover::before {
  width: 100%;
}
.cid-uF9qkwNxw9 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uF9qkwNxw9 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uF9qkwNxw9 .link {
  margin: 0rem 1.2rem !important;
}
.cid-uF9qkwNxw9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uF9qkwNxw9 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uF9qkwNxw9 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uF9qkwNxw9 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uF9qkwNxw9 .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uF9qkwNxw9 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uF9qkwNxw9 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uF9qkwNxw9 .dropdown-menu::before {
    display: none !important;
  }
  .cid-uF9qkwNxw9 .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uF9qkwNxw9 .dropdown-menu > a::after {
    display: none;
  }
  .cid-uF9qkwNxw9 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uF9qkwNxw9 .nav-link::before {
    display: none;
  }
  .cid-uF9qkwNxw9 .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uF9qkwNxw9 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uF9qkwNxw9 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uF9qkwNxw9 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uF9qkwNxw9 .nav-dropdown .dropdown-item:focus,
  .cid-uF9qkwNxw9 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uF9qkwNxw9 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uF9qkwNxw9 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF9qkwNxw9 .container-fluid {
    padding-right: 0rem;
  }
  .cid-uF9qkwNxw9 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uF9qkwNxw9 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uF9qkwNxw9 .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uF9qkwNxw9 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uF9qkwNxw9 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uF9qkwNxw9 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uF9qkwNxw9 .nav-dropdown .dropdown-item:focus,
  .cid-uF9qkwNxw9 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uF9qkwNxw9 .btn-primary {
  color: #354463 !important;
}
.cid-uF9qkwNxw9 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uF9qkwNxw9 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uF9qkwNxw9 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uF9qkx8zLS {
  overflow-x: hidden !important;
}
.cid-uF9qkx8zLS,
.cid-uF9qkx8zLS .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uF9qkx8zLS .mbr-section-title {
  color: #ffffff;
}
.cid-uF9qkx8zLS .mbr-section-title span {
  color: #ffffff;
}
.cid-uF9qkx8zLS .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uF9qkx8zLS .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/img-9341-2000x1500.jpg");
}
.cid-uF9qkx8zLS .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uF9qkx8zLS .mbr-overlay {
  z-index: 1;
}
.cid-uF9qkx8zLS .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uF9qQqL8AI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF9qQqL8AI .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uF9qQqL8AI .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uF9qQqL8AI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9qQqL8AI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9vtQxXyY {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #19212f;
}
.cid-uF9vtQxXyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9vtQxXyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9vtQxXyY p {
  line-height: 2;
}
.cid-uF9vtQxXyY a:hover {
  text-decoration: underline;
}
.cid-uF9vtQxXyY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF9vtQxXyY .mbr-section-title DIV {
  text-align: center;
}
.cid-uF9qkxY0Lq {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-uF9qkxY0Lq .mbr-text {
  color: #767676;
}
.cid-uF9qkxY0Lq .mbr-section-subtitle {
  color: #ab0d0d;
}
.cid-uF9qkxY0Lq .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF9qkxY0Lq .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 3.7rem;
}
.cid-uF9qkxY0Lq .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-uF9qkxY0Lq .card-text {
  margin-top: 2rem;
}
.cid-uF9qkxY0Lq .card-box {
  margin-bottom: 1rem;
}
.cid-uF9qkxY0Lq .num {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uF9qkxY0Lq .num,
  .cid-uF9qkxY0Lq .card-title,
  .cid-uF9qkxY0Lq .mbr-text,
  .cid-uF9qkxY0Lq .mbr-title,
  .cid-uF9qkxY0Lq .mbr-section-subtitle,
  .cid-uF9qkxY0Lq .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uF9qkxY0Lq .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uF9qkxY0Lq .mbr-title {
  color: #19212f;
}
.cid-uF9qkygTL6 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uF9qkygTL6 .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-uF9qkygTL6 H2 {
  color: #051744;
  text-align: center;
}
.cid-uF9qkygTL6 .mbr-section-subtitle,
.cid-uF9qkygTL6 .mbr-section-btn {
  color: #cbcbcb;
}
.cid-uF9qkyF2VH {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-uF9qkyF2VH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uF9qkyF2VH .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-uF9qkyF2VH input,
.cid-uF9qkyF2VH textarea {
  font-size: 14px;
}
.cid-uF9qkyF2VH input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uF9qkyF2VH textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uF9qkyF2VH .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uF9qkyF2VH .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uF9qkyF2VH img {
  width: 90%;
  border-radius: 8px;
}
.cid-uF9qkyF2VH .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uF9qkyF2VH .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uF9qkyF2VH .title-block {
  margin-bottom: 2rem;
}
.cid-uF9qkyF2VH .form-control,
.cid-uF9qkyF2VH .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF9qkyF2VH .form-control:hover,
.cid-uF9qkyF2VH .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF9qkyF2VH .form-control:focus,
.cid-uF9qkyF2VH .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF9qkyF2VH input::-webkit-input-placeholder,
.cid-uF9qkyF2VH textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uF9qkyF2VH input:-moz-placeholder,
.cid-uF9qkyF2VH textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uF9qkyF2VH .jq-selectbox li,
.cid-uF9qkyF2VH .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uF9qkyF2VH .jq-selectbox li:hover,
.cid-uF9qkyF2VH .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uF9qkyF2VH .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uF9qkyF2VH .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uF9qkyF2VH H5 {
  padding-bottom: 2rem;
}
.cid-uF9qkyF2VH .mbr-text {
  color: #777777;
}
.cid-uF9qkyF2VH .mbr-form {
  padding: 0rem;
}
.cid-uF9qkyF2VH .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF9qkyF2VH .form-row {
    margin: 0;
  }
  .cid-uF9qkyF2VH .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uF9qkyF2VH .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uF9qkyF2VH img {
    width: 100%;
  }
}
.cid-uF9qkyF2VH .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uFf4EdxoW6 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf4EdxoW6 [class^="socicon-"]:before,
.cid-uFf4EdxoW6 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf4EdxoW6 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf4EdxoW6 .btn-social,
.cid-uFf4EdxoW6 .mbr-section-title {
  color: #57468b;
}
.cid-uFf4EdxoW6 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf4EdxoW6 .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf4EdxoW6 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf4EdxoW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf4EdxoW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFf4EYlsbe {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFf4EYlsbe .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFf4EYlsbe h5 {
  padding-bottom: 2rem;
}
.cid-uFf4EYlsbe textarea {
  min-height: 150px;
}
.cid-uFf4EYlsbe .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFf4EYlsbe h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFf4EYlsbe h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFf4EYlsbe h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFf4EYlsbe .form-control,
.cid-uFf4EYlsbe .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFf4EYlsbe .form-control input::-webkit-input-placeholder,
.cid-uFf4EYlsbe .field-input input::-webkit-input-placeholder,
.cid-uFf4EYlsbe .form-control textarea::-webkit-input-placeholder,
.cid-uFf4EYlsbe .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFf4EYlsbe .form-control input:-moz-placeholder,
.cid-uFf4EYlsbe .field-input input:-moz-placeholder,
.cid-uFf4EYlsbe .form-control textarea:-moz-placeholder,
.cid-uFf4EYlsbe .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFf4EYlsbe .form-control:hover,
.cid-uFf4EYlsbe .field-input:hover,
.cid-uFf4EYlsbe .form-control:focus,
.cid-uFf4EYlsbe .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFf4EYlsbe .form-control:hover input::-webkit-input-placeholder,
.cid-uFf4EYlsbe .field-input:hover input::-webkit-input-placeholder,
.cid-uFf4EYlsbe .form-control:focus input::-webkit-input-placeholder,
.cid-uFf4EYlsbe .field-input:focus input::-webkit-input-placeholder,
.cid-uFf4EYlsbe .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFf4EYlsbe .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFf4EYlsbe .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFf4EYlsbe .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFf4EYlsbe .form-control:hover input:-moz-placeholder,
.cid-uFf4EYlsbe .field-input:hover input:-moz-placeholder,
.cid-uFf4EYlsbe .form-control:focus input:-moz-placeholder,
.cid-uFf4EYlsbe .field-input:focus input:-moz-placeholder,
.cid-uFf4EYlsbe .form-control:hover textarea:-moz-placeholder,
.cid-uFf4EYlsbe .field-input:hover textarea:-moz-placeholder,
.cid-uFf4EYlsbe .form-control:focus textarea:-moz-placeholder,
.cid-uFf4EYlsbe .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFf4EYlsbe .jq-number__spin:hover,
.cid-uFf4EYlsbe .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFf4EYlsbe .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFf4EYlsbe .jq-selectbox li,
.cid-uFf4EYlsbe .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFf4EYlsbe .jq-selectbox li:hover,
.cid-uFf4EYlsbe .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFf4EYlsbe .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFf4EYlsbe .jq-number__spin.minus:hover:after,
.cid-uFf4EYlsbe .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFf4EYlsbe .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFf4EYlsbe .jq-number__spin.minus:after,
.cid-uFf4EYlsbe .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFf4EYlsbe input::-webkit-clear-button {
  display: none;
}
.cid-uFf4EYlsbe input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFf4EYlsbe input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFf4EYlsbe input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFf4EYlsbe H5 {
  color: #ffffff;
}
.cid-uFf4EYlsbe P {
  color: #767676;
}
.cid-uFf4EYlsbe H3 {
  color: #e1201d;
}
.cid-uFf4EYlsbe p,
.cid-uFf4EYlsbe .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4EZUymJr {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4EZUymJr a {
  transition: 0.3s;
}
.cid-uL4EZUymJr h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4EZUymJr .card-img2 span {
  padding-top: 6px;
}
.cid-uL4EZUymJr .soc-item a {
  padding-top: 5px;
}
.cid-uL4EZUymJr .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4EZUymJr .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4EZUymJr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4EZUymJr .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4EZUymJr .soc-item span {
  font-size: 1rem;
}
.cid-uL4EZUymJr .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4EZUymJr .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4EZUymJr .item h4 {
  margin: 0;
}
.cid-uL4EZUymJr .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4EZUymJr .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4EZUymJr img {
  width: 80%;
}
.cid-uL4EZUymJr .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4EZUymJr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4EZUymJr .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4EZUymJr .container {
  padding: 0;
}
.cid-uL4EZUymJr .btn-primary {
  color: #333333 !important;
}
.cid-uL4EZUymJr .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uF9qkzo7XE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uF9qkzo7XE .media-container-row {
  align-items: center;
}
.cid-uF9qkzo7XE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uF9qkzo7XE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uF9qkzo7XE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uF9qkzo7XE .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uF9qkzo7XE .foot-menu-item {
  transform: 0.2s;
}
.cid-uF9qkzo7XE .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uF9qkzo7XE .foot-menu {
    justify-content: center;
  }
  .cid-uF9qkzo7XE .mbr-text {
    text-align: center;
  }
  .cid-uF9qkzo7XE .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uF9qkzo7XE .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uF9qkzo7XE .link:hover {
  text-decoration: underline;
}
.cid-uF9qkzo7XE .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uF9qkzo7XE .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uF9qkzo7XE .container {
    padding: 0;
  }
}
.cid-uF9qkzo7XE .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uFdLtjVHMh {
  min-height: 85px !important;
  position: static;
}
.cid-uFdLtjVHMh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFdLtjVHMh .nav-item:focus,
.cid-uFdLtjVHMh .nav-link:focus {
  outline: none;
}
.cid-uFdLtjVHMh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFdLtjVHMh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFdLtjVHMh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFdLtjVHMh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFdLtjVHMh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFdLtjVHMh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uFdLtjVHMh .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uFdLtjVHMh .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uFdLtjVHMh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFdLtjVHMh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFdLtjVHMh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFdLtjVHMh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFdLtjVHMh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFdLtjVHMh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFdLtjVHMh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFdLtjVHMh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFdLtjVHMh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFdLtjVHMh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFdLtjVHMh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFdLtjVHMh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFdLtjVHMh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFdLtjVHMh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFdLtjVHMh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFdLtjVHMh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFdLtjVHMh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFdLtjVHMh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFdLtjVHMh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFdLtjVHMh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFdLtjVHMh .navbar.navbar-short {
  background: #19212f;
}
.cid-uFdLtjVHMh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFdLtjVHMh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFdLtjVHMh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFdLtjVHMh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uFdLtjVHMh .dropdown-item.active,
.cid-uFdLtjVHMh .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uFdLtjVHMh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFdLtjVHMh .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uFdLtjVHMh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uFdLtjVHMh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFdLtjVHMh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFdLtjVHMh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFdLtjVHMh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFdLtjVHMh .navbar-nav {
  margin: auto;
}
.cid-uFdLtjVHMh .navbar-buttons {
  text-align: center;
}
.cid-uFdLtjVHMh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFdLtjVHMh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFdLtjVHMh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFdLtjVHMh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFdLtjVHMh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFdLtjVHMh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFdLtjVHMh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFdLtjVHMh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFdLtjVHMh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFdLtjVHMh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFdLtjVHMh .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uFdLtjVHMh a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFdLtjVHMh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFdLtjVHMh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uFdLtjVHMh .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFdLtjVHMh .navbar {
    height: 77px;
  }
  .cid-uFdLtjVHMh .navbar.opened {
    height: auto;
  }
}
.cid-uFdLtjVHMh .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uFdLtjVHMh .text-btn {
  transition: transform 0.3s;
}
.cid-uFdLtjVHMh .btn:hover {
  transform: scale(0.8);
}
.cid-uFdLtjVHMh .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uFdLtjVHMh .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uFdLtjVHMh .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uFdLtjVHMh .nav-link:hover::before {
  width: 100%;
}
.cid-uFdLtjVHMh .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uFdLtjVHMh .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uFdLtjVHMh .link {
  margin: 0rem 1.2rem !important;
}
.cid-uFdLtjVHMh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uFdLtjVHMh .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uFdLtjVHMh .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uFdLtjVHMh .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uFdLtjVHMh .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uFdLtjVHMh .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uFdLtjVHMh .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uFdLtjVHMh .dropdown-menu::before {
    display: none !important;
  }
  .cid-uFdLtjVHMh .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uFdLtjVHMh .dropdown-menu > a::after {
    display: none;
  }
  .cid-uFdLtjVHMh .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uFdLtjVHMh .nav-link::before {
    display: none;
  }
  .cid-uFdLtjVHMh .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uFdLtjVHMh .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uFdLtjVHMh .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uFdLtjVHMh .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uFdLtjVHMh .nav-dropdown .dropdown-item:focus,
  .cid-uFdLtjVHMh .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uFdLtjVHMh .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFdLtjVHMh .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFdLtjVHMh .container-fluid {
    padding-right: 0rem;
  }
  .cid-uFdLtjVHMh .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uFdLtjVHMh .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uFdLtjVHMh .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uFdLtjVHMh .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uFdLtjVHMh .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uFdLtjVHMh .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uFdLtjVHMh .nav-dropdown .dropdown-item:focus,
  .cid-uFdLtjVHMh .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uFdLtjVHMh .btn-primary {
  color: #354463 !important;
}
.cid-uFdLtjVHMh .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uFdLtjVHMh .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uFdLtjVHMh .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uFdLtk9kLu {
  overflow-x: hidden !important;
}
.cid-uFdLtk9kLu,
.cid-uFdLtk9kLu .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uFdLtk9kLu .mbr-section-title {
  color: #ffffff;
}
.cid-uFdLtk9kLu .mbr-section-title span {
  color: #ffffff;
}
.cid-uFdLtk9kLu .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uFdLtk9kLu .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/img-2935-2000x1500.jpg");
}
.cid-uFdLtk9kLu .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uFdLtk9kLu .mbr-overlay {
  z-index: 1;
}
.cid-uFdLtk9kLu .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uFdLtkjHh1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFdLtkjHh1 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uFdLtkjHh1 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uFdLtkjHh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFdLtkjHh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFdPaNEbut {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uFdPaNEbut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFdPaNEbut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFdPaNEbut .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uFdPaNEbut .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uFdPaNEbut .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFdPaNEbut .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFdPaNEbut .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFdPaNEbut .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uFdPaNEbut .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uFdPaNEbut .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uFdPaNEbut .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFdPaNEbut .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFdPaNEbut .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFdPaNEbut .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFdPaNEbut .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFdPaNEbut .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uFdPaNEbut .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uFdPaNEbut .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFdPaNEbut .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uFdPaNEbut .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFdPaNEbut .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uFdPaNEbut .mbr-section-title {
  color: #404349;
}
.cid-uFdPaNEbut .panel-title-edit {
  color: #ffffff;
}
.cid-uFdPaNEbut .panel-text {
  color: #404349;
}
.cid-uFdPaNEbut .panel-text,
.cid-uFdPaNEbut .panel-body {
  color: #ffffff;
}
.cid-uFdPaNEbut .mbr-section-title,
.cid-uFdPaNEbut .title-wrapper,
.cid-uFdPaNEbut .tabs-wrapper {
  color: #ffffff;
}
.cid-uHjlGRAzwe {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHjlGRAzwe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjlGRAzwe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjlGRAzwe .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHjlGRAzwe .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHjlGRAzwe .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHjlGRAzwe .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHjlGRAzwe .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjlGRAzwe .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHjlGRAzwe .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHjlGRAzwe .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHjlGRAzwe .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHjlGRAzwe .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHjlGRAzwe .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHjlGRAzwe .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHjlGRAzwe .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHjlGRAzwe .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHjlGRAzwe .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHjlGRAzwe .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHjlGRAzwe .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHjlGRAzwe .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjlGRAzwe .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHjlGRAzwe .mbr-section-title {
  color: #404349;
}
.cid-uHjlGRAzwe .panel-title-edit {
  color: #ffffff;
}
.cid-uHjlGRAzwe .panel-text {
  color: #404349;
}
.cid-uHjlGRAzwe .panel-text,
.cid-uHjlGRAzwe .panel-body {
  color: #ffffff;
}
.cid-uHjlGRAzwe .mbr-section-title,
.cid-uHjlGRAzwe .title-wrapper,
.cid-uHjlGRAzwe .tabs-wrapper {
  color: #ffffff;
}
.cid-uFqcAj2daZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFqcAj2daZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqcAj2daZ .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-uFqcAj2daZ .container {
    padding: 0 20px;
  }
}
.cid-uFqcAj2daZ .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uFqcAj2daZ .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uFqcAj2daZ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFqcAj2daZ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFqcAj2daZ .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFqcAj2daZ .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFqcAj2daZ .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uFqcAj2daZ .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uFqcAj2daZ .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uFqcAj2daZ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uFqcAj2daZ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uFqcAj2daZ .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFqcAj2daZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFqcAj2daZ .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uFqcAj2daZ .content-wrapper .mbr-section-btn .btn-primary,
.cid-uFqcAj2daZ .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uFqcAj2daZ .content-wrapper .mbr-section-btn .btn-success,
.cid-uFqcAj2daZ .content-wrapper .mbr-section-btn .btn-info,
.cid-uFqcAj2daZ .content-wrapper .mbr-section-btn .btn-warning,
.cid-uFqcAj2daZ .content-wrapper .mbr-section-btn .btn-danger,
.cid-uFqcAj2daZ .content-wrapper .mbr-section-btn .btn-black,
.cid-uFqcAj2daZ .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uFqcAj2daZ .mbr-section-title {
  color: #000000;
}
.cid-uFqcAj2daZ .mbr-desc,
.cid-uFqcAj2daZ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFqcAj2daZ .card-number {
  color: #ffffff;
}
.cid-uFqcAj2daZ .card-title {
  color: #000000;
}
.cid-uFqcAj2daZ .mbr-text,
.cid-uFqcAj2daZ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFqcAj2daZ .mbr-section-title,
.cid-uFqcAj2daZ .mbr-section-btn {
  text-align: center;
}
.cid-uFqcAj2daZ .card-title,
.cid-uFqcAj2daZ .icon-wrapper {
  color: #ffffff;
}
.cid-uFqcAj2daZ .mbr-section-title,
.cid-uFqcAj2daZ .mbr-section-btn,
.cid-uFqcAj2daZ .image-wrapper {
  color: #19212f;
}
.cid-uFdPbscpzT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19212f;
}
.cid-uFdPbscpzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFdPbscpzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFdPbscpzT a {
  font-weight: bold;
}
.cid-uFdPbscpzT .row {
  flex-direction: row-reverse;
}
.cid-uFdPbscpzT .container-fluid {
  padding: 0;
}
.cid-uFdPbscpzT img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFdPbscpzT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFdPbscpzT .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uFdPbscpzT .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uFdPbscpzT .text-wrapper {
    padding: 1rem;
  }
}
.cid-uFdPbscpzT .mbr-text,
.cid-uFdPbscpzT .mbr-section-btn {
  color: #ffffff;
}
.cid-uFdPbscpzT .mbr-section-title {
  color: #ffffff;
}
.cid-uFdLtkLwEy {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-uFdLtkLwEy .mbr-text {
  color: #767676;
}
.cid-uFdLtkLwEy .mbr-section-subtitle {
  color: #ab0d0d;
}
.cid-uFdLtkLwEy .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFdLtkLwEy .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 3.7rem;
}
.cid-uFdLtkLwEy .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-uFdLtkLwEy .card-text {
  margin-top: 2rem;
}
.cid-uFdLtkLwEy .card-box {
  margin-bottom: 1rem;
}
.cid-uFdLtkLwEy .num {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uFdLtkLwEy .num,
  .cid-uFdLtkLwEy .card-title,
  .cid-uFdLtkLwEy .mbr-text,
  .cid-uFdLtkLwEy .mbr-title,
  .cid-uFdLtkLwEy .mbr-section-subtitle,
  .cid-uFdLtkLwEy .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uFdLtkLwEy .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uFdLtkLwEy .mbr-title {
  color: #19212f;
}
.cid-uFdLtl2HiQ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uFdLtl2HiQ .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-uFdLtl2HiQ H2 {
  color: #051744;
  text-align: center;
}
.cid-uFdLtl2HiQ .mbr-section-subtitle,
.cid-uFdLtl2HiQ .mbr-section-btn {
  color: #cbcbcb;
}
.cid-uFdLtlmdOE {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-uFdLtlmdOE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uFdLtlmdOE .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-uFdLtlmdOE input,
.cid-uFdLtlmdOE textarea {
  font-size: 14px;
}
.cid-uFdLtlmdOE input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uFdLtlmdOE textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uFdLtlmdOE .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uFdLtlmdOE .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uFdLtlmdOE img {
  width: 90%;
  border-radius: 8px;
}
.cid-uFdLtlmdOE .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uFdLtlmdOE .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uFdLtlmdOE .title-block {
  margin-bottom: 2rem;
}
.cid-uFdLtlmdOE .form-control,
.cid-uFdLtlmdOE .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFdLtlmdOE .form-control:hover,
.cid-uFdLtlmdOE .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFdLtlmdOE .form-control:focus,
.cid-uFdLtlmdOE .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFdLtlmdOE input::-webkit-input-placeholder,
.cid-uFdLtlmdOE textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uFdLtlmdOE input:-moz-placeholder,
.cid-uFdLtlmdOE textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uFdLtlmdOE .jq-selectbox li,
.cid-uFdLtlmdOE .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uFdLtlmdOE .jq-selectbox li:hover,
.cid-uFdLtlmdOE .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uFdLtlmdOE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uFdLtlmdOE .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uFdLtlmdOE H5 {
  padding-bottom: 2rem;
}
.cid-uFdLtlmdOE .mbr-text {
  color: #777777;
}
.cid-uFdLtlmdOE .mbr-form {
  padding: 0rem;
}
.cid-uFdLtlmdOE .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uFdLtlmdOE .form-row {
    margin: 0;
  }
  .cid-uFdLtlmdOE .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uFdLtlmdOE .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uFdLtlmdOE img {
    width: 100%;
  }
}
.cid-uFdLtlmdOE .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uFf4LqtK34 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf4LqtK34 [class^="socicon-"]:before,
.cid-uFf4LqtK34 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf4LqtK34 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf4LqtK34 .btn-social,
.cid-uFf4LqtK34 .mbr-section-title {
  color: #57468b;
}
.cid-uFf4LqtK34 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf4LqtK34 .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf4LqtK34 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf4LqtK34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf4LqtK34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFf4L0GhMx {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFf4L0GhMx .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFf4L0GhMx h5 {
  padding-bottom: 2rem;
}
.cid-uFf4L0GhMx textarea {
  min-height: 150px;
}
.cid-uFf4L0GhMx .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFf4L0GhMx h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFf4L0GhMx h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFf4L0GhMx h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFf4L0GhMx .form-control,
.cid-uFf4L0GhMx .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFf4L0GhMx .form-control input::-webkit-input-placeholder,
.cid-uFf4L0GhMx .field-input input::-webkit-input-placeholder,
.cid-uFf4L0GhMx .form-control textarea::-webkit-input-placeholder,
.cid-uFf4L0GhMx .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFf4L0GhMx .form-control input:-moz-placeholder,
.cid-uFf4L0GhMx .field-input input:-moz-placeholder,
.cid-uFf4L0GhMx .form-control textarea:-moz-placeholder,
.cid-uFf4L0GhMx .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFf4L0GhMx .form-control:hover,
.cid-uFf4L0GhMx .field-input:hover,
.cid-uFf4L0GhMx .form-control:focus,
.cid-uFf4L0GhMx .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFf4L0GhMx .form-control:hover input::-webkit-input-placeholder,
.cid-uFf4L0GhMx .field-input:hover input::-webkit-input-placeholder,
.cid-uFf4L0GhMx .form-control:focus input::-webkit-input-placeholder,
.cid-uFf4L0GhMx .field-input:focus input::-webkit-input-placeholder,
.cid-uFf4L0GhMx .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFf4L0GhMx .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFf4L0GhMx .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFf4L0GhMx .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFf4L0GhMx .form-control:hover input:-moz-placeholder,
.cid-uFf4L0GhMx .field-input:hover input:-moz-placeholder,
.cid-uFf4L0GhMx .form-control:focus input:-moz-placeholder,
.cid-uFf4L0GhMx .field-input:focus input:-moz-placeholder,
.cid-uFf4L0GhMx .form-control:hover textarea:-moz-placeholder,
.cid-uFf4L0GhMx .field-input:hover textarea:-moz-placeholder,
.cid-uFf4L0GhMx .form-control:focus textarea:-moz-placeholder,
.cid-uFf4L0GhMx .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFf4L0GhMx .jq-number__spin:hover,
.cid-uFf4L0GhMx .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFf4L0GhMx .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFf4L0GhMx .jq-selectbox li,
.cid-uFf4L0GhMx .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFf4L0GhMx .jq-selectbox li:hover,
.cid-uFf4L0GhMx .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFf4L0GhMx .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFf4L0GhMx .jq-number__spin.minus:hover:after,
.cid-uFf4L0GhMx .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFf4L0GhMx .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFf4L0GhMx .jq-number__spin.minus:after,
.cid-uFf4L0GhMx .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFf4L0GhMx input::-webkit-clear-button {
  display: none;
}
.cid-uFf4L0GhMx input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFf4L0GhMx input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFf4L0GhMx input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFf4L0GhMx H5 {
  color: #ffffff;
}
.cid-uFf4L0GhMx P {
  color: #767676;
}
.cid-uFf4L0GhMx H3 {
  color: #e1201d;
}
.cid-uFf4L0GhMx p,
.cid-uFf4L0GhMx .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4F2zUrpG {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4F2zUrpG a {
  transition: 0.3s;
}
.cid-uL4F2zUrpG h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4F2zUrpG .card-img2 span {
  padding-top: 6px;
}
.cid-uL4F2zUrpG .soc-item a {
  padding-top: 5px;
}
.cid-uL4F2zUrpG .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4F2zUrpG .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4F2zUrpG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4F2zUrpG .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4F2zUrpG .soc-item span {
  font-size: 1rem;
}
.cid-uL4F2zUrpG .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4F2zUrpG .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4F2zUrpG .item h4 {
  margin: 0;
}
.cid-uL4F2zUrpG .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4F2zUrpG .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4F2zUrpG img {
  width: 80%;
}
.cid-uL4F2zUrpG .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4F2zUrpG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4F2zUrpG .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4F2zUrpG .container {
  padding: 0;
}
.cid-uL4F2zUrpG .btn-primary {
  color: #333333 !important;
}
.cid-uL4F2zUrpG .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uFdLtm1ZXI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uFdLtm1ZXI .media-container-row {
  align-items: center;
}
.cid-uFdLtm1ZXI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFdLtm1ZXI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFdLtm1ZXI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFdLtm1ZXI .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uFdLtm1ZXI .foot-menu-item {
  transform: 0.2s;
}
.cid-uFdLtm1ZXI .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uFdLtm1ZXI .foot-menu {
    justify-content: center;
  }
  .cid-uFdLtm1ZXI .mbr-text {
    text-align: center;
  }
  .cid-uFdLtm1ZXI .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFdLtm1ZXI .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uFdLtm1ZXI .link:hover {
  text-decoration: underline;
}
.cid-uFdLtm1ZXI .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uFdLtm1ZXI .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uFdLtm1ZXI .container {
    padding: 0;
  }
}
.cid-uFdLtm1ZXI .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uFdTorY9c4 {
  min-height: 85px !important;
  position: static;
}
.cid-uFdTorY9c4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFdTorY9c4 .nav-item:focus,
.cid-uFdTorY9c4 .nav-link:focus {
  outline: none;
}
.cid-uFdTorY9c4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFdTorY9c4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFdTorY9c4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFdTorY9c4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFdTorY9c4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFdTorY9c4 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uFdTorY9c4 .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uFdTorY9c4 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uFdTorY9c4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFdTorY9c4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFdTorY9c4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFdTorY9c4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFdTorY9c4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFdTorY9c4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFdTorY9c4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFdTorY9c4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFdTorY9c4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFdTorY9c4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFdTorY9c4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFdTorY9c4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFdTorY9c4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFdTorY9c4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFdTorY9c4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFdTorY9c4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFdTorY9c4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFdTorY9c4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFdTorY9c4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFdTorY9c4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFdTorY9c4 .navbar.navbar-short {
  background: #19212f;
}
.cid-uFdTorY9c4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFdTorY9c4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFdTorY9c4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFdTorY9c4 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uFdTorY9c4 .dropdown-item.active,
.cid-uFdTorY9c4 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uFdTorY9c4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFdTorY9c4 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uFdTorY9c4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uFdTorY9c4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFdTorY9c4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFdTorY9c4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFdTorY9c4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFdTorY9c4 .navbar-nav {
  margin: auto;
}
.cid-uFdTorY9c4 .navbar-buttons {
  text-align: center;
}
.cid-uFdTorY9c4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFdTorY9c4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFdTorY9c4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFdTorY9c4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFdTorY9c4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFdTorY9c4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFdTorY9c4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFdTorY9c4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFdTorY9c4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFdTorY9c4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFdTorY9c4 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uFdTorY9c4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFdTorY9c4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFdTorY9c4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uFdTorY9c4 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFdTorY9c4 .navbar {
    height: 77px;
  }
  .cid-uFdTorY9c4 .navbar.opened {
    height: auto;
  }
}
.cid-uFdTorY9c4 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uFdTorY9c4 .text-btn {
  transition: transform 0.3s;
}
.cid-uFdTorY9c4 .btn:hover {
  transform: scale(0.8);
}
.cid-uFdTorY9c4 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uFdTorY9c4 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uFdTorY9c4 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uFdTorY9c4 .nav-link:hover::before {
  width: 100%;
}
.cid-uFdTorY9c4 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uFdTorY9c4 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uFdTorY9c4 .link {
  margin: 0rem 1.2rem !important;
}
.cid-uFdTorY9c4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uFdTorY9c4 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uFdTorY9c4 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uFdTorY9c4 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uFdTorY9c4 .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uFdTorY9c4 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uFdTorY9c4 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uFdTorY9c4 .dropdown-menu::before {
    display: none !important;
  }
  .cid-uFdTorY9c4 .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uFdTorY9c4 .dropdown-menu > a::after {
    display: none;
  }
  .cid-uFdTorY9c4 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uFdTorY9c4 .nav-link::before {
    display: none;
  }
  .cid-uFdTorY9c4 .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uFdTorY9c4 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uFdTorY9c4 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uFdTorY9c4 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uFdTorY9c4 .nav-dropdown .dropdown-item:focus,
  .cid-uFdTorY9c4 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uFdTorY9c4 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFdTorY9c4 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFdTorY9c4 .container-fluid {
    padding-right: 0rem;
  }
  .cid-uFdTorY9c4 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uFdTorY9c4 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uFdTorY9c4 .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uFdTorY9c4 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uFdTorY9c4 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uFdTorY9c4 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uFdTorY9c4 .nav-dropdown .dropdown-item:focus,
  .cid-uFdTorY9c4 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uFdTorY9c4 .btn-primary {
  color: #354463 !important;
}
.cid-uFdTorY9c4 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uFdTorY9c4 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uFdTorY9c4 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uFdTosg4Of {
  overflow-x: hidden !important;
}
.cid-uFdTosg4Of,
.cid-uFdTosg4Of .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-uFdTosg4Of .mbr-section-title {
  color: #ffffff;
}
.cid-uFdTosg4Of .mbr-section-title span {
  color: #ffffff;
}
.cid-uFdTosg4Of .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uFdTosg4Of .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-color: #19212f;
}
.cid-uFdTosg4Of .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uFdTosg4Of .mbr-overlay {
  z-index: 1;
}
.cid-uFdTosg4Of .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uFe1hGbd8k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFe1hGbd8k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFe1hGbd8k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFe1hGbd8k .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFe1hGbd8k .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFe1hGbd8k .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uFe1hGbd8k .card-wrapper {
    padding: 4rem;
  }
}
.cid-uFe1hGbd8k .mbr-text,
.cid-uFe1hGbd8k .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uFe1hGbd8k .card-title,
.cid-uFe1hGbd8k .card-box {
  text-align: left;
  color: #000000;
}
.cid-uFf4PVslii {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf4PVslii [class^="socicon-"]:before,
.cid-uFf4PVslii [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf4PVslii .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf4PVslii .btn-social,
.cid-uFf4PVslii .mbr-section-title {
  color: #57468b;
}
.cid-uFf4PVslii .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf4PVslii .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf4PVslii .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf4PVslii .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf4PVslii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFf4PnKAPn {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFf4PnKAPn .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFf4PnKAPn h5 {
  padding-bottom: 2rem;
}
.cid-uFf4PnKAPn textarea {
  min-height: 150px;
}
.cid-uFf4PnKAPn .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFf4PnKAPn h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFf4PnKAPn h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFf4PnKAPn h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFf4PnKAPn .form-control,
.cid-uFf4PnKAPn .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFf4PnKAPn .form-control input::-webkit-input-placeholder,
.cid-uFf4PnKAPn .field-input input::-webkit-input-placeholder,
.cid-uFf4PnKAPn .form-control textarea::-webkit-input-placeholder,
.cid-uFf4PnKAPn .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFf4PnKAPn .form-control input:-moz-placeholder,
.cid-uFf4PnKAPn .field-input input:-moz-placeholder,
.cid-uFf4PnKAPn .form-control textarea:-moz-placeholder,
.cid-uFf4PnKAPn .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFf4PnKAPn .form-control:hover,
.cid-uFf4PnKAPn .field-input:hover,
.cid-uFf4PnKAPn .form-control:focus,
.cid-uFf4PnKAPn .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFf4PnKAPn .form-control:hover input::-webkit-input-placeholder,
.cid-uFf4PnKAPn .field-input:hover input::-webkit-input-placeholder,
.cid-uFf4PnKAPn .form-control:focus input::-webkit-input-placeholder,
.cid-uFf4PnKAPn .field-input:focus input::-webkit-input-placeholder,
.cid-uFf4PnKAPn .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFf4PnKAPn .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFf4PnKAPn .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFf4PnKAPn .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFf4PnKAPn .form-control:hover input:-moz-placeholder,
.cid-uFf4PnKAPn .field-input:hover input:-moz-placeholder,
.cid-uFf4PnKAPn .form-control:focus input:-moz-placeholder,
.cid-uFf4PnKAPn .field-input:focus input:-moz-placeholder,
.cid-uFf4PnKAPn .form-control:hover textarea:-moz-placeholder,
.cid-uFf4PnKAPn .field-input:hover textarea:-moz-placeholder,
.cid-uFf4PnKAPn .form-control:focus textarea:-moz-placeholder,
.cid-uFf4PnKAPn .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFf4PnKAPn .jq-number__spin:hover,
.cid-uFf4PnKAPn .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFf4PnKAPn .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFf4PnKAPn .jq-selectbox li,
.cid-uFf4PnKAPn .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFf4PnKAPn .jq-selectbox li:hover,
.cid-uFf4PnKAPn .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFf4PnKAPn .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFf4PnKAPn .jq-number__spin.minus:hover:after,
.cid-uFf4PnKAPn .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFf4PnKAPn .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFf4PnKAPn .jq-number__spin.minus:after,
.cid-uFf4PnKAPn .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFf4PnKAPn input::-webkit-clear-button {
  display: none;
}
.cid-uFf4PnKAPn input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFf4PnKAPn input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFf4PnKAPn input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFf4PnKAPn H5 {
  color: #ffffff;
}
.cid-uFf4PnKAPn P {
  color: #767676;
}
.cid-uFf4PnKAPn H3 {
  color: #e1201d;
}
.cid-uFf4PnKAPn p,
.cid-uFf4PnKAPn .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4F6catCb {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4F6catCb a {
  transition: 0.3s;
}
.cid-uL4F6catCb h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4F6catCb .card-img2 span {
  padding-top: 6px;
}
.cid-uL4F6catCb .soc-item a {
  padding-top: 5px;
}
.cid-uL4F6catCb .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4F6catCb .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4F6catCb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4F6catCb .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4F6catCb .soc-item span {
  font-size: 1rem;
}
.cid-uL4F6catCb .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4F6catCb .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4F6catCb .item h4 {
  margin: 0;
}
.cid-uL4F6catCb .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4F6catCb .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4F6catCb img {
  width: 80%;
}
.cid-uL4F6catCb .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4F6catCb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4F6catCb .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4F6catCb .container {
  padding: 0;
}
.cid-uL4F6catCb .btn-primary {
  color: #333333 !important;
}
.cid-uL4F6catCb .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uFdTouzfNf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uFdTouzfNf .media-container-row {
  align-items: center;
}
.cid-uFdTouzfNf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFdTouzfNf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFdTouzfNf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFdTouzfNf .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uFdTouzfNf .foot-menu-item {
  transform: 0.2s;
}
.cid-uFdTouzfNf .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uFdTouzfNf .foot-menu {
    justify-content: center;
  }
  .cid-uFdTouzfNf .mbr-text {
    text-align: center;
  }
  .cid-uFdTouzfNf .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFdTouzfNf .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uFdTouzfNf .link:hover {
  text-decoration: underline;
}
.cid-uFdTouzfNf .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uFdTouzfNf .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uFdTouzfNf .container {
    padding: 0;
  }
}
.cid-uFdTouzfNf .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uFdWYqH5mq {
  min-height: 85px !important;
  position: static;
}
.cid-uFdWYqH5mq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFdWYqH5mq .nav-item:focus,
.cid-uFdWYqH5mq .nav-link:focus {
  outline: none;
}
.cid-uFdWYqH5mq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFdWYqH5mq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFdWYqH5mq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFdWYqH5mq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFdWYqH5mq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFdWYqH5mq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uFdWYqH5mq .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uFdWYqH5mq .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uFdWYqH5mq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFdWYqH5mq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFdWYqH5mq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFdWYqH5mq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFdWYqH5mq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFdWYqH5mq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFdWYqH5mq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFdWYqH5mq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFdWYqH5mq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFdWYqH5mq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFdWYqH5mq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFdWYqH5mq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFdWYqH5mq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFdWYqH5mq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFdWYqH5mq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFdWYqH5mq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFdWYqH5mq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFdWYqH5mq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFdWYqH5mq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFdWYqH5mq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFdWYqH5mq .navbar.navbar-short {
  background: #19212f;
}
.cid-uFdWYqH5mq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFdWYqH5mq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFdWYqH5mq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFdWYqH5mq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uFdWYqH5mq .dropdown-item.active,
.cid-uFdWYqH5mq .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uFdWYqH5mq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFdWYqH5mq .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uFdWYqH5mq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uFdWYqH5mq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFdWYqH5mq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFdWYqH5mq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFdWYqH5mq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFdWYqH5mq .navbar-nav {
  margin: auto;
}
.cid-uFdWYqH5mq .navbar-buttons {
  text-align: center;
}
.cid-uFdWYqH5mq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFdWYqH5mq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFdWYqH5mq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFdWYqH5mq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFdWYqH5mq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFdWYqH5mq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFdWYqH5mq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFdWYqH5mq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFdWYqH5mq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFdWYqH5mq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFdWYqH5mq .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uFdWYqH5mq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFdWYqH5mq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFdWYqH5mq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uFdWYqH5mq .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFdWYqH5mq .navbar {
    height: 77px;
  }
  .cid-uFdWYqH5mq .navbar.opened {
    height: auto;
  }
}
.cid-uFdWYqH5mq .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uFdWYqH5mq .text-btn {
  transition: transform 0.3s;
}
.cid-uFdWYqH5mq .btn:hover {
  transform: scale(0.8);
}
.cid-uFdWYqH5mq .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uFdWYqH5mq .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uFdWYqH5mq .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uFdWYqH5mq .nav-link:hover::before {
  width: 100%;
}
.cid-uFdWYqH5mq .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uFdWYqH5mq .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uFdWYqH5mq .link {
  margin: 0rem 1.2rem !important;
}
.cid-uFdWYqH5mq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uFdWYqH5mq .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uFdWYqH5mq .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uFdWYqH5mq .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uFdWYqH5mq .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uFdWYqH5mq .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uFdWYqH5mq .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uFdWYqH5mq .dropdown-menu::before {
    display: none !important;
  }
  .cid-uFdWYqH5mq .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uFdWYqH5mq .dropdown-menu > a::after {
    display: none;
  }
  .cid-uFdWYqH5mq .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uFdWYqH5mq .nav-link::before {
    display: none;
  }
  .cid-uFdWYqH5mq .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uFdWYqH5mq .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uFdWYqH5mq .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uFdWYqH5mq .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uFdWYqH5mq .nav-dropdown .dropdown-item:focus,
  .cid-uFdWYqH5mq .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uFdWYqH5mq .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFdWYqH5mq .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFdWYqH5mq .container-fluid {
    padding-right: 0rem;
  }
  .cid-uFdWYqH5mq .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uFdWYqH5mq .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uFdWYqH5mq .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uFdWYqH5mq .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uFdWYqH5mq .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uFdWYqH5mq .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uFdWYqH5mq .nav-dropdown .dropdown-item:focus,
  .cid-uFdWYqH5mq .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uFdWYqH5mq .btn-primary {
  color: #354463 !important;
}
.cid-uFdWYqH5mq .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uFdWYqH5mq .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uFdWYqH5mq .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uFdWYr0aLo {
  overflow-x: hidden !important;
}
.cid-uFdWYr0aLo,
.cid-uFdWYr0aLo .scroll-wrapper {
  padding-top: 120px;
  padding-bottom: 105px;
}
.cid-uFdWYr0aLo .mbr-section-title {
  color: #ffffff;
}
.cid-uFdWYr0aLo .mbr-section-title span {
  color: #ffffff;
}
.cid-uFdWYr0aLo .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uFdWYr0aLo .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-color: #19212f;
}
.cid-uFdWYr0aLo .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uFdWYr0aLo .mbr-overlay {
  z-index: 1;
}
.cid-uFdWYr0aLo .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uFdYweaHe8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFdYweaHe8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFdYweaHe8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFdYweaHe8 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFdYweaHe8 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFdYweaHe8 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uFdYweaHe8 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uFdYweaHe8 .mbr-text,
.cid-uFdYweaHe8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uFdYweaHe8 .card-title,
.cid-uFdYweaHe8 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uFf4XYYrtO {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf4XYYrtO [class^="socicon-"]:before,
.cid-uFf4XYYrtO [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf4XYYrtO .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf4XYYrtO .btn-social,
.cid-uFf4XYYrtO .mbr-section-title {
  color: #57468b;
}
.cid-uFf4XYYrtO .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf4XYYrtO .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf4XYYrtO .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf4XYYrtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf4XYYrtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFf4Xs9kuv {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uFf4Xs9kuv .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uFf4Xs9kuv h5 {
  padding-bottom: 2rem;
}
.cid-uFf4Xs9kuv textarea {
  min-height: 150px;
}
.cid-uFf4Xs9kuv .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uFf4Xs9kuv h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFf4Xs9kuv h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFf4Xs9kuv h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFf4Xs9kuv .form-control,
.cid-uFf4Xs9kuv .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uFf4Xs9kuv .form-control input::-webkit-input-placeholder,
.cid-uFf4Xs9kuv .field-input input::-webkit-input-placeholder,
.cid-uFf4Xs9kuv .form-control textarea::-webkit-input-placeholder,
.cid-uFf4Xs9kuv .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFf4Xs9kuv .form-control input:-moz-placeholder,
.cid-uFf4Xs9kuv .field-input input:-moz-placeholder,
.cid-uFf4Xs9kuv .form-control textarea:-moz-placeholder,
.cid-uFf4Xs9kuv .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uFf4Xs9kuv .form-control:hover,
.cid-uFf4Xs9kuv .field-input:hover,
.cid-uFf4Xs9kuv .form-control:focus,
.cid-uFf4Xs9kuv .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFf4Xs9kuv .form-control:hover input::-webkit-input-placeholder,
.cid-uFf4Xs9kuv .field-input:hover input::-webkit-input-placeholder,
.cid-uFf4Xs9kuv .form-control:focus input::-webkit-input-placeholder,
.cid-uFf4Xs9kuv .field-input:focus input::-webkit-input-placeholder,
.cid-uFf4Xs9kuv .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFf4Xs9kuv .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFf4Xs9kuv .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFf4Xs9kuv .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFf4Xs9kuv .form-control:hover input:-moz-placeholder,
.cid-uFf4Xs9kuv .field-input:hover input:-moz-placeholder,
.cid-uFf4Xs9kuv .form-control:focus input:-moz-placeholder,
.cid-uFf4Xs9kuv .field-input:focus input:-moz-placeholder,
.cid-uFf4Xs9kuv .form-control:hover textarea:-moz-placeholder,
.cid-uFf4Xs9kuv .field-input:hover textarea:-moz-placeholder,
.cid-uFf4Xs9kuv .form-control:focus textarea:-moz-placeholder,
.cid-uFf4Xs9kuv .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFf4Xs9kuv .jq-number__spin:hover,
.cid-uFf4Xs9kuv .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFf4Xs9kuv .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFf4Xs9kuv .jq-selectbox li,
.cid-uFf4Xs9kuv .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFf4Xs9kuv .jq-selectbox li:hover,
.cid-uFf4Xs9kuv .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uFf4Xs9kuv .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFf4Xs9kuv .jq-number__spin.minus:hover:after,
.cid-uFf4Xs9kuv .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFf4Xs9kuv .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFf4Xs9kuv .jq-number__spin.minus:after,
.cid-uFf4Xs9kuv .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uFf4Xs9kuv input::-webkit-clear-button {
  display: none;
}
.cid-uFf4Xs9kuv input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFf4Xs9kuv input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFf4Xs9kuv input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFf4Xs9kuv H5 {
  color: #ffffff;
}
.cid-uFf4Xs9kuv P {
  color: #767676;
}
.cid-uFf4Xs9kuv H3 {
  color: #e1201d;
}
.cid-uFf4Xs9kuv p,
.cid-uFf4Xs9kuv .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4FfOiLBV {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4FfOiLBV a {
  transition: 0.3s;
}
.cid-uL4FfOiLBV h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4FfOiLBV .card-img2 span {
  padding-top: 6px;
}
.cid-uL4FfOiLBV .soc-item a {
  padding-top: 5px;
}
.cid-uL4FfOiLBV .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4FfOiLBV .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4FfOiLBV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4FfOiLBV .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4FfOiLBV .soc-item span {
  font-size: 1rem;
}
.cid-uL4FfOiLBV .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4FfOiLBV .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4FfOiLBV .item h4 {
  margin: 0;
}
.cid-uL4FfOiLBV .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4FfOiLBV .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4FfOiLBV img {
  width: 80%;
}
.cid-uL4FfOiLBV .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4FfOiLBV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4FfOiLBV .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4FfOiLBV .container {
  padding: 0;
}
.cid-uL4FfOiLBV .btn-primary {
  color: #333333 !important;
}
.cid-uL4FfOiLBV .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uFdWYtVVMq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uFdWYtVVMq .media-container-row {
  align-items: center;
}
.cid-uFdWYtVVMq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFdWYtVVMq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFdWYtVVMq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFdWYtVVMq .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uFdWYtVVMq .foot-menu-item {
  transform: 0.2s;
}
.cid-uFdWYtVVMq .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uFdWYtVVMq .foot-menu {
    justify-content: center;
  }
  .cid-uFdWYtVVMq .mbr-text {
    text-align: center;
  }
  .cid-uFdWYtVVMq .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFdWYtVVMq .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uFdWYtVVMq .link:hover {
  text-decoration: underline;
}
.cid-uFdWYtVVMq .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uFdWYtVVMq .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uFdWYtVVMq .container {
    padding: 0;
  }
}
.cid-uFdWYtVVMq .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uF92kjQCj2 {
  min-height: 85px !important;
  position: static;
}
.cid-uF92kjQCj2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF92kjQCj2 .nav-item:focus,
.cid-uF92kjQCj2 .nav-link:focus {
  outline: none;
}
.cid-uF92kjQCj2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF92kjQCj2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF92kjQCj2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF92kjQCj2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF92kjQCj2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF92kjQCj2 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uF92kjQCj2 .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uF92kjQCj2 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uF92kjQCj2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF92kjQCj2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF92kjQCj2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF92kjQCj2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF92kjQCj2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF92kjQCj2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF92kjQCj2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF92kjQCj2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF92kjQCj2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF92kjQCj2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF92kjQCj2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF92kjQCj2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF92kjQCj2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF92kjQCj2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF92kjQCj2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF92kjQCj2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF92kjQCj2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF92kjQCj2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF92kjQCj2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF92kjQCj2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF92kjQCj2 .navbar.navbar-short {
  background: #19212f;
}
.cid-uF92kjQCj2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF92kjQCj2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF92kjQCj2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF92kjQCj2 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uF92kjQCj2 .dropdown-item.active,
.cid-uF92kjQCj2 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uF92kjQCj2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF92kjQCj2 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uF92kjQCj2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uF92kjQCj2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF92kjQCj2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF92kjQCj2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF92kjQCj2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF92kjQCj2 .navbar-nav {
  margin: auto;
}
.cid-uF92kjQCj2 .navbar-buttons {
  text-align: center;
}
.cid-uF92kjQCj2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF92kjQCj2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF92kjQCj2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF92kjQCj2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF92kjQCj2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF92kjQCj2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF92kjQCj2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF92kjQCj2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF92kjQCj2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF92kjQCj2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF92kjQCj2 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uF92kjQCj2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF92kjQCj2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF92kjQCj2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uF92kjQCj2 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF92kjQCj2 .navbar {
    height: 77px;
  }
  .cid-uF92kjQCj2 .navbar.opened {
    height: auto;
  }
}
.cid-uF92kjQCj2 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uF92kjQCj2 .text-btn {
  transition: transform 0.3s;
}
.cid-uF92kjQCj2 .btn:hover {
  transform: scale(0.8);
}
.cid-uF92kjQCj2 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uF92kjQCj2 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uF92kjQCj2 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uF92kjQCj2 .nav-link:hover::before {
  width: 100%;
}
.cid-uF92kjQCj2 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uF92kjQCj2 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uF92kjQCj2 .link {
  margin: 0rem 1.2rem !important;
}
.cid-uF92kjQCj2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uF92kjQCj2 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uF92kjQCj2 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uF92kjQCj2 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uF92kjQCj2 .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uF92kjQCj2 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uF92kjQCj2 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uF92kjQCj2 .dropdown-menu::before {
    display: none !important;
  }
  .cid-uF92kjQCj2 .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uF92kjQCj2 .dropdown-menu > a::after {
    display: none;
  }
  .cid-uF92kjQCj2 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uF92kjQCj2 .nav-link::before {
    display: none;
  }
  .cid-uF92kjQCj2 .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uF92kjQCj2 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uF92kjQCj2 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uF92kjQCj2 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uF92kjQCj2 .nav-dropdown .dropdown-item:focus,
  .cid-uF92kjQCj2 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uF92kjQCj2 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uF92kjQCj2 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF92kjQCj2 .container-fluid {
    padding-right: 0rem;
  }
  .cid-uF92kjQCj2 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uF92kjQCj2 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uF92kjQCj2 .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uF92kjQCj2 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uF92kjQCj2 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uF92kjQCj2 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uF92kjQCj2 .nav-dropdown .dropdown-item:focus,
  .cid-uF92kjQCj2 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uF92kjQCj2 .btn-primary {
  color: #354463 !important;
}
.cid-uF92kjQCj2 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uF92kjQCj2 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uF92kjQCj2 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uF92kkfI5I {
  overflow-x: hidden !important;
}
.cid-uF92kkfI5I,
.cid-uF92kkfI5I .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uF92kkfI5I .mbr-section-title {
  color: #ffffff;
}
.cid-uF92kkfI5I .mbr-section-title span {
  color: #ffffff;
}
.cid-uF92kkfI5I .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uF92kkfI5I .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/img-7652-2000x1500.jpg");
}
.cid-uF92kkfI5I .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uF92kkfI5I .mbr-overlay {
  z-index: 1;
}
.cid-uF92kkfI5I .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uF92kkunJh {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uF92kkunJh .mbr-section-subtitle {
  color: #555555;
}
.cid-uF92kkunJh .mbr-text {
  color: #767676;
}
.cid-uF92kkunJh .card {
  display: block;
  position: relative;
}
.cid-uF92kkunJh .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-uF92kkunJh .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uF92kkunJh .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-uF92kkunJh .card-wrapper .card-img .mbr-overlay {
  background: #19212f;
  display: block;
  opacity: 0.3;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-uF92kkunJh .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-uF92kkunJh .card-wrapper .card-box {
  background-color: #19212f;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uF92kkunJh .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uF92kkunJh .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uF92kkunJh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uF92kkunJh .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-uF92kkunJh .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-uF92kkunJh .popup-btn:hover .mbr-overlay {
  opacity: 0.3;
  height: 100%;
}
.cid-uF92kkunJh .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uF92kkunJh .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uF92kkunJh .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #050956);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-uF92kkunJh .mbr-section-title,
  .cid-uF92kkunJh .underline,
  .cid-uF92kkunJh .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uF92kkunJh .mbr-section-title,
.cid-uF92kkunJh .underline {
  color: #19212f;
}
.cid-uF92kkunJh .card-title {
  color: #ffffff;
}
.cid-uF92km2bTB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uF92km2bTB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF92km2bTB .mbr-text {
  color: #767676;
}
.cid-uF92km2bTB .card {
  display: block;
  position: relative;
}
.cid-uF92km2bTB .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-uF92km2bTB .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uF92km2bTB .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-uF92km2bTB .card-wrapper .card-img .mbr-overlay {
  background: #19212f;
  display: block;
  opacity: 0.3;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-uF92km2bTB .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-uF92km2bTB .card-wrapper .card-box {
  background-color: #19212f;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uF92km2bTB .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uF92km2bTB .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uF92km2bTB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uF92km2bTB .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-uF92km2bTB .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-uF92km2bTB .popup-btn:hover .mbr-overlay {
  opacity: 0.3;
  height: 100%;
}
.cid-uF92km2bTB .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uF92km2bTB .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uF92km2bTB .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #050956);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-uF92km2bTB .mbr-section-title,
  .cid-uF92km2bTB .underline,
  .cid-uF92km2bTB .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uF92km2bTB .mbr-section-title,
.cid-uF92km2bTB .underline {
  color: #ffffff;
}
.cid-uF92km2bTB .card-title {
  color: #ffffff;
}
.cid-uF92kmAWUT {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #19212f;
}
.cid-uF92kmAWUT .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uF92kmAWUT .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uF92kmAWUT .mbr-text,
.cid-uF92kmAWUT .mbr-section-btn {
  color: #ffffff;
}
.cid-uF92kmAWUT H3 {
  color: #ffffff;
}
.cid-uF92kmV1ak {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF92kmV1ak .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uF92kmV1ak h5 {
  padding-bottom: 2rem;
}
.cid-uF92kmV1ak textarea {
  min-height: 150px;
}
.cid-uF92kmV1ak .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uF92kmV1ak h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uF92kmV1ak h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uF92kmV1ak h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uF92kmV1ak .form-control,
.cid-uF92kmV1ak .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uF92kmV1ak .form-control input::-webkit-input-placeholder,
.cid-uF92kmV1ak .field-input input::-webkit-input-placeholder,
.cid-uF92kmV1ak .form-control textarea::-webkit-input-placeholder,
.cid-uF92kmV1ak .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uF92kmV1ak .form-control input:-moz-placeholder,
.cid-uF92kmV1ak .field-input input:-moz-placeholder,
.cid-uF92kmV1ak .form-control textarea:-moz-placeholder,
.cid-uF92kmV1ak .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uF92kmV1ak .form-control:hover,
.cid-uF92kmV1ak .field-input:hover,
.cid-uF92kmV1ak .form-control:focus,
.cid-uF92kmV1ak .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF92kmV1ak .form-control:hover input::-webkit-input-placeholder,
.cid-uF92kmV1ak .field-input:hover input::-webkit-input-placeholder,
.cid-uF92kmV1ak .form-control:focus input::-webkit-input-placeholder,
.cid-uF92kmV1ak .field-input:focus input::-webkit-input-placeholder,
.cid-uF92kmV1ak .form-control:hover textarea::-webkit-input-placeholder,
.cid-uF92kmV1ak .field-input:hover textarea::-webkit-input-placeholder,
.cid-uF92kmV1ak .form-control:focus textarea::-webkit-input-placeholder,
.cid-uF92kmV1ak .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uF92kmV1ak .form-control:hover input:-moz-placeholder,
.cid-uF92kmV1ak .field-input:hover input:-moz-placeholder,
.cid-uF92kmV1ak .form-control:focus input:-moz-placeholder,
.cid-uF92kmV1ak .field-input:focus input:-moz-placeholder,
.cid-uF92kmV1ak .form-control:hover textarea:-moz-placeholder,
.cid-uF92kmV1ak .field-input:hover textarea:-moz-placeholder,
.cid-uF92kmV1ak .form-control:focus textarea:-moz-placeholder,
.cid-uF92kmV1ak .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uF92kmV1ak .jq-number__spin:hover,
.cid-uF92kmV1ak .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF92kmV1ak .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF92kmV1ak .jq-selectbox li,
.cid-uF92kmV1ak .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uF92kmV1ak .jq-selectbox li:hover,
.cid-uF92kmV1ak .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uF92kmV1ak .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uF92kmV1ak .jq-number__spin.minus:hover:after,
.cid-uF92kmV1ak .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uF92kmV1ak .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uF92kmV1ak .jq-number__spin.minus:after,
.cid-uF92kmV1ak .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uF92kmV1ak input::-webkit-clear-button {
  display: none;
}
.cid-uF92kmV1ak input::-webkit-inner-spin-button {
  display: none;
}
.cid-uF92kmV1ak input::-webkit-outer-spin-button {
  display: none;
}
.cid-uF92kmV1ak input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uF92kmV1ak H5 {
  color: #000000;
}
.cid-uF92kmV1ak P {
  color: #767676;
}
.cid-uF92kmV1ak H3 {
  color: #e1201d;
}
.cid-uFf55Disgg {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uFf55Disgg [class^="socicon-"]:before,
.cid-uFf55Disgg [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uFf55Disgg .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFf55Disgg .btn-social,
.cid-uFf55Disgg .mbr-section-title {
  color: #57468b;
}
.cid-uFf55Disgg .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uFf55Disgg .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uFf55Disgg .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uFf55Disgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf55Disgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4FmbhuVq {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4FmbhuVq a {
  transition: 0.3s;
}
.cid-uL4FmbhuVq h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4FmbhuVq .card-img2 span {
  padding-top: 6px;
}
.cid-uL4FmbhuVq .soc-item a {
  padding-top: 5px;
}
.cid-uL4FmbhuVq .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4FmbhuVq .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4FmbhuVq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4FmbhuVq .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4FmbhuVq .soc-item span {
  font-size: 1rem;
}
.cid-uL4FmbhuVq .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4FmbhuVq .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4FmbhuVq .item h4 {
  margin: 0;
}
.cid-uL4FmbhuVq .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4FmbhuVq .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4FmbhuVq img {
  width: 80%;
}
.cid-uL4FmbhuVq .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4FmbhuVq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4FmbhuVq .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4FmbhuVq .container {
  padding: 0;
}
.cid-uL4FmbhuVq .btn-primary {
  color: #333333 !important;
}
.cid-uL4FmbhuVq .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uF92knH5py {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uF92knH5py .media-container-row {
  align-items: center;
}
.cid-uF92knH5py .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uF92knH5py .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uF92knH5py .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uF92knH5py .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uF92knH5py .foot-menu-item {
  transform: 0.2s;
}
.cid-uF92knH5py .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uF92knH5py .foot-menu {
    justify-content: center;
  }
  .cid-uF92knH5py .mbr-text {
    text-align: center;
  }
  .cid-uF92knH5py .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uF92knH5py .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uF92knH5py .link:hover {
  text-decoration: underline;
}
.cid-uF92knH5py .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uF92knH5py .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uF92knH5py .container {
    padding: 0;
  }
}
.cid-uF92knH5py .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uG5TZ890Z8 {
  min-height: 85px !important;
  position: static;
}
.cid-uG5TZ890Z8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uG5TZ890Z8 .nav-item:focus,
.cid-uG5TZ890Z8 .nav-link:focus {
  outline: none;
}
.cid-uG5TZ890Z8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uG5TZ890Z8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uG5TZ890Z8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uG5TZ890Z8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG5TZ890Z8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG5TZ890Z8 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uG5TZ890Z8 .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uG5TZ890Z8 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uG5TZ890Z8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uG5TZ890Z8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uG5TZ890Z8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uG5TZ890Z8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG5TZ890Z8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG5TZ890Z8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uG5TZ890Z8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG5TZ890Z8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uG5TZ890Z8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uG5TZ890Z8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG5TZ890Z8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uG5TZ890Z8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG5TZ890Z8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG5TZ890Z8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uG5TZ890Z8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uG5TZ890Z8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uG5TZ890Z8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uG5TZ890Z8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uG5TZ890Z8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uG5TZ890Z8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uG5TZ890Z8 .navbar.navbar-short {
  background: #19212f;
}
.cid-uG5TZ890Z8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG5TZ890Z8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG5TZ890Z8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG5TZ890Z8 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uG5TZ890Z8 .dropdown-item.active,
.cid-uG5TZ890Z8 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uG5TZ890Z8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG5TZ890Z8 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uG5TZ890Z8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uG5TZ890Z8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uG5TZ890Z8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG5TZ890Z8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG5TZ890Z8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uG5TZ890Z8 .navbar-nav {
  margin: auto;
}
.cid-uG5TZ890Z8 .navbar-buttons {
  text-align: center;
}
.cid-uG5TZ890Z8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uG5TZ890Z8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uG5TZ890Z8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG5TZ890Z8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG5TZ890Z8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG5TZ890Z8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG5TZ890Z8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG5TZ890Z8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG5TZ890Z8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG5TZ890Z8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG5TZ890Z8 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uG5TZ890Z8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uG5TZ890Z8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uG5TZ890Z8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uG5TZ890Z8 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG5TZ890Z8 .navbar {
    height: 77px;
  }
  .cid-uG5TZ890Z8 .navbar.opened {
    height: auto;
  }
}
.cid-uG5TZ890Z8 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uG5TZ890Z8 .text-btn {
  transition: transform 0.3s;
}
.cid-uG5TZ890Z8 .btn:hover {
  transform: scale(0.8);
}
.cid-uG5TZ890Z8 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uG5TZ890Z8 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uG5TZ890Z8 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uG5TZ890Z8 .nav-link:hover::before {
  width: 100%;
}
.cid-uG5TZ890Z8 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uG5TZ890Z8 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uG5TZ890Z8 .link {
  margin: 0rem 1.2rem !important;
}
.cid-uG5TZ890Z8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uG5TZ890Z8 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uG5TZ890Z8 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uG5TZ890Z8 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uG5TZ890Z8 .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uG5TZ890Z8 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uG5TZ890Z8 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uG5TZ890Z8 .dropdown-menu::before {
    display: none !important;
  }
  .cid-uG5TZ890Z8 .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uG5TZ890Z8 .dropdown-menu > a::after {
    display: none;
  }
  .cid-uG5TZ890Z8 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uG5TZ890Z8 .nav-link::before {
    display: none;
  }
  .cid-uG5TZ890Z8 .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uG5TZ890Z8 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uG5TZ890Z8 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uG5TZ890Z8 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uG5TZ890Z8 .nav-dropdown .dropdown-item:focus,
  .cid-uG5TZ890Z8 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uG5TZ890Z8 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uG5TZ890Z8 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG5TZ890Z8 .container-fluid {
    padding-right: 0rem;
  }
  .cid-uG5TZ890Z8 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uG5TZ890Z8 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uG5TZ890Z8 .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uG5TZ890Z8 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uG5TZ890Z8 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uG5TZ890Z8 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uG5TZ890Z8 .nav-dropdown .dropdown-item:focus,
  .cid-uG5TZ890Z8 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uG5TZ890Z8 .btn-primary {
  color: #354463 !important;
}
.cid-uG5TZ890Z8 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uG5TZ890Z8 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uG5TZ890Z8 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uG5TZ8J1fK {
  overflow-x: hidden !important;
}
.cid-uG5TZ8J1fK,
.cid-uG5TZ8J1fK .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uG5TZ8J1fK .mbr-section-title {
  color: #ffffff;
}
.cid-uG5TZ8J1fK .mbr-section-title span {
  color: #ffffff;
}
.cid-uG5TZ8J1fK .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uG5TZ8J1fK .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/img-2944-2000x1500.jpg");
}
.cid-uG5TZ8J1fK .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uG5TZ8J1fK .mbr-overlay {
  z-index: 1;
}
.cid-uG5TZ8J1fK .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uG5TZ8VvZP {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uG5TZ8VvZP .text-wrap {
  margin-top: 32px;
}
.cid-uG5TZ8VvZP .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uG5TZ8VvZP .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uG5TZ8VvZP .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uG5TZ8VvZP .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uG5TZ8VvZP .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uG5TZ8VvZP .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uG5TZ8VvZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5TZ8VvZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5TZ8VvZP .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uG5TZ8VvZP .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uG5TZ8VvZP .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uG5TZ8VvZP .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uG5TZ92cbX {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #19212f;
}
.cid-uG5TZ92cbX .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uG5TZ92cbX .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uG5TZ92cbX .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uG5TZ92cbX .card-img span {
  color: #df220e;
}
.cid-uG5TZ92cbX .row-item {
  margin-bottom: 2rem;
}
.cid-uG5TZ92cbX .row-item:hover .wrapper {
  background: linear-gradient(90deg, #eb4635, #ab0d0d);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uG5TZ92cbX .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-uG5TZ92cbX .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-uG5TZ92cbX .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uG5TZ92cbX .mbr-card-title,
.cid-uG5TZ92cbX .card-img {
  color: #ab0d0d;
}
.cid-uG5TZ9dCJK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uG5TZ9dCJK .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uG5TZ9dCJK .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uG5TZ9dCJK .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uG5TZ9dCJK .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uG5TZ9dCJK .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uG5TZ9dCJK .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uG5TZ9dCJK .mbr-gallery-filter ul {
  display: block;
}
.cid-uG5TZ9dCJK .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uG5TZ9dCJK .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uG5TZ9dCJK .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uG5TZ9dCJK .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uG5TZ9dCJK .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uG5TZ9dCJK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uG5TZ9dCJK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uG5TZ9dCJK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uG5TZ9dCJK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uG5TZ9dCJK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uG5TZ9dCJK .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uG5TZ9dCJK .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uG5TZ9dCJK .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uG5TZ9dCJK .mbr-gallery-item > div img,
.cid-uG5TZ9dCJK .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uG5TZ9dCJK .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uG5TZ9dCJK .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uG5TZ9dCJK .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uG5TZ9dCJK .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uG5TZ9dCJK .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uG5TZ9dCJK .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uG5TZ9dCJK .mbr-section-title {
    text-align: center;
  }
  .cid-uG5TZ9dCJK .image {
    top: auto;
    height: 420px;
  }
  .cid-uG5TZ9dCJK .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uG5TZ9dCJK .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uG5TZ9dCJK .mbr-gallery-item > div img,
  .cid-uG5TZ9dCJK .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uG5TZ9dCJK .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uG5TZ9dCJK .image {
    height: 290px;
  }
}
.cid-uG5TZ9rlms {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uG5TZ9rlms .mbr-text {
  color: #767676;
}
.cid-uG5TZ9rlms .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uG5TZ9rlms .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uG5TZ9rlms .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uG5TZ9rlms .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uG5TZ9rlms .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uG5TZ9rlms .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uG5TZ9rlms .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uG5TZ9rlms .card {
    margin-bottom: 2rem;
  }
}
.cid-uG5TZ9rlms .text-link {
  font-weight: 800 !important;
}
.cid-uG5TZ9rlms .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uG5TZ9rlms .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uG5TZ9rlms .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uG5TZ9rlms .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uG5TZ9rlms .card:hover .icon-arrow {
  color: #fff;
}
.cid-uG5TZ9rlms .card:hover .text-link {
  color: #fff !important;
}
.cid-uG5TZ9rlms .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uG5TZ9rlms .card:hover .link {
  transform: translateX(42px);
}
.cid-uG5TZ9rlms .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uG5TZ9rlms h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uG5TZ9ylr8 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uG5TZ9ylr8 .container {
    padding: 0 24px;
  }
}
.cid-uG5TZ9ylr8 .card {
  justify-content: center;
}
.cid-uG5TZ9ylr8 .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uG5TZ9ylr8 .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uG5TZ9ylr8 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uG5TZ9ylr8 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uG5TZ9ylr8 .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uG5TZ9ylr8 .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uG5TZ9ylr8 .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uG5TZ9ylr8 .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uG5TZ9ylr8 .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uG5TZ9ylr8 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uG5TZ9ylr8 .mbr-desc {
  color: #ffffff;
}
.cid-uG5TZ9ylr8 .mbr-text {
  color: #ffffff;
}
.cid-uG5TZ9ylr8 .mbr-section-btn {
  text-align: right;
}
.cid-uG5TZ9ylr8 .mbr-section-title,
.cid-uG5TZ9ylr8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uG5TZ9Dwmy {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH75lIhWFq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH75lIhWFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH75lIhWFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH75lIhWFq .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH75lIhWFq .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH75lIhWFq .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH75lIhWFq .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH75lIhWFq .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH75lIhWFq .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH75lIhWFq .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH75lIhWFq .item {
    margin-bottom: 28px;
  }
}
.cid-uH75lIhWFq .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH75lIhWFq .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH75lIhWFq .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH75lIhWFq .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH75lIhWFq .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH75lIhWFq .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH75lIhWFq .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH75lIhWFq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH75lIhWFq .mbr-text,
.cid-uH75lIhWFq .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH75lIhWFq .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH75lIhWFq .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uG5VBkwD5n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19212f;
}
.cid-uG5VBkwD5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5VBkwD5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5VBkwD5n a {
  font-weight: bold;
}
.cid-uG5VBkwD5n .row {
  flex-direction: row-reverse;
}
.cid-uG5VBkwD5n .container-fluid {
  padding: 0;
}
.cid-uG5VBkwD5n img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uG5VBkwD5n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uG5VBkwD5n .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uG5VBkwD5n .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uG5VBkwD5n .text-wrapper {
    padding: 1rem;
  }
}
.cid-uG5VBkwD5n .mbr-text,
.cid-uG5VBkwD5n .mbr-section-btn {
  color: #ffffff;
}
.cid-uG5VBkwD5n .mbr-section-title {
  color: #ffffff;
}
.cid-uG5TZ9PVNF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG5TZ9PVNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5TZ9PVNF .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-uG5TZ9PVNF .container {
    padding: 0 20px;
  }
}
.cid-uG5TZ9PVNF .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uG5TZ9PVNF .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uG5TZ9PVNF .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uG5TZ9PVNF .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG5TZ9PVNF .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uG5TZ9PVNF .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uG5TZ9PVNF .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uG5TZ9PVNF .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uG5TZ9PVNF .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uG5TZ9PVNF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uG5TZ9PVNF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uG5TZ9PVNF .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uG5TZ9PVNF .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uG5TZ9PVNF .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uG5TZ9PVNF .content-wrapper .mbr-section-btn .btn-primary,
.cid-uG5TZ9PVNF .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uG5TZ9PVNF .content-wrapper .mbr-section-btn .btn-success,
.cid-uG5TZ9PVNF .content-wrapper .mbr-section-btn .btn-info,
.cid-uG5TZ9PVNF .content-wrapper .mbr-section-btn .btn-warning,
.cid-uG5TZ9PVNF .content-wrapper .mbr-section-btn .btn-danger,
.cid-uG5TZ9PVNF .content-wrapper .mbr-section-btn .btn-black,
.cid-uG5TZ9PVNF .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uG5TZ9PVNF .mbr-section-title {
  color: #000000;
}
.cid-uG5TZ9PVNF .mbr-desc,
.cid-uG5TZ9PVNF .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uG5TZ9PVNF .card-number {
  color: #ffffff;
}
.cid-uG5TZ9PVNF .card-title {
  color: #000000;
}
.cid-uG5TZ9PVNF .mbr-text,
.cid-uG5TZ9PVNF .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uG5TZ9PVNF .mbr-section-title,
.cid-uG5TZ9PVNF .mbr-section-btn {
  text-align: center;
}
.cid-uG5TZ9PVNF .card-title,
.cid-uG5TZ9PVNF .icon-wrapper {
  color: #ffffff;
}
.cid-uG5TZ9PVNF .mbr-section-title,
.cid-uG5TZ9PVNF .mbr-section-btn,
.cid-uG5TZ9PVNF .image-wrapper {
  color: #19212f;
}
.cid-uG617FYTWz {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uG617FYTWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG617FYTWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG617FYTWz .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uG617FYTWz .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uG617FYTWz .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uG617FYTWz .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG617FYTWz .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG617FYTWz .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uG617FYTWz .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uG617FYTWz .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uG617FYTWz .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uG617FYTWz .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uG617FYTWz .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uG617FYTWz .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uG617FYTWz .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uG617FYTWz .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uG617FYTWz .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uG617FYTWz .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uG617FYTWz .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uG617FYTWz .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG617FYTWz .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uG617FYTWz .mbr-section-title {
  color: #404349;
}
.cid-uG617FYTWz .panel-title-edit {
  color: #ffffff;
}
.cid-uG617FYTWz .panel-text {
  color: #404349;
}
.cid-uG617FYTWz .panel-text,
.cid-uG617FYTWz .panel-body {
  color: #ffffff;
}
.cid-uG617FYTWz .mbr-section-title,
.cid-uG617FYTWz .title-wrapper,
.cid-uG617FYTWz .tabs-wrapper {
  color: #ffffff;
}
.cid-uG5TZ9WlIY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uG5TZ9WlIY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uG5TZ9WlIY .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uG5TZ9WlIY input,
.cid-uG5TZ9WlIY textarea {
  font-size: 14px;
}
.cid-uG5TZ9WlIY input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uG5TZ9WlIY textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uG5TZ9WlIY .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uG5TZ9WlIY .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uG5TZ9WlIY img {
  width: 90%;
  border-radius: 8px;
}
.cid-uG5TZ9WlIY .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uG5TZ9WlIY .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uG5TZ9WlIY .title-block {
  margin-bottom: 2rem;
}
.cid-uG5TZ9WlIY .form-control,
.cid-uG5TZ9WlIY .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uG5TZ9WlIY .form-control:hover,
.cid-uG5TZ9WlIY .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uG5TZ9WlIY .form-control:focus,
.cid-uG5TZ9WlIY .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uG5TZ9WlIY input::-webkit-input-placeholder,
.cid-uG5TZ9WlIY textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uG5TZ9WlIY input:-moz-placeholder,
.cid-uG5TZ9WlIY textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uG5TZ9WlIY .jq-selectbox li,
.cid-uG5TZ9WlIY .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uG5TZ9WlIY .jq-selectbox li:hover,
.cid-uG5TZ9WlIY .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uG5TZ9WlIY .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uG5TZ9WlIY .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uG5TZ9WlIY H5 {
  padding-bottom: 2rem;
}
.cid-uG5TZ9WlIY .mbr-text {
  color: #777777;
}
.cid-uG5TZ9WlIY .mbr-form {
  padding: 0rem;
}
.cid-uG5TZ9WlIY .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uG5TZ9WlIY .form-row {
    margin: 0;
  }
  .cid-uG5TZ9WlIY .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uG5TZ9WlIY .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uG5TZ9WlIY img {
    width: 100%;
  }
}
.cid-uG5TZ9WlIY .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uG5TZ9WlIY H3 {
  color: #19212f;
}
.cid-uG5TZ9WlIY .mbr-text,
.cid-uG5TZ9WlIY .mbr-section-btn {
  color: #555555;
}
.cid-uG5TZa2Z67 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uG5TZa2Z67 [class^="socicon-"]:before,
.cid-uG5TZa2Z67 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uG5TZa2Z67 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uG5TZa2Z67 .btn-social,
.cid-uG5TZa2Z67 .mbr-section-title {
  color: #57468b;
}
.cid-uG5TZa2Z67 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uG5TZa2Z67 .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uG5TZa2Z67 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uG5TZa2Z67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5TZa2Z67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5TZa9uQW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #19212f;
}
.cid-uG5TZa9uQW .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uG5TZa9uQW h5 {
  padding-bottom: 2rem;
}
.cid-uG5TZa9uQW textarea {
  min-height: 150px;
}
.cid-uG5TZa9uQW .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uG5TZa9uQW h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uG5TZa9uQW h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uG5TZa9uQW h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uG5TZa9uQW .form-control,
.cid-uG5TZa9uQW .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uG5TZa9uQW .form-control input::-webkit-input-placeholder,
.cid-uG5TZa9uQW .field-input input::-webkit-input-placeholder,
.cid-uG5TZa9uQW .form-control textarea::-webkit-input-placeholder,
.cid-uG5TZa9uQW .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uG5TZa9uQW .form-control input:-moz-placeholder,
.cid-uG5TZa9uQW .field-input input:-moz-placeholder,
.cid-uG5TZa9uQW .form-control textarea:-moz-placeholder,
.cid-uG5TZa9uQW .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uG5TZa9uQW .form-control:hover,
.cid-uG5TZa9uQW .field-input:hover,
.cid-uG5TZa9uQW .form-control:focus,
.cid-uG5TZa9uQW .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uG5TZa9uQW .form-control:hover input::-webkit-input-placeholder,
.cid-uG5TZa9uQW .field-input:hover input::-webkit-input-placeholder,
.cid-uG5TZa9uQW .form-control:focus input::-webkit-input-placeholder,
.cid-uG5TZa9uQW .field-input:focus input::-webkit-input-placeholder,
.cid-uG5TZa9uQW .form-control:hover textarea::-webkit-input-placeholder,
.cid-uG5TZa9uQW .field-input:hover textarea::-webkit-input-placeholder,
.cid-uG5TZa9uQW .form-control:focus textarea::-webkit-input-placeholder,
.cid-uG5TZa9uQW .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uG5TZa9uQW .form-control:hover input:-moz-placeholder,
.cid-uG5TZa9uQW .field-input:hover input:-moz-placeholder,
.cid-uG5TZa9uQW .form-control:focus input:-moz-placeholder,
.cid-uG5TZa9uQW .field-input:focus input:-moz-placeholder,
.cid-uG5TZa9uQW .form-control:hover textarea:-moz-placeholder,
.cid-uG5TZa9uQW .field-input:hover textarea:-moz-placeholder,
.cid-uG5TZa9uQW .form-control:focus textarea:-moz-placeholder,
.cid-uG5TZa9uQW .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uG5TZa9uQW .jq-number__spin:hover,
.cid-uG5TZa9uQW .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uG5TZa9uQW .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uG5TZa9uQW .jq-selectbox li,
.cid-uG5TZa9uQW .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uG5TZa9uQW .jq-selectbox li:hover,
.cid-uG5TZa9uQW .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uG5TZa9uQW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uG5TZa9uQW .jq-number__spin.minus:hover:after,
.cid-uG5TZa9uQW .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uG5TZa9uQW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uG5TZa9uQW .jq-number__spin.minus:after,
.cid-uG5TZa9uQW .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uG5TZa9uQW input::-webkit-clear-button {
  display: none;
}
.cid-uG5TZa9uQW input::-webkit-inner-spin-button {
  display: none;
}
.cid-uG5TZa9uQW input::-webkit-outer-spin-button {
  display: none;
}
.cid-uG5TZa9uQW input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uG5TZa9uQW H5 {
  color: #ffffff;
}
.cid-uG5TZa9uQW P {
  color: #767676;
}
.cid-uG5TZa9uQW H3 {
  color: #e1201d;
}
.cid-uG5TZa9uQW p,
.cid-uG5TZa9uQW .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4DDm3pKD {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4DDm3pKD a {
  transition: 0.3s;
}
.cid-uL4DDm3pKD h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4DDm3pKD .card-img2 span {
  padding-top: 6px;
}
.cid-uL4DDm3pKD .soc-item a {
  padding-top: 5px;
}
.cid-uL4DDm3pKD .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4DDm3pKD .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4DDm3pKD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4DDm3pKD .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4DDm3pKD .soc-item span {
  font-size: 1rem;
}
.cid-uL4DDm3pKD .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4DDm3pKD .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4DDm3pKD .item h4 {
  margin: 0;
}
.cid-uL4DDm3pKD .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4DDm3pKD .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4DDm3pKD img {
  width: 80%;
}
.cid-uL4DDm3pKD .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4DDm3pKD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4DDm3pKD .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4DDm3pKD .container {
  padding: 0;
}
.cid-uL4DDm3pKD .btn-primary {
  color: #333333 !important;
}
.cid-uL4DDm3pKD .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uG5TZarjZv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uG5TZarjZv .media-container-row {
  align-items: center;
}
.cid-uG5TZarjZv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uG5TZarjZv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uG5TZarjZv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uG5TZarjZv .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uG5TZarjZv .foot-menu-item {
  transform: 0.2s;
}
.cid-uG5TZarjZv .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uG5TZarjZv .foot-menu {
    justify-content: center;
  }
  .cid-uG5TZarjZv .mbr-text {
    text-align: center;
  }
  .cid-uG5TZarjZv .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uG5TZarjZv .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uG5TZarjZv .link:hover {
  text-decoration: underline;
}
.cid-uG5TZarjZv .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uG5TZarjZv .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uG5TZarjZv .container {
    padding: 0;
  }
}
.cid-uG5TZarjZv .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uGn7ngjB1S {
  min-height: 85px !important;
  position: static;
}
.cid-uGn7ngjB1S .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGn7ngjB1S .nav-item:focus,
.cid-uGn7ngjB1S .nav-link:focus {
  outline: none;
}
.cid-uGn7ngjB1S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGn7ngjB1S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGn7ngjB1S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGn7ngjB1S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGn7ngjB1S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGn7ngjB1S .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uGn7ngjB1S .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uGn7ngjB1S .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGn7ngjB1S .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGn7ngjB1S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGn7ngjB1S .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGn7ngjB1S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGn7ngjB1S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGn7ngjB1S .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGn7ngjB1S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGn7ngjB1S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGn7ngjB1S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGn7ngjB1S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGn7ngjB1S .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGn7ngjB1S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGn7ngjB1S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGn7ngjB1S .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGn7ngjB1S .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGn7ngjB1S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGn7ngjB1S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGn7ngjB1S .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGn7ngjB1S .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGn7ngjB1S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGn7ngjB1S .navbar.navbar-short {
  background: #19212f;
}
.cid-uGn7ngjB1S .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGn7ngjB1S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGn7ngjB1S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGn7ngjB1S .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uGn7ngjB1S .dropdown-item.active,
.cid-uGn7ngjB1S .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uGn7ngjB1S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGn7ngjB1S .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uGn7ngjB1S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uGn7ngjB1S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGn7ngjB1S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGn7ngjB1S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGn7ngjB1S ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGn7ngjB1S .navbar-nav {
  margin: auto;
}
.cid-uGn7ngjB1S .navbar-buttons {
  text-align: center;
}
.cid-uGn7ngjB1S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGn7ngjB1S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGn7ngjB1S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGn7ngjB1S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGn7ngjB1S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGn7ngjB1S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGn7ngjB1S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGn7ngjB1S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGn7ngjB1S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGn7ngjB1S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGn7ngjB1S .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uGn7ngjB1S a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGn7ngjB1S .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGn7ngjB1S .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uGn7ngjB1S .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGn7ngjB1S .navbar {
    height: 77px;
  }
  .cid-uGn7ngjB1S .navbar.opened {
    height: auto;
  }
}
.cid-uGn7ngjB1S .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uGn7ngjB1S .text-btn {
  transition: transform 0.3s;
}
.cid-uGn7ngjB1S .btn:hover {
  transform: scale(0.8);
}
.cid-uGn7ngjB1S .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uGn7ngjB1S .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uGn7ngjB1S .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uGn7ngjB1S .nav-link:hover::before {
  width: 100%;
}
.cid-uGn7ngjB1S .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uGn7ngjB1S .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uGn7ngjB1S .link {
  margin: 0rem 1.2rem !important;
}
.cid-uGn7ngjB1S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uGn7ngjB1S .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uGn7ngjB1S .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uGn7ngjB1S .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uGn7ngjB1S .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uGn7ngjB1S .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uGn7ngjB1S .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uGn7ngjB1S .dropdown-menu::before {
    display: none !important;
  }
  .cid-uGn7ngjB1S .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uGn7ngjB1S .dropdown-menu > a::after {
    display: none;
  }
  .cid-uGn7ngjB1S .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uGn7ngjB1S .nav-link::before {
    display: none;
  }
  .cid-uGn7ngjB1S .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uGn7ngjB1S .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uGn7ngjB1S .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uGn7ngjB1S .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uGn7ngjB1S .nav-dropdown .dropdown-item:focus,
  .cid-uGn7ngjB1S .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uGn7ngjB1S .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uGn7ngjB1S .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGn7ngjB1S .container-fluid {
    padding-right: 0rem;
  }
  .cid-uGn7ngjB1S .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uGn7ngjB1S .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uGn7ngjB1S .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uGn7ngjB1S .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uGn7ngjB1S .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uGn7ngjB1S .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uGn7ngjB1S .nav-dropdown .dropdown-item:focus,
  .cid-uGn7ngjB1S .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uGn7ngjB1S .btn-primary {
  color: #354463 !important;
}
.cid-uGn7ngjB1S .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uGn7ngjB1S .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uGn7ngjB1S .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uGn7ngwNPq {
  overflow-x: hidden !important;
}
.cid-uGn7ngwNPq,
.cid-uGn7ngwNPq .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-uGn7ngwNPq .mbr-section-title {
  color: #ffffff;
}
.cid-uGn7ngwNPq .mbr-section-title span {
  color: #ffffff;
}
.cid-uGn7ngwNPq .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uGn7ngwNPq .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-color: #19212f;
}
.cid-uGn7ngwNPq .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uGn7ngwNPq .mbr-overlay {
  z-index: 1;
}
.cid-uGn7ngwNPq .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uGn7ngDLbI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGn7ngDLbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGn7ngDLbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGn7ngDLbI .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uGn7ngDLbI .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGn7ngDLbI .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uGn7ngDLbI .card-wrapper {
    padding: 4rem;
  }
}
.cid-uGn7ngDLbI .mbr-text,
.cid-uGn7ngDLbI .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uGn7ngDLbI .card-title,
.cid-uGn7ngDLbI .card-box {
  text-align: left;
  color: #000000;
}
.cid-uGn7ngMgbY {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uGn7ngMgbY [class^="socicon-"]:before,
.cid-uGn7ngMgbY [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uGn7ngMgbY .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uGn7ngMgbY .btn-social,
.cid-uGn7ngMgbY .mbr-section-title {
  color: #57468b;
}
.cid-uGn7ngMgbY .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uGn7ngMgbY .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uGn7ngMgbY .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uGn7ngMgbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGn7ngMgbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGn7ngVpSj {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uGn7ngVpSj .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uGn7ngVpSj h5 {
  padding-bottom: 2rem;
}
.cid-uGn7ngVpSj textarea {
  min-height: 150px;
}
.cid-uGn7ngVpSj .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uGn7ngVpSj h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uGn7ngVpSj h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uGn7ngVpSj h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uGn7ngVpSj .form-control,
.cid-uGn7ngVpSj .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uGn7ngVpSj .form-control input::-webkit-input-placeholder,
.cid-uGn7ngVpSj .field-input input::-webkit-input-placeholder,
.cid-uGn7ngVpSj .form-control textarea::-webkit-input-placeholder,
.cid-uGn7ngVpSj .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uGn7ngVpSj .form-control input:-moz-placeholder,
.cid-uGn7ngVpSj .field-input input:-moz-placeholder,
.cid-uGn7ngVpSj .form-control textarea:-moz-placeholder,
.cid-uGn7ngVpSj .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uGn7ngVpSj .form-control:hover,
.cid-uGn7ngVpSj .field-input:hover,
.cid-uGn7ngVpSj .form-control:focus,
.cid-uGn7ngVpSj .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uGn7ngVpSj .form-control:hover input::-webkit-input-placeholder,
.cid-uGn7ngVpSj .field-input:hover input::-webkit-input-placeholder,
.cid-uGn7ngVpSj .form-control:focus input::-webkit-input-placeholder,
.cid-uGn7ngVpSj .field-input:focus input::-webkit-input-placeholder,
.cid-uGn7ngVpSj .form-control:hover textarea::-webkit-input-placeholder,
.cid-uGn7ngVpSj .field-input:hover textarea::-webkit-input-placeholder,
.cid-uGn7ngVpSj .form-control:focus textarea::-webkit-input-placeholder,
.cid-uGn7ngVpSj .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uGn7ngVpSj .form-control:hover input:-moz-placeholder,
.cid-uGn7ngVpSj .field-input:hover input:-moz-placeholder,
.cid-uGn7ngVpSj .form-control:focus input:-moz-placeholder,
.cid-uGn7ngVpSj .field-input:focus input:-moz-placeholder,
.cid-uGn7ngVpSj .form-control:hover textarea:-moz-placeholder,
.cid-uGn7ngVpSj .field-input:hover textarea:-moz-placeholder,
.cid-uGn7ngVpSj .form-control:focus textarea:-moz-placeholder,
.cid-uGn7ngVpSj .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uGn7ngVpSj .jq-number__spin:hover,
.cid-uGn7ngVpSj .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uGn7ngVpSj .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uGn7ngVpSj .jq-selectbox li,
.cid-uGn7ngVpSj .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uGn7ngVpSj .jq-selectbox li:hover,
.cid-uGn7ngVpSj .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uGn7ngVpSj .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uGn7ngVpSj .jq-number__spin.minus:hover:after,
.cid-uGn7ngVpSj .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uGn7ngVpSj .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uGn7ngVpSj .jq-number__spin.minus:after,
.cid-uGn7ngVpSj .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uGn7ngVpSj input::-webkit-clear-button {
  display: none;
}
.cid-uGn7ngVpSj input::-webkit-inner-spin-button {
  display: none;
}
.cid-uGn7ngVpSj input::-webkit-outer-spin-button {
  display: none;
}
.cid-uGn7ngVpSj input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uGn7ngVpSj H5 {
  color: #ffffff;
}
.cid-uGn7ngVpSj P {
  color: #767676;
}
.cid-uGn7ngVpSj H3 {
  color: #e1201d;
}
.cid-uGn7ngVpSj p,
.cid-uGn7ngVpSj .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4FaA7zD6 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4FaA7zD6 a {
  transition: 0.3s;
}
.cid-uL4FaA7zD6 h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4FaA7zD6 .card-img2 span {
  padding-top: 6px;
}
.cid-uL4FaA7zD6 .soc-item a {
  padding-top: 5px;
}
.cid-uL4FaA7zD6 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4FaA7zD6 .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4FaA7zD6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4FaA7zD6 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4FaA7zD6 .soc-item span {
  font-size: 1rem;
}
.cid-uL4FaA7zD6 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4FaA7zD6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4FaA7zD6 .item h4 {
  margin: 0;
}
.cid-uL4FaA7zD6 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4FaA7zD6 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4FaA7zD6 img {
  width: 80%;
}
.cid-uL4FaA7zD6 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4FaA7zD6 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4FaA7zD6 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4FaA7zD6 .container {
  padding: 0;
}
.cid-uL4FaA7zD6 .btn-primary {
  color: #333333 !important;
}
.cid-uL4FaA7zD6 .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uGn7nhfaPs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uGn7nhfaPs .media-container-row {
  align-items: center;
}
.cid-uGn7nhfaPs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGn7nhfaPs .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGn7nhfaPs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uGn7nhfaPs .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uGn7nhfaPs .foot-menu-item {
  transform: 0.2s;
}
.cid-uGn7nhfaPs .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uGn7nhfaPs .foot-menu {
    justify-content: center;
  }
  .cid-uGn7nhfaPs .mbr-text {
    text-align: center;
  }
  .cid-uGn7nhfaPs .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uGn7nhfaPs .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uGn7nhfaPs .link:hover {
  text-decoration: underline;
}
.cid-uGn7nhfaPs .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uGn7nhfaPs .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uGn7nhfaPs .container {
    padding: 0;
  }
}
.cid-uGn7nhfaPs .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uGnjeF6s3c {
  min-height: 85px !important;
  position: static;
}
.cid-uGnjeF6s3c .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGnjeF6s3c .nav-item:focus,
.cid-uGnjeF6s3c .nav-link:focus {
  outline: none;
}
.cid-uGnjeF6s3c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGnjeF6s3c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGnjeF6s3c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGnjeF6s3c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGnjeF6s3c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGnjeF6s3c .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uGnjeF6s3c .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uGnjeF6s3c .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGnjeF6s3c .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGnjeF6s3c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGnjeF6s3c .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGnjeF6s3c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGnjeF6s3c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGnjeF6s3c .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGnjeF6s3c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGnjeF6s3c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGnjeF6s3c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGnjeF6s3c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGnjeF6s3c .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGnjeF6s3c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGnjeF6s3c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGnjeF6s3c .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGnjeF6s3c .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGnjeF6s3c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGnjeF6s3c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGnjeF6s3c .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGnjeF6s3c .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGnjeF6s3c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGnjeF6s3c .navbar.navbar-short {
  background: #19212f;
}
.cid-uGnjeF6s3c .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGnjeF6s3c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGnjeF6s3c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGnjeF6s3c .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uGnjeF6s3c .dropdown-item.active,
.cid-uGnjeF6s3c .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uGnjeF6s3c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGnjeF6s3c .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uGnjeF6s3c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uGnjeF6s3c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGnjeF6s3c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGnjeF6s3c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGnjeF6s3c ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGnjeF6s3c .navbar-nav {
  margin: auto;
}
.cid-uGnjeF6s3c .navbar-buttons {
  text-align: center;
}
.cid-uGnjeF6s3c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGnjeF6s3c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGnjeF6s3c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGnjeF6s3c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGnjeF6s3c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGnjeF6s3c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGnjeF6s3c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGnjeF6s3c nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGnjeF6s3c nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGnjeF6s3c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGnjeF6s3c .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uGnjeF6s3c a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGnjeF6s3c .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGnjeF6s3c .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uGnjeF6s3c .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGnjeF6s3c .navbar {
    height: 77px;
  }
  .cid-uGnjeF6s3c .navbar.opened {
    height: auto;
  }
}
.cid-uGnjeF6s3c .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uGnjeF6s3c .text-btn {
  transition: transform 0.3s;
}
.cid-uGnjeF6s3c .btn:hover {
  transform: scale(0.8);
}
.cid-uGnjeF6s3c .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uGnjeF6s3c .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uGnjeF6s3c .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uGnjeF6s3c .nav-link:hover::before {
  width: 100%;
}
.cid-uGnjeF6s3c .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uGnjeF6s3c .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uGnjeF6s3c .link {
  margin: 0rem 1.2rem !important;
}
.cid-uGnjeF6s3c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uGnjeF6s3c .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uGnjeF6s3c .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uGnjeF6s3c .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uGnjeF6s3c .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uGnjeF6s3c .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uGnjeF6s3c .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uGnjeF6s3c .dropdown-menu::before {
    display: none !important;
  }
  .cid-uGnjeF6s3c .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uGnjeF6s3c .dropdown-menu > a::after {
    display: none;
  }
  .cid-uGnjeF6s3c .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uGnjeF6s3c .nav-link::before {
    display: none;
  }
  .cid-uGnjeF6s3c .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uGnjeF6s3c .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uGnjeF6s3c .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uGnjeF6s3c .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uGnjeF6s3c .nav-dropdown .dropdown-item:focus,
  .cid-uGnjeF6s3c .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uGnjeF6s3c .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uGnjeF6s3c .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGnjeF6s3c .container-fluid {
    padding-right: 0rem;
  }
  .cid-uGnjeF6s3c .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uGnjeF6s3c .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uGnjeF6s3c .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uGnjeF6s3c .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uGnjeF6s3c .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uGnjeF6s3c .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uGnjeF6s3c .nav-dropdown .dropdown-item:focus,
  .cid-uGnjeF6s3c .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uGnjeF6s3c .btn-primary {
  color: #354463 !important;
}
.cid-uGnjeF6s3c .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uGnjeF6s3c .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uGnjeF6s3c .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uGnjeFH9yS {
  overflow-x: hidden !important;
}
.cid-uGnjeFH9yS,
.cid-uGnjeFH9yS .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uGnjeFH9yS .mbr-section-title {
  color: #ffffff;
}
.cid-uGnjeFH9yS .mbr-section-title span {
  color: #ffffff;
}
.cid-uGnjeFH9yS .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uGnjeFH9yS .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uGnjeFH9yS .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uGnjeFH9yS .mbr-overlay {
  z-index: 1;
}
.cid-uGnjeFH9yS .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uGnjeFRcDO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uGnjeFRcDO .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uGnjeFRcDO .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uGnlrQeyFL {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uGnlrQeyFL .team-card {
  overflow: hidden;
}
.cid-uGnlrQeyFL .team-card:hover img {
  transform: scale(1.2);
}
.cid-uGnlrQeyFL .block-price {
  margin-top: 2rem;
}
.cid-uGnlrQeyFL .text-price {
  display: inline-block;
  padding-right: 1rem;
}
.cid-uGnlrQeyFL .text-date {
  display: inline-block;
}
.cid-uGnlrQeyFL .mbr-section-subtitle {
  border-radius: 5px;
  display: inline-block;
  padding: 6px 13px;
  font-weight: bold;
  margin-bottom: 1.7rem;
  background-color: #ab0d0d;
}
.cid-uGnlrQeyFL .mbr-role {
  margin-bottom: 1.3rem;
}
.cid-uGnlrQeyFL .team-card {
  padding: 0rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uGnlrQeyFL .card-wrap {
  position: relative;
  color: #fff;
  text-align: center;
}
.cid-uGnlrQeyFL .content-wrap {
  max-width: 340px;
  margin: auto;
  position: relative;
}
.cid-uGnlrQeyFL .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uGnlrQeyFL img {
  transition: 1s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.cid-uGnlrQeyFL .main-heading {
  margin-bottom: 2.2rem;
}
.cid-uGnlrQeyFL .btn {
  margin-top: 3rem;
}
.cid-uGnlrQeyFL .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uGnlrQeyFL .card-wrap {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uGnlrQeyFL .card-wrap {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGnlrQeyFL .card-wrap {
    padding: 5rem 1rem;
  }
}
.cid-uGnlrQeyFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnlrQeyFL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnlrQeyFL .content-wrap,
.cid-uGnlrQeyFL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGnjeGkZTD {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGnjeGkZTD .mbr-text {
  color: #767676;
}
.cid-uGnjeGkZTD .mbr-section-subtitle {
  color: #767676;
}
.cid-uGnjeGkZTD .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGnjeGkZTD .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4.3rem;
}
.cid-uGnjeGkZTD .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-uGnjeGkZTD .card-text {
  padding-top: 2rem;
  text-align: center;
}
.cid-uGnjeGkZTD .card-box {
  padding-bottom: 1rem;
}
.cid-uGnjeGkZTD .num {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uGnjeGkZTD .num,
  .cid-uGnjeGkZTD .card-title,
  .cid-uGnjeGkZTD .mbr-text,
  .cid-uGnjeGkZTD .mbr-title,
  .cid-uGnjeGkZTD .mbr-section-subtitle,
  .cid-uGnjeGkZTD .mbr-section-btn,
  .cid-uGnjeGkZTD .mbr-section-title {
    text-align: center !important;
  }
  .cid-uGnjeGkZTD .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGnjeGkZTD .mbr-section-title {
  text-align: center;
}
.cid-uGnjeGkZTD .card-title,
.cid-uGnjeGkZTD .card-img {
  color: #19212f;
  text-align: center;
}
.cid-uGnjeGvWQm {
  background-image: url("../../../assets/images/img-2187-2000x2667.jpeg");
}
.cid-uGnjeGvWQm .text-content {
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uGnjeGvWQm .text-content .btn-bgr {
  z-index: 0;
}
.cid-uGnjeGvWQm .mbr-overlay {
  background: linear-gradient(90deg, #19212f, #19212f);
}
.cid-uGnjeGvWQm H3 {
  color: #000000;
  font-weight: 300;
}
.cid-uGnjeGvWQm P {
  color: #cccccc;
  text-align: center;
}
.cid-uGnjeGvWQm H2 {
  color: #000000;
}
.cid-uGnjeGvWQm .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uGnjeGvWQm .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uGnjeGvWQm .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  margin: auto;
  background-color: #19212f;
}
@media (max-width: 991px) {
  .cid-uGnjeGvWQm .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uGnjeGvWQm .text-content {
    width: 100%;
  }
}
.cid-uGnjeGvWQm .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uGnjeGvWQm .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uGnjeGvWQm .mbr-text {
    text-align: center;
  }
}
.cid-uGnjeGvWQm .mbr-section-btn,
.cid-uGnjeGvWQm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGnjeGvWQm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uGnjeGCLGd {
  background-image: url("../../../assets/images/blue-design-background-for-christening-floral-908x511-2-908x511.jpeg");
}
.cid-uGnjeGCLGd .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-uGnjeGCLGd .text-content .btn-bgr {
  z-index: 0;
}
.cid-uGnjeGCLGd .mbr-overlay {
  background: linear-gradient(90deg, #5c77ac, #4284df);
}
.cid-uGnjeGCLGd H3 {
  color: #000000;
  font-weight: 300;
}
.cid-uGnjeGCLGd P {
  color: #767676;
}
.cid-uGnjeGCLGd H2 {
  color: #000000;
}
.cid-uGnjeGCLGd .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uGnjeGCLGd .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uGnjeGCLGd .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uGnjeGCLGd .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uGnjeGCLGd .text-content {
    width: 100%;
  }
}
.cid-uGnjeGCLGd .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uGnjeGCLGd .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uGnjeGCLGd .mbr-text {
    text-align: center;
  }
}
.cid-uGrQgD4pDX {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uGrQgD4pDX .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-uGrQgD4pDX .text-content .btn-bgr {
  z-index: 0;
}
.cid-uGrQgD4pDX .mbr-overlay {
  background: linear-gradient(90deg, #fa9c92, #4284df);
}
.cid-uGrQgD4pDX H3 {
  color: #000000;
  font-weight: 300;
}
.cid-uGrQgD4pDX P {
  color: #767676;
}
.cid-uGrQgD4pDX H2 {
  color: #000000;
}
.cid-uGrQgD4pDX .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uGrQgD4pDX .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uGrQgD4pDX .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  margin-left: auto;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uGrQgD4pDX .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uGrQgD4pDX .text-content {
    width: 100%;
  }
}
.cid-uGrQgD4pDX .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uGrQgD4pDX .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uGrQgD4pDX .mbr-text {
    text-align: center;
  }
}
.cid-uGrQhb55rJ {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-uGrQhb55rJ .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-uGrQhb55rJ .text-content .btn-bgr {
  z-index: 0;
}
.cid-uGrQhb55rJ .mbr-overlay {
  background: linear-gradient(90deg, #04125f, #4284df);
}
.cid-uGrQhb55rJ H3 {
  color: #000000;
  font-weight: 300;
}
.cid-uGrQhb55rJ P {
  color: #767676;
}
.cid-uGrQhb55rJ H2 {
  color: #000000;
}
.cid-uGrQhb55rJ .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uGrQhb55rJ .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uGrQhb55rJ .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uGrQhb55rJ .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uGrQhb55rJ .text-content {
    width: 100%;
  }
}
.cid-uGrQhb55rJ .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uGrQhb55rJ .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uGrQhb55rJ .mbr-text {
    text-align: center;
  }
}
.cid-uH7hKHqPVt {
  background-image: url("../../../assets/images/mbr-1920x1200.jpg");
}
.cid-uH7hKHqPVt .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-uH7hKHqPVt .text-content .btn-bgr {
  z-index: 0;
}
.cid-uH7hKHqPVt .mbr-overlay {
  background: linear-gradient(90deg, #04125f, #4284df);
}
.cid-uH7hKHqPVt H3 {
  color: #000000;
  font-weight: 300;
}
.cid-uH7hKHqPVt P {
  color: #767676;
}
.cid-uH7hKHqPVt H2 {
  color: #000000;
}
.cid-uH7hKHqPVt .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uH7hKHqPVt .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uH7hKHqPVt .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  margin-left: auto;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uH7hKHqPVt .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uH7hKHqPVt .text-content {
    width: 100%;
  }
}
.cid-uH7hKHqPVt .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uH7hKHqPVt .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uH7hKHqPVt .mbr-text {
    text-align: center;
  }
}
.cid-uGrT8zUQA0 {
  background-image: url("../../../assets/images/img-2187-2000x2667.jpeg");
}
.cid-uGrT8zUQA0 .text-content {
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uGrT8zUQA0 .text-content .btn-bgr {
  z-index: 0;
}
.cid-uGrT8zUQA0 .mbr-overlay {
  background: linear-gradient(90deg, #19212f, #19212f);
}
.cid-uGrT8zUQA0 H3 {
  color: #000000;
  font-weight: 300;
}
.cid-uGrT8zUQA0 P {
  color: #cccccc;
  text-align: center;
}
.cid-uGrT8zUQA0 H2 {
  color: #000000;
}
.cid-uGrT8zUQA0 .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uGrT8zUQA0 .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uGrT8zUQA0 .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  margin: auto;
  background-color: #19212f;
}
@media (max-width: 991px) {
  .cid-uGrT8zUQA0 .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uGrT8zUQA0 .text-content {
    width: 100%;
  }
}
.cid-uGrT8zUQA0 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uGrT8zUQA0 .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uGrT8zUQA0 .mbr-text {
    text-align: center;
  }
}
.cid-uGrT8zUQA0 .mbr-section-btn,
.cid-uGrT8zUQA0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGrT8zUQA0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uGrUsFVvKb {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uGrUsFVvKb .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uGrUsFVvKb a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uGrUsFVvKb .mbr-section-btn {
  margin: 0;
}
.cid-uGrUsFVvKb .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-uGrUsFVvKb .form-control:focus,
.cid-uGrUsFVvKb .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uGrUsFVvKb .form-group {
  margin-bottom: 1rem;
}
.cid-uGrUsFVvKb input::-webkit-input-placeholder,
.cid-uGrUsFVvKb textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uGrUsFVvKb input:-moz-placeholder,
.cid-uGrUsFVvKb textarea:-moz-placeholder {
  color: #656565;
}
.cid-uGrUsFVvKb .jq-selectbox li,
.cid-uGrUsFVvKb .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uGrUsFVvKb .jq-selectbox li:hover,
.cid-uGrUsFVvKb .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uGrUsFVvKb .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uGrUsFVvKb .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uGrUsFVvKb .form-group,
.cid-uGrUsFVvKb .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-uGrUsFVvKb .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-uGrUsFVvKb .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uGrUsFVvKb .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-uGrUsFVvKb .form-block {
    padding: 1rem;
  }
}
.cid-uGrUsFVvKb H4 {
  color: #000000;
}
.cid-uGnjeGZK6i {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uGnjeGZK6i [class^="socicon-"]:before,
.cid-uGnjeGZK6i [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uGnjeGZK6i .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uGnjeGZK6i .btn-social,
.cid-uGnjeGZK6i .mbr-section-title {
  color: #57468b;
}
.cid-uGnjeGZK6i .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uGnjeGZK6i .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uGnjeGZK6i .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uGnjeGZK6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnjeGZK6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnjeHcNb1 {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uGnjeHcNb1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uGnjeHcNb1 h5 {
  padding-bottom: 2rem;
}
.cid-uGnjeHcNb1 textarea {
  min-height: 150px;
}
.cid-uGnjeHcNb1 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uGnjeHcNb1 h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uGnjeHcNb1 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uGnjeHcNb1 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uGnjeHcNb1 .form-control,
.cid-uGnjeHcNb1 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uGnjeHcNb1 .form-control input::-webkit-input-placeholder,
.cid-uGnjeHcNb1 .field-input input::-webkit-input-placeholder,
.cid-uGnjeHcNb1 .form-control textarea::-webkit-input-placeholder,
.cid-uGnjeHcNb1 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uGnjeHcNb1 .form-control input:-moz-placeholder,
.cid-uGnjeHcNb1 .field-input input:-moz-placeholder,
.cid-uGnjeHcNb1 .form-control textarea:-moz-placeholder,
.cid-uGnjeHcNb1 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uGnjeHcNb1 .form-control:hover,
.cid-uGnjeHcNb1 .field-input:hover,
.cid-uGnjeHcNb1 .form-control:focus,
.cid-uGnjeHcNb1 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uGnjeHcNb1 .form-control:hover input::-webkit-input-placeholder,
.cid-uGnjeHcNb1 .field-input:hover input::-webkit-input-placeholder,
.cid-uGnjeHcNb1 .form-control:focus input::-webkit-input-placeholder,
.cid-uGnjeHcNb1 .field-input:focus input::-webkit-input-placeholder,
.cid-uGnjeHcNb1 .form-control:hover textarea::-webkit-input-placeholder,
.cid-uGnjeHcNb1 .field-input:hover textarea::-webkit-input-placeholder,
.cid-uGnjeHcNb1 .form-control:focus textarea::-webkit-input-placeholder,
.cid-uGnjeHcNb1 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uGnjeHcNb1 .form-control:hover input:-moz-placeholder,
.cid-uGnjeHcNb1 .field-input:hover input:-moz-placeholder,
.cid-uGnjeHcNb1 .form-control:focus input:-moz-placeholder,
.cid-uGnjeHcNb1 .field-input:focus input:-moz-placeholder,
.cid-uGnjeHcNb1 .form-control:hover textarea:-moz-placeholder,
.cid-uGnjeHcNb1 .field-input:hover textarea:-moz-placeholder,
.cid-uGnjeHcNb1 .form-control:focus textarea:-moz-placeholder,
.cid-uGnjeHcNb1 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uGnjeHcNb1 .jq-number__spin:hover,
.cid-uGnjeHcNb1 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uGnjeHcNb1 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uGnjeHcNb1 .jq-selectbox li,
.cid-uGnjeHcNb1 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uGnjeHcNb1 .jq-selectbox li:hover,
.cid-uGnjeHcNb1 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uGnjeHcNb1 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uGnjeHcNb1 .jq-number__spin.minus:hover:after,
.cid-uGnjeHcNb1 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uGnjeHcNb1 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uGnjeHcNb1 .jq-number__spin.minus:after,
.cid-uGnjeHcNb1 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uGnjeHcNb1 input::-webkit-clear-button {
  display: none;
}
.cid-uGnjeHcNb1 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uGnjeHcNb1 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uGnjeHcNb1 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uGnjeHcNb1 H5 {
  color: #ffffff;
}
.cid-uGnjeHcNb1 P {
  color: #767676;
}
.cid-uGnjeHcNb1 H3 {
  color: #e1201d;
}
.cid-uGnjeHcNb1 p,
.cid-uGnjeHcNb1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4DvjBiZf {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4DvjBiZf a {
  transition: 0.3s;
}
.cid-uL4DvjBiZf h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4DvjBiZf .card-img2 span {
  padding-top: 6px;
}
.cid-uL4DvjBiZf .soc-item a {
  padding-top: 5px;
}
.cid-uL4DvjBiZf .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4DvjBiZf .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4DvjBiZf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4DvjBiZf .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4DvjBiZf .soc-item span {
  font-size: 1rem;
}
.cid-uL4DvjBiZf .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4DvjBiZf .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4DvjBiZf .item h4 {
  margin: 0;
}
.cid-uL4DvjBiZf .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4DvjBiZf .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4DvjBiZf img {
  width: 80%;
}
.cid-uL4DvjBiZf .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4DvjBiZf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4DvjBiZf .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4DvjBiZf .container {
  padding: 0;
}
.cid-uL4DvjBiZf .btn-primary {
  color: #333333 !important;
}
.cid-uL4DvjBiZf .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uGnjeHzCoA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uGnjeHzCoA .media-container-row {
  align-items: center;
}
.cid-uGnjeHzCoA .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGnjeHzCoA .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGnjeHzCoA .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uGnjeHzCoA .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uGnjeHzCoA .foot-menu-item {
  transform: 0.2s;
}
.cid-uGnjeHzCoA .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uGnjeHzCoA .foot-menu {
    justify-content: center;
  }
  .cid-uGnjeHzCoA .mbr-text {
    text-align: center;
  }
  .cid-uGnjeHzCoA .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uGnjeHzCoA .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uGnjeHzCoA .link:hover {
  text-decoration: underline;
}
.cid-uGnjeHzCoA .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uGnjeHzCoA .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uGnjeHzCoA .container {
    padding: 0;
  }
}
.cid-uGnjeHzCoA .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uGrZZ8f5Sn {
  min-height: 85px !important;
  position: static;
}
.cid-uGrZZ8f5Sn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGrZZ8f5Sn .nav-item:focus,
.cid-uGrZZ8f5Sn .nav-link:focus {
  outline: none;
}
.cid-uGrZZ8f5Sn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGrZZ8f5Sn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGrZZ8f5Sn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGrZZ8f5Sn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGrZZ8f5Sn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGrZZ8f5Sn .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uGrZZ8f5Sn .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uGrZZ8f5Sn .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGrZZ8f5Sn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGrZZ8f5Sn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGrZZ8f5Sn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGrZZ8f5Sn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGrZZ8f5Sn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGrZZ8f5Sn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGrZZ8f5Sn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGrZZ8f5Sn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGrZZ8f5Sn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGrZZ8f5Sn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGrZZ8f5Sn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGrZZ8f5Sn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGrZZ8f5Sn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGrZZ8f5Sn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGrZZ8f5Sn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGrZZ8f5Sn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGrZZ8f5Sn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGrZZ8f5Sn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGrZZ8f5Sn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGrZZ8f5Sn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGrZZ8f5Sn .navbar.navbar-short {
  background: #19212f;
}
.cid-uGrZZ8f5Sn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGrZZ8f5Sn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGrZZ8f5Sn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGrZZ8f5Sn .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uGrZZ8f5Sn .dropdown-item.active,
.cid-uGrZZ8f5Sn .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uGrZZ8f5Sn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGrZZ8f5Sn .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uGrZZ8f5Sn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uGrZZ8f5Sn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGrZZ8f5Sn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGrZZ8f5Sn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGrZZ8f5Sn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGrZZ8f5Sn .navbar-nav {
  margin: auto;
}
.cid-uGrZZ8f5Sn .navbar-buttons {
  text-align: center;
}
.cid-uGrZZ8f5Sn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGrZZ8f5Sn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGrZZ8f5Sn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGrZZ8f5Sn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGrZZ8f5Sn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGrZZ8f5Sn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGrZZ8f5Sn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGrZZ8f5Sn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGrZZ8f5Sn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGrZZ8f5Sn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGrZZ8f5Sn .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uGrZZ8f5Sn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGrZZ8f5Sn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGrZZ8f5Sn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uGrZZ8f5Sn .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGrZZ8f5Sn .navbar {
    height: 77px;
  }
  .cid-uGrZZ8f5Sn .navbar.opened {
    height: auto;
  }
}
.cid-uGrZZ8f5Sn .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uGrZZ8f5Sn .text-btn {
  transition: transform 0.3s;
}
.cid-uGrZZ8f5Sn .btn:hover {
  transform: scale(0.8);
}
.cid-uGrZZ8f5Sn .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uGrZZ8f5Sn .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uGrZZ8f5Sn .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uGrZZ8f5Sn .nav-link:hover::before {
  width: 100%;
}
.cid-uGrZZ8f5Sn .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uGrZZ8f5Sn .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uGrZZ8f5Sn .link {
  margin: 0rem 1.2rem !important;
}
.cid-uGrZZ8f5Sn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uGrZZ8f5Sn .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uGrZZ8f5Sn .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uGrZZ8f5Sn .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uGrZZ8f5Sn .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uGrZZ8f5Sn .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uGrZZ8f5Sn .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uGrZZ8f5Sn .dropdown-menu::before {
    display: none !important;
  }
  .cid-uGrZZ8f5Sn .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uGrZZ8f5Sn .dropdown-menu > a::after {
    display: none;
  }
  .cid-uGrZZ8f5Sn .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uGrZZ8f5Sn .nav-link::before {
    display: none;
  }
  .cid-uGrZZ8f5Sn .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uGrZZ8f5Sn .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uGrZZ8f5Sn .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uGrZZ8f5Sn .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uGrZZ8f5Sn .nav-dropdown .dropdown-item:focus,
  .cid-uGrZZ8f5Sn .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uGrZZ8f5Sn .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uGrZZ8f5Sn .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGrZZ8f5Sn .container-fluid {
    padding-right: 0rem;
  }
  .cid-uGrZZ8f5Sn .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uGrZZ8f5Sn .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uGrZZ8f5Sn .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uGrZZ8f5Sn .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uGrZZ8f5Sn .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uGrZZ8f5Sn .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uGrZZ8f5Sn .nav-dropdown .dropdown-item:focus,
  .cid-uGrZZ8f5Sn .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uGrZZ8f5Sn .btn-primary {
  color: #354463 !important;
}
.cid-uGrZZ8f5Sn .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uGrZZ8f5Sn .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uGrZZ8f5Sn .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uGrZZ8XMy6 {
  overflow-x: hidden !important;
}
.cid-uGrZZ8XMy6,
.cid-uGrZZ8XMy6 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uGrZZ8XMy6 .mbr-section-title {
  color: #ffffff;
}
.cid-uGrZZ8XMy6 .mbr-section-title span {
  color: #ffffff;
}
.cid-uGrZZ8XMy6 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uGrZZ8XMy6 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-uGrZZ8XMy6 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uGrZZ8XMy6 .mbr-overlay {
  z-index: 1;
}
.cid-uGrZZ8XMy6 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uGrZZ9d3Cd {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uGrZZ9d3Cd .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uGrZZ9d3Cd .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uGxEEyeOgn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uGxEEyeOgn .mbr-text {
  color: #767676;
}
.cid-uGxEEyeOgn .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uGxEEyeOgn .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uGxEEyeOgn .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uGxEEyeOgn .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uGxEEyeOgn .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uGxEEyeOgn .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uGxEEyeOgn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGxEEyeOgn .card {
    margin-bottom: 2rem;
  }
}
.cid-uGxEEyeOgn .text-link {
  font-weight: 800 !important;
}
.cid-uGxEEyeOgn .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uGxEEyeOgn .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uGxEEyeOgn .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uGxEEyeOgn .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uGxEEyeOgn .card:hover .icon-arrow {
  color: #fff;
}
.cid-uGxEEyeOgn .card:hover .text-link {
  color: #fff !important;
}
.cid-uGxEEyeOgn .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uGxEEyeOgn .card:hover .link {
  transform: translateX(42px);
}
.cid-uGxEEyeOgn .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uGxEEyeOgn h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uGrZZ9pEX9 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #19212f;
}
.cid-uGrZZ9pEX9 .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uGrZZ9pEX9 .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uGrZZ9pEX9 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uGrZZ9pEX9 .card-img span {
  color: #df220e;
}
.cid-uGrZZ9pEX9 .row-item {
  margin-bottom: 2rem;
}
.cid-uGrZZ9pEX9 .row-item:hover .wrapper {
  background: linear-gradient(90deg, #eb4635, #ab0d0d);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uGrZZ9pEX9 .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-uGrZZ9pEX9 .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-uGrZZ9pEX9 .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uGrZZ9HnCo {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uGrZZ9HnCo .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uGrZZ9HnCo .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uGrZZ9HnCo .mbr-text,
.cid-uGrZZ9HnCo .mbr-section-btn {
  color: #efefef;
}
.cid-uGrZZ9Rk1Q {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGrZZ9Rk1Q .mbr-text {
  color: #767676;
}
.cid-uGrZZ9Rk1Q .mbr-section-subtitle {
  color: #767676;
}
.cid-uGrZZ9Rk1Q .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGrZZ9Rk1Q .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4.3rem;
}
.cid-uGrZZ9Rk1Q .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-uGrZZ9Rk1Q .card-text {
  padding-top: 2rem;
  text-align: center;
}
.cid-uGrZZ9Rk1Q .card-box {
  padding-bottom: 1rem;
}
.cid-uGrZZ9Rk1Q .num {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uGrZZ9Rk1Q .num,
  .cid-uGrZZ9Rk1Q .card-title,
  .cid-uGrZZ9Rk1Q .mbr-text,
  .cid-uGrZZ9Rk1Q .mbr-title,
  .cid-uGrZZ9Rk1Q .mbr-section-subtitle,
  .cid-uGrZZ9Rk1Q .mbr-section-btn,
  .cid-uGrZZ9Rk1Q .mbr-section-title {
    text-align: center !important;
  }
  .cid-uGrZZ9Rk1Q .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGrZZ9Rk1Q .mbr-section-title {
  text-align: center;
}
.cid-uGrZZ9Rk1Q .card-title,
.cid-uGrZZ9Rk1Q .card-img {
  color: #19212f;
  text-align: center;
}
.cid-uGxy2iGJfZ {
  background-image: url("../../../assets/images/img-1659-2000x1500.jpg");
}
.cid-uGxy2iGJfZ .text-content {
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uGxy2iGJfZ .text-content .btn-bgr {
  z-index: 0;
}
.cid-uGxy2iGJfZ .mbr-overlay {
  background: linear-gradient(90deg, #19212f, #19212f);
}
.cid-uGxy2iGJfZ H3 {
  color: #000000;
  font-weight: 300;
}
.cid-uGxy2iGJfZ P {
  color: #cccccc;
  text-align: center;
}
.cid-uGxy2iGJfZ H2 {
  color: #000000;
}
.cid-uGxy2iGJfZ .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uGxy2iGJfZ .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uGxy2iGJfZ .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  margin: auto;
  background-color: #19212f;
}
@media (max-width: 991px) {
  .cid-uGxy2iGJfZ .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uGxy2iGJfZ .text-content {
    width: 100%;
  }
}
.cid-uGxy2iGJfZ .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uGxy2iGJfZ .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uGxy2iGJfZ .mbr-text {
    text-align: center;
  }
}
.cid-uGxy2iGJfZ .mbr-section-btn,
.cid-uGxy2iGJfZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGxy2iGJfZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uGxyV2et5v {
  background-image: url("../../../assets/images/10ce8ad1-fc4e-4a7b-8840-9941be84eb2b.jpeg-2000x1500.jpg");
}
.cid-uGxyV2et5v .text-content {
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uGxyV2et5v .text-content .btn-bgr {
  z-index: 0;
}
.cid-uGxyV2et5v .mbr-overlay {
  background: linear-gradient(90deg, #19212f, #19212f);
}
.cid-uGxyV2et5v H3 {
  color: #000000;
  font-weight: 300;
}
.cid-uGxyV2et5v P {
  color: #cccccc;
  text-align: center;
}
.cid-uGxyV2et5v H2 {
  color: #000000;
}
.cid-uGxyV2et5v .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uGxyV2et5v .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uGxyV2et5v .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #354463;
}
@media (max-width: 991px) {
  .cid-uGxyV2et5v .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uGxyV2et5v .text-content {
    width: 100%;
  }
}
.cid-uGxyV2et5v .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uGxyV2et5v .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uGxyV2et5v .mbr-text {
    text-align: center;
  }
}
.cid-uGxyV2et5v .mbr-section-btn,
.cid-uGxyV2et5v .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGxyV2et5v .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uGs4HltZBq {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uGs4HltZBq .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uGs4HltZBq .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uGs4HltZBq H3 {
  color: #19212f;
}
.cid-uGs4BWY26l {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uGs4BWY26l .mbr-iconfont {
  color: #ab0d0d;
  font-size: 6.3rem;
}
.cid-uGs4BWY26l .card-inner {
  background-color: transparent;
  transition: 0.7s;
}
.cid-uGs4BWY26l .btn {
  margin-left: 0rem;
}
.cid-uGs4BWY26l .row {
  padding-bottom: 8rem;
}
.cid-uGs4BWY26l .link {
  margin: 0;
}
.cid-uGs4BWY26l .card-title {
  position: relative;
}
.cid-uGs4BWY26l .mbr-text {
  margin-bottom: 1.5rem;
}
.cid-uGs4BWY26l .card-box {
  position: relative;
}
.cid-uGs4BWY26l .card-box:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 70px;
  height: 3px;
  background: #ffffff;
}
.cid-uGs4BWY26l .card-img {
  margin-bottom: 2rem;
  text-align: left;
}
.cid-uGs4BWY26l .media-container-row {
  align-items: flex-end;
}
.cid-uGs4BWY26l .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uGs4BWY26l .card {
    padding: 0rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uGs4BWY26l .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-uGs4BWY26l .card {
    margin-bottom: 3rem;
  }
  .cid-uGs4BWY26l .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uGs4BWY26l .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-uGs4BWY26l .container {
    padding: 0;
  }
}
.cid-uGs4BWY26l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGs4BWY26l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGs4BWY26l .card-title,
.cid-uGs4BWY26l .card-img {
  text-align: center;
  color: #19212f;
}
.cid-uGs4BWY26l .mbr-text,
.cid-uGs4BWY26l .link {
  text-align: center;
  color: #19212f;
}
.cid-uGxwsGm3zf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19212f;
}
.cid-uGxwsGm3zf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxwsGm3zf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxwsGm3zf a {
  font-weight: bold;
}
.cid-uGxwsGm3zf .row {
  flex-direction: row-reverse;
}
.cid-uGxwsGm3zf .container-fluid {
  padding: 0;
}
.cid-uGxwsGm3zf img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uGxwsGm3zf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGxwsGm3zf .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uGxwsGm3zf .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uGxwsGm3zf .text-wrapper {
    padding: 1rem;
  }
}
.cid-uGxwsGm3zf .mbr-text,
.cid-uGxwsGm3zf .mbr-section-btn {
  color: #ffffff;
}
.cid-uGxwsGm3zf .mbr-section-title {
  color: #ffffff;
}
.cid-uGxFzACrW6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGxFzACrW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxFzACrW6 .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-uGxFzACrW6 .container {
    padding: 0 20px;
  }
}
.cid-uGxFzACrW6 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uGxFzACrW6 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uGxFzACrW6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGxFzACrW6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxFzACrW6 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uGxFzACrW6 .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uGxFzACrW6 .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uGxFzACrW6 .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uGxFzACrW6 .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uGxFzACrW6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uGxFzACrW6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uGxFzACrW6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uGxFzACrW6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGxFzACrW6 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uGxFzACrW6 .content-wrapper .mbr-section-btn .btn-primary,
.cid-uGxFzACrW6 .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uGxFzACrW6 .content-wrapper .mbr-section-btn .btn-success,
.cid-uGxFzACrW6 .content-wrapper .mbr-section-btn .btn-info,
.cid-uGxFzACrW6 .content-wrapper .mbr-section-btn .btn-warning,
.cid-uGxFzACrW6 .content-wrapper .mbr-section-btn .btn-danger,
.cid-uGxFzACrW6 .content-wrapper .mbr-section-btn .btn-black,
.cid-uGxFzACrW6 .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uGxFzACrW6 .mbr-section-title {
  color: #000000;
}
.cid-uGxFzACrW6 .mbr-desc,
.cid-uGxFzACrW6 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uGxFzACrW6 .card-number {
  color: #ffffff;
}
.cid-uGxFzACrW6 .card-title {
  color: #000000;
}
.cid-uGxFzACrW6 .mbr-text,
.cid-uGxFzACrW6 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uGxFzACrW6 .mbr-section-title,
.cid-uGxFzACrW6 .mbr-section-btn {
  text-align: center;
}
.cid-uGxFzACrW6 .card-title,
.cid-uGxFzACrW6 .icon-wrapper {
  color: #ffffff;
}
.cid-uGxFzACrW6 .mbr-section-title,
.cid-uGxFzACrW6 .mbr-section-btn,
.cid-uGxFzACrW6 .image-wrapper {
  color: #19212f;
}
.cid-uGrZZaB64p {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #19212f;
}
.cid-uGrZZaB64p .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uGrZZaB64p a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uGrZZaB64p .mbr-section-btn {
  margin: 0;
}
.cid-uGrZZaB64p .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-uGrZZaB64p .form-control:focus,
.cid-uGrZZaB64p .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uGrZZaB64p .form-group {
  margin-bottom: 1rem;
}
.cid-uGrZZaB64p input::-webkit-input-placeholder,
.cid-uGrZZaB64p textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uGrZZaB64p input:-moz-placeholder,
.cid-uGrZZaB64p textarea:-moz-placeholder {
  color: #656565;
}
.cid-uGrZZaB64p .jq-selectbox li,
.cid-uGrZZaB64p .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uGrZZaB64p .jq-selectbox li:hover,
.cid-uGrZZaB64p .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uGrZZaB64p .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uGrZZaB64p .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uGrZZaB64p .form-group,
.cid-uGrZZaB64p .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-uGrZZaB64p .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-uGrZZaB64p .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uGrZZaB64p .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-uGrZZaB64p .form-block {
    padding: 1rem;
  }
}
.cid-uGrZZaB64p H4 {
  color: #ffffff;
}
.cid-uGrZZaB64p P {
  color: #ffffff;
}
.cid-uGrZZaPO4q {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uGrZZaPO4q [class^="socicon-"]:before,
.cid-uGrZZaPO4q [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uGrZZaPO4q .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uGrZZaPO4q .btn-social,
.cid-uGrZZaPO4q .mbr-section-title {
  color: #57468b;
}
.cid-uGrZZaPO4q .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uGrZZaPO4q .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uGrZZaPO4q .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uGrZZaPO4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGrZZaPO4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGrZZb6Eq9 {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uGrZZb6Eq9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uGrZZb6Eq9 h5 {
  padding-bottom: 2rem;
}
.cid-uGrZZb6Eq9 textarea {
  min-height: 150px;
}
.cid-uGrZZb6Eq9 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uGrZZb6Eq9 h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uGrZZb6Eq9 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uGrZZb6Eq9 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uGrZZb6Eq9 .form-control,
.cid-uGrZZb6Eq9 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uGrZZb6Eq9 .form-control input::-webkit-input-placeholder,
.cid-uGrZZb6Eq9 .field-input input::-webkit-input-placeholder,
.cid-uGrZZb6Eq9 .form-control textarea::-webkit-input-placeholder,
.cid-uGrZZb6Eq9 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uGrZZb6Eq9 .form-control input:-moz-placeholder,
.cid-uGrZZb6Eq9 .field-input input:-moz-placeholder,
.cid-uGrZZb6Eq9 .form-control textarea:-moz-placeholder,
.cid-uGrZZb6Eq9 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uGrZZb6Eq9 .form-control:hover,
.cid-uGrZZb6Eq9 .field-input:hover,
.cid-uGrZZb6Eq9 .form-control:focus,
.cid-uGrZZb6Eq9 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uGrZZb6Eq9 .form-control:hover input::-webkit-input-placeholder,
.cid-uGrZZb6Eq9 .field-input:hover input::-webkit-input-placeholder,
.cid-uGrZZb6Eq9 .form-control:focus input::-webkit-input-placeholder,
.cid-uGrZZb6Eq9 .field-input:focus input::-webkit-input-placeholder,
.cid-uGrZZb6Eq9 .form-control:hover textarea::-webkit-input-placeholder,
.cid-uGrZZb6Eq9 .field-input:hover textarea::-webkit-input-placeholder,
.cid-uGrZZb6Eq9 .form-control:focus textarea::-webkit-input-placeholder,
.cid-uGrZZb6Eq9 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uGrZZb6Eq9 .form-control:hover input:-moz-placeholder,
.cid-uGrZZb6Eq9 .field-input:hover input:-moz-placeholder,
.cid-uGrZZb6Eq9 .form-control:focus input:-moz-placeholder,
.cid-uGrZZb6Eq9 .field-input:focus input:-moz-placeholder,
.cid-uGrZZb6Eq9 .form-control:hover textarea:-moz-placeholder,
.cid-uGrZZb6Eq9 .field-input:hover textarea:-moz-placeholder,
.cid-uGrZZb6Eq9 .form-control:focus textarea:-moz-placeholder,
.cid-uGrZZb6Eq9 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uGrZZb6Eq9 .jq-number__spin:hover,
.cid-uGrZZb6Eq9 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uGrZZb6Eq9 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uGrZZb6Eq9 .jq-selectbox li,
.cid-uGrZZb6Eq9 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uGrZZb6Eq9 .jq-selectbox li:hover,
.cid-uGrZZb6Eq9 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uGrZZb6Eq9 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uGrZZb6Eq9 .jq-number__spin.minus:hover:after,
.cid-uGrZZb6Eq9 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uGrZZb6Eq9 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uGrZZb6Eq9 .jq-number__spin.minus:after,
.cid-uGrZZb6Eq9 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uGrZZb6Eq9 input::-webkit-clear-button {
  display: none;
}
.cid-uGrZZb6Eq9 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uGrZZb6Eq9 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uGrZZb6Eq9 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uGrZZb6Eq9 H5 {
  color: #ffffff;
}
.cid-uGrZZb6Eq9 P {
  color: #767676;
}
.cid-uGrZZb6Eq9 H3 {
  color: #e1201d;
}
.cid-uGrZZb6Eq9 p,
.cid-uGrZZb6Eq9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4DoQfLV3 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4DoQfLV3 a {
  transition: 0.3s;
}
.cid-uL4DoQfLV3 h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4DoQfLV3 .card-img2 span {
  padding-top: 6px;
}
.cid-uL4DoQfLV3 .soc-item a {
  padding-top: 5px;
}
.cid-uL4DoQfLV3 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4DoQfLV3 .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4DoQfLV3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4DoQfLV3 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4DoQfLV3 .soc-item span {
  font-size: 1rem;
}
.cid-uL4DoQfLV3 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4DoQfLV3 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4DoQfLV3 .item h4 {
  margin: 0;
}
.cid-uL4DoQfLV3 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4DoQfLV3 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4DoQfLV3 img {
  width: 80%;
}
.cid-uL4DoQfLV3 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4DoQfLV3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4DoQfLV3 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4DoQfLV3 .container {
  padding: 0;
}
.cid-uL4DoQfLV3 .btn-primary {
  color: #333333 !important;
}
.cid-uL4DoQfLV3 .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uGrZZbzD0k {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uGrZZbzD0k .media-container-row {
  align-items: center;
}
.cid-uGrZZbzD0k .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGrZZbzD0k .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGrZZbzD0k .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uGrZZbzD0k .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uGrZZbzD0k .foot-menu-item {
  transform: 0.2s;
}
.cid-uGrZZbzD0k .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uGrZZbzD0k .foot-menu {
    justify-content: center;
  }
  .cid-uGrZZbzD0k .mbr-text {
    text-align: center;
  }
  .cid-uGrZZbzD0k .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uGrZZbzD0k .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uGrZZbzD0k .link:hover {
  text-decoration: underline;
}
.cid-uGrZZbzD0k .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uGrZZbzD0k .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uGrZZbzD0k .container {
    padding: 0;
  }
}
.cid-uGrZZbzD0k .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uGxI6zBhwI {
  min-height: 85px !important;
  position: static;
}
.cid-uGxI6zBhwI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGxI6zBhwI .nav-item:focus,
.cid-uGxI6zBhwI .nav-link:focus {
  outline: none;
}
.cid-uGxI6zBhwI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGxI6zBhwI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGxI6zBhwI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGxI6zBhwI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGxI6zBhwI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGxI6zBhwI .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uGxI6zBhwI .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uGxI6zBhwI .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGxI6zBhwI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGxI6zBhwI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGxI6zBhwI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGxI6zBhwI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGxI6zBhwI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGxI6zBhwI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGxI6zBhwI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGxI6zBhwI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGxI6zBhwI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGxI6zBhwI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGxI6zBhwI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGxI6zBhwI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGxI6zBhwI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGxI6zBhwI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGxI6zBhwI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGxI6zBhwI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGxI6zBhwI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGxI6zBhwI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGxI6zBhwI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGxI6zBhwI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGxI6zBhwI .navbar.navbar-short {
  background: #19212f;
}
.cid-uGxI6zBhwI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGxI6zBhwI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGxI6zBhwI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGxI6zBhwI .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uGxI6zBhwI .dropdown-item.active,
.cid-uGxI6zBhwI .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uGxI6zBhwI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGxI6zBhwI .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uGxI6zBhwI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uGxI6zBhwI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGxI6zBhwI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGxI6zBhwI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGxI6zBhwI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGxI6zBhwI .navbar-nav {
  margin: auto;
}
.cid-uGxI6zBhwI .navbar-buttons {
  text-align: center;
}
.cid-uGxI6zBhwI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGxI6zBhwI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGxI6zBhwI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGxI6zBhwI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGxI6zBhwI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGxI6zBhwI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGxI6zBhwI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGxI6zBhwI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGxI6zBhwI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGxI6zBhwI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGxI6zBhwI .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uGxI6zBhwI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGxI6zBhwI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGxI6zBhwI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uGxI6zBhwI .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGxI6zBhwI .navbar {
    height: 77px;
  }
  .cid-uGxI6zBhwI .navbar.opened {
    height: auto;
  }
}
.cid-uGxI6zBhwI .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uGxI6zBhwI .text-btn {
  transition: transform 0.3s;
}
.cid-uGxI6zBhwI .btn:hover {
  transform: scale(0.8);
}
.cid-uGxI6zBhwI .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uGxI6zBhwI .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uGxI6zBhwI .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uGxI6zBhwI .nav-link:hover::before {
  width: 100%;
}
.cid-uGxI6zBhwI .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uGxI6zBhwI .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uGxI6zBhwI .link {
  margin: 0rem 1.2rem !important;
}
.cid-uGxI6zBhwI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uGxI6zBhwI .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uGxI6zBhwI .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uGxI6zBhwI .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uGxI6zBhwI .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uGxI6zBhwI .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uGxI6zBhwI .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uGxI6zBhwI .dropdown-menu::before {
    display: none !important;
  }
  .cid-uGxI6zBhwI .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uGxI6zBhwI .dropdown-menu > a::after {
    display: none;
  }
  .cid-uGxI6zBhwI .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uGxI6zBhwI .nav-link::before {
    display: none;
  }
  .cid-uGxI6zBhwI .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uGxI6zBhwI .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uGxI6zBhwI .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uGxI6zBhwI .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uGxI6zBhwI .nav-dropdown .dropdown-item:focus,
  .cid-uGxI6zBhwI .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uGxI6zBhwI .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uGxI6zBhwI .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGxI6zBhwI .container-fluid {
    padding-right: 0rem;
  }
  .cid-uGxI6zBhwI .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uGxI6zBhwI .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uGxI6zBhwI .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uGxI6zBhwI .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uGxI6zBhwI .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uGxI6zBhwI .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uGxI6zBhwI .nav-dropdown .dropdown-item:focus,
  .cid-uGxI6zBhwI .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uGxI6zBhwI .btn-primary {
  color: #354463 !important;
}
.cid-uGxI6zBhwI .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uGxI6zBhwI .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uGxI6zBhwI .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uGxI6A09HX {
  overflow-x: hidden !important;
}
.cid-uGxI6A09HX,
.cid-uGxI6A09HX .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uGxI6A09HX .mbr-section-title {
  color: #ffffff;
}
.cid-uGxI6A09HX .mbr-section-title span {
  color: #ffffff;
}
.cid-uGxI6A09HX .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uGxI6A09HX .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/85d76809-1a73-4f32-9dd3-690055f2e680.jpg-1537x2049.jpeg");
}
.cid-uGxI6A09HX .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uGxI6A09HX .mbr-overlay {
  z-index: 1;
}
.cid-uGxI6A09HX .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uGxI6Afzyc {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uGxI6Afzyc .text-wrap {
  margin-top: 32px;
}
.cid-uGxI6Afzyc .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uGxI6Afzyc .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uGxI6Afzyc .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uGxI6Afzyc .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uGxI6Afzyc .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uGxI6Afzyc .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uGxI6Afzyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxI6Afzyc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxI6Afzyc .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uGxI6Afzyc .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uGxI6Afzyc .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uGxI6Afzyc .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uGxI6AuP6w {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uGxI6AuP6w .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uGxI6AuP6w .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uGxI6AuP6w .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uGxI6AuP6w .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uGxI6AuP6w .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uGxI6AuP6w .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uGxI6AuP6w .mbr-gallery-filter ul {
  display: block;
}
.cid-uGxI6AuP6w .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uGxI6AuP6w .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uGxI6AuP6w .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uGxI6AuP6w .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uGxI6AuP6w .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uGxI6AuP6w .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uGxI6AuP6w .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uGxI6AuP6w .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uGxI6AuP6w .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uGxI6AuP6w .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uGxI6AuP6w .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uGxI6AuP6w .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uGxI6AuP6w .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uGxI6AuP6w .mbr-gallery-item > div img,
.cid-uGxI6AuP6w .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uGxI6AuP6w .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uGxI6AuP6w .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uGxI6AuP6w .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uGxI6AuP6w .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uGxI6AuP6w .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uGxI6AuP6w .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uGxI6AuP6w .mbr-section-title {
    text-align: center;
  }
  .cid-uGxI6AuP6w .image {
    top: auto;
    height: 420px;
  }
  .cid-uGxI6AuP6w .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uGxI6AuP6w .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uGxI6AuP6w .mbr-gallery-item > div img,
  .cid-uGxI6AuP6w .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uGxI6AuP6w .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uGxI6AuP6w .image {
    height: 290px;
  }
}
.cid-uGxI6AOdSg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uGxI6AOdSg .mbr-text {
  color: #767676;
}
.cid-uGxI6AOdSg .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uGxI6AOdSg .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uGxI6AOdSg .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uGxI6AOdSg .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uGxI6AOdSg .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uGxI6AOdSg .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uGxI6AOdSg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGxI6AOdSg .card {
    margin-bottom: 2rem;
  }
}
.cid-uGxI6AOdSg .text-link {
  font-weight: 800 !important;
}
.cid-uGxI6AOdSg .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uGxI6AOdSg .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uGxI6AOdSg .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uGxI6AOdSg .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uGxI6AOdSg .card:hover .icon-arrow {
  color: #fff;
}
.cid-uGxI6AOdSg .card:hover .text-link {
  color: #fff !important;
}
.cid-uGxI6AOdSg .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uGxI6AOdSg .card:hover .link {
  transform: translateX(42px);
}
.cid-uGxI6AOdSg .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uGxI6AOdSg h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uGxI6B3YyL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uGxI6B3YyL .container {
    padding: 0 24px;
  }
}
.cid-uGxI6B3YyL .card {
  justify-content: center;
}
.cid-uGxI6B3YyL .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uGxI6B3YyL .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uGxI6B3YyL .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGxI6B3YyL .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uGxI6B3YyL .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uGxI6B3YyL .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uGxI6B3YyL .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uGxI6B3YyL .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGxI6B3YyL .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uGxI6B3YyL .mbr-section-title {
  color: #F9F6E0;
}
.cid-uGxI6B3YyL .mbr-desc {
  color: #ffffff;
}
.cid-uGxI6B3YyL .mbr-text {
  color: #ffffff;
}
.cid-uGxI6B3YyL .mbr-section-btn {
  text-align: right;
}
.cid-uGxI6B3YyL .mbr-section-title,
.cid-uGxI6B3YyL .mbr-section-btn {
  color: #ffffff;
}
.cid-uGxI6BcKGi {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uH75aKbJrN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uH75aKbJrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH75aKbJrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH75aKbJrN .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH75aKbJrN .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH75aKbJrN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH75aKbJrN .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH75aKbJrN .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH75aKbJrN .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uH75aKbJrN .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH75aKbJrN .item {
    margin-bottom: 28px;
  }
}
.cid-uH75aKbJrN .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH75aKbJrN .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uH75aKbJrN .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uH75aKbJrN .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uH75aKbJrN .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH75aKbJrN .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uH75aKbJrN .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uH75aKbJrN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH75aKbJrN .mbr-text,
.cid-uH75aKbJrN .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH75aKbJrN .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH75aKbJrN .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uGxI6Bx1fC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19212f;
}
.cid-uGxI6Bx1fC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxI6Bx1fC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxI6Bx1fC a {
  font-weight: bold;
}
.cid-uGxI6Bx1fC .row {
  flex-direction: row-reverse;
}
.cid-uGxI6Bx1fC .container-fluid {
  padding: 0;
}
.cid-uGxI6Bx1fC img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uGxI6Bx1fC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGxI6Bx1fC .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uGxI6Bx1fC .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uGxI6Bx1fC .text-wrapper {
    padding: 1rem;
  }
}
.cid-uGxI6Bx1fC .mbr-text,
.cid-uGxI6Bx1fC .mbr-section-btn {
  color: #ffffff;
}
.cid-uGxI6Bx1fC .mbr-section-title {
  color: #ffffff;
}
.cid-uGxI6BOwa2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGxI6BOwa2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxI6BOwa2 .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-uGxI6BOwa2 .container {
    padding: 0 20px;
  }
}
.cid-uGxI6BOwa2 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uGxI6BOwa2 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uGxI6BOwa2 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGxI6BOwa2 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGxI6BOwa2 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uGxI6BOwa2 .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uGxI6BOwa2 .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uGxI6BOwa2 .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uGxI6BOwa2 .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uGxI6BOwa2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uGxI6BOwa2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uGxI6BOwa2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uGxI6BOwa2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGxI6BOwa2 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uGxI6BOwa2 .content-wrapper .mbr-section-btn .btn-primary,
.cid-uGxI6BOwa2 .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uGxI6BOwa2 .content-wrapper .mbr-section-btn .btn-success,
.cid-uGxI6BOwa2 .content-wrapper .mbr-section-btn .btn-info,
.cid-uGxI6BOwa2 .content-wrapper .mbr-section-btn .btn-warning,
.cid-uGxI6BOwa2 .content-wrapper .mbr-section-btn .btn-danger,
.cid-uGxI6BOwa2 .content-wrapper .mbr-section-btn .btn-black,
.cid-uGxI6BOwa2 .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uGxI6BOwa2 .mbr-section-title {
  color: #000000;
}
.cid-uGxI6BOwa2 .mbr-desc,
.cid-uGxI6BOwa2 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uGxI6BOwa2 .card-number {
  color: #ffffff;
}
.cid-uGxI6BOwa2 .card-title {
  color: #000000;
}
.cid-uGxI6BOwa2 .mbr-text,
.cid-uGxI6BOwa2 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uGxI6BOwa2 .mbr-section-title,
.cid-uGxI6BOwa2 .mbr-section-btn {
  text-align: center;
}
.cid-uGxI6BOwa2 .card-title,
.cid-uGxI6BOwa2 .icon-wrapper {
  color: #ffffff;
}
.cid-uGxI6BOwa2 .mbr-section-title,
.cid-uGxI6BOwa2 .mbr-section-btn,
.cid-uGxI6BOwa2 .image-wrapper {
  color: #19212f;
}
.cid-uHjkBcIrFT {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHjkBcIrFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjkBcIrFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjkBcIrFT .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHjkBcIrFT .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHjkBcIrFT .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHjkBcIrFT .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHjkBcIrFT .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjkBcIrFT .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHjkBcIrFT .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHjkBcIrFT .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHjkBcIrFT .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHjkBcIrFT .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHjkBcIrFT .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHjkBcIrFT .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHjkBcIrFT .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHjkBcIrFT .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHjkBcIrFT .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHjkBcIrFT .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHjkBcIrFT .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHjkBcIrFT .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjkBcIrFT .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHjkBcIrFT .mbr-section-title {
  color: #404349;
}
.cid-uHjkBcIrFT .panel-title-edit {
  color: #ffffff;
}
.cid-uHjkBcIrFT .panel-text {
  color: #404349;
}
.cid-uHjkBcIrFT .panel-text,
.cid-uHjkBcIrFT .panel-body {
  color: #ffffff;
}
.cid-uHjkBcIrFT .mbr-section-title,
.cid-uHjkBcIrFT .title-wrapper,
.cid-uHjkBcIrFT .tabs-wrapper {
  color: #ffffff;
}
.cid-uGxI6C01FS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGxI6C01FS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uGxI6C01FS .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uGxI6C01FS input,
.cid-uGxI6C01FS textarea {
  font-size: 14px;
}
.cid-uGxI6C01FS input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uGxI6C01FS textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uGxI6C01FS .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uGxI6C01FS .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uGxI6C01FS img {
  width: 90%;
  border-radius: 8px;
}
.cid-uGxI6C01FS .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uGxI6C01FS .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uGxI6C01FS .title-block {
  margin-bottom: 2rem;
}
.cid-uGxI6C01FS .form-control,
.cid-uGxI6C01FS .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uGxI6C01FS .form-control:hover,
.cid-uGxI6C01FS .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uGxI6C01FS .form-control:focus,
.cid-uGxI6C01FS .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uGxI6C01FS input::-webkit-input-placeholder,
.cid-uGxI6C01FS textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uGxI6C01FS input:-moz-placeholder,
.cid-uGxI6C01FS textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uGxI6C01FS .jq-selectbox li,
.cid-uGxI6C01FS .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uGxI6C01FS .jq-selectbox li:hover,
.cid-uGxI6C01FS .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uGxI6C01FS .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uGxI6C01FS .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uGxI6C01FS H5 {
  padding-bottom: 2rem;
}
.cid-uGxI6C01FS .mbr-text {
  color: #777777;
}
.cid-uGxI6C01FS .mbr-form {
  padding: 0rem;
}
.cid-uGxI6C01FS .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uGxI6C01FS .form-row {
    margin: 0;
  }
  .cid-uGxI6C01FS .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uGxI6C01FS .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uGxI6C01FS img {
    width: 100%;
  }
}
.cid-uGxI6C01FS .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uGxI6C01FS H3 {
  color: #19212f;
}
.cid-uGxI6C01FS .mbr-text,
.cid-uGxI6C01FS .mbr-section-btn {
  color: #555555;
}
.cid-uGxI6CcRS6 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uGxI6CcRS6 [class^="socicon-"]:before,
.cid-uGxI6CcRS6 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uGxI6CcRS6 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uGxI6CcRS6 .btn-social,
.cid-uGxI6CcRS6 .mbr-section-title {
  color: #57468b;
}
.cid-uGxI6CcRS6 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uGxI6CcRS6 .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uGxI6CcRS6 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uGxI6CcRS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxI6CcRS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxI6CuvSe {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uGxI6CuvSe .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uGxI6CuvSe h5 {
  padding-bottom: 2rem;
}
.cid-uGxI6CuvSe textarea {
  min-height: 150px;
}
.cid-uGxI6CuvSe .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uGxI6CuvSe h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uGxI6CuvSe h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uGxI6CuvSe h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uGxI6CuvSe .form-control,
.cid-uGxI6CuvSe .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uGxI6CuvSe .form-control input::-webkit-input-placeholder,
.cid-uGxI6CuvSe .field-input input::-webkit-input-placeholder,
.cid-uGxI6CuvSe .form-control textarea::-webkit-input-placeholder,
.cid-uGxI6CuvSe .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uGxI6CuvSe .form-control input:-moz-placeholder,
.cid-uGxI6CuvSe .field-input input:-moz-placeholder,
.cid-uGxI6CuvSe .form-control textarea:-moz-placeholder,
.cid-uGxI6CuvSe .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uGxI6CuvSe .form-control:hover,
.cid-uGxI6CuvSe .field-input:hover,
.cid-uGxI6CuvSe .form-control:focus,
.cid-uGxI6CuvSe .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uGxI6CuvSe .form-control:hover input::-webkit-input-placeholder,
.cid-uGxI6CuvSe .field-input:hover input::-webkit-input-placeholder,
.cid-uGxI6CuvSe .form-control:focus input::-webkit-input-placeholder,
.cid-uGxI6CuvSe .field-input:focus input::-webkit-input-placeholder,
.cid-uGxI6CuvSe .form-control:hover textarea::-webkit-input-placeholder,
.cid-uGxI6CuvSe .field-input:hover textarea::-webkit-input-placeholder,
.cid-uGxI6CuvSe .form-control:focus textarea::-webkit-input-placeholder,
.cid-uGxI6CuvSe .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uGxI6CuvSe .form-control:hover input:-moz-placeholder,
.cid-uGxI6CuvSe .field-input:hover input:-moz-placeholder,
.cid-uGxI6CuvSe .form-control:focus input:-moz-placeholder,
.cid-uGxI6CuvSe .field-input:focus input:-moz-placeholder,
.cid-uGxI6CuvSe .form-control:hover textarea:-moz-placeholder,
.cid-uGxI6CuvSe .field-input:hover textarea:-moz-placeholder,
.cid-uGxI6CuvSe .form-control:focus textarea:-moz-placeholder,
.cid-uGxI6CuvSe .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uGxI6CuvSe .jq-number__spin:hover,
.cid-uGxI6CuvSe .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uGxI6CuvSe .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uGxI6CuvSe .jq-selectbox li,
.cid-uGxI6CuvSe .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uGxI6CuvSe .jq-selectbox li:hover,
.cid-uGxI6CuvSe .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uGxI6CuvSe .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uGxI6CuvSe .jq-number__spin.minus:hover:after,
.cid-uGxI6CuvSe .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uGxI6CuvSe .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uGxI6CuvSe .jq-number__spin.minus:after,
.cid-uGxI6CuvSe .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uGxI6CuvSe input::-webkit-clear-button {
  display: none;
}
.cid-uGxI6CuvSe input::-webkit-inner-spin-button {
  display: none;
}
.cid-uGxI6CuvSe input::-webkit-outer-spin-button {
  display: none;
}
.cid-uGxI6CuvSe input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uGxI6CuvSe H5 {
  color: #ffffff;
}
.cid-uGxI6CuvSe P {
  color: #767676;
}
.cid-uGxI6CuvSe H3 {
  color: #e1201d;
}
.cid-uGxI6CuvSe p,
.cid-uGxI6CuvSe .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4D5V4dhb {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4D5V4dhb a {
  transition: 0.3s;
}
.cid-uL4D5V4dhb h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4D5V4dhb .card-img2 span {
  padding-top: 6px;
}
.cid-uL4D5V4dhb .soc-item a {
  padding-top: 5px;
}
.cid-uL4D5V4dhb .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4D5V4dhb .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4D5V4dhb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4D5V4dhb .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4D5V4dhb .soc-item span {
  font-size: 1rem;
}
.cid-uL4D5V4dhb .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4D5V4dhb .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4D5V4dhb .item h4 {
  margin: 0;
}
.cid-uL4D5V4dhb .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4D5V4dhb .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4D5V4dhb img {
  width: 80%;
}
.cid-uL4D5V4dhb .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4D5V4dhb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4D5V4dhb .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4D5V4dhb .container {
  padding: 0;
}
.cid-uL4D5V4dhb .btn-primary {
  color: #333333 !important;
}
.cid-uL4D5V4dhb .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uGxI6CWQHX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uGxI6CWQHX .media-container-row {
  align-items: center;
}
.cid-uGxI6CWQHX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGxI6CWQHX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGxI6CWQHX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uGxI6CWQHX .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uGxI6CWQHX .foot-menu-item {
  transform: 0.2s;
}
.cid-uGxI6CWQHX .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uGxI6CWQHX .foot-menu {
    justify-content: center;
  }
  .cid-uGxI6CWQHX .mbr-text {
    text-align: center;
  }
  .cid-uGxI6CWQHX .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uGxI6CWQHX .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uGxI6CWQHX .link:hover {
  text-decoration: underline;
}
.cid-uGxI6CWQHX .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uGxI6CWQHX .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uGxI6CWQHX .container {
    padding: 0;
  }
}
.cid-uGxI6CWQHX .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uGE9w3IjBN {
  min-height: 85px !important;
  position: static;
}
.cid-uGE9w3IjBN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGE9w3IjBN .nav-item:focus,
.cid-uGE9w3IjBN .nav-link:focus {
  outline: none;
}
.cid-uGE9w3IjBN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGE9w3IjBN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGE9w3IjBN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGE9w3IjBN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGE9w3IjBN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGE9w3IjBN .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uGE9w3IjBN .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uGE9w3IjBN .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGE9w3IjBN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGE9w3IjBN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGE9w3IjBN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGE9w3IjBN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGE9w3IjBN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGE9w3IjBN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGE9w3IjBN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGE9w3IjBN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGE9w3IjBN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGE9w3IjBN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGE9w3IjBN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGE9w3IjBN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGE9w3IjBN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGE9w3IjBN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGE9w3IjBN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGE9w3IjBN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGE9w3IjBN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGE9w3IjBN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGE9w3IjBN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGE9w3IjBN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGE9w3IjBN .navbar.navbar-short {
  background: #19212f;
}
.cid-uGE9w3IjBN .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGE9w3IjBN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGE9w3IjBN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGE9w3IjBN .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uGE9w3IjBN .dropdown-item.active,
.cid-uGE9w3IjBN .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uGE9w3IjBN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGE9w3IjBN .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uGE9w3IjBN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uGE9w3IjBN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGE9w3IjBN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGE9w3IjBN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGE9w3IjBN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGE9w3IjBN .navbar-nav {
  margin: auto;
}
.cid-uGE9w3IjBN .navbar-buttons {
  text-align: center;
}
.cid-uGE9w3IjBN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGE9w3IjBN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGE9w3IjBN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGE9w3IjBN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGE9w3IjBN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGE9w3IjBN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGE9w3IjBN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGE9w3IjBN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGE9w3IjBN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGE9w3IjBN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGE9w3IjBN .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uGE9w3IjBN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGE9w3IjBN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGE9w3IjBN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uGE9w3IjBN .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGE9w3IjBN .navbar {
    height: 77px;
  }
  .cid-uGE9w3IjBN .navbar.opened {
    height: auto;
  }
}
.cid-uGE9w3IjBN .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uGE9w3IjBN .text-btn {
  transition: transform 0.3s;
}
.cid-uGE9w3IjBN .btn:hover {
  transform: scale(0.8);
}
.cid-uGE9w3IjBN .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uGE9w3IjBN .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uGE9w3IjBN .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uGE9w3IjBN .nav-link:hover::before {
  width: 100%;
}
.cid-uGE9w3IjBN .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uGE9w3IjBN .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uGE9w3IjBN .link {
  margin: 0rem 1.2rem !important;
}
.cid-uGE9w3IjBN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uGE9w3IjBN .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uGE9w3IjBN .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uGE9w3IjBN .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uGE9w3IjBN .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uGE9w3IjBN .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uGE9w3IjBN .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uGE9w3IjBN .dropdown-menu::before {
    display: none !important;
  }
  .cid-uGE9w3IjBN .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uGE9w3IjBN .dropdown-menu > a::after {
    display: none;
  }
  .cid-uGE9w3IjBN .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uGE9w3IjBN .nav-link::before {
    display: none;
  }
  .cid-uGE9w3IjBN .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uGE9w3IjBN .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uGE9w3IjBN .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uGE9w3IjBN .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uGE9w3IjBN .nav-dropdown .dropdown-item:focus,
  .cid-uGE9w3IjBN .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uGE9w3IjBN .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uGE9w3IjBN .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGE9w3IjBN .container-fluid {
    padding-right: 0rem;
  }
  .cid-uGE9w3IjBN .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uGE9w3IjBN .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uGE9w3IjBN .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uGE9w3IjBN .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uGE9w3IjBN .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uGE9w3IjBN .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uGE9w3IjBN .nav-dropdown .dropdown-item:focus,
  .cid-uGE9w3IjBN .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uGE9w3IjBN .btn-primary {
  color: #354463 !important;
}
.cid-uGE9w3IjBN .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uGE9w3IjBN .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uGE9w3IjBN .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uGE9w4wGw8 {
  overflow-x: hidden !important;
}
.cid-uGE9w4wGw8,
.cid-uGE9w4wGw8 .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-uGE9w4wGw8 .mbr-section-title {
  color: #ffffff;
}
.cid-uGE9w4wGw8 .mbr-section-title span {
  color: #ffffff;
}
.cid-uGE9w4wGw8 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uGE9w4wGw8 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-color: #19212f;
}
.cid-uGE9w4wGw8 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uGE9w4wGw8 .mbr-overlay {
  z-index: 1;
}
.cid-uGE9w4wGw8 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uGE9w5opMy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGE9w5opMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGE9w5opMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGE9w5opMy .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uGE9w5opMy .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGE9w5opMy .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uGE9w5opMy .card-wrapper {
    padding: 4rem;
  }
}
.cid-uGE9w5opMy .mbr-text,
.cid-uGE9w5opMy .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uGE9w5opMy .card-title,
.cid-uGE9w5opMy .card-box {
  text-align: left;
  color: #000000;
}
.cid-uGE9w5UeWd {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uGE9w5UeWd [class^="socicon-"]:before,
.cid-uGE9w5UeWd [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uGE9w5UeWd .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uGE9w5UeWd .btn-social,
.cid-uGE9w5UeWd .mbr-section-title {
  color: #57468b;
}
.cid-uGE9w5UeWd .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uGE9w5UeWd .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uGE9w5UeWd .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uGE9w5UeWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGE9w5UeWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGE9w6aAt2 {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uGE9w6aAt2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uGE9w6aAt2 h5 {
  padding-bottom: 2rem;
}
.cid-uGE9w6aAt2 textarea {
  min-height: 150px;
}
.cid-uGE9w6aAt2 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uGE9w6aAt2 h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uGE9w6aAt2 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uGE9w6aAt2 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uGE9w6aAt2 .form-control,
.cid-uGE9w6aAt2 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uGE9w6aAt2 .form-control input::-webkit-input-placeholder,
.cid-uGE9w6aAt2 .field-input input::-webkit-input-placeholder,
.cid-uGE9w6aAt2 .form-control textarea::-webkit-input-placeholder,
.cid-uGE9w6aAt2 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uGE9w6aAt2 .form-control input:-moz-placeholder,
.cid-uGE9w6aAt2 .field-input input:-moz-placeholder,
.cid-uGE9w6aAt2 .form-control textarea:-moz-placeholder,
.cid-uGE9w6aAt2 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uGE9w6aAt2 .form-control:hover,
.cid-uGE9w6aAt2 .field-input:hover,
.cid-uGE9w6aAt2 .form-control:focus,
.cid-uGE9w6aAt2 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uGE9w6aAt2 .form-control:hover input::-webkit-input-placeholder,
.cid-uGE9w6aAt2 .field-input:hover input::-webkit-input-placeholder,
.cid-uGE9w6aAt2 .form-control:focus input::-webkit-input-placeholder,
.cid-uGE9w6aAt2 .field-input:focus input::-webkit-input-placeholder,
.cid-uGE9w6aAt2 .form-control:hover textarea::-webkit-input-placeholder,
.cid-uGE9w6aAt2 .field-input:hover textarea::-webkit-input-placeholder,
.cid-uGE9w6aAt2 .form-control:focus textarea::-webkit-input-placeholder,
.cid-uGE9w6aAt2 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uGE9w6aAt2 .form-control:hover input:-moz-placeholder,
.cid-uGE9w6aAt2 .field-input:hover input:-moz-placeholder,
.cid-uGE9w6aAt2 .form-control:focus input:-moz-placeholder,
.cid-uGE9w6aAt2 .field-input:focus input:-moz-placeholder,
.cid-uGE9w6aAt2 .form-control:hover textarea:-moz-placeholder,
.cid-uGE9w6aAt2 .field-input:hover textarea:-moz-placeholder,
.cid-uGE9w6aAt2 .form-control:focus textarea:-moz-placeholder,
.cid-uGE9w6aAt2 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uGE9w6aAt2 .jq-number__spin:hover,
.cid-uGE9w6aAt2 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uGE9w6aAt2 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uGE9w6aAt2 .jq-selectbox li,
.cid-uGE9w6aAt2 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uGE9w6aAt2 .jq-selectbox li:hover,
.cid-uGE9w6aAt2 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uGE9w6aAt2 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uGE9w6aAt2 .jq-number__spin.minus:hover:after,
.cid-uGE9w6aAt2 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uGE9w6aAt2 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uGE9w6aAt2 .jq-number__spin.minus:after,
.cid-uGE9w6aAt2 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uGE9w6aAt2 input::-webkit-clear-button {
  display: none;
}
.cid-uGE9w6aAt2 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uGE9w6aAt2 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uGE9w6aAt2 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uGE9w6aAt2 H5 {
  color: #ffffff;
}
.cid-uGE9w6aAt2 P {
  color: #767676;
}
.cid-uGE9w6aAt2 H3 {
  color: #e1201d;
}
.cid-uGE9w6aAt2 p,
.cid-uGE9w6aAt2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4Fd6X0zH {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4Fd6X0zH a {
  transition: 0.3s;
}
.cid-uL4Fd6X0zH h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4Fd6X0zH .card-img2 span {
  padding-top: 6px;
}
.cid-uL4Fd6X0zH .soc-item a {
  padding-top: 5px;
}
.cid-uL4Fd6X0zH .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4Fd6X0zH .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4Fd6X0zH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4Fd6X0zH .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4Fd6X0zH .soc-item span {
  font-size: 1rem;
}
.cid-uL4Fd6X0zH .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4Fd6X0zH .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4Fd6X0zH .item h4 {
  margin: 0;
}
.cid-uL4Fd6X0zH .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4Fd6X0zH .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4Fd6X0zH img {
  width: 80%;
}
.cid-uL4Fd6X0zH .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4Fd6X0zH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4Fd6X0zH .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4Fd6X0zH .container {
  padding: 0;
}
.cid-uL4Fd6X0zH .btn-primary {
  color: #333333 !important;
}
.cid-uL4Fd6X0zH .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uGE9w6FW5r {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uGE9w6FW5r .media-container-row {
  align-items: center;
}
.cid-uGE9w6FW5r .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGE9w6FW5r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGE9w6FW5r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uGE9w6FW5r .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uGE9w6FW5r .foot-menu-item {
  transform: 0.2s;
}
.cid-uGE9w6FW5r .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uGE9w6FW5r .foot-menu {
    justify-content: center;
  }
  .cid-uGE9w6FW5r .mbr-text {
    text-align: center;
  }
  .cid-uGE9w6FW5r .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uGE9w6FW5r .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uGE9w6FW5r .link:hover {
  text-decoration: underline;
}
.cid-uGE9w6FW5r .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uGE9w6FW5r .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uGE9w6FW5r .container {
    padding: 0;
  }
}
.cid-uGE9w6FW5r .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uHdBOpab2x {
  min-height: 85px !important;
  position: static;
}
.cid-uHdBOpab2x .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHdBOpab2x .nav-item:focus,
.cid-uHdBOpab2x .nav-link:focus {
  outline: none;
}
.cid-uHdBOpab2x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHdBOpab2x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHdBOpab2x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHdBOpab2x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHdBOpab2x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHdBOpab2x .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uHdBOpab2x .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uHdBOpab2x .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uHdBOpab2x .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHdBOpab2x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHdBOpab2x .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHdBOpab2x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHdBOpab2x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHdBOpab2x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uHdBOpab2x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHdBOpab2x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHdBOpab2x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHdBOpab2x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHdBOpab2x .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHdBOpab2x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHdBOpab2x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHdBOpab2x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uHdBOpab2x .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHdBOpab2x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHdBOpab2x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHdBOpab2x .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHdBOpab2x .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHdBOpab2x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHdBOpab2x .navbar.navbar-short {
  background: #19212f;
}
.cid-uHdBOpab2x .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHdBOpab2x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHdBOpab2x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHdBOpab2x .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uHdBOpab2x .dropdown-item.active,
.cid-uHdBOpab2x .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uHdBOpab2x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHdBOpab2x .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uHdBOpab2x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uHdBOpab2x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHdBOpab2x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHdBOpab2x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHdBOpab2x ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHdBOpab2x .navbar-nav {
  margin: auto;
}
.cid-uHdBOpab2x .navbar-buttons {
  text-align: center;
}
.cid-uHdBOpab2x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHdBOpab2x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHdBOpab2x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHdBOpab2x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHdBOpab2x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHdBOpab2x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHdBOpab2x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHdBOpab2x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHdBOpab2x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHdBOpab2x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHdBOpab2x .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uHdBOpab2x a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHdBOpab2x .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHdBOpab2x .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uHdBOpab2x .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHdBOpab2x .navbar {
    height: 77px;
  }
  .cid-uHdBOpab2x .navbar.opened {
    height: auto;
  }
}
.cid-uHdBOpab2x .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uHdBOpab2x .text-btn {
  transition: transform 0.3s;
}
.cid-uHdBOpab2x .btn:hover {
  transform: scale(0.8);
}
.cid-uHdBOpab2x .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uHdBOpab2x .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uHdBOpab2x .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uHdBOpab2x .nav-link:hover::before {
  width: 100%;
}
.cid-uHdBOpab2x .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uHdBOpab2x .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uHdBOpab2x .link {
  margin: 0rem 1.2rem !important;
}
.cid-uHdBOpab2x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uHdBOpab2x .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uHdBOpab2x .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uHdBOpab2x .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uHdBOpab2x .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uHdBOpab2x .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uHdBOpab2x .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uHdBOpab2x .dropdown-menu::before {
    display: none !important;
  }
  .cid-uHdBOpab2x .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uHdBOpab2x .dropdown-menu > a::after {
    display: none;
  }
  .cid-uHdBOpab2x .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uHdBOpab2x .nav-link::before {
    display: none;
  }
  .cid-uHdBOpab2x .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uHdBOpab2x .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uHdBOpab2x .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uHdBOpab2x .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uHdBOpab2x .nav-dropdown .dropdown-item:focus,
  .cid-uHdBOpab2x .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uHdBOpab2x .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uHdBOpab2x .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHdBOpab2x .container-fluid {
    padding-right: 0rem;
  }
  .cid-uHdBOpab2x .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uHdBOpab2x .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uHdBOpab2x .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uHdBOpab2x .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uHdBOpab2x .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uHdBOpab2x .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uHdBOpab2x .nav-dropdown .dropdown-item:focus,
  .cid-uHdBOpab2x .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uHdBOpab2x .btn-primary {
  color: #354463 !important;
}
.cid-uHdBOpab2x .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uHdBOpab2x .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uHdBOpab2x .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uHdBOpLn9w {
  overflow-x: hidden !important;
}
.cid-uHdBOpLn9w,
.cid-uHdBOpLn9w .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uHdBOpLn9w .mbr-section-title {
  color: #ffffff;
}
.cid-uHdBOpLn9w .mbr-section-title span {
  color: #ffffff;
}
.cid-uHdBOpLn9w .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uHdBOpLn9w .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-uHdBOpLn9w .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uHdBOpLn9w .mbr-overlay {
  z-index: 1;
}
.cid-uHdBOpLn9w .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uHdBOpZFqi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uHdBOpZFqi .text-wrap {
  margin-top: 32px;
}
.cid-uHdBOpZFqi .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uHdBOpZFqi .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uHdBOpZFqi .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uHdBOpZFqi .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uHdBOpZFqi .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uHdBOpZFqi .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uHdBOpZFqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdBOpZFqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdBOpZFqi .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uHdBOpZFqi .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uHdBOpZFqi .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uHdBOpZFqi .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uHdBOq9sUO {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uHdBOq9sUO .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uHdBOq9sUO .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uHdBOq9sUO .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uHdBOq9sUO .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uHdBOq9sUO .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uHdBOq9sUO .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uHdBOq9sUO .mbr-gallery-filter ul {
  display: block;
}
.cid-uHdBOq9sUO .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uHdBOq9sUO .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uHdBOq9sUO .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uHdBOq9sUO .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uHdBOq9sUO .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uHdBOq9sUO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uHdBOq9sUO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uHdBOq9sUO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uHdBOq9sUO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uHdBOq9sUO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uHdBOq9sUO .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uHdBOq9sUO .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uHdBOq9sUO .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uHdBOq9sUO .mbr-gallery-item > div img,
.cid-uHdBOq9sUO .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uHdBOq9sUO .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uHdBOq9sUO .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uHdBOq9sUO .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uHdBOq9sUO .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uHdBOq9sUO .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uHdBOq9sUO .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uHdBOq9sUO .mbr-section-title {
    text-align: center;
  }
  .cid-uHdBOq9sUO .image {
    top: auto;
    height: 420px;
  }
  .cid-uHdBOq9sUO .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uHdBOq9sUO .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uHdBOq9sUO .mbr-gallery-item > div img,
  .cid-uHdBOq9sUO .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uHdBOq9sUO .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uHdBOq9sUO .image {
    height: 290px;
  }
}
.cid-uHdBOqtvS1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uHdBOqtvS1 .mbr-text {
  color: #767676;
}
.cid-uHdBOqtvS1 .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uHdBOqtvS1 .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uHdBOqtvS1 .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uHdBOqtvS1 .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uHdBOqtvS1 .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uHdBOqtvS1 .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uHdBOqtvS1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHdBOqtvS1 .card {
    margin-bottom: 2rem;
  }
}
.cid-uHdBOqtvS1 .text-link {
  font-weight: 800 !important;
}
.cid-uHdBOqtvS1 .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uHdBOqtvS1 .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uHdBOqtvS1 .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uHdBOqtvS1 .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uHdBOqtvS1 .card:hover .icon-arrow {
  color: #fff;
}
.cid-uHdBOqtvS1 .card:hover .text-link {
  color: #fff !important;
}
.cid-uHdBOqtvS1 .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uHdBOqtvS1 .card:hover .link {
  transform: translateX(42px);
}
.cid-uHdBOqtvS1 .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uHdBOqtvS1 h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uHdBOqIeMW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uHdBOqIeMW .container {
    padding: 0 24px;
  }
}
.cid-uHdBOqIeMW .card {
  justify-content: center;
}
.cid-uHdBOqIeMW .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uHdBOqIeMW .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uHdBOqIeMW .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHdBOqIeMW .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uHdBOqIeMW .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uHdBOqIeMW .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uHdBOqIeMW .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uHdBOqIeMW .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uHdBOqIeMW .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uHdBOqIeMW .mbr-section-title {
  color: #F9F6E0;
}
.cid-uHdBOqIeMW .mbr-desc {
  color: #ffffff;
}
.cid-uHdBOqIeMW .mbr-text {
  color: #ffffff;
}
.cid-uHdBOqIeMW .mbr-section-btn {
  text-align: right;
}
.cid-uHdBOqIeMW .mbr-section-title,
.cid-uHdBOqIeMW .mbr-section-btn {
  color: #ffffff;
}
.cid-uHdBOqRyAt {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uHdBOqWuuT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uHdBOqWuuT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdBOqWuuT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdBOqWuuT .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHdBOqWuuT .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHdBOqWuuT .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uHdBOqWuuT .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHdBOqWuuT .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHdBOqWuuT .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uHdBOqWuuT .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHdBOqWuuT .item {
    margin-bottom: 28px;
  }
}
.cid-uHdBOqWuuT .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uHdBOqWuuT .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uHdBOqWuuT .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uHdBOqWuuT .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uHdBOqWuuT .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHdBOqWuuT .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uHdBOqWuuT .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uHdBOqWuuT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHdBOqWuuT .mbr-text,
.cid-uHdBOqWuuT .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHdBOqWuuT .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHdBOqWuuT .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHdBOr4Bs4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHdBOr4Bs4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdBOr4Bs4 .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-uHdBOr4Bs4 .container {
    padding: 0 20px;
  }
}
.cid-uHdBOr4Bs4 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uHdBOr4Bs4 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uHdBOr4Bs4 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHdBOr4Bs4 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHdBOr4Bs4 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uHdBOr4Bs4 .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uHdBOr4Bs4 .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uHdBOr4Bs4 .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uHdBOr4Bs4 .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uHdBOr4Bs4 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uHdBOr4Bs4 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uHdBOr4Bs4 .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uHdBOr4Bs4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHdBOr4Bs4 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uHdBOr4Bs4 .content-wrapper .mbr-section-btn .btn-primary,
.cid-uHdBOr4Bs4 .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uHdBOr4Bs4 .content-wrapper .mbr-section-btn .btn-success,
.cid-uHdBOr4Bs4 .content-wrapper .mbr-section-btn .btn-info,
.cid-uHdBOr4Bs4 .content-wrapper .mbr-section-btn .btn-warning,
.cid-uHdBOr4Bs4 .content-wrapper .mbr-section-btn .btn-danger,
.cid-uHdBOr4Bs4 .content-wrapper .mbr-section-btn .btn-black,
.cid-uHdBOr4Bs4 .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uHdBOr4Bs4 .mbr-section-title {
  color: #000000;
}
.cid-uHdBOr4Bs4 .mbr-desc,
.cid-uHdBOr4Bs4 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHdBOr4Bs4 .card-number {
  color: #ffffff;
}
.cid-uHdBOr4Bs4 .card-title {
  color: #000000;
}
.cid-uHdBOr4Bs4 .mbr-text,
.cid-uHdBOr4Bs4 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHdBOr4Bs4 .mbr-section-title,
.cid-uHdBOr4Bs4 .mbr-section-btn {
  text-align: center;
}
.cid-uHdBOr4Bs4 .card-title,
.cid-uHdBOr4Bs4 .icon-wrapper {
  color: #ffffff;
}
.cid-uHdBOr4Bs4 .mbr-section-title,
.cid-uHdBOr4Bs4 .mbr-section-btn,
.cid-uHdBOr4Bs4 .image-wrapper {
  color: #19212f;
}
.cid-uHdBOrg2cQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHdBOrg2cQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdBOrg2cQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdBOrg2cQ .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHdBOrg2cQ .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHdBOrg2cQ .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHdBOrg2cQ .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHdBOrg2cQ .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHdBOrg2cQ .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHdBOrg2cQ .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHdBOrg2cQ .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHdBOrg2cQ .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHdBOrg2cQ .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHdBOrg2cQ .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHdBOrg2cQ .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHdBOrg2cQ .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHdBOrg2cQ .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHdBOrg2cQ .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHdBOrg2cQ .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHdBOrg2cQ .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHdBOrg2cQ .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHdBOrg2cQ .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHdBOrg2cQ .mbr-section-title {
  color: #404349;
}
.cid-uHdBOrg2cQ .panel-title-edit {
  color: #ffffff;
}
.cid-uHdBOrg2cQ .panel-text {
  color: #404349;
}
.cid-uHdBOrg2cQ .panel-text,
.cid-uHdBOrg2cQ .panel-body {
  color: #ffffff;
}
.cid-uHdBOrg2cQ .mbr-section-title,
.cid-uHdBOrg2cQ .title-wrapper,
.cid-uHdBOrg2cQ .tabs-wrapper {
  color: #ffffff;
}
.cid-uHdBOrtPvJ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uHdBOrtPvJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uHdBOrtPvJ .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uHdBOrtPvJ input,
.cid-uHdBOrtPvJ textarea {
  font-size: 14px;
}
.cid-uHdBOrtPvJ input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uHdBOrtPvJ textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uHdBOrtPvJ .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uHdBOrtPvJ .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uHdBOrtPvJ img {
  width: 90%;
  border-radius: 8px;
}
.cid-uHdBOrtPvJ .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uHdBOrtPvJ .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uHdBOrtPvJ .title-block {
  margin-bottom: 2rem;
}
.cid-uHdBOrtPvJ .form-control,
.cid-uHdBOrtPvJ .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHdBOrtPvJ .form-control:hover,
.cid-uHdBOrtPvJ .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHdBOrtPvJ .form-control:focus,
.cid-uHdBOrtPvJ .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHdBOrtPvJ input::-webkit-input-placeholder,
.cid-uHdBOrtPvJ textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uHdBOrtPvJ input:-moz-placeholder,
.cid-uHdBOrtPvJ textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uHdBOrtPvJ .jq-selectbox li,
.cid-uHdBOrtPvJ .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uHdBOrtPvJ .jq-selectbox li:hover,
.cid-uHdBOrtPvJ .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uHdBOrtPvJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uHdBOrtPvJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uHdBOrtPvJ H5 {
  padding-bottom: 2rem;
}
.cid-uHdBOrtPvJ .mbr-text {
  color: #777777;
}
.cid-uHdBOrtPvJ .mbr-form {
  padding: 0rem;
}
.cid-uHdBOrtPvJ .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uHdBOrtPvJ .form-row {
    margin: 0;
  }
  .cid-uHdBOrtPvJ .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uHdBOrtPvJ .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uHdBOrtPvJ img {
    width: 100%;
  }
}
.cid-uHdBOrtPvJ .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uHdBOrtPvJ H3 {
  color: #19212f;
}
.cid-uHdBOrtPvJ .mbr-text,
.cid-uHdBOrtPvJ .mbr-section-btn {
  color: #555555;
}
.cid-uHdBOrDbQM {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uHdBOrDbQM [class^="socicon-"]:before,
.cid-uHdBOrDbQM [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uHdBOrDbQM .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHdBOrDbQM .btn-social,
.cid-uHdBOrDbQM .mbr-section-title {
  color: #57468b;
}
.cid-uHdBOrDbQM .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uHdBOrDbQM .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uHdBOrDbQM .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uHdBOrDbQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdBOrDbQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdBOrOCOm {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uHdBOrOCOm .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uHdBOrOCOm h5 {
  padding-bottom: 2rem;
}
.cid-uHdBOrOCOm textarea {
  min-height: 150px;
}
.cid-uHdBOrOCOm .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uHdBOrOCOm h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uHdBOrOCOm h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uHdBOrOCOm h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uHdBOrOCOm .form-control,
.cid-uHdBOrOCOm .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uHdBOrOCOm .form-control input::-webkit-input-placeholder,
.cid-uHdBOrOCOm .field-input input::-webkit-input-placeholder,
.cid-uHdBOrOCOm .form-control textarea::-webkit-input-placeholder,
.cid-uHdBOrOCOm .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uHdBOrOCOm .form-control input:-moz-placeholder,
.cid-uHdBOrOCOm .field-input input:-moz-placeholder,
.cid-uHdBOrOCOm .form-control textarea:-moz-placeholder,
.cid-uHdBOrOCOm .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uHdBOrOCOm .form-control:hover,
.cid-uHdBOrOCOm .field-input:hover,
.cid-uHdBOrOCOm .form-control:focus,
.cid-uHdBOrOCOm .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHdBOrOCOm .form-control:hover input::-webkit-input-placeholder,
.cid-uHdBOrOCOm .field-input:hover input::-webkit-input-placeholder,
.cid-uHdBOrOCOm .form-control:focus input::-webkit-input-placeholder,
.cid-uHdBOrOCOm .field-input:focus input::-webkit-input-placeholder,
.cid-uHdBOrOCOm .form-control:hover textarea::-webkit-input-placeholder,
.cid-uHdBOrOCOm .field-input:hover textarea::-webkit-input-placeholder,
.cid-uHdBOrOCOm .form-control:focus textarea::-webkit-input-placeholder,
.cid-uHdBOrOCOm .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uHdBOrOCOm .form-control:hover input:-moz-placeholder,
.cid-uHdBOrOCOm .field-input:hover input:-moz-placeholder,
.cid-uHdBOrOCOm .form-control:focus input:-moz-placeholder,
.cid-uHdBOrOCOm .field-input:focus input:-moz-placeholder,
.cid-uHdBOrOCOm .form-control:hover textarea:-moz-placeholder,
.cid-uHdBOrOCOm .field-input:hover textarea:-moz-placeholder,
.cid-uHdBOrOCOm .form-control:focus textarea:-moz-placeholder,
.cid-uHdBOrOCOm .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uHdBOrOCOm .jq-number__spin:hover,
.cid-uHdBOrOCOm .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHdBOrOCOm .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHdBOrOCOm .jq-selectbox li,
.cid-uHdBOrOCOm .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHdBOrOCOm .jq-selectbox li:hover,
.cid-uHdBOrOCOm .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHdBOrOCOm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uHdBOrOCOm .jq-number__spin.minus:hover:after,
.cid-uHdBOrOCOm .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHdBOrOCOm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uHdBOrOCOm .jq-number__spin.minus:after,
.cid-uHdBOrOCOm .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHdBOrOCOm input::-webkit-clear-button {
  display: none;
}
.cid-uHdBOrOCOm input::-webkit-inner-spin-button {
  display: none;
}
.cid-uHdBOrOCOm input::-webkit-outer-spin-button {
  display: none;
}
.cid-uHdBOrOCOm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uHdBOrOCOm H5 {
  color: #ffffff;
}
.cid-uHdBOrOCOm P {
  color: #767676;
}
.cid-uHdBOrOCOm H3 {
  color: #e1201d;
}
.cid-uHdBOrOCOm p,
.cid-uHdBOrOCOm .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4EELQiKE {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4EELQiKE a {
  transition: 0.3s;
}
.cid-uL4EELQiKE h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4EELQiKE .card-img2 span {
  padding-top: 6px;
}
.cid-uL4EELQiKE .soc-item a {
  padding-top: 5px;
}
.cid-uL4EELQiKE .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4EELQiKE .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4EELQiKE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4EELQiKE .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4EELQiKE .soc-item span {
  font-size: 1rem;
}
.cid-uL4EELQiKE .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4EELQiKE .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4EELQiKE .item h4 {
  margin: 0;
}
.cid-uL4EELQiKE .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4EELQiKE .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4EELQiKE img {
  width: 80%;
}
.cid-uL4EELQiKE .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4EELQiKE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4EELQiKE .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4EELQiKE .container {
  padding: 0;
}
.cid-uL4EELQiKE .btn-primary {
  color: #333333 !important;
}
.cid-uL4EELQiKE .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uHdBOsbIqj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uHdBOsbIqj .media-container-row {
  align-items: center;
}
.cid-uHdBOsbIqj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHdBOsbIqj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHdBOsbIqj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uHdBOsbIqj .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uHdBOsbIqj .foot-menu-item {
  transform: 0.2s;
}
.cid-uHdBOsbIqj .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uHdBOsbIqj .foot-menu {
    justify-content: center;
  }
  .cid-uHdBOsbIqj .mbr-text {
    text-align: center;
  }
  .cid-uHdBOsbIqj .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uHdBOsbIqj .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uHdBOsbIqj .link:hover {
  text-decoration: underline;
}
.cid-uHdBOsbIqj .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uHdBOsbIqj .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uHdBOsbIqj .container {
    padding: 0;
  }
}
.cid-uHdBOsbIqj .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uHdX3tK0oO {
  min-height: 85px !important;
  position: static;
}
.cid-uHdX3tK0oO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHdX3tK0oO .nav-item:focus,
.cid-uHdX3tK0oO .nav-link:focus {
  outline: none;
}
.cid-uHdX3tK0oO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHdX3tK0oO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHdX3tK0oO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHdX3tK0oO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHdX3tK0oO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHdX3tK0oO .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uHdX3tK0oO .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uHdX3tK0oO .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uHdX3tK0oO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHdX3tK0oO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHdX3tK0oO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHdX3tK0oO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHdX3tK0oO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHdX3tK0oO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uHdX3tK0oO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHdX3tK0oO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHdX3tK0oO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHdX3tK0oO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHdX3tK0oO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHdX3tK0oO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHdX3tK0oO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHdX3tK0oO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uHdX3tK0oO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHdX3tK0oO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHdX3tK0oO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHdX3tK0oO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHdX3tK0oO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHdX3tK0oO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHdX3tK0oO .navbar.navbar-short {
  background: #19212f;
}
.cid-uHdX3tK0oO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHdX3tK0oO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHdX3tK0oO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHdX3tK0oO .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uHdX3tK0oO .dropdown-item.active,
.cid-uHdX3tK0oO .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uHdX3tK0oO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHdX3tK0oO .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uHdX3tK0oO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uHdX3tK0oO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHdX3tK0oO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHdX3tK0oO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHdX3tK0oO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHdX3tK0oO .navbar-nav {
  margin: auto;
}
.cid-uHdX3tK0oO .navbar-buttons {
  text-align: center;
}
.cid-uHdX3tK0oO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHdX3tK0oO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHdX3tK0oO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHdX3tK0oO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHdX3tK0oO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHdX3tK0oO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHdX3tK0oO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHdX3tK0oO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHdX3tK0oO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHdX3tK0oO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHdX3tK0oO .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uHdX3tK0oO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHdX3tK0oO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHdX3tK0oO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uHdX3tK0oO .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHdX3tK0oO .navbar {
    height: 77px;
  }
  .cid-uHdX3tK0oO .navbar.opened {
    height: auto;
  }
}
.cid-uHdX3tK0oO .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uHdX3tK0oO .text-btn {
  transition: transform 0.3s;
}
.cid-uHdX3tK0oO .btn:hover {
  transform: scale(0.8);
}
.cid-uHdX3tK0oO .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uHdX3tK0oO .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uHdX3tK0oO .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uHdX3tK0oO .nav-link:hover::before {
  width: 100%;
}
.cid-uHdX3tK0oO .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uHdX3tK0oO .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uHdX3tK0oO .link {
  margin: 0rem 1.2rem !important;
}
.cid-uHdX3tK0oO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uHdX3tK0oO .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uHdX3tK0oO .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uHdX3tK0oO .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uHdX3tK0oO .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uHdX3tK0oO .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uHdX3tK0oO .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uHdX3tK0oO .dropdown-menu::before {
    display: none !important;
  }
  .cid-uHdX3tK0oO .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uHdX3tK0oO .dropdown-menu > a::after {
    display: none;
  }
  .cid-uHdX3tK0oO .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uHdX3tK0oO .nav-link::before {
    display: none;
  }
  .cid-uHdX3tK0oO .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uHdX3tK0oO .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uHdX3tK0oO .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uHdX3tK0oO .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uHdX3tK0oO .nav-dropdown .dropdown-item:focus,
  .cid-uHdX3tK0oO .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uHdX3tK0oO .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uHdX3tK0oO .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHdX3tK0oO .container-fluid {
    padding-right: 0rem;
  }
  .cid-uHdX3tK0oO .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uHdX3tK0oO .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uHdX3tK0oO .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uHdX3tK0oO .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uHdX3tK0oO .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uHdX3tK0oO .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uHdX3tK0oO .nav-dropdown .dropdown-item:focus,
  .cid-uHdX3tK0oO .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uHdX3tK0oO .btn-primary {
  color: #354463 !important;
}
.cid-uHdX3tK0oO .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uHdX3tK0oO .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uHdX3tK0oO .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uHdX3umCHE {
  overflow-x: hidden !important;
}
.cid-uHdX3umCHE,
.cid-uHdX3umCHE .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uHdX3umCHE .mbr-section-title {
  color: #ffffff;
}
.cid-uHdX3umCHE .mbr-section-title span {
  color: #ffffff;
}
.cid-uHdX3umCHE .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uHdX3umCHE .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-uHdX3umCHE .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uHdX3umCHE .mbr-overlay {
  z-index: 1;
}
.cid-uHdX3umCHE .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uHdX3uwPJJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uHdX3uwPJJ .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uHdX3uwPJJ .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uHdX3uRojV {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #19212f;
}
.cid-uHdX3uRojV .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uHdX3uRojV .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uHdX3uRojV .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uHdX3uRojV .card-img span {
  color: #df220e;
}
.cid-uHdX3uRojV .row-item {
  margin-bottom: 2rem;
}
.cid-uHdX3uRojV .row-item:hover .wrapper {
  background: linear-gradient(90deg, #eb4635, #ab0d0d);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uHdX3uRojV .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-uHdX3uRojV .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-uHdX3uRojV .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uHdX3v2MYk {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uHdX3v2MYk .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uHdX3v2MYk .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uHdX3v2MYk .mbr-text,
.cid-uHdX3v2MYk .mbr-section-btn {
  color: #efefef;
}
.cid-uHdX3v8OD4 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uHdX3v8OD4 .mbr-text {
  color: #767676;
}
.cid-uHdX3v8OD4 .mbr-section-subtitle {
  color: #767676;
}
.cid-uHdX3v8OD4 .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHdX3v8OD4 .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4.3rem;
}
.cid-uHdX3v8OD4 .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-uHdX3v8OD4 .card-text {
  padding-top: 2rem;
  text-align: center;
}
.cid-uHdX3v8OD4 .card-box {
  padding-bottom: 1rem;
}
.cid-uHdX3v8OD4 .num {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHdX3v8OD4 .num,
  .cid-uHdX3v8OD4 .card-title,
  .cid-uHdX3v8OD4 .mbr-text,
  .cid-uHdX3v8OD4 .mbr-title,
  .cid-uHdX3v8OD4 .mbr-section-subtitle,
  .cid-uHdX3v8OD4 .mbr-section-btn,
  .cid-uHdX3v8OD4 .mbr-section-title {
    text-align: center !important;
  }
  .cid-uHdX3v8OD4 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uHdX3v8OD4 .mbr-section-title {
  text-align: center;
}
.cid-uHdX3v8OD4 .card-title,
.cid-uHdX3v8OD4 .card-img {
  color: #19212f;
  text-align: center;
}
.cid-uHdX3vgVPF {
  background-image: url("../../../assets/images/img-1978.jpeg-2000x1500.jpg");
}
.cid-uHdX3vgVPF .text-content {
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uHdX3vgVPF .text-content .btn-bgr {
  z-index: 0;
}
.cid-uHdX3vgVPF .mbr-overlay {
  background: linear-gradient(90deg, #19212f, #19212f);
}
.cid-uHdX3vgVPF H3 {
  color: #000000;
  font-weight: 300;
}
.cid-uHdX3vgVPF P {
  color: #cccccc;
  text-align: center;
}
.cid-uHdX3vgVPF H2 {
  color: #000000;
}
.cid-uHdX3vgVPF .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uHdX3vgVPF .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uHdX3vgVPF .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  margin: auto;
  background-color: #19212f;
}
@media (max-width: 991px) {
  .cid-uHdX3vgVPF .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uHdX3vgVPF .text-content {
    width: 100%;
  }
}
.cid-uHdX3vgVPF .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uHdX3vgVPF .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uHdX3vgVPF .mbr-text {
    text-align: center;
  }
}
.cid-uHdX3vgVPF .mbr-section-btn,
.cid-uHdX3vgVPF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHdX3vgVPF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHdX3vnrd0 {
  background-image: url("../../../assets/images/img-2236-2000x1500.jpg");
}
.cid-uHdX3vnrd0 .text-content {
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uHdX3vnrd0 .text-content .btn-bgr {
  z-index: 0;
}
.cid-uHdX3vnrd0 .mbr-overlay {
  background: linear-gradient(90deg, #19212f, #19212f);
}
.cid-uHdX3vnrd0 H3 {
  color: #000000;
  font-weight: 300;
}
.cid-uHdX3vnrd0 P {
  color: #cccccc;
  text-align: center;
}
.cid-uHdX3vnrd0 H2 {
  color: #000000;
}
.cid-uHdX3vnrd0 .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uHdX3vnrd0 .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uHdX3vnrd0 .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #354463;
}
@media (max-width: 991px) {
  .cid-uHdX3vnrd0 .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uHdX3vnrd0 .text-content {
    width: 100%;
  }
}
.cid-uHdX3vnrd0 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uHdX3vnrd0 .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uHdX3vnrd0 .mbr-text {
    text-align: center;
  }
}
.cid-uHdX3vnrd0 .mbr-section-btn,
.cid-uHdX3vnrd0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHdX3vnrd0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHdYcK5klD {
  background-image: url("../../../assets/images/57a699f7-3a15-46e6-8fc8-0bf6fc1e0a7d-1024x768.jpg");
}
.cid-uHdYcK5klD .text-content {
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uHdYcK5klD .text-content .btn-bgr {
  z-index: 0;
}
.cid-uHdYcK5klD .mbr-overlay {
  background: linear-gradient(90deg, #19212f, #19212f);
}
.cid-uHdYcK5klD H3 {
  color: #000000;
  font-weight: 300;
}
.cid-uHdYcK5klD P {
  color: #cccccc;
  text-align: center;
}
.cid-uHdYcK5klD H2 {
  color: #000000;
}
.cid-uHdYcK5klD .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uHdYcK5klD .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uHdYcK5klD .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  margin-left: auto;
  background-color: #19212f;
}
@media (max-width: 991px) {
  .cid-uHdYcK5klD .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uHdYcK5klD .text-content {
    width: 100%;
  }
}
.cid-uHdYcK5klD .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uHdYcK5klD .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uHdYcK5klD .mbr-text {
    text-align: center;
  }
}
.cid-uHdYcK5klD .mbr-section-btn,
.cid-uHdYcK5klD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHdYcK5klD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHdX3vwosC {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uHdX3vwosC .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uHdX3vwosC .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uHdX3vwosC H3 {
  color: #19212f;
}
.cid-uHdX3vDQ9P {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uHdX3vDQ9P .mbr-iconfont {
  color: #ab0d0d;
  font-size: 6.3rem;
}
.cid-uHdX3vDQ9P .card-inner {
  background-color: transparent;
  transition: 0.7s;
}
.cid-uHdX3vDQ9P .btn {
  margin-left: 0rem;
}
.cid-uHdX3vDQ9P .row {
  padding-bottom: 8rem;
}
.cid-uHdX3vDQ9P .link {
  margin: 0;
}
.cid-uHdX3vDQ9P .card-title {
  position: relative;
}
.cid-uHdX3vDQ9P .mbr-text {
  margin-bottom: 1.5rem;
}
.cid-uHdX3vDQ9P .card-box {
  position: relative;
}
.cid-uHdX3vDQ9P .card-box:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 70px;
  height: 3px;
  background: #ffffff;
}
.cid-uHdX3vDQ9P .card-img {
  margin-bottom: 2rem;
  text-align: left;
}
.cid-uHdX3vDQ9P .media-container-row {
  align-items: flex-end;
}
.cid-uHdX3vDQ9P .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uHdX3vDQ9P .card {
    padding: 0rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uHdX3vDQ9P .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-uHdX3vDQ9P .card {
    margin-bottom: 3rem;
  }
  .cid-uHdX3vDQ9P .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uHdX3vDQ9P .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-uHdX3vDQ9P .container {
    padding: 0;
  }
}
.cid-uHdX3vDQ9P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdX3vDQ9P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdX3vDQ9P .card-title,
.cid-uHdX3vDQ9P .card-img {
  text-align: center;
  color: #19212f;
}
.cid-uHdX3vDQ9P .mbr-text,
.cid-uHdX3vDQ9P .link {
  text-align: center;
  color: #19212f;
}
.cid-uHdX3vSPif {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19212f;
}
.cid-uHdX3vSPif .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdX3vSPif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdX3vSPif a {
  font-weight: bold;
}
.cid-uHdX3vSPif .row {
  flex-direction: row-reverse;
}
.cid-uHdX3vSPif .container-fluid {
  padding: 0;
}
.cid-uHdX3vSPif img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uHdX3vSPif .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHdX3vSPif .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uHdX3vSPif .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uHdX3vSPif .text-wrapper {
    padding: 1rem;
  }
}
.cid-uHdX3vSPif .mbr-text,
.cid-uHdX3vSPif .mbr-section-btn {
  color: #ffffff;
}
.cid-uHdX3vSPif .mbr-section-title {
  color: #ffffff;
}
.cid-uHdX3vZcHg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHdX3vZcHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdX3vZcHg .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-uHdX3vZcHg .container {
    padding: 0 20px;
  }
}
.cid-uHdX3vZcHg .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uHdX3vZcHg .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uHdX3vZcHg .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHdX3vZcHg .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHdX3vZcHg .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uHdX3vZcHg .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uHdX3vZcHg .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uHdX3vZcHg .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uHdX3vZcHg .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uHdX3vZcHg .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uHdX3vZcHg .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uHdX3vZcHg .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uHdX3vZcHg .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHdX3vZcHg .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uHdX3vZcHg .content-wrapper .mbr-section-btn .btn-primary,
.cid-uHdX3vZcHg .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uHdX3vZcHg .content-wrapper .mbr-section-btn .btn-success,
.cid-uHdX3vZcHg .content-wrapper .mbr-section-btn .btn-info,
.cid-uHdX3vZcHg .content-wrapper .mbr-section-btn .btn-warning,
.cid-uHdX3vZcHg .content-wrapper .mbr-section-btn .btn-danger,
.cid-uHdX3vZcHg .content-wrapper .mbr-section-btn .btn-black,
.cid-uHdX3vZcHg .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uHdX3vZcHg .mbr-section-title {
  color: #000000;
}
.cid-uHdX3vZcHg .mbr-desc,
.cid-uHdX3vZcHg .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHdX3vZcHg .card-number {
  color: #ffffff;
}
.cid-uHdX3vZcHg .card-title {
  color: #000000;
}
.cid-uHdX3vZcHg .mbr-text,
.cid-uHdX3vZcHg .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHdX3vZcHg .mbr-section-title,
.cid-uHdX3vZcHg .mbr-section-btn {
  text-align: center;
}
.cid-uHdX3vZcHg .card-title,
.cid-uHdX3vZcHg .icon-wrapper {
  color: #ffffff;
}
.cid-uHdX3vZcHg .mbr-section-title,
.cid-uHdX3vZcHg .mbr-section-btn,
.cid-uHdX3vZcHg .image-wrapper {
  color: #19212f;
}
.cid-uHijF378kl {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uHijF378kl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHijF378kl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHijF378kl .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHijF378kl .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHijF378kl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uHijF378kl .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHijF378kl .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHijF378kl .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uHijF378kl .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHijF378kl .item {
    margin-bottom: 28px;
  }
}
.cid-uHijF378kl .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uHijF378kl .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uHijF378kl .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uHijF378kl .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uHijF378kl .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHijF378kl .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uHijF378kl .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uHijF378kl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHijF378kl .mbr-text,
.cid-uHijF378kl .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHijF378kl .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHijF378kl .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHijxi2hfN {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uHijxi2hfN .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uHijxi2hfN a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uHijxi2hfN .mbr-section-btn {
  margin: 0;
}
.cid-uHijxi2hfN .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-uHijxi2hfN .form-control:focus,
.cid-uHijxi2hfN .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uHijxi2hfN .form-group {
  margin-bottom: 1rem;
}
.cid-uHijxi2hfN input::-webkit-input-placeholder,
.cid-uHijxi2hfN textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uHijxi2hfN input:-moz-placeholder,
.cid-uHijxi2hfN textarea:-moz-placeholder {
  color: #656565;
}
.cid-uHijxi2hfN .jq-selectbox li,
.cid-uHijxi2hfN .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uHijxi2hfN .jq-selectbox li:hover,
.cid-uHijxi2hfN .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uHijxi2hfN .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uHijxi2hfN .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uHijxi2hfN .form-group,
.cid-uHijxi2hfN .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-uHijxi2hfN .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-uHijxi2hfN .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uHijxi2hfN .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-uHijxi2hfN .form-block {
    padding: 1rem;
  }
}
.cid-uHijxi2hfN H4 {
  color: #000000;
}
.cid-uHdX3wiyX9 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uHdX3wiyX9 [class^="socicon-"]:before,
.cid-uHdX3wiyX9 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uHdX3wiyX9 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHdX3wiyX9 .btn-social,
.cid-uHdX3wiyX9 .mbr-section-title {
  color: #57468b;
}
.cid-uHdX3wiyX9 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uHdX3wiyX9 .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uHdX3wiyX9 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uHdX3wiyX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdX3wiyX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdX3wuH8W {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uHdX3wuH8W .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uHdX3wuH8W h5 {
  padding-bottom: 2rem;
}
.cid-uHdX3wuH8W textarea {
  min-height: 150px;
}
.cid-uHdX3wuH8W .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uHdX3wuH8W h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uHdX3wuH8W h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uHdX3wuH8W h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uHdX3wuH8W .form-control,
.cid-uHdX3wuH8W .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uHdX3wuH8W .form-control input::-webkit-input-placeholder,
.cid-uHdX3wuH8W .field-input input::-webkit-input-placeholder,
.cid-uHdX3wuH8W .form-control textarea::-webkit-input-placeholder,
.cid-uHdX3wuH8W .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uHdX3wuH8W .form-control input:-moz-placeholder,
.cid-uHdX3wuH8W .field-input input:-moz-placeholder,
.cid-uHdX3wuH8W .form-control textarea:-moz-placeholder,
.cid-uHdX3wuH8W .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uHdX3wuH8W .form-control:hover,
.cid-uHdX3wuH8W .field-input:hover,
.cid-uHdX3wuH8W .form-control:focus,
.cid-uHdX3wuH8W .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHdX3wuH8W .form-control:hover input::-webkit-input-placeholder,
.cid-uHdX3wuH8W .field-input:hover input::-webkit-input-placeholder,
.cid-uHdX3wuH8W .form-control:focus input::-webkit-input-placeholder,
.cid-uHdX3wuH8W .field-input:focus input::-webkit-input-placeholder,
.cid-uHdX3wuH8W .form-control:hover textarea::-webkit-input-placeholder,
.cid-uHdX3wuH8W .field-input:hover textarea::-webkit-input-placeholder,
.cid-uHdX3wuH8W .form-control:focus textarea::-webkit-input-placeholder,
.cid-uHdX3wuH8W .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uHdX3wuH8W .form-control:hover input:-moz-placeholder,
.cid-uHdX3wuH8W .field-input:hover input:-moz-placeholder,
.cid-uHdX3wuH8W .form-control:focus input:-moz-placeholder,
.cid-uHdX3wuH8W .field-input:focus input:-moz-placeholder,
.cid-uHdX3wuH8W .form-control:hover textarea:-moz-placeholder,
.cid-uHdX3wuH8W .field-input:hover textarea:-moz-placeholder,
.cid-uHdX3wuH8W .form-control:focus textarea:-moz-placeholder,
.cid-uHdX3wuH8W .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uHdX3wuH8W .jq-number__spin:hover,
.cid-uHdX3wuH8W .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHdX3wuH8W .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHdX3wuH8W .jq-selectbox li,
.cid-uHdX3wuH8W .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHdX3wuH8W .jq-selectbox li:hover,
.cid-uHdX3wuH8W .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHdX3wuH8W .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uHdX3wuH8W .jq-number__spin.minus:hover:after,
.cid-uHdX3wuH8W .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHdX3wuH8W .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uHdX3wuH8W .jq-number__spin.minus:after,
.cid-uHdX3wuH8W .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHdX3wuH8W input::-webkit-clear-button {
  display: none;
}
.cid-uHdX3wuH8W input::-webkit-inner-spin-button {
  display: none;
}
.cid-uHdX3wuH8W input::-webkit-outer-spin-button {
  display: none;
}
.cid-uHdX3wuH8W input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uHdX3wuH8W H5 {
  color: #ffffff;
}
.cid-uHdX3wuH8W P {
  color: #767676;
}
.cid-uHdX3wuH8W H3 {
  color: #e1201d;
}
.cid-uHdX3wuH8W p,
.cid-uHdX3wuH8W .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4DxMTv1s {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4DxMTv1s a {
  transition: 0.3s;
}
.cid-uL4DxMTv1s h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4DxMTv1s .card-img2 span {
  padding-top: 6px;
}
.cid-uL4DxMTv1s .soc-item a {
  padding-top: 5px;
}
.cid-uL4DxMTv1s .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4DxMTv1s .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4DxMTv1s .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4DxMTv1s .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4DxMTv1s .soc-item span {
  font-size: 1rem;
}
.cid-uL4DxMTv1s .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4DxMTv1s .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4DxMTv1s .item h4 {
  margin: 0;
}
.cid-uL4DxMTv1s .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4DxMTv1s .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4DxMTv1s img {
  width: 80%;
}
.cid-uL4DxMTv1s .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4DxMTv1s .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4DxMTv1s .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4DxMTv1s .container {
  padding: 0;
}
.cid-uL4DxMTv1s .btn-primary {
  color: #333333 !important;
}
.cid-uL4DxMTv1s .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uHdX3wPhww {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uHdX3wPhww .media-container-row {
  align-items: center;
}
.cid-uHdX3wPhww .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHdX3wPhww .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHdX3wPhww .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uHdX3wPhww .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uHdX3wPhww .foot-menu-item {
  transform: 0.2s;
}
.cid-uHdX3wPhww .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uHdX3wPhww .foot-menu {
    justify-content: center;
  }
  .cid-uHdX3wPhww .mbr-text {
    text-align: center;
  }
  .cid-uHdX3wPhww .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uHdX3wPhww .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uHdX3wPhww .link:hover {
  text-decoration: underline;
}
.cid-uHdX3wPhww .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uHdX3wPhww .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uHdX3wPhww .container {
    padding: 0;
  }
}
.cid-uHdX3wPhww .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uHp8j7z5SG {
  min-height: 85px !important;
  position: static;
}
.cid-uHp8j7z5SG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHp8j7z5SG .nav-item:focus,
.cid-uHp8j7z5SG .nav-link:focus {
  outline: none;
}
.cid-uHp8j7z5SG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHp8j7z5SG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHp8j7z5SG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHp8j7z5SG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHp8j7z5SG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHp8j7z5SG .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uHp8j7z5SG .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uHp8j7z5SG .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uHp8j7z5SG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHp8j7z5SG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHp8j7z5SG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHp8j7z5SG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHp8j7z5SG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHp8j7z5SG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uHp8j7z5SG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHp8j7z5SG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHp8j7z5SG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHp8j7z5SG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHp8j7z5SG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHp8j7z5SG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHp8j7z5SG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHp8j7z5SG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uHp8j7z5SG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHp8j7z5SG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHp8j7z5SG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHp8j7z5SG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHp8j7z5SG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHp8j7z5SG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHp8j7z5SG .navbar.navbar-short {
  background: #19212f;
}
.cid-uHp8j7z5SG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHp8j7z5SG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHp8j7z5SG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHp8j7z5SG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uHp8j7z5SG .dropdown-item.active,
.cid-uHp8j7z5SG .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uHp8j7z5SG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHp8j7z5SG .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uHp8j7z5SG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uHp8j7z5SG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHp8j7z5SG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHp8j7z5SG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHp8j7z5SG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHp8j7z5SG .navbar-nav {
  margin: auto;
}
.cid-uHp8j7z5SG .navbar-buttons {
  text-align: center;
}
.cid-uHp8j7z5SG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHp8j7z5SG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHp8j7z5SG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHp8j7z5SG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHp8j7z5SG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHp8j7z5SG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHp8j7z5SG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHp8j7z5SG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHp8j7z5SG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHp8j7z5SG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHp8j7z5SG .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uHp8j7z5SG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHp8j7z5SG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHp8j7z5SG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uHp8j7z5SG .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHp8j7z5SG .navbar {
    height: 77px;
  }
  .cid-uHp8j7z5SG .navbar.opened {
    height: auto;
  }
}
.cid-uHp8j7z5SG .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uHp8j7z5SG .text-btn {
  transition: transform 0.3s;
}
.cid-uHp8j7z5SG .btn:hover {
  transform: scale(0.8);
}
.cid-uHp8j7z5SG .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uHp8j7z5SG .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uHp8j7z5SG .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uHp8j7z5SG .nav-link:hover::before {
  width: 100%;
}
.cid-uHp8j7z5SG .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uHp8j7z5SG .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uHp8j7z5SG .link {
  margin: 0rem 1.2rem !important;
}
.cid-uHp8j7z5SG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uHp8j7z5SG .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uHp8j7z5SG .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uHp8j7z5SG .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uHp8j7z5SG .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uHp8j7z5SG .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uHp8j7z5SG .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uHp8j7z5SG .dropdown-menu::before {
    display: none !important;
  }
  .cid-uHp8j7z5SG .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uHp8j7z5SG .dropdown-menu > a::after {
    display: none;
  }
  .cid-uHp8j7z5SG .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uHp8j7z5SG .nav-link::before {
    display: none;
  }
  .cid-uHp8j7z5SG .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uHp8j7z5SG .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uHp8j7z5SG .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uHp8j7z5SG .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uHp8j7z5SG .nav-dropdown .dropdown-item:focus,
  .cid-uHp8j7z5SG .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uHp8j7z5SG .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uHp8j7z5SG .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHp8j7z5SG .container-fluid {
    padding-right: 0rem;
  }
  .cid-uHp8j7z5SG .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uHp8j7z5SG .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uHp8j7z5SG .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uHp8j7z5SG .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uHp8j7z5SG .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uHp8j7z5SG .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uHp8j7z5SG .nav-dropdown .dropdown-item:focus,
  .cid-uHp8j7z5SG .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uHp8j7z5SG .btn-primary {
  color: #354463 !important;
}
.cid-uHp8j7z5SG .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uHp8j7z5SG .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uHp8j7z5SG .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uHp8j88POt {
  overflow-x: hidden !important;
}
.cid-uHp8j88POt,
.cid-uHp8j88POt .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uHp8j88POt .mbr-section-title {
  color: #ffffff;
}
.cid-uHp8j88POt .mbr-section-title span {
  color: #ffffff;
}
.cid-uHp8j88POt .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uHp8j88POt .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/img-5135-2000x1499.jpg");
}
.cid-uHp8j88POt .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uHp8j88POt .mbr-overlay {
  z-index: 1;
}
.cid-uHp8j88POt .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uHp8j8hs6t {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uHp8j8hs6t .text-wrap {
  margin-top: 32px;
}
.cid-uHp8j8hs6t .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uHp8j8hs6t .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uHp8j8hs6t .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uHp8j8hs6t .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uHp8j8hs6t .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uHp8j8hs6t .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uHp8j8hs6t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHp8j8hs6t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHp8j8hs6t .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uHp8j8hs6t .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uHp8j8hs6t .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uHp8j8hs6t .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uHp8j8sDNf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uHp8j8sDNf .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uHp8j8sDNf .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uHp8j8sDNf .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uHp8j8sDNf .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uHp8j8sDNf .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uHp8j8sDNf .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uHp8j8sDNf .mbr-gallery-filter ul {
  display: block;
}
.cid-uHp8j8sDNf .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uHp8j8sDNf .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uHp8j8sDNf .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uHp8j8sDNf .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uHp8j8sDNf .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uHp8j8sDNf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uHp8j8sDNf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uHp8j8sDNf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uHp8j8sDNf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uHp8j8sDNf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uHp8j8sDNf .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uHp8j8sDNf .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uHp8j8sDNf .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uHp8j8sDNf .mbr-gallery-item > div img,
.cid-uHp8j8sDNf .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uHp8j8sDNf .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uHp8j8sDNf .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uHp8j8sDNf .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uHp8j8sDNf .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uHp8j8sDNf .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uHp8j8sDNf .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uHp8j8sDNf .mbr-section-title {
    text-align: center;
  }
  .cid-uHp8j8sDNf .image {
    top: auto;
    height: 420px;
  }
  .cid-uHp8j8sDNf .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uHp8j8sDNf .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uHp8j8sDNf .mbr-gallery-item > div img,
  .cid-uHp8j8sDNf .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uHp8j8sDNf .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uHp8j8sDNf .image {
    height: 290px;
  }
}
.cid-uHpmiIAWny {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uHpmiIAWny .mbr-text {
  color: #767676;
}
.cid-uHpmiIAWny .mbr-section-subtitle {
  color: #767676;
}
.cid-uHpmiIAWny .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHpmiIAWny .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4.3rem;
}
.cid-uHpmiIAWny .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-uHpmiIAWny .card-text {
  padding-top: 2rem;
  text-align: center;
}
.cid-uHpmiIAWny .card-box {
  padding-bottom: 1rem;
}
.cid-uHpmiIAWny .num {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHpmiIAWny .num,
  .cid-uHpmiIAWny .card-title,
  .cid-uHpmiIAWny .mbr-text,
  .cid-uHpmiIAWny .mbr-title,
  .cid-uHpmiIAWny .mbr-section-subtitle,
  .cid-uHpmiIAWny .mbr-section-btn,
  .cid-uHpmiIAWny .mbr-section-title {
    text-align: center !important;
  }
  .cid-uHpmiIAWny .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uHpmiIAWny .mbr-section-title {
  text-align: center;
}
.cid-uHpmiIAWny .card-title,
.cid-uHpmiIAWny .card-img {
  color: #19212f;
  text-align: center;
}
.cid-uHpljT5nBO {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #19212f;
}
.cid-uHpljT5nBO .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uHpljT5nBO .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uHpljT5nBO .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uHpljT5nBO .card-img span {
  color: #df220e;
}
.cid-uHpljT5nBO .row-item {
  margin-bottom: 2rem;
}
.cid-uHpljT5nBO .row-item:hover .wrapper {
  background: linear-gradient(90deg, #eb4635, #ab0d0d);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uHpljT5nBO .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-uHpljT5nBO .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-uHpljT5nBO .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uHp8j8HkKc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uHp8j8HkKc .mbr-text {
  color: #767676;
}
.cid-uHp8j8HkKc .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uHp8j8HkKc .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uHp8j8HkKc .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uHp8j8HkKc .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uHp8j8HkKc .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uHp8j8HkKc .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uHp8j8HkKc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHp8j8HkKc .card {
    margin-bottom: 2rem;
  }
}
.cid-uHp8j8HkKc .text-link {
  font-weight: 800 !important;
}
.cid-uHp8j8HkKc .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uHp8j8HkKc .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uHp8j8HkKc .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uHp8j8HkKc .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uHp8j8HkKc .card:hover .icon-arrow {
  color: #fff;
}
.cid-uHp8j8HkKc .card:hover .text-link {
  color: #fff !important;
}
.cid-uHp8j8HkKc .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uHp8j8HkKc .card:hover .link {
  transform: translateX(42px);
}
.cid-uHp8j8HkKc .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uHp8j8HkKc h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uHp8j8Wrcd {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uHp8j8Wrcd .container {
    padding: 0 24px;
  }
}
.cid-uHp8j8Wrcd .card {
  justify-content: center;
}
.cid-uHp8j8Wrcd .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uHp8j8Wrcd .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uHp8j8Wrcd .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHp8j8Wrcd .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uHp8j8Wrcd .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uHp8j8Wrcd .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uHp8j8Wrcd .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uHp8j8Wrcd .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uHp8j8Wrcd .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uHp8j8Wrcd .mbr-section-title {
  color: #F9F6E0;
}
.cid-uHp8j8Wrcd .mbr-desc {
  color: #ffffff;
}
.cid-uHp8j8Wrcd .mbr-text {
  color: #ffffff;
}
.cid-uHp8j8Wrcd .mbr-section-btn {
  text-align: right;
}
.cid-uHp8j8Wrcd .mbr-section-title,
.cid-uHp8j8Wrcd .mbr-section-btn {
  color: #ffffff;
}
.cid-uHp8j93cFN {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uHp8j9p494 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHp8j9p494 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHp8j9p494 .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-uHp8j9p494 .container {
    padding: 0 20px;
  }
}
.cid-uHp8j9p494 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uHp8j9p494 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uHp8j9p494 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHp8j9p494 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHp8j9p494 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uHp8j9p494 .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uHp8j9p494 .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uHp8j9p494 .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uHp8j9p494 .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uHp8j9p494 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uHp8j9p494 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uHp8j9p494 .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uHp8j9p494 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHp8j9p494 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uHp8j9p494 .content-wrapper .mbr-section-btn .btn-primary,
.cid-uHp8j9p494 .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uHp8j9p494 .content-wrapper .mbr-section-btn .btn-success,
.cid-uHp8j9p494 .content-wrapper .mbr-section-btn .btn-info,
.cid-uHp8j9p494 .content-wrapper .mbr-section-btn .btn-warning,
.cid-uHp8j9p494 .content-wrapper .mbr-section-btn .btn-danger,
.cid-uHp8j9p494 .content-wrapper .mbr-section-btn .btn-black,
.cid-uHp8j9p494 .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uHp8j9p494 .mbr-section-title {
  color: #000000;
}
.cid-uHp8j9p494 .mbr-desc,
.cid-uHp8j9p494 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHp8j9p494 .card-number {
  color: #ffffff;
}
.cid-uHp8j9p494 .card-title {
  color: #000000;
}
.cid-uHp8j9p494 .mbr-text,
.cid-uHp8j9p494 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHp8j9p494 .mbr-section-title,
.cid-uHp8j9p494 .mbr-section-btn {
  text-align: center;
}
.cid-uHp8j9p494 .card-title,
.cid-uHp8j9p494 .icon-wrapper {
  color: #ffffff;
}
.cid-uHp8j9p494 .mbr-section-title,
.cid-uHp8j9p494 .mbr-section-btn,
.cid-uHp8j9p494 .image-wrapper {
  color: #19212f;
}
.cid-uHp8j9hy1R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19212f;
}
.cid-uHp8j9hy1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHp8j9hy1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHp8j9hy1R a {
  font-weight: bold;
}
.cid-uHp8j9hy1R .row {
  flex-direction: row-reverse;
}
.cid-uHp8j9hy1R .container-fluid {
  padding: 0;
}
.cid-uHp8j9hy1R img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uHp8j9hy1R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHp8j9hy1R .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uHp8j9hy1R .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uHp8j9hy1R .text-wrapper {
    padding: 1rem;
  }
}
.cid-uHp8j9hy1R .mbr-text,
.cid-uHp8j9hy1R .mbr-section-btn {
  color: #ffffff;
}
.cid-uHp8j9hy1R .mbr-section-title {
  color: #ffffff;
}
.cid-uHpsPYSzVs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uHpsPYSzVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHpsPYSzVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHpsPYSzVs .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHpsPYSzVs .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHpsPYSzVs .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uHpsPYSzVs .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHpsPYSzVs .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHpsPYSzVs .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uHpsPYSzVs .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHpsPYSzVs .item {
    margin-bottom: 28px;
  }
}
.cid-uHpsPYSzVs .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uHpsPYSzVs .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uHpsPYSzVs .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uHpsPYSzVs .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uHpsPYSzVs .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHpsPYSzVs .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uHpsPYSzVs .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uHpsPYSzVs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHpsPYSzVs .mbr-text,
.cid-uHpsPYSzVs .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHpsPYSzVs .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHpsPYSzVs .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHp8j9BJqe {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHp8j9BJqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHp8j9BJqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHp8j9BJqe .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHp8j9BJqe .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHp8j9BJqe .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHp8j9BJqe .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHp8j9BJqe .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHp8j9BJqe .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHp8j9BJqe .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHp8j9BJqe .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHp8j9BJqe .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHp8j9BJqe .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHp8j9BJqe .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHp8j9BJqe .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHp8j9BJqe .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHp8j9BJqe .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHp8j9BJqe .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHp8j9BJqe .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHp8j9BJqe .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHp8j9BJqe .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHp8j9BJqe .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHp8j9BJqe .mbr-section-title {
  color: #404349;
}
.cid-uHp8j9BJqe .panel-title-edit {
  color: #ffffff;
}
.cid-uHp8j9BJqe .panel-text {
  color: #404349;
}
.cid-uHp8j9BJqe .panel-text,
.cid-uHp8j9BJqe .panel-body {
  color: #ffffff;
}
.cid-uHp8j9BJqe .mbr-section-title,
.cid-uHp8j9BJqe .title-wrapper,
.cid-uHp8j9BJqe .tabs-wrapper {
  color: #ffffff;
}
.cid-uHp8j9MEv5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uHp8j9MEv5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uHp8j9MEv5 .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uHp8j9MEv5 input,
.cid-uHp8j9MEv5 textarea {
  font-size: 14px;
}
.cid-uHp8j9MEv5 input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uHp8j9MEv5 textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uHp8j9MEv5 .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uHp8j9MEv5 .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uHp8j9MEv5 img {
  width: 90%;
  border-radius: 8px;
}
.cid-uHp8j9MEv5 .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uHp8j9MEv5 .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uHp8j9MEv5 .title-block {
  margin-bottom: 2rem;
}
.cid-uHp8j9MEv5 .form-control,
.cid-uHp8j9MEv5 .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHp8j9MEv5 .form-control:hover,
.cid-uHp8j9MEv5 .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHp8j9MEv5 .form-control:focus,
.cid-uHp8j9MEv5 .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHp8j9MEv5 input::-webkit-input-placeholder,
.cid-uHp8j9MEv5 textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uHp8j9MEv5 input:-moz-placeholder,
.cid-uHp8j9MEv5 textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uHp8j9MEv5 .jq-selectbox li,
.cid-uHp8j9MEv5 .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uHp8j9MEv5 .jq-selectbox li:hover,
.cid-uHp8j9MEv5 .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uHp8j9MEv5 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uHp8j9MEv5 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uHp8j9MEv5 H5 {
  padding-bottom: 2rem;
}
.cid-uHp8j9MEv5 .mbr-text {
  color: #777777;
}
.cid-uHp8j9MEv5 .mbr-form {
  padding: 0rem;
}
.cid-uHp8j9MEv5 .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uHp8j9MEv5 .form-row {
    margin: 0;
  }
  .cid-uHp8j9MEv5 .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uHp8j9MEv5 .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uHp8j9MEv5 img {
    width: 100%;
  }
}
.cid-uHp8j9MEv5 .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uHp8j9MEv5 H3 {
  color: #19212f;
}
.cid-uHp8j9MEv5 .mbr-text,
.cid-uHp8j9MEv5 .mbr-section-btn {
  color: #555555;
}
.cid-uHp8j9WGIt {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uHp8j9WGIt [class^="socicon-"]:before,
.cid-uHp8j9WGIt [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uHp8j9WGIt .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHp8j9WGIt .btn-social,
.cid-uHp8j9WGIt .mbr-section-title {
  color: #57468b;
}
.cid-uHp8j9WGIt .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uHp8j9WGIt .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uHp8j9WGIt .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uHp8j9WGIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHp8j9WGIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHp8jaa8i0 {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uHp8jaa8i0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uHp8jaa8i0 h5 {
  padding-bottom: 2rem;
}
.cid-uHp8jaa8i0 textarea {
  min-height: 150px;
}
.cid-uHp8jaa8i0 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uHp8jaa8i0 h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uHp8jaa8i0 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uHp8jaa8i0 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uHp8jaa8i0 .form-control,
.cid-uHp8jaa8i0 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uHp8jaa8i0 .form-control input::-webkit-input-placeholder,
.cid-uHp8jaa8i0 .field-input input::-webkit-input-placeholder,
.cid-uHp8jaa8i0 .form-control textarea::-webkit-input-placeholder,
.cid-uHp8jaa8i0 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uHp8jaa8i0 .form-control input:-moz-placeholder,
.cid-uHp8jaa8i0 .field-input input:-moz-placeholder,
.cid-uHp8jaa8i0 .form-control textarea:-moz-placeholder,
.cid-uHp8jaa8i0 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uHp8jaa8i0 .form-control:hover,
.cid-uHp8jaa8i0 .field-input:hover,
.cid-uHp8jaa8i0 .form-control:focus,
.cid-uHp8jaa8i0 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHp8jaa8i0 .form-control:hover input::-webkit-input-placeholder,
.cid-uHp8jaa8i0 .field-input:hover input::-webkit-input-placeholder,
.cid-uHp8jaa8i0 .form-control:focus input::-webkit-input-placeholder,
.cid-uHp8jaa8i0 .field-input:focus input::-webkit-input-placeholder,
.cid-uHp8jaa8i0 .form-control:hover textarea::-webkit-input-placeholder,
.cid-uHp8jaa8i0 .field-input:hover textarea::-webkit-input-placeholder,
.cid-uHp8jaa8i0 .form-control:focus textarea::-webkit-input-placeholder,
.cid-uHp8jaa8i0 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uHp8jaa8i0 .form-control:hover input:-moz-placeholder,
.cid-uHp8jaa8i0 .field-input:hover input:-moz-placeholder,
.cid-uHp8jaa8i0 .form-control:focus input:-moz-placeholder,
.cid-uHp8jaa8i0 .field-input:focus input:-moz-placeholder,
.cid-uHp8jaa8i0 .form-control:hover textarea:-moz-placeholder,
.cid-uHp8jaa8i0 .field-input:hover textarea:-moz-placeholder,
.cid-uHp8jaa8i0 .form-control:focus textarea:-moz-placeholder,
.cid-uHp8jaa8i0 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uHp8jaa8i0 .jq-number__spin:hover,
.cid-uHp8jaa8i0 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHp8jaa8i0 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHp8jaa8i0 .jq-selectbox li,
.cid-uHp8jaa8i0 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHp8jaa8i0 .jq-selectbox li:hover,
.cid-uHp8jaa8i0 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHp8jaa8i0 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uHp8jaa8i0 .jq-number__spin.minus:hover:after,
.cid-uHp8jaa8i0 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHp8jaa8i0 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uHp8jaa8i0 .jq-number__spin.minus:after,
.cid-uHp8jaa8i0 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHp8jaa8i0 input::-webkit-clear-button {
  display: none;
}
.cid-uHp8jaa8i0 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uHp8jaa8i0 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uHp8jaa8i0 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uHp8jaa8i0 H5 {
  color: #ffffff;
}
.cid-uHp8jaa8i0 P {
  color: #767676;
}
.cid-uHp8jaa8i0 H3 {
  color: #e1201d;
}
.cid-uHp8jaa8i0 p,
.cid-uHp8jaa8i0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4DiSzZY1 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4DiSzZY1 a {
  transition: 0.3s;
}
.cid-uL4DiSzZY1 h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4DiSzZY1 .card-img2 span {
  padding-top: 6px;
}
.cid-uL4DiSzZY1 .soc-item a {
  padding-top: 5px;
}
.cid-uL4DiSzZY1 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4DiSzZY1 .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4DiSzZY1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4DiSzZY1 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4DiSzZY1 .soc-item span {
  font-size: 1rem;
}
.cid-uL4DiSzZY1 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4DiSzZY1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4DiSzZY1 .item h4 {
  margin: 0;
}
.cid-uL4DiSzZY1 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4DiSzZY1 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4DiSzZY1 img {
  width: 80%;
}
.cid-uL4DiSzZY1 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4DiSzZY1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4DiSzZY1 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4DiSzZY1 .container {
  padding: 0;
}
.cid-uL4DiSzZY1 .btn-primary {
  color: #333333 !important;
}
.cid-uL4DiSzZY1 .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uHp8jazJaH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uHp8jazJaH .media-container-row {
  align-items: center;
}
.cid-uHp8jazJaH .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHp8jazJaH .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHp8jazJaH .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uHp8jazJaH .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uHp8jazJaH .foot-menu-item {
  transform: 0.2s;
}
.cid-uHp8jazJaH .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uHp8jazJaH .foot-menu {
    justify-content: center;
  }
  .cid-uHp8jazJaH .mbr-text {
    text-align: center;
  }
  .cid-uHp8jazJaH .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uHp8jazJaH .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uHp8jazJaH .link:hover {
  text-decoration: underline;
}
.cid-uHp8jazJaH .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uHp8jazJaH .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uHp8jazJaH .container {
    padding: 0;
  }
}
.cid-uHp8jazJaH .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uHpuDMgNqL {
  min-height: 85px !important;
  position: static;
}
.cid-uHpuDMgNqL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHpuDMgNqL .nav-item:focus,
.cid-uHpuDMgNqL .nav-link:focus {
  outline: none;
}
.cid-uHpuDMgNqL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHpuDMgNqL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHpuDMgNqL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHpuDMgNqL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHpuDMgNqL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHpuDMgNqL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uHpuDMgNqL .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uHpuDMgNqL .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uHpuDMgNqL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHpuDMgNqL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHpuDMgNqL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHpuDMgNqL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHpuDMgNqL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHpuDMgNqL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uHpuDMgNqL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHpuDMgNqL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHpuDMgNqL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHpuDMgNqL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHpuDMgNqL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHpuDMgNqL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHpuDMgNqL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHpuDMgNqL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uHpuDMgNqL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHpuDMgNqL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHpuDMgNqL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHpuDMgNqL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHpuDMgNqL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHpuDMgNqL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHpuDMgNqL .navbar.navbar-short {
  background: #19212f;
}
.cid-uHpuDMgNqL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHpuDMgNqL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHpuDMgNqL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHpuDMgNqL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uHpuDMgNqL .dropdown-item.active,
.cid-uHpuDMgNqL .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uHpuDMgNqL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHpuDMgNqL .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uHpuDMgNqL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uHpuDMgNqL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHpuDMgNqL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHpuDMgNqL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHpuDMgNqL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHpuDMgNqL .navbar-nav {
  margin: auto;
}
.cid-uHpuDMgNqL .navbar-buttons {
  text-align: center;
}
.cid-uHpuDMgNqL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHpuDMgNqL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHpuDMgNqL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHpuDMgNqL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHpuDMgNqL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHpuDMgNqL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHpuDMgNqL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHpuDMgNqL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHpuDMgNqL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHpuDMgNqL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHpuDMgNqL .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uHpuDMgNqL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHpuDMgNqL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHpuDMgNqL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uHpuDMgNqL .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHpuDMgNqL .navbar {
    height: 77px;
  }
  .cid-uHpuDMgNqL .navbar.opened {
    height: auto;
  }
}
.cid-uHpuDMgNqL .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uHpuDMgNqL .text-btn {
  transition: transform 0.3s;
}
.cid-uHpuDMgNqL .btn:hover {
  transform: scale(0.8);
}
.cid-uHpuDMgNqL .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uHpuDMgNqL .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uHpuDMgNqL .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uHpuDMgNqL .nav-link:hover::before {
  width: 100%;
}
.cid-uHpuDMgNqL .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uHpuDMgNqL .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uHpuDMgNqL .link {
  margin: 0rem 1.2rem !important;
}
.cid-uHpuDMgNqL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uHpuDMgNqL .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uHpuDMgNqL .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uHpuDMgNqL .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uHpuDMgNqL .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uHpuDMgNqL .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uHpuDMgNqL .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uHpuDMgNqL .dropdown-menu::before {
    display: none !important;
  }
  .cid-uHpuDMgNqL .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uHpuDMgNqL .dropdown-menu > a::after {
    display: none;
  }
  .cid-uHpuDMgNqL .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uHpuDMgNqL .nav-link::before {
    display: none;
  }
  .cid-uHpuDMgNqL .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uHpuDMgNqL .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uHpuDMgNqL .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uHpuDMgNqL .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uHpuDMgNqL .nav-dropdown .dropdown-item:focus,
  .cid-uHpuDMgNqL .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uHpuDMgNqL .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uHpuDMgNqL .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHpuDMgNqL .container-fluid {
    padding-right: 0rem;
  }
  .cid-uHpuDMgNqL .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uHpuDMgNqL .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uHpuDMgNqL .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uHpuDMgNqL .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uHpuDMgNqL .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uHpuDMgNqL .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uHpuDMgNqL .nav-dropdown .dropdown-item:focus,
  .cid-uHpuDMgNqL .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uHpuDMgNqL .btn-primary {
  color: #354463 !important;
}
.cid-uHpuDMgNqL .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uHpuDMgNqL .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uHpuDMgNqL .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uHpuDMNxNM {
  overflow-x: hidden !important;
}
.cid-uHpuDMNxNM,
.cid-uHpuDMNxNM .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uHpuDMNxNM .mbr-section-title {
  color: #ffffff;
}
.cid-uHpuDMNxNM .mbr-section-title span {
  color: #ffffff;
}
.cid-uHpuDMNxNM .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uHpuDMNxNM .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-uHpuDMNxNM .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uHpuDMNxNM .mbr-overlay {
  z-index: 1;
}
.cid-uHpuDMNxNM .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uHpuDN0XWD {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uHpuDN0XWD .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uHpuDN0XWD .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uHpuDNPpyd {
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-uHpuDNPpyd .text-content {
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uHpuDNPpyd .text-content .btn-bgr {
  z-index: 0;
}
.cid-uHpuDNPpyd .mbr-overlay {
  background: linear-gradient(90deg, #19212f, #19212f);
}
.cid-uHpuDNPpyd H3 {
  color: #000000;
  font-weight: 300;
}
.cid-uHpuDNPpyd P {
  color: #cccccc;
  text-align: center;
}
.cid-uHpuDNPpyd H2 {
  color: #000000;
}
.cid-uHpuDNPpyd .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uHpuDNPpyd .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uHpuDNPpyd .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  margin: auto;
  background-color: #19212f;
}
@media (max-width: 991px) {
  .cid-uHpuDNPpyd .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uHpuDNPpyd .text-content {
    width: 100%;
  }
}
.cid-uHpuDNPpyd .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uHpuDNPpyd .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uHpuDNPpyd .mbr-text {
    text-align: center;
  }
}
.cid-uHpuDNPpyd .mbr-section-btn,
.cid-uHpuDNPpyd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHpuDNPpyd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHpuDNXR2f {
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-uHpuDNXR2f .text-content {
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uHpuDNXR2f .text-content .btn-bgr {
  z-index: 0;
}
.cid-uHpuDNXR2f .mbr-overlay {
  background: linear-gradient(90deg, #19212f, #19212f);
}
.cid-uHpuDNXR2f H3 {
  color: #000000;
  font-weight: 300;
}
.cid-uHpuDNXR2f P {
  color: #19212f;
  text-align: center;
}
.cid-uHpuDNXR2f H2 {
  color: #000000;
}
.cid-uHpuDNXR2f .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uHpuDNXR2f .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uHpuDNXR2f .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #f9d095;
}
@media (max-width: 991px) {
  .cid-uHpuDNXR2f .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uHpuDNXR2f .text-content {
    width: 100%;
  }
}
.cid-uHpuDNXR2f .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uHpuDNXR2f .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uHpuDNXR2f .mbr-text {
    text-align: center;
  }
}
.cid-uHpuDNXR2f .mbr-section-btn,
.cid-uHpuDNXR2f .mbr-section-title {
  color: #19212f;
  text-align: center;
}
.cid-uHpuDNXR2f .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHpzHjBKGL {
  background-image: url("../../../assets/images/mbr-1-1920x1200.jpg");
}
.cid-uHpzHjBKGL .text-content {
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uHpzHjBKGL .text-content .btn-bgr {
  z-index: 0;
}
.cid-uHpzHjBKGL .mbr-overlay {
  background: linear-gradient(90deg, #19212f, #19212f);
}
.cid-uHpzHjBKGL H3 {
  color: #000000;
  font-weight: 300;
}
.cid-uHpzHjBKGL P {
  color: #19212f;
  text-align: center;
}
.cid-uHpzHjBKGL H2 {
  color: #000000;
}
.cid-uHpzHjBKGL .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uHpzHjBKGL .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uHpzHjBKGL .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  margin-left: auto;
  background-color: #7c9786;
}
@media (max-width: 991px) {
  .cid-uHpzHjBKGL .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uHpzHjBKGL .text-content {
    width: 100%;
  }
}
.cid-uHpzHjBKGL .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uHpzHjBKGL .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uHpzHjBKGL .mbr-text {
    text-align: center;
  }
}
.cid-uHpzHjBKGL .mbr-section-btn,
.cid-uHpzHjBKGL .mbr-section-title {
  color: #19212f;
  text-align: center;
}
.cid-uHpzHjBKGL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHpAL9EQ2B {
  background-image: url("../../../assets/images/mbr-1920x1280.png");
}
.cid-uHpAL9EQ2B .text-content {
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uHpAL9EQ2B .text-content .btn-bgr {
  z-index: 0;
}
.cid-uHpAL9EQ2B .mbr-overlay {
  background: linear-gradient(90deg, #19212f, #19212f);
}
.cid-uHpAL9EQ2B H3 {
  color: #000000;
  font-weight: 300;
}
.cid-uHpAL9EQ2B P {
  color: #ffffff;
  text-align: center;
}
.cid-uHpAL9EQ2B H2 {
  color: #000000;
}
.cid-uHpAL9EQ2B .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uHpAL9EQ2B .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uHpAL9EQ2B .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  margin: auto;
  background-color: #7697db;
}
@media (max-width: 991px) {
  .cid-uHpAL9EQ2B .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uHpAL9EQ2B .text-content {
    width: 100%;
  }
}
.cid-uHpAL9EQ2B .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uHpAL9EQ2B .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uHpAL9EQ2B .mbr-text {
    text-align: center;
  }
}
.cid-uHpAL9EQ2B .mbr-section-btn,
.cid-uHpAL9EQ2B .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHpAL9EQ2B .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHpuDOFuRB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHpuDOFuRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHpuDOFuRB .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-uHpuDOFuRB .container {
    padding: 0 20px;
  }
}
.cid-uHpuDOFuRB .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uHpuDOFuRB .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uHpuDOFuRB .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHpuDOFuRB .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHpuDOFuRB .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uHpuDOFuRB .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uHpuDOFuRB .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uHpuDOFuRB .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uHpuDOFuRB .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uHpuDOFuRB .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uHpuDOFuRB .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uHpuDOFuRB .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uHpuDOFuRB .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHpuDOFuRB .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uHpuDOFuRB .content-wrapper .mbr-section-btn .btn-primary,
.cid-uHpuDOFuRB .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uHpuDOFuRB .content-wrapper .mbr-section-btn .btn-success,
.cid-uHpuDOFuRB .content-wrapper .mbr-section-btn .btn-info,
.cid-uHpuDOFuRB .content-wrapper .mbr-section-btn .btn-warning,
.cid-uHpuDOFuRB .content-wrapper .mbr-section-btn .btn-danger,
.cid-uHpuDOFuRB .content-wrapper .mbr-section-btn .btn-black,
.cid-uHpuDOFuRB .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uHpuDOFuRB .mbr-section-title {
  color: #000000;
}
.cid-uHpuDOFuRB .mbr-desc,
.cid-uHpuDOFuRB .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHpuDOFuRB .card-number {
  color: #ffffff;
}
.cid-uHpuDOFuRB .card-title {
  color: #000000;
}
.cid-uHpuDOFuRB .mbr-text,
.cid-uHpuDOFuRB .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHpuDOFuRB .mbr-section-title,
.cid-uHpuDOFuRB .mbr-section-btn {
  text-align: center;
}
.cid-uHpuDOFuRB .card-title,
.cid-uHpuDOFuRB .icon-wrapper {
  color: #ffffff;
}
.cid-uHpuDOFuRB .mbr-section-title,
.cid-uHpuDOFuRB .mbr-section-btn,
.cid-uHpuDOFuRB .image-wrapper {
  color: #19212f;
}
.cid-uHpuDOQBou {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #19212f;
}
.cid-uHpuDOQBou .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uHpuDOQBou a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uHpuDOQBou .mbr-section-btn {
  margin: 0;
}
.cid-uHpuDOQBou .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-uHpuDOQBou .form-control:focus,
.cid-uHpuDOQBou .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uHpuDOQBou .form-group {
  margin-bottom: 1rem;
}
.cid-uHpuDOQBou input::-webkit-input-placeholder,
.cid-uHpuDOQBou textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uHpuDOQBou input:-moz-placeholder,
.cid-uHpuDOQBou textarea:-moz-placeholder {
  color: #656565;
}
.cid-uHpuDOQBou .jq-selectbox li,
.cid-uHpuDOQBou .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uHpuDOQBou .jq-selectbox li:hover,
.cid-uHpuDOQBou .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uHpuDOQBou .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uHpuDOQBou .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uHpuDOQBou .form-group,
.cid-uHpuDOQBou .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-uHpuDOQBou .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-uHpuDOQBou .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uHpuDOQBou .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-uHpuDOQBou .form-block {
    padding: 1rem;
  }
}
.cid-uHpuDOQBou H4 {
  color: #ffffff;
}
.cid-uHpuDOQBou P {
  color: #ffffff;
}
.cid-uHpuDOY2yV {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uHpuDOY2yV [class^="socicon-"]:before,
.cid-uHpuDOY2yV [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uHpuDOY2yV .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHpuDOY2yV .btn-social,
.cid-uHpuDOY2yV .mbr-section-title {
  color: #57468b;
}
.cid-uHpuDOY2yV .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uHpuDOY2yV .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uHpuDOY2yV .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uHpuDOY2yV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHpuDOY2yV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHpuDP993f {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uHpuDP993f .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uHpuDP993f h5 {
  padding-bottom: 2rem;
}
.cid-uHpuDP993f textarea {
  min-height: 150px;
}
.cid-uHpuDP993f .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uHpuDP993f h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uHpuDP993f h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uHpuDP993f h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uHpuDP993f .form-control,
.cid-uHpuDP993f .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uHpuDP993f .form-control input::-webkit-input-placeholder,
.cid-uHpuDP993f .field-input input::-webkit-input-placeholder,
.cid-uHpuDP993f .form-control textarea::-webkit-input-placeholder,
.cid-uHpuDP993f .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uHpuDP993f .form-control input:-moz-placeholder,
.cid-uHpuDP993f .field-input input:-moz-placeholder,
.cid-uHpuDP993f .form-control textarea:-moz-placeholder,
.cid-uHpuDP993f .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uHpuDP993f .form-control:hover,
.cid-uHpuDP993f .field-input:hover,
.cid-uHpuDP993f .form-control:focus,
.cid-uHpuDP993f .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHpuDP993f .form-control:hover input::-webkit-input-placeholder,
.cid-uHpuDP993f .field-input:hover input::-webkit-input-placeholder,
.cid-uHpuDP993f .form-control:focus input::-webkit-input-placeholder,
.cid-uHpuDP993f .field-input:focus input::-webkit-input-placeholder,
.cid-uHpuDP993f .form-control:hover textarea::-webkit-input-placeholder,
.cid-uHpuDP993f .field-input:hover textarea::-webkit-input-placeholder,
.cid-uHpuDP993f .form-control:focus textarea::-webkit-input-placeholder,
.cid-uHpuDP993f .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uHpuDP993f .form-control:hover input:-moz-placeholder,
.cid-uHpuDP993f .field-input:hover input:-moz-placeholder,
.cid-uHpuDP993f .form-control:focus input:-moz-placeholder,
.cid-uHpuDP993f .field-input:focus input:-moz-placeholder,
.cid-uHpuDP993f .form-control:hover textarea:-moz-placeholder,
.cid-uHpuDP993f .field-input:hover textarea:-moz-placeholder,
.cid-uHpuDP993f .form-control:focus textarea:-moz-placeholder,
.cid-uHpuDP993f .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uHpuDP993f .jq-number__spin:hover,
.cid-uHpuDP993f .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHpuDP993f .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHpuDP993f .jq-selectbox li,
.cid-uHpuDP993f .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHpuDP993f .jq-selectbox li:hover,
.cid-uHpuDP993f .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHpuDP993f .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uHpuDP993f .jq-number__spin.minus:hover:after,
.cid-uHpuDP993f .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHpuDP993f .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uHpuDP993f .jq-number__spin.minus:after,
.cid-uHpuDP993f .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHpuDP993f input::-webkit-clear-button {
  display: none;
}
.cid-uHpuDP993f input::-webkit-inner-spin-button {
  display: none;
}
.cid-uHpuDP993f input::-webkit-outer-spin-button {
  display: none;
}
.cid-uHpuDP993f input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uHpuDP993f H5 {
  color: #ffffff;
}
.cid-uHpuDP993f P {
  color: #767676;
}
.cid-uHpuDP993f H3 {
  color: #e1201d;
}
.cid-uHpuDP993f p,
.cid-uHpuDP993f .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4Ds0Mws4 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4Ds0Mws4 a {
  transition: 0.3s;
}
.cid-uL4Ds0Mws4 h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4Ds0Mws4 .card-img2 span {
  padding-top: 6px;
}
.cid-uL4Ds0Mws4 .soc-item a {
  padding-top: 5px;
}
.cid-uL4Ds0Mws4 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4Ds0Mws4 .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4Ds0Mws4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4Ds0Mws4 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4Ds0Mws4 .soc-item span {
  font-size: 1rem;
}
.cid-uL4Ds0Mws4 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4Ds0Mws4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4Ds0Mws4 .item h4 {
  margin: 0;
}
.cid-uL4Ds0Mws4 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4Ds0Mws4 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4Ds0Mws4 img {
  width: 80%;
}
.cid-uL4Ds0Mws4 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4Ds0Mws4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4Ds0Mws4 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4Ds0Mws4 .container {
  padding: 0;
}
.cid-uL4Ds0Mws4 .btn-primary {
  color: #333333 !important;
}
.cid-uL4Ds0Mws4 .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uHpuDPxLGX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uHpuDPxLGX .media-container-row {
  align-items: center;
}
.cid-uHpuDPxLGX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHpuDPxLGX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHpuDPxLGX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uHpuDPxLGX .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uHpuDPxLGX .foot-menu-item {
  transform: 0.2s;
}
.cid-uHpuDPxLGX .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uHpuDPxLGX .foot-menu {
    justify-content: center;
  }
  .cid-uHpuDPxLGX .mbr-text {
    text-align: center;
  }
  .cid-uHpuDPxLGX .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uHpuDPxLGX .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uHpuDPxLGX .link:hover {
  text-decoration: underline;
}
.cid-uHpuDPxLGX .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uHpuDPxLGX .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uHpuDPxLGX .container {
    padding: 0;
  }
}
.cid-uHpuDPxLGX .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uHGAhJIUgX {
  min-height: 85px !important;
  position: static;
}
.cid-uHGAhJIUgX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHGAhJIUgX .nav-item:focus,
.cid-uHGAhJIUgX .nav-link:focus {
  outline: none;
}
.cid-uHGAhJIUgX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHGAhJIUgX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHGAhJIUgX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHGAhJIUgX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHGAhJIUgX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHGAhJIUgX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uHGAhJIUgX .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uHGAhJIUgX .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uHGAhJIUgX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHGAhJIUgX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHGAhJIUgX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHGAhJIUgX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHGAhJIUgX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHGAhJIUgX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uHGAhJIUgX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHGAhJIUgX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHGAhJIUgX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHGAhJIUgX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHGAhJIUgX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHGAhJIUgX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHGAhJIUgX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHGAhJIUgX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uHGAhJIUgX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHGAhJIUgX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHGAhJIUgX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHGAhJIUgX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHGAhJIUgX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHGAhJIUgX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHGAhJIUgX .navbar.navbar-short {
  background: #19212f;
}
.cid-uHGAhJIUgX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHGAhJIUgX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHGAhJIUgX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHGAhJIUgX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uHGAhJIUgX .dropdown-item.active,
.cid-uHGAhJIUgX .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uHGAhJIUgX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHGAhJIUgX .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uHGAhJIUgX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uHGAhJIUgX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHGAhJIUgX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHGAhJIUgX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHGAhJIUgX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHGAhJIUgX .navbar-nav {
  margin: auto;
}
.cid-uHGAhJIUgX .navbar-buttons {
  text-align: center;
}
.cid-uHGAhJIUgX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHGAhJIUgX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHGAhJIUgX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHGAhJIUgX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGAhJIUgX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGAhJIUgX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHGAhJIUgX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGAhJIUgX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHGAhJIUgX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHGAhJIUgX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGAhJIUgX .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uHGAhJIUgX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHGAhJIUgX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHGAhJIUgX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uHGAhJIUgX .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHGAhJIUgX .navbar {
    height: 77px;
  }
  .cid-uHGAhJIUgX .navbar.opened {
    height: auto;
  }
}
.cid-uHGAhJIUgX .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uHGAhJIUgX .text-btn {
  transition: transform 0.3s;
}
.cid-uHGAhJIUgX .btn:hover {
  transform: scale(0.8);
}
.cid-uHGAhJIUgX .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uHGAhJIUgX .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uHGAhJIUgX .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uHGAhJIUgX .nav-link:hover::before {
  width: 100%;
}
.cid-uHGAhJIUgX .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uHGAhJIUgX .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uHGAhJIUgX .link {
  margin: 0rem 1.2rem !important;
}
.cid-uHGAhJIUgX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uHGAhJIUgX .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uHGAhJIUgX .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uHGAhJIUgX .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uHGAhJIUgX .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uHGAhJIUgX .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uHGAhJIUgX .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uHGAhJIUgX .dropdown-menu::before {
    display: none !important;
  }
  .cid-uHGAhJIUgX .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uHGAhJIUgX .dropdown-menu > a::after {
    display: none;
  }
  .cid-uHGAhJIUgX .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uHGAhJIUgX .nav-link::before {
    display: none;
  }
  .cid-uHGAhJIUgX .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uHGAhJIUgX .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uHGAhJIUgX .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uHGAhJIUgX .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uHGAhJIUgX .nav-dropdown .dropdown-item:focus,
  .cid-uHGAhJIUgX .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uHGAhJIUgX .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uHGAhJIUgX .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHGAhJIUgX .container-fluid {
    padding-right: 0rem;
  }
  .cid-uHGAhJIUgX .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uHGAhJIUgX .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uHGAhJIUgX .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uHGAhJIUgX .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uHGAhJIUgX .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uHGAhJIUgX .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uHGAhJIUgX .nav-dropdown .dropdown-item:focus,
  .cid-uHGAhJIUgX .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uHGAhJIUgX .btn-primary {
  color: #354463 !important;
}
.cid-uHGAhJIUgX .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uHGAhJIUgX .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uHGAhJIUgX .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uHGAhKjWpc {
  overflow-x: hidden !important;
}
.cid-uHGAhKjWpc,
.cid-uHGAhKjWpc .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uHGAhKjWpc .mbr-section-title {
  color: #ffffff;
}
.cid-uHGAhKjWpc .mbr-section-title span {
  color: #ffffff;
}
.cid-uHGAhKjWpc .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uHGAhKjWpc .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/mbr-1920x1288.jpg");
}
.cid-uHGAhKjWpc .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uHGAhKjWpc .mbr-overlay {
  z-index: 1;
}
.cid-uHGAhKjWpc .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uHGAhKvi9L {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uHGAhKvi9L .text-wrap {
  margin-top: 32px;
}
.cid-uHGAhKvi9L .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uHGAhKvi9L .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uHGAhKvi9L .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uHGAhKvi9L .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uHGAhKvi9L .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uHGAhKvi9L .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uHGAhKvi9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGAhKvi9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGAhKvi9L .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uHGAhKvi9L .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uHGAhKvi9L .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uHGAhKvi9L .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uHGAhKKn1m {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uHGAhKKn1m .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uHGAhKKn1m .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uHGAhKKn1m .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uHGAhKKn1m .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uHGAhKKn1m .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uHGAhKKn1m .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uHGAhKKn1m .mbr-gallery-filter ul {
  display: block;
}
.cid-uHGAhKKn1m .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uHGAhKKn1m .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uHGAhKKn1m .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uHGAhKKn1m .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uHGAhKKn1m .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uHGAhKKn1m .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uHGAhKKn1m .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uHGAhKKn1m .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uHGAhKKn1m .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uHGAhKKn1m .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uHGAhKKn1m .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uHGAhKKn1m .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uHGAhKKn1m .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uHGAhKKn1m .mbr-gallery-item > div img,
.cid-uHGAhKKn1m .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uHGAhKKn1m .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uHGAhKKn1m .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uHGAhKKn1m .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uHGAhKKn1m .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uHGAhKKn1m .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uHGAhKKn1m .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uHGAhKKn1m .mbr-section-title {
    text-align: center;
  }
  .cid-uHGAhKKn1m .image {
    top: auto;
    height: 420px;
  }
  .cid-uHGAhKKn1m .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uHGAhKKn1m .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uHGAhKKn1m .mbr-gallery-item > div img,
  .cid-uHGAhKKn1m .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uHGAhKKn1m .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uHGAhKKn1m .image {
    height: 290px;
  }
}
.cid-uHGAhL0kvf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uHGAhL0kvf .mbr-text {
  color: #767676;
}
.cid-uHGAhL0kvf .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uHGAhL0kvf .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uHGAhL0kvf .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uHGAhL0kvf .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uHGAhL0kvf .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uHGAhL0kvf .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uHGAhL0kvf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHGAhL0kvf .card {
    margin-bottom: 2rem;
  }
}
.cid-uHGAhL0kvf .text-link {
  font-weight: 800 !important;
}
.cid-uHGAhL0kvf .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uHGAhL0kvf .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uHGAhL0kvf .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uHGAhL0kvf .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uHGAhL0kvf .card:hover .icon-arrow {
  color: #fff;
}
.cid-uHGAhL0kvf .card:hover .text-link {
  color: #fff !important;
}
.cid-uHGAhL0kvf .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uHGAhL0kvf .card:hover .link {
  transform: translateX(42px);
}
.cid-uHGAhL0kvf .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uHGAhL0kvf h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uHGAhLgBZ8 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uHGAhLgBZ8 .container {
    padding: 0 24px;
  }
}
.cid-uHGAhLgBZ8 .card {
  justify-content: center;
}
.cid-uHGAhLgBZ8 .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uHGAhLgBZ8 .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uHGAhLgBZ8 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHGAhLgBZ8 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uHGAhLgBZ8 .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uHGAhLgBZ8 .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uHGAhLgBZ8 .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uHGAhLgBZ8 .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uHGAhLgBZ8 .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uHGAhLgBZ8 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uHGAhLgBZ8 .mbr-desc {
  color: #ffffff;
}
.cid-uHGAhLgBZ8 .mbr-text {
  color: #ffffff;
}
.cid-uHGAhLgBZ8 .mbr-section-btn {
  text-align: right;
}
.cid-uHGAhLgBZ8 .mbr-section-title,
.cid-uHGAhLgBZ8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uHGAhLoMyI {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uHGAhLtcAp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uHGAhLtcAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGAhLtcAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGAhLtcAp .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHGAhLtcAp .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHGAhLtcAp .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uHGAhLtcAp .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHGAhLtcAp .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHGAhLtcAp .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uHGAhLtcAp .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHGAhLtcAp .item {
    margin-bottom: 28px;
  }
}
.cid-uHGAhLtcAp .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uHGAhLtcAp .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uHGAhLtcAp .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uHGAhLtcAp .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uHGAhLtcAp .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHGAhLtcAp .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uHGAhLtcAp .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uHGAhLtcAp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHGAhLtcAp .mbr-text,
.cid-uHGAhLtcAp .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHGAhLtcAp .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHGAhLtcAp .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHGAhLJNL0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHGAhLJNL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGAhLJNL0 .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-uHGAhLJNL0 .container {
    padding: 0 20px;
  }
}
.cid-uHGAhLJNL0 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uHGAhLJNL0 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uHGAhLJNL0 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHGAhLJNL0 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHGAhLJNL0 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uHGAhLJNL0 .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uHGAhLJNL0 .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uHGAhLJNL0 .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uHGAhLJNL0 .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uHGAhLJNL0 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uHGAhLJNL0 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uHGAhLJNL0 .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uHGAhLJNL0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHGAhLJNL0 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uHGAhLJNL0 .content-wrapper .mbr-section-btn .btn-primary,
.cid-uHGAhLJNL0 .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uHGAhLJNL0 .content-wrapper .mbr-section-btn .btn-success,
.cid-uHGAhLJNL0 .content-wrapper .mbr-section-btn .btn-info,
.cid-uHGAhLJNL0 .content-wrapper .mbr-section-btn .btn-warning,
.cid-uHGAhLJNL0 .content-wrapper .mbr-section-btn .btn-danger,
.cid-uHGAhLJNL0 .content-wrapper .mbr-section-btn .btn-black,
.cid-uHGAhLJNL0 .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uHGAhLJNL0 .mbr-section-title {
  color: #000000;
}
.cid-uHGAhLJNL0 .mbr-desc,
.cid-uHGAhLJNL0 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHGAhLJNL0 .card-number {
  color: #ffffff;
}
.cid-uHGAhLJNL0 .card-title {
  color: #000000;
}
.cid-uHGAhLJNL0 .mbr-text,
.cid-uHGAhLJNL0 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHGAhLJNL0 .mbr-section-title,
.cid-uHGAhLJNL0 .mbr-section-btn {
  text-align: center;
}
.cid-uHGAhLJNL0 .card-title,
.cid-uHGAhLJNL0 .icon-wrapper {
  color: #ffffff;
}
.cid-uHGAhLJNL0 .mbr-section-title,
.cid-uHGAhLJNL0 .mbr-section-btn,
.cid-uHGAhLJNL0 .image-wrapper {
  color: #19212f;
}
.cid-uHGAhLXCHL {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHGAhLXCHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGAhLXCHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGAhLXCHL .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHGAhLXCHL .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHGAhLXCHL .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHGAhLXCHL .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHGAhLXCHL .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHGAhLXCHL .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHGAhLXCHL .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHGAhLXCHL .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHGAhLXCHL .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHGAhLXCHL .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHGAhLXCHL .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHGAhLXCHL .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHGAhLXCHL .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHGAhLXCHL .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHGAhLXCHL .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHGAhLXCHL .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHGAhLXCHL .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHGAhLXCHL .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHGAhLXCHL .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHGAhLXCHL .mbr-section-title {
  color: #404349;
}
.cid-uHGAhLXCHL .panel-title-edit {
  color: #ffffff;
}
.cid-uHGAhLXCHL .panel-text {
  color: #404349;
}
.cid-uHGAhLXCHL .panel-text,
.cid-uHGAhLXCHL .panel-body {
  color: #ffffff;
}
.cid-uHGAhLXCHL .mbr-section-title,
.cid-uHGAhLXCHL .title-wrapper,
.cid-uHGAhLXCHL .tabs-wrapper {
  color: #ffffff;
}
.cid-uHGAhMa0jV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uHGAhMa0jV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uHGAhMa0jV .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uHGAhMa0jV input,
.cid-uHGAhMa0jV textarea {
  font-size: 14px;
}
.cid-uHGAhMa0jV input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uHGAhMa0jV textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uHGAhMa0jV .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uHGAhMa0jV .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uHGAhMa0jV img {
  width: 90%;
  border-radius: 8px;
}
.cid-uHGAhMa0jV .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uHGAhMa0jV .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uHGAhMa0jV .title-block {
  margin-bottom: 2rem;
}
.cid-uHGAhMa0jV .form-control,
.cid-uHGAhMa0jV .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHGAhMa0jV .form-control:hover,
.cid-uHGAhMa0jV .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHGAhMa0jV .form-control:focus,
.cid-uHGAhMa0jV .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHGAhMa0jV input::-webkit-input-placeholder,
.cid-uHGAhMa0jV textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uHGAhMa0jV input:-moz-placeholder,
.cid-uHGAhMa0jV textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uHGAhMa0jV .jq-selectbox li,
.cid-uHGAhMa0jV .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uHGAhMa0jV .jq-selectbox li:hover,
.cid-uHGAhMa0jV .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uHGAhMa0jV .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uHGAhMa0jV .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uHGAhMa0jV H5 {
  padding-bottom: 2rem;
}
.cid-uHGAhMa0jV .mbr-text {
  color: #777777;
}
.cid-uHGAhMa0jV .mbr-form {
  padding: 0rem;
}
.cid-uHGAhMa0jV .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uHGAhMa0jV .form-row {
    margin: 0;
  }
  .cid-uHGAhMa0jV .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uHGAhMa0jV .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uHGAhMa0jV img {
    width: 100%;
  }
}
.cid-uHGAhMa0jV .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uHGAhMa0jV H3 {
  color: #19212f;
}
.cid-uHGAhMa0jV .mbr-text,
.cid-uHGAhMa0jV .mbr-section-btn {
  color: #555555;
}
.cid-uHGAhMkAQj {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uHGAhMkAQj [class^="socicon-"]:before,
.cid-uHGAhMkAQj [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uHGAhMkAQj .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHGAhMkAQj .btn-social,
.cid-uHGAhMkAQj .mbr-section-title {
  color: #57468b;
}
.cid-uHGAhMkAQj .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uHGAhMkAQj .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uHGAhMkAQj .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uHGAhMkAQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGAhMkAQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGAhMxnTg {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uHGAhMxnTg .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uHGAhMxnTg h5 {
  padding-bottom: 2rem;
}
.cid-uHGAhMxnTg textarea {
  min-height: 150px;
}
.cid-uHGAhMxnTg .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uHGAhMxnTg h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uHGAhMxnTg h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uHGAhMxnTg h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uHGAhMxnTg .form-control,
.cid-uHGAhMxnTg .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uHGAhMxnTg .form-control input::-webkit-input-placeholder,
.cid-uHGAhMxnTg .field-input input::-webkit-input-placeholder,
.cid-uHGAhMxnTg .form-control textarea::-webkit-input-placeholder,
.cid-uHGAhMxnTg .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uHGAhMxnTg .form-control input:-moz-placeholder,
.cid-uHGAhMxnTg .field-input input:-moz-placeholder,
.cid-uHGAhMxnTg .form-control textarea:-moz-placeholder,
.cid-uHGAhMxnTg .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uHGAhMxnTg .form-control:hover,
.cid-uHGAhMxnTg .field-input:hover,
.cid-uHGAhMxnTg .form-control:focus,
.cid-uHGAhMxnTg .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHGAhMxnTg .form-control:hover input::-webkit-input-placeholder,
.cid-uHGAhMxnTg .field-input:hover input::-webkit-input-placeholder,
.cid-uHGAhMxnTg .form-control:focus input::-webkit-input-placeholder,
.cid-uHGAhMxnTg .field-input:focus input::-webkit-input-placeholder,
.cid-uHGAhMxnTg .form-control:hover textarea::-webkit-input-placeholder,
.cid-uHGAhMxnTg .field-input:hover textarea::-webkit-input-placeholder,
.cid-uHGAhMxnTg .form-control:focus textarea::-webkit-input-placeholder,
.cid-uHGAhMxnTg .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uHGAhMxnTg .form-control:hover input:-moz-placeholder,
.cid-uHGAhMxnTg .field-input:hover input:-moz-placeholder,
.cid-uHGAhMxnTg .form-control:focus input:-moz-placeholder,
.cid-uHGAhMxnTg .field-input:focus input:-moz-placeholder,
.cid-uHGAhMxnTg .form-control:hover textarea:-moz-placeholder,
.cid-uHGAhMxnTg .field-input:hover textarea:-moz-placeholder,
.cid-uHGAhMxnTg .form-control:focus textarea:-moz-placeholder,
.cid-uHGAhMxnTg .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uHGAhMxnTg .jq-number__spin:hover,
.cid-uHGAhMxnTg .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHGAhMxnTg .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHGAhMxnTg .jq-selectbox li,
.cid-uHGAhMxnTg .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHGAhMxnTg .jq-selectbox li:hover,
.cid-uHGAhMxnTg .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHGAhMxnTg .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uHGAhMxnTg .jq-number__spin.minus:hover:after,
.cid-uHGAhMxnTg .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHGAhMxnTg .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uHGAhMxnTg .jq-number__spin.minus:after,
.cid-uHGAhMxnTg .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHGAhMxnTg input::-webkit-clear-button {
  display: none;
}
.cid-uHGAhMxnTg input::-webkit-inner-spin-button {
  display: none;
}
.cid-uHGAhMxnTg input::-webkit-outer-spin-button {
  display: none;
}
.cid-uHGAhMxnTg input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uHGAhMxnTg H5 {
  color: #ffffff;
}
.cid-uHGAhMxnTg P {
  color: #767676;
}
.cid-uHGAhMxnTg H3 {
  color: #e1201d;
}
.cid-uHGAhMxnTg p,
.cid-uHGAhMxnTg .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4Dg4qCR1 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4Dg4qCR1 a {
  transition: 0.3s;
}
.cid-uL4Dg4qCR1 h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4Dg4qCR1 .card-img2 span {
  padding-top: 6px;
}
.cid-uL4Dg4qCR1 .soc-item a {
  padding-top: 5px;
}
.cid-uL4Dg4qCR1 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4Dg4qCR1 .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4Dg4qCR1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4Dg4qCR1 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4Dg4qCR1 .soc-item span {
  font-size: 1rem;
}
.cid-uL4Dg4qCR1 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4Dg4qCR1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4Dg4qCR1 .item h4 {
  margin: 0;
}
.cid-uL4Dg4qCR1 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4Dg4qCR1 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4Dg4qCR1 img {
  width: 80%;
}
.cid-uL4Dg4qCR1 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4Dg4qCR1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4Dg4qCR1 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4Dg4qCR1 .container {
  padding: 0;
}
.cid-uL4Dg4qCR1 .btn-primary {
  color: #333333 !important;
}
.cid-uL4Dg4qCR1 .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uHGAhMXtQb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uHGAhMXtQb .media-container-row {
  align-items: center;
}
.cid-uHGAhMXtQb .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHGAhMXtQb .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHGAhMXtQb .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uHGAhMXtQb .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uHGAhMXtQb .foot-menu-item {
  transform: 0.2s;
}
.cid-uHGAhMXtQb .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uHGAhMXtQb .foot-menu {
    justify-content: center;
  }
  .cid-uHGAhMXtQb .mbr-text {
    text-align: center;
  }
  .cid-uHGAhMXtQb .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uHGAhMXtQb .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uHGAhMXtQb .link:hover {
  text-decoration: underline;
}
.cid-uHGAhMXtQb .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uHGAhMXtQb .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uHGAhMXtQb .container {
    padding: 0;
  }
}
.cid-uHGAhMXtQb .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uHS66SEMGH {
  min-height: 85px !important;
  position: static;
}
.cid-uHS66SEMGH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHS66SEMGH .nav-item:focus,
.cid-uHS66SEMGH .nav-link:focus {
  outline: none;
}
.cid-uHS66SEMGH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHS66SEMGH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHS66SEMGH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHS66SEMGH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHS66SEMGH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHS66SEMGH .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uHS66SEMGH .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uHS66SEMGH .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uHS66SEMGH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHS66SEMGH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHS66SEMGH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHS66SEMGH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHS66SEMGH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHS66SEMGH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uHS66SEMGH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHS66SEMGH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHS66SEMGH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHS66SEMGH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHS66SEMGH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHS66SEMGH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHS66SEMGH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHS66SEMGH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uHS66SEMGH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHS66SEMGH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHS66SEMGH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHS66SEMGH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHS66SEMGH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHS66SEMGH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHS66SEMGH .navbar.navbar-short {
  background: #19212f;
}
.cid-uHS66SEMGH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHS66SEMGH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHS66SEMGH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHS66SEMGH .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uHS66SEMGH .dropdown-item.active,
.cid-uHS66SEMGH .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uHS66SEMGH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHS66SEMGH .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uHS66SEMGH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uHS66SEMGH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHS66SEMGH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHS66SEMGH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHS66SEMGH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHS66SEMGH .navbar-nav {
  margin: auto;
}
.cid-uHS66SEMGH .navbar-buttons {
  text-align: center;
}
.cid-uHS66SEMGH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHS66SEMGH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHS66SEMGH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHS66SEMGH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHS66SEMGH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHS66SEMGH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHS66SEMGH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHS66SEMGH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHS66SEMGH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHS66SEMGH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHS66SEMGH .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uHS66SEMGH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHS66SEMGH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHS66SEMGH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uHS66SEMGH .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHS66SEMGH .navbar {
    height: 77px;
  }
  .cid-uHS66SEMGH .navbar.opened {
    height: auto;
  }
}
.cid-uHS66SEMGH .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uHS66SEMGH .text-btn {
  transition: transform 0.3s;
}
.cid-uHS66SEMGH .btn:hover {
  transform: scale(0.8);
}
.cid-uHS66SEMGH .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uHS66SEMGH .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uHS66SEMGH .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uHS66SEMGH .nav-link:hover::before {
  width: 100%;
}
.cid-uHS66SEMGH .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uHS66SEMGH .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uHS66SEMGH .link {
  margin: 0rem 1.2rem !important;
}
.cid-uHS66SEMGH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uHS66SEMGH .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uHS66SEMGH .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uHS66SEMGH .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uHS66SEMGH .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uHS66SEMGH .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uHS66SEMGH .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uHS66SEMGH .dropdown-menu::before {
    display: none !important;
  }
  .cid-uHS66SEMGH .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uHS66SEMGH .dropdown-menu > a::after {
    display: none;
  }
  .cid-uHS66SEMGH .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uHS66SEMGH .nav-link::before {
    display: none;
  }
  .cid-uHS66SEMGH .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uHS66SEMGH .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uHS66SEMGH .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uHS66SEMGH .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uHS66SEMGH .nav-dropdown .dropdown-item:focus,
  .cid-uHS66SEMGH .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uHS66SEMGH .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uHS66SEMGH .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHS66SEMGH .container-fluid {
    padding-right: 0rem;
  }
  .cid-uHS66SEMGH .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uHS66SEMGH .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uHS66SEMGH .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uHS66SEMGH .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uHS66SEMGH .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uHS66SEMGH .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uHS66SEMGH .nav-dropdown .dropdown-item:focus,
  .cid-uHS66SEMGH .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uHS66SEMGH .btn-primary {
  color: #354463 !important;
}
.cid-uHS66SEMGH .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uHS66SEMGH .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uHS66SEMGH .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uHS66T95Zn {
  overflow-x: hidden !important;
}
.cid-uHS66T95Zn,
.cid-uHS66T95Zn .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uHS66T95Zn .mbr-section-title {
  color: #ffffff;
}
.cid-uHS66T95Zn .mbr-section-title span {
  color: #ffffff;
}
.cid-uHS66T95Zn .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uHS66T95Zn .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/img-1975.jpeg-2000x1500.jpg");
}
.cid-uHS66T95Zn .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uHS66T95Zn .mbr-overlay {
  z-index: 1;
}
.cid-uHS66T95Zn .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uHS66TitxH {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uHS66TitxH .text-wrap {
  margin-top: 32px;
}
.cid-uHS66TitxH .content-right-wrapper {
  background-color: #19212f;
  padding: 32px;
}
.cid-uHS66TitxH .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-uHS66TitxH .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uHS66TitxH .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-uHS66TitxH .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-uHS66TitxH .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.0em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ab0d0d;
}
.cid-uHS66TitxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHS66TitxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHS66TitxH .content-left-wrapper .mbr-section-title {
  color: #19212f;
}
.cid-uHS66TitxH .content-left-wrapper .subtitle {
  color: #ab0d0d;
}
.cid-uHS66TitxH .content-left-wrapper .text-wrap .textBlockTitle {
  color: #333333;
}
.cid-uHS66TitxH .content-left-wrapper .text-wrap .textBlock {
  color: #333333;
}
.cid-uHS66TrhVx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uHS66TrhVx .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uHS66TrhVx .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uHS66TrhVx .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uHS66TrhVx .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uHS66TrhVx .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uHS66TrhVx .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uHS66TrhVx .mbr-gallery-filter ul {
  display: block;
}
.cid-uHS66TrhVx .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uHS66TrhVx .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uHS66TrhVx .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uHS66TrhVx .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uHS66TrhVx .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uHS66TrhVx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uHS66TrhVx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uHS66TrhVx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uHS66TrhVx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uHS66TrhVx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uHS66TrhVx .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uHS66TrhVx .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uHS66TrhVx .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uHS66TrhVx .mbr-gallery-item > div img,
.cid-uHS66TrhVx .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uHS66TrhVx .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uHS66TrhVx .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uHS66TrhVx .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uHS66TrhVx .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uHS66TrhVx .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uHS66TrhVx .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uHS66TrhVx .mbr-section-title {
    text-align: center;
  }
  .cid-uHS66TrhVx .image {
    top: auto;
    height: 420px;
  }
  .cid-uHS66TrhVx .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uHS66TrhVx .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uHS66TrhVx .mbr-gallery-item > div img,
  .cid-uHS66TrhVx .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uHS66TrhVx .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uHS66TrhVx .image {
    height: 290px;
  }
}
.cid-uHS66TFMRd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uHS66TFMRd .mbr-text {
  color: #767676;
}
.cid-uHS66TFMRd .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uHS66TFMRd .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uHS66TFMRd .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uHS66TFMRd .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uHS66TFMRd .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uHS66TFMRd .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uHS66TFMRd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHS66TFMRd .card {
    margin-bottom: 2rem;
  }
}
.cid-uHS66TFMRd .text-link {
  font-weight: 800 !important;
}
.cid-uHS66TFMRd .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uHS66TFMRd .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uHS66TFMRd .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uHS66TFMRd .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uHS66TFMRd .card:hover .icon-arrow {
  color: #fff;
}
.cid-uHS66TFMRd .card:hover .text-link {
  color: #fff !important;
}
.cid-uHS66TFMRd .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uHS66TFMRd .card:hover .link {
  transform: translateX(42px);
}
.cid-uHS66TFMRd .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uHS66TFMRd h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uHS66TU9b7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #19212f;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uHS66TU9b7 .container {
    padding: 0 24px;
  }
}
.cid-uHS66TU9b7 .card {
  justify-content: center;
}
.cid-uHS66TU9b7 .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uHS66TU9b7 .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uHS66TU9b7 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHS66TU9b7 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uHS66TU9b7 .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uHS66TU9b7 .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uHS66TU9b7 .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uHS66TU9b7 .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uHS66TU9b7 .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uHS66TU9b7 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uHS66TU9b7 .mbr-desc {
  color: #ffffff;
}
.cid-uHS66TU9b7 .mbr-text {
  color: #ffffff;
}
.cid-uHS66TU9b7 .mbr-section-btn {
  text-align: right;
}
.cid-uHS66TU9b7 .mbr-section-title,
.cid-uHS66TU9b7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uHS66U0YUE {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uHS66U4wuQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ab0d0d;
}
.cid-uHS66U4wuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHS66U4wuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHS66U4wuQ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHS66U4wuQ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHS66U4wuQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uHS66U4wuQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHS66U4wuQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHS66U4wuQ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uHS66U4wuQ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHS66U4wuQ .item {
    margin-bottom: 28px;
  }
}
.cid-uHS66U4wuQ .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #19212f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uHS66U4wuQ .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uHS66U4wuQ .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uHS66U4wuQ .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uHS66U4wuQ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHS66U4wuQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uHS66U4wuQ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uHS66U4wuQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHS66U4wuQ .mbr-text,
.cid-uHS66U4wuQ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHS66U4wuQ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHS66U4wuQ .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHS66UjKhj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHS66UjKhj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHS66UjKhj .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-uHS66UjKhj .container {
    padding: 0 20px;
  }
}
.cid-uHS66UjKhj .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uHS66UjKhj .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uHS66UjKhj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHS66UjKhj .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHS66UjKhj .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uHS66UjKhj .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uHS66UjKhj .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uHS66UjKhj .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #19212f;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uHS66UjKhj .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uHS66UjKhj .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uHS66UjKhj .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uHS66UjKhj .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uHS66UjKhj .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHS66UjKhj .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uHS66UjKhj .content-wrapper .mbr-section-btn .btn-primary,
.cid-uHS66UjKhj .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uHS66UjKhj .content-wrapper .mbr-section-btn .btn-success,
.cid-uHS66UjKhj .content-wrapper .mbr-section-btn .btn-info,
.cid-uHS66UjKhj .content-wrapper .mbr-section-btn .btn-warning,
.cid-uHS66UjKhj .content-wrapper .mbr-section-btn .btn-danger,
.cid-uHS66UjKhj .content-wrapper .mbr-section-btn .btn-black,
.cid-uHS66UjKhj .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uHS66UjKhj .mbr-section-title {
  color: #000000;
}
.cid-uHS66UjKhj .mbr-desc,
.cid-uHS66UjKhj .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHS66UjKhj .card-number {
  color: #ffffff;
}
.cid-uHS66UjKhj .card-title {
  color: #000000;
}
.cid-uHS66UjKhj .mbr-text,
.cid-uHS66UjKhj .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHS66UjKhj .mbr-section-title,
.cid-uHS66UjKhj .mbr-section-btn {
  text-align: center;
}
.cid-uHS66UjKhj .card-title,
.cid-uHS66UjKhj .icon-wrapper {
  color: #ffffff;
}
.cid-uHS66UjKhj .mbr-section-title,
.cid-uHS66UjKhj .mbr-section-btn,
.cid-uHS66UjKhj .image-wrapper {
  color: #19212f;
}
.cid-uHS66Uslkk {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uHS66Uslkk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHS66Uslkk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHS66Uslkk .content-wrap {
  padding: 60px;
  background-color: #19212f;
}
@media (max-width: 992px) {
  .cid-uHS66Uslkk .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uHS66Uslkk .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHS66Uslkk .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHS66Uslkk .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHS66Uslkk .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHS66Uslkk .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ab0d0d;
}
@media (max-width: 992px) {
  .cid-uHS66Uslkk .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uHS66Uslkk .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHS66Uslkk .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHS66Uslkk .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHS66Uslkk .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHS66Uslkk .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHS66Uslkk .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uHS66Uslkk .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ab0d0d;
}
.cid-uHS66Uslkk .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHS66Uslkk .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uHS66Uslkk .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHS66Uslkk .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHS66Uslkk .mbr-section-title {
  color: #404349;
}
.cid-uHS66Uslkk .panel-title-edit {
  color: #ffffff;
}
.cid-uHS66Uslkk .panel-text {
  color: #404349;
}
.cid-uHS66Uslkk .panel-text,
.cid-uHS66Uslkk .panel-body {
  color: #ffffff;
}
.cid-uHS66Uslkk .mbr-section-title,
.cid-uHS66Uslkk .title-wrapper,
.cid-uHS66Uslkk .tabs-wrapper {
  color: #ffffff;
}
.cid-uHS66UHd6h {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uHS66UHd6h .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uHS66UHd6h .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #555555;
  margin-bottom: 0.7rem;
}
.cid-uHS66UHd6h input,
.cid-uHS66UHd6h textarea {
  font-size: 14px;
}
.cid-uHS66UHd6h input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uHS66UHd6h textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uHS66UHd6h .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uHS66UHd6h .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uHS66UHd6h img {
  width: 90%;
  border-radius: 8px;
}
.cid-uHS66UHd6h .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uHS66UHd6h .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uHS66UHd6h .title-block {
  margin-bottom: 2rem;
}
.cid-uHS66UHd6h .form-control,
.cid-uHS66UHd6h .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHS66UHd6h .form-control:hover,
.cid-uHS66UHd6h .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHS66UHd6h .form-control:focus,
.cid-uHS66UHd6h .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHS66UHd6h input::-webkit-input-placeholder,
.cid-uHS66UHd6h textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uHS66UHd6h input:-moz-placeholder,
.cid-uHS66UHd6h textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uHS66UHd6h .jq-selectbox li,
.cid-uHS66UHd6h .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uHS66UHd6h .jq-selectbox li:hover,
.cid-uHS66UHd6h .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uHS66UHd6h .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uHS66UHd6h .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uHS66UHd6h H5 {
  padding-bottom: 2rem;
}
.cid-uHS66UHd6h .mbr-text {
  color: #777777;
}
.cid-uHS66UHd6h .mbr-form {
  padding: 0rem;
}
.cid-uHS66UHd6h .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uHS66UHd6h .form-row {
    margin: 0;
  }
  .cid-uHS66UHd6h .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uHS66UHd6h .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uHS66UHd6h img {
    width: 100%;
  }
}
.cid-uHS66UHd6h .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uHS66UHd6h H3 {
  color: #19212f;
}
.cid-uHS66UHd6h .mbr-text,
.cid-uHS66UHd6h .mbr-section-btn {
  color: #555555;
}
.cid-uHS66UPoVT {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uHS66UPoVT [class^="socicon-"]:before,
.cid-uHS66UPoVT [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uHS66UPoVT .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHS66UPoVT .btn-social,
.cid-uHS66UPoVT .mbr-section-title {
  color: #57468b;
}
.cid-uHS66UPoVT .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uHS66UPoVT .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uHS66UPoVT .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uHS66UPoVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHS66UPoVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHS66UYYjh {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #19212f;
}
.cid-uHS66UYYjh .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uHS66UYYjh h5 {
  padding-bottom: 2rem;
}
.cid-uHS66UYYjh textarea {
  min-height: 150px;
}
.cid-uHS66UYYjh .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uHS66UYYjh h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uHS66UYYjh h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uHS66UYYjh h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uHS66UYYjh .form-control,
.cid-uHS66UYYjh .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uHS66UYYjh .form-control input::-webkit-input-placeholder,
.cid-uHS66UYYjh .field-input input::-webkit-input-placeholder,
.cid-uHS66UYYjh .form-control textarea::-webkit-input-placeholder,
.cid-uHS66UYYjh .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uHS66UYYjh .form-control input:-moz-placeholder,
.cid-uHS66UYYjh .field-input input:-moz-placeholder,
.cid-uHS66UYYjh .form-control textarea:-moz-placeholder,
.cid-uHS66UYYjh .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uHS66UYYjh .form-control:hover,
.cid-uHS66UYYjh .field-input:hover,
.cid-uHS66UYYjh .form-control:focus,
.cid-uHS66UYYjh .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHS66UYYjh .form-control:hover input::-webkit-input-placeholder,
.cid-uHS66UYYjh .field-input:hover input::-webkit-input-placeholder,
.cid-uHS66UYYjh .form-control:focus input::-webkit-input-placeholder,
.cid-uHS66UYYjh .field-input:focus input::-webkit-input-placeholder,
.cid-uHS66UYYjh .form-control:hover textarea::-webkit-input-placeholder,
.cid-uHS66UYYjh .field-input:hover textarea::-webkit-input-placeholder,
.cid-uHS66UYYjh .form-control:focus textarea::-webkit-input-placeholder,
.cid-uHS66UYYjh .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uHS66UYYjh .form-control:hover input:-moz-placeholder,
.cid-uHS66UYYjh .field-input:hover input:-moz-placeholder,
.cid-uHS66UYYjh .form-control:focus input:-moz-placeholder,
.cid-uHS66UYYjh .field-input:focus input:-moz-placeholder,
.cid-uHS66UYYjh .form-control:hover textarea:-moz-placeholder,
.cid-uHS66UYYjh .field-input:hover textarea:-moz-placeholder,
.cid-uHS66UYYjh .form-control:focus textarea:-moz-placeholder,
.cid-uHS66UYYjh .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uHS66UYYjh .jq-number__spin:hover,
.cid-uHS66UYYjh .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uHS66UYYjh .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHS66UYYjh .jq-selectbox li,
.cid-uHS66UYYjh .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHS66UYYjh .jq-selectbox li:hover,
.cid-uHS66UYYjh .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHS66UYYjh .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uHS66UYYjh .jq-number__spin.minus:hover:after,
.cid-uHS66UYYjh .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHS66UYYjh .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uHS66UYYjh .jq-number__spin.minus:after,
.cid-uHS66UYYjh .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHS66UYYjh input::-webkit-clear-button {
  display: none;
}
.cid-uHS66UYYjh input::-webkit-inner-spin-button {
  display: none;
}
.cid-uHS66UYYjh input::-webkit-outer-spin-button {
  display: none;
}
.cid-uHS66UYYjh input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uHS66UYYjh H5 {
  color: #ffffff;
}
.cid-uHS66UYYjh P {
  color: #767676;
}
.cid-uHS66UYYjh H3 {
  color: #e1201d;
}
.cid-uHS66UYYjh p,
.cid-uHS66UYYjh .mbr-section-btn {
  color: #ffffff;
}
.cid-uL4CTWodiI {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4CTWodiI a {
  transition: 0.3s;
}
.cid-uL4CTWodiI h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4CTWodiI .card-img2 span {
  padding-top: 6px;
}
.cid-uL4CTWodiI .soc-item a {
  padding-top: 5px;
}
.cid-uL4CTWodiI .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4CTWodiI .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4CTWodiI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4CTWodiI .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4CTWodiI .soc-item span {
  font-size: 1rem;
}
.cid-uL4CTWodiI .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4CTWodiI .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4CTWodiI .item h4 {
  margin: 0;
}
.cid-uL4CTWodiI .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4CTWodiI .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4CTWodiI img {
  width: 80%;
}
.cid-uL4CTWodiI .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4CTWodiI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4CTWodiI .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4CTWodiI .container {
  padding: 0;
}
.cid-uL4CTWodiI .btn-primary {
  color: #333333 !important;
}
.cid-uL4CTWodiI .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uHS66Vk7AN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uHS66Vk7AN .media-container-row {
  align-items: center;
}
.cid-uHS66Vk7AN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHS66Vk7AN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHS66Vk7AN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uHS66Vk7AN .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uHS66Vk7AN .foot-menu-item {
  transform: 0.2s;
}
.cid-uHS66Vk7AN .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uHS66Vk7AN .foot-menu {
    justify-content: center;
  }
  .cid-uHS66Vk7AN .mbr-text {
    text-align: center;
  }
  .cid-uHS66Vk7AN .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uHS66Vk7AN .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uHS66Vk7AN .link:hover {
  text-decoration: underline;
}
.cid-uHS66Vk7AN .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uHS66Vk7AN .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uHS66Vk7AN .container {
    padding: 0;
  }
}
.cid-uHS66Vk7AN .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uH2FamEY0e {
  min-height: 85px !important;
  position: static;
}
.cid-uH2FamEY0e .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uH2FamEY0e .nav-item:focus,
.cid-uH2FamEY0e .nav-link:focus {
  outline: none;
}
.cid-uH2FamEY0e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uH2FamEY0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uH2FamEY0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uH2FamEY0e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH2FamEY0e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH2FamEY0e .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uH2FamEY0e .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uH2FamEY0e .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uH2FamEY0e .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH2FamEY0e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uH2FamEY0e .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uH2FamEY0e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH2FamEY0e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH2FamEY0e .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uH2FamEY0e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH2FamEY0e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH2FamEY0e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uH2FamEY0e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH2FamEY0e .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uH2FamEY0e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH2FamEY0e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH2FamEY0e .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uH2FamEY0e .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uH2FamEY0e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uH2FamEY0e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH2FamEY0e .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uH2FamEY0e .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uH2FamEY0e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uH2FamEY0e .navbar.navbar-short {
  background: #19212f;
}
.cid-uH2FamEY0e .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH2FamEY0e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH2FamEY0e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH2FamEY0e .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uH2FamEY0e .dropdown-item.active,
.cid-uH2FamEY0e .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uH2FamEY0e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH2FamEY0e .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uH2FamEY0e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uH2FamEY0e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uH2FamEY0e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH2FamEY0e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH2FamEY0e ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uH2FamEY0e .navbar-nav {
  margin: auto;
}
.cid-uH2FamEY0e .navbar-buttons {
  text-align: center;
}
.cid-uH2FamEY0e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uH2FamEY0e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uH2FamEY0e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH2FamEY0e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH2FamEY0e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH2FamEY0e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH2FamEY0e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH2FamEY0e nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH2FamEY0e nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH2FamEY0e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH2FamEY0e .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uH2FamEY0e a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uH2FamEY0e .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH2FamEY0e .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uH2FamEY0e .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH2FamEY0e .navbar {
    height: 77px;
  }
  .cid-uH2FamEY0e .navbar.opened {
    height: auto;
  }
}
.cid-uH2FamEY0e .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uH2FamEY0e .text-btn {
  transition: transform 0.3s;
}
.cid-uH2FamEY0e .btn:hover {
  transform: scale(0.8);
}
.cid-uH2FamEY0e .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uH2FamEY0e .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uH2FamEY0e .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uH2FamEY0e .nav-link:hover::before {
  width: 100%;
}
.cid-uH2FamEY0e .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uH2FamEY0e .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uH2FamEY0e .link {
  margin: 0rem 1.2rem !important;
}
.cid-uH2FamEY0e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uH2FamEY0e .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uH2FamEY0e .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uH2FamEY0e .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uH2FamEY0e .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uH2FamEY0e .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uH2FamEY0e .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uH2FamEY0e .dropdown-menu::before {
    display: none !important;
  }
  .cid-uH2FamEY0e .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uH2FamEY0e .dropdown-menu > a::after {
    display: none;
  }
  .cid-uH2FamEY0e .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uH2FamEY0e .nav-link::before {
    display: none;
  }
  .cid-uH2FamEY0e .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uH2FamEY0e .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uH2FamEY0e .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uH2FamEY0e .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uH2FamEY0e .nav-dropdown .dropdown-item:focus,
  .cid-uH2FamEY0e .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uH2FamEY0e .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uH2FamEY0e .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uH2FamEY0e .container-fluid {
    padding-right: 0rem;
  }
  .cid-uH2FamEY0e .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uH2FamEY0e .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uH2FamEY0e .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uH2FamEY0e .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uH2FamEY0e .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uH2FamEY0e .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uH2FamEY0e .nav-dropdown .dropdown-item:focus,
  .cid-uH2FamEY0e .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uH2FamEY0e .btn-primary {
  color: #354463 !important;
}
.cid-uH2FamEY0e .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uH2FamEY0e .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uH2FamEY0e .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uH2Fan6CP2 {
  overflow-x: hidden !important;
}
.cid-uH2Fan6CP2,
.cid-uH2Fan6CP2 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uH2Fan6CP2 .mbr-section-title {
  color: #ffffff;
}
.cid-uH2Fan6CP2 .mbr-section-title span {
  color: #ffffff;
}
.cid-uH2Fan6CP2 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uH2Fan6CP2 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/140108a1-d896-4827-9bc0-ac039ee4ffa9-2000x1500.jpeg");
}
.cid-uH2Fan6CP2 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uH2Fan6CP2 .mbr-overlay {
  z-index: 1;
}
.cid-uH2Fan6CP2 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uH2FandGsq {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uH2FandGsq .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uH2FandGsq .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uH2FandGsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH2FandGsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH2FandGsq H3 {
  text-align: center;
  color: #19212f;
}
.cid-uNa5KbkkAR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uNa5KbkkAR .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uNa5KbkkAR .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uNa5KbkkAR .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uNa5KbkkAR .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uNa5KbkkAR .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uNa5KbkkAR .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uNa5KbkkAR .mbr-gallery-filter ul {
  display: block;
}
.cid-uNa5KbkkAR .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uNa5KbkkAR .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uNa5KbkkAR .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uNa5KbkkAR .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uNa5KbkkAR .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uNa5KbkkAR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uNa5KbkkAR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uNa5KbkkAR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uNa5KbkkAR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uNa5KbkkAR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uNa5KbkkAR .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uNa5KbkkAR .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uNa5KbkkAR .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uNa5KbkkAR .mbr-gallery-item > div img,
.cid-uNa5KbkkAR .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uNa5KbkkAR .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uNa5KbkkAR .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uNa5KbkkAR .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uNa5KbkkAR .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uNa5KbkkAR .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uNa5KbkkAR .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uNa5KbkkAR .mbr-section-title {
    text-align: center;
  }
  .cid-uNa5KbkkAR .image {
    top: auto;
    height: 420px;
  }
  .cid-uNa5KbkkAR .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uNa5KbkkAR .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uNa5KbkkAR .mbr-gallery-item > div img,
  .cid-uNa5KbkkAR .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uNa5KbkkAR .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uNa5KbkkAR .image {
    height: 290px;
  }
}
.cid-uPTwhnfCo3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uPTwhnfCo3 .mbr-text {
  color: #767676;
}
.cid-uPTwhnfCo3 .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uPTwhnfCo3 .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uPTwhnfCo3 .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uPTwhnfCo3 .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uPTwhnfCo3 .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTwhnfCo3 .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uPTwhnfCo3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPTwhnfCo3 .card {
    margin-bottom: 2rem;
  }
}
.cid-uPTwhnfCo3 .text-link {
  font-weight: 800 !important;
}
.cid-uPTwhnfCo3 .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uPTwhnfCo3 .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uPTwhnfCo3 .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uPTwhnfCo3 .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uPTwhnfCo3 .card:hover .icon-arrow {
  color: #fff;
}
.cid-uPTwhnfCo3 .card:hover .text-link {
  color: #fff !important;
}
.cid-uPTwhnfCo3 .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uPTwhnfCo3 .card:hover .link {
  transform: translateX(42px);
}
.cid-uPTwhnfCo3 .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uPTwhnfCo3 h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uH2Fanv6Rn {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-uH2Fanv6Rn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uH2Fanv6Rn .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-uH2Fanv6Rn input,
.cid-uH2Fanv6Rn textarea {
  font-size: 14px;
}
.cid-uH2Fanv6Rn input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uH2Fanv6Rn textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uH2Fanv6Rn .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uH2Fanv6Rn .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uH2Fanv6Rn img {
  width: 90%;
  border-radius: 8px;
}
.cid-uH2Fanv6Rn .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uH2Fanv6Rn .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uH2Fanv6Rn .title-block {
  margin-bottom: 2rem;
}
.cid-uH2Fanv6Rn .form-control,
.cid-uH2Fanv6Rn .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uH2Fanv6Rn .form-control:hover,
.cid-uH2Fanv6Rn .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uH2Fanv6Rn .form-control:focus,
.cid-uH2Fanv6Rn .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uH2Fanv6Rn input::-webkit-input-placeholder,
.cid-uH2Fanv6Rn textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uH2Fanv6Rn input:-moz-placeholder,
.cid-uH2Fanv6Rn textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uH2Fanv6Rn .jq-selectbox li,
.cid-uH2Fanv6Rn .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uH2Fanv6Rn .jq-selectbox li:hover,
.cid-uH2Fanv6Rn .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uH2Fanv6Rn .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uH2Fanv6Rn .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uH2Fanv6Rn H5 {
  padding-bottom: 2rem;
}
.cid-uH2Fanv6Rn .mbr-text {
  color: #777777;
}
.cid-uH2Fanv6Rn .mbr-form {
  padding: 0rem;
}
.cid-uH2Fanv6Rn .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uH2Fanv6Rn .form-row {
    margin: 0;
  }
  .cid-uH2Fanv6Rn .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uH2Fanv6Rn .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uH2Fanv6Rn img {
    width: 100%;
  }
}
.cid-uH2Fanv6Rn .form-row > [class*="col-"] {
  padding: 0 1rem;
}
#undefined .inst__title {
  color: #19212f;
}
.cid-uL4FshBDyM {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4FshBDyM a {
  transition: 0.3s;
}
.cid-uL4FshBDyM h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4FshBDyM .card-img2 span {
  padding-top: 6px;
}
.cid-uL4FshBDyM .soc-item a {
  padding-top: 5px;
}
.cid-uL4FshBDyM .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4FshBDyM .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4FshBDyM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4FshBDyM .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4FshBDyM .soc-item span {
  font-size: 1rem;
}
.cid-uL4FshBDyM .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4FshBDyM .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4FshBDyM .item h4 {
  margin: 0;
}
.cid-uL4FshBDyM .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4FshBDyM .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4FshBDyM img {
  width: 80%;
}
.cid-uL4FshBDyM .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4FshBDyM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4FshBDyM .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4FshBDyM .container {
  padding: 0;
}
.cid-uL4FshBDyM .btn-primary {
  color: #333333 !important;
}
.cid-uL4FshBDyM .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uH2FanPFpm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uH2FanPFpm .media-container-row {
  align-items: center;
}
.cid-uH2FanPFpm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uH2FanPFpm .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uH2FanPFpm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uH2FanPFpm .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uH2FanPFpm .foot-menu-item {
  transform: 0.2s;
}
.cid-uH2FanPFpm .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uH2FanPFpm .foot-menu {
    justify-content: center;
  }
  .cid-uH2FanPFpm .mbr-text {
    text-align: center;
  }
  .cid-uH2FanPFpm .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uH2FanPFpm .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uH2FanPFpm .link:hover {
  text-decoration: underline;
}
.cid-uH2FanPFpm .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uH2FanPFpm .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uH2FanPFpm .container {
    padding: 0;
  }
}
.cid-uH2FanPFpm .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-skZ3TpMmGZ {
  min-height: 85px !important;
  position: static;
}
.cid-skZ3TpMmGZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skZ3TpMmGZ .nav-item:focus,
.cid-skZ3TpMmGZ .nav-link:focus {
  outline: none;
}
.cid-skZ3TpMmGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skZ3TpMmGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skZ3TpMmGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skZ3TpMmGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skZ3TpMmGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skZ3TpMmGZ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-skZ3TpMmGZ .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-skZ3TpMmGZ .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-skZ3TpMmGZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-skZ3TpMmGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-skZ3TpMmGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skZ3TpMmGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skZ3TpMmGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-skZ3TpMmGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skZ3TpMmGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skZ3TpMmGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-skZ3TpMmGZ .navbar.navbar-short {
  background: #19212f;
}
.cid-skZ3TpMmGZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skZ3TpMmGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skZ3TpMmGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skZ3TpMmGZ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-skZ3TpMmGZ .dropdown-item.active,
.cid-skZ3TpMmGZ .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-skZ3TpMmGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skZ3TpMmGZ .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-skZ3TpMmGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-skZ3TpMmGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skZ3TpMmGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skZ3TpMmGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skZ3TpMmGZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skZ3TpMmGZ .navbar-nav {
  margin: auto;
}
.cid-skZ3TpMmGZ .navbar-buttons {
  text-align: center;
}
.cid-skZ3TpMmGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skZ3TpMmGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skZ3TpMmGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skZ3TpMmGZ .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-skZ3TpMmGZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skZ3TpMmGZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skZ3TpMmGZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-skZ3TpMmGZ .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skZ3TpMmGZ .navbar {
    height: 77px;
  }
  .cid-skZ3TpMmGZ .navbar.opened {
    height: auto;
  }
}
.cid-skZ3TpMmGZ .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-skZ3TpMmGZ .text-btn {
  transition: transform 0.3s;
}
.cid-skZ3TpMmGZ .btn:hover {
  transform: scale(0.8);
}
.cid-skZ3TpMmGZ .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-skZ3TpMmGZ .nav-link {
  position: relative;
  display: inline-block;
}
.cid-skZ3TpMmGZ .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-skZ3TpMmGZ .nav-link:hover::before {
  width: 100%;
}
.cid-skZ3TpMmGZ .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-skZ3TpMmGZ .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-skZ3TpMmGZ .link {
  margin: 0rem 1.2rem !important;
}
.cid-skZ3TpMmGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-skZ3TpMmGZ .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-skZ3TpMmGZ .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-skZ3TpMmGZ .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-skZ3TpMmGZ .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-skZ3TpMmGZ .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-skZ3TpMmGZ .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-skZ3TpMmGZ .dropdown-menu::before {
    display: none !important;
  }
  .cid-skZ3TpMmGZ .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a::after {
    display: none;
  }
  .cid-skZ3TpMmGZ .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-skZ3TpMmGZ .nav-link::before {
    display: none;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-skZ3TpMmGZ .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-skZ3TpMmGZ .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-skZ3TpMmGZ .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:focus,
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-skZ3TpMmGZ .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-skZ3TpMmGZ .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-skZ3TpMmGZ .container-fluid {
    padding-right: 0rem;
  }
  .cid-skZ3TpMmGZ .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-skZ3TpMmGZ .btn {
    padding: 1.8rem 6rem;
  }
  .cid-skZ3TpMmGZ .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:focus,
  .cid-skZ3TpMmGZ .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-skZ3TpMmGZ .btn-primary {
  color: #354463 !important;
}
.cid-skZ3TpMmGZ .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-skZ3TpMmGZ .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-skZ3TpMmGZ .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-sl2L1n6fVP {
  overflow-x: hidden !important;
}
.cid-sl2L1n6fVP,
.cid-sl2L1n6fVP .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sl2L1n6fVP .mbr-section-title {
  color: #ffffff;
}
.cid-sl2L1n6fVP .mbr-section-title span {
  color: #ffffff;
}
.cid-sl2L1n6fVP .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sl2L1n6fVP .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/140108a1-d896-4827-9bc0-ac039ee4ffa9-2000x1500.jpeg");
}
.cid-sl2L1n6fVP .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sl2L1n6fVP .mbr-overlay {
  z-index: 1;
}
.cid-sl2L1n6fVP .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-u31UxnpNx5 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u31UxnpNx5 H1 {
  color: #051744;
}
.cid-u31UxnpNx5 .mbr-text,
.cid-u31UxnpNx5 .mbr-section-btn {
  color: #716c80;
}
.cid-u31UxnpNx5 H3 {
  color: #716c80;
}
.cid-u31UxnpNx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u31UxnpNx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPTMubUmms {
  padding-top: 270px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/img-5117.jpeg-2000x1500.jpg");
}
.cid-uPTMubUmms .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
.cid-uPTMubUmms .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-uPTMubUmms .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
}
.cid-uPTMubUmms .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #ab0d0d;
}
.cid-uPTMubUmms .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #ab0d0d;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-uPTMubUmms .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-uPTMubUmms .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-uPTMubUmms .bottom-title {
  letter-spacing: 0px;
}
.cid-uPTMubUmms .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uPTMubUmms .btn-primary-outline {
  color: #ffffff !important;
}
.cid-uPTMubUmms .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-uPTMubUmms .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTMubUmms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPTM5wF9QO {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ab0d0d;
}
.cid-uPTM5wF9QO [class^="socicon-"]:before,
.cid-uPTM5wF9QO [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uPTM5wF9QO .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uPTM5wF9QO .btn-social,
.cid-uPTM5wF9QO .mbr-section-title {
  color: #57468b;
}
.cid-uPTM5wF9QO .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uPTM5wF9QO .soc-item span {
  font-size: 1.4rem;
  color: #19212f !important;
  transition: all 0.3s;
}
.cid-uPTM5wF9QO .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uPTM5wF9QO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTM5wF9QO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u31Vp1NSQE {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-u31Vp1NSQE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-u31Vp1NSQE .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-u31Vp1NSQE input,
.cid-u31Vp1NSQE textarea {
  font-size: 14px;
}
.cid-u31Vp1NSQE input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-u31Vp1NSQE textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-u31Vp1NSQE .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-u31Vp1NSQE .col-auto {
  width: 100%;
  text-align: center;
}
.cid-u31Vp1NSQE img {
  width: 90%;
  border-radius: 8px;
}
.cid-u31Vp1NSQE .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-u31Vp1NSQE .btn {
  padding: 1rem 3.5rem !important;
}
.cid-u31Vp1NSQE .title-block {
  margin-bottom: 2rem;
}
.cid-u31Vp1NSQE .form-control,
.cid-u31Vp1NSQE .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u31Vp1NSQE .form-control:hover,
.cid-u31Vp1NSQE .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-u31Vp1NSQE .form-control:focus,
.cid-u31Vp1NSQE .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-u31Vp1NSQE input::-webkit-input-placeholder,
.cid-u31Vp1NSQE textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-u31Vp1NSQE input:-moz-placeholder,
.cid-u31Vp1NSQE textarea:-moz-placeholder {
  color: #807d78;
}
.cid-u31Vp1NSQE .jq-selectbox li,
.cid-u31Vp1NSQE .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-u31Vp1NSQE .jq-selectbox li:hover,
.cid-u31Vp1NSQE .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-u31Vp1NSQE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-u31Vp1NSQE .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-u31Vp1NSQE H5 {
  padding-bottom: 2rem;
}
.cid-u31Vp1NSQE .mbr-text {
  color: #777777;
}
.cid-u31Vp1NSQE .mbr-form {
  padding: 0rem;
}
.cid-u31Vp1NSQE .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-u31Vp1NSQE .form-row {
    margin: 0;
  }
  .cid-u31Vp1NSQE .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-u31Vp1NSQE .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-u31Vp1NSQE img {
    width: 100%;
  }
}
.cid-u31Vp1NSQE .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uL4FpMKr49 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uL4FpMKr49 a {
  transition: 0.3s;
}
.cid-uL4FpMKr49 h5 {
  margin-bottom: 1.6rem;
}
.cid-uL4FpMKr49 .card-img2 span {
  padding-top: 6px;
}
.cid-uL4FpMKr49 .soc-item a {
  padding-top: 5px;
}
.cid-uL4FpMKr49 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uL4FpMKr49 .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uL4FpMKr49 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL4FpMKr49 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uL4FpMKr49 .soc-item span {
  font-size: 1rem;
}
.cid-uL4FpMKr49 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uL4FpMKr49 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uL4FpMKr49 .item h4 {
  margin: 0;
}
.cid-uL4FpMKr49 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uL4FpMKr49 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uL4FpMKr49 img {
  width: 80%;
}
.cid-uL4FpMKr49 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uL4FpMKr49 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uL4FpMKr49 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uL4FpMKr49 .container {
  padding: 0;
}
.cid-uL4FpMKr49 .btn-primary {
  color: #333333 !important;
}
.cid-uL4FpMKr49 .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
#instagram-feed-block-12 .inst__title {
  color: #19212f;
}
.cid-rUTkED3PES {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-rUTkED3PES .media-container-row {
  align-items: center;
}
.cid-rUTkED3PES .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTkED3PES .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTkED3PES .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTkED3PES .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTkED3PES .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTkED3PES .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTkED3PES .foot-menu {
    justify-content: center;
  }
  .cid-rUTkED3PES .mbr-text {
    text-align: center;
  }
  .cid-rUTkED3PES .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTkED3PES .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTkED3PES .link:hover {
  text-decoration: underline;
}
.cid-rUTkED3PES .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-rUTkED3PES .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTkED3PES .container {
    padding: 0;
  }
}
.cid-rUTkED3PES .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uPTwolarH9 {
  min-height: 85px !important;
  position: static;
}
.cid-uPTwolarH9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPTwolarH9 .nav-item:focus,
.cid-uPTwolarH9 .nav-link:focus {
  outline: none;
}
.cid-uPTwolarH9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPTwolarH9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPTwolarH9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPTwolarH9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPTwolarH9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPTwolarH9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uPTwolarH9 .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uPTwolarH9 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uPTwolarH9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPTwolarH9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPTwolarH9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPTwolarH9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPTwolarH9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPTwolarH9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uPTwolarH9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPTwolarH9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPTwolarH9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPTwolarH9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPTwolarH9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPTwolarH9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPTwolarH9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPTwolarH9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uPTwolarH9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPTwolarH9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPTwolarH9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPTwolarH9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uPTwolarH9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uPTwolarH9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPTwolarH9 .navbar.navbar-short {
  background: #19212f;
}
.cid-uPTwolarH9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPTwolarH9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPTwolarH9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPTwolarH9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uPTwolarH9 .dropdown-item.active,
.cid-uPTwolarH9 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uPTwolarH9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPTwolarH9 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uPTwolarH9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uPTwolarH9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPTwolarH9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPTwolarH9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPTwolarH9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uPTwolarH9 .navbar-nav {
  margin: auto;
}
.cid-uPTwolarH9 .navbar-buttons {
  text-align: center;
}
.cid-uPTwolarH9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPTwolarH9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPTwolarH9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPTwolarH9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPTwolarH9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPTwolarH9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPTwolarH9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPTwolarH9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPTwolarH9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPTwolarH9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPTwolarH9 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uPTwolarH9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPTwolarH9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPTwolarH9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uPTwolarH9 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPTwolarH9 .navbar {
    height: 77px;
  }
  .cid-uPTwolarH9 .navbar.opened {
    height: auto;
  }
}
.cid-uPTwolarH9 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uPTwolarH9 .text-btn {
  transition: transform 0.3s;
}
.cid-uPTwolarH9 .btn:hover {
  transform: scale(0.8);
}
.cid-uPTwolarH9 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uPTwolarH9 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uPTwolarH9 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uPTwolarH9 .nav-link:hover::before {
  width: 100%;
}
.cid-uPTwolarH9 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uPTwolarH9 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uPTwolarH9 .link {
  margin: 0rem 1.2rem !important;
}
.cid-uPTwolarH9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uPTwolarH9 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uPTwolarH9 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uPTwolarH9 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uPTwolarH9 .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uPTwolarH9 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uPTwolarH9 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uPTwolarH9 .dropdown-menu::before {
    display: none !important;
  }
  .cid-uPTwolarH9 .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uPTwolarH9 .dropdown-menu > a::after {
    display: none;
  }
  .cid-uPTwolarH9 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uPTwolarH9 .nav-link::before {
    display: none;
  }
  .cid-uPTwolarH9 .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uPTwolarH9 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uPTwolarH9 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uPTwolarH9 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uPTwolarH9 .nav-dropdown .dropdown-item:focus,
  .cid-uPTwolarH9 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uPTwolarH9 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uPTwolarH9 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPTwolarH9 .container-fluid {
    padding-right: 0rem;
  }
  .cid-uPTwolarH9 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uPTwolarH9 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uPTwolarH9 .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uPTwolarH9 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uPTwolarH9 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uPTwolarH9 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uPTwolarH9 .nav-dropdown .dropdown-item:focus,
  .cid-uPTwolarH9 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uPTwolarH9 .btn-primary {
  color: #354463 !important;
}
.cid-uPTwolarH9 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uPTwolarH9 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uPTwolarH9 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uPTwolLsZV {
  overflow-x: hidden !important;
}
.cid-uPTwolLsZV,
.cid-uPTwolLsZV .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uPTwolLsZV .mbr-section-title {
  color: #ffffff;
}
.cid-uPTwolLsZV .mbr-section-title span {
  color: #ffffff;
}
.cid-uPTwolLsZV .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uPTwolLsZV .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/140108a1-d896-4827-9bc0-ac039ee4ffa9-2000x1500.jpeg");
}
.cid-uPTwolLsZV .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uPTwolLsZV .mbr-overlay {
  z-index: 1;
}
.cid-uPTwolLsZV .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uPTwolZ3Yd {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uPTwolZ3Yd .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uPTwolZ3Yd .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uPTwolZ3Yd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTwolZ3Yd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPTwolZ3Yd H3 {
  text-align: center;
  color: #19212f;
}
.cid-uPTwom6wBp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uPTwom6wBp .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uPTwom6wBp .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uPTwom6wBp .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uPTwom6wBp .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uPTwom6wBp .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uPTwom6wBp .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uPTwom6wBp .mbr-gallery-filter ul {
  display: block;
}
.cid-uPTwom6wBp .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uPTwom6wBp .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uPTwom6wBp .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uPTwom6wBp .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uPTwom6wBp .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uPTwom6wBp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uPTwom6wBp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uPTwom6wBp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uPTwom6wBp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uPTwom6wBp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uPTwom6wBp .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uPTwom6wBp .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uPTwom6wBp .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uPTwom6wBp .mbr-gallery-item > div img,
.cid-uPTwom6wBp .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uPTwom6wBp .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uPTwom6wBp .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uPTwom6wBp .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uPTwom6wBp .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uPTwom6wBp .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uPTwom6wBp .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uPTwom6wBp .mbr-section-title {
    text-align: center;
  }
  .cid-uPTwom6wBp .image {
    top: auto;
    height: 420px;
  }
  .cid-uPTwom6wBp .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uPTwom6wBp .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uPTwom6wBp .mbr-gallery-item > div img,
  .cid-uPTwom6wBp .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uPTwom6wBp .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uPTwom6wBp .image {
    height: 290px;
  }
}
.cid-uPTwonE0iB {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uPTwonE0iB .mbr-text {
  color: #767676;
}
.cid-uPTwonE0iB .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uPTwonE0iB .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uPTwonE0iB .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uPTwonE0iB .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uPTwonE0iB .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTwonE0iB .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uPTwonE0iB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPTwonE0iB .card {
    margin-bottom: 2rem;
  }
}
.cid-uPTwonE0iB .text-link {
  font-weight: 800 !important;
}
.cid-uPTwonE0iB .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uPTwonE0iB .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uPTwonE0iB .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uPTwonE0iB .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uPTwonE0iB .card:hover .icon-arrow {
  color: #fff;
}
.cid-uPTwonE0iB .card:hover .text-link {
  color: #fff !important;
}
.cid-uPTwonE0iB .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uPTwonE0iB .card:hover .link {
  transform: translateX(42px);
}
.cid-uPTwonE0iB .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uPTwonE0iB h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uPTwonZRAK {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-uPTwonZRAK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uPTwonZRAK .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-uPTwonZRAK input,
.cid-uPTwonZRAK textarea {
  font-size: 14px;
}
.cid-uPTwonZRAK input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uPTwonZRAK textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uPTwonZRAK .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uPTwonZRAK .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uPTwonZRAK img {
  width: 90%;
  border-radius: 8px;
}
.cid-uPTwonZRAK .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uPTwonZRAK .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uPTwonZRAK .title-block {
  margin-bottom: 2rem;
}
.cid-uPTwonZRAK .form-control,
.cid-uPTwonZRAK .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPTwonZRAK .form-control:hover,
.cid-uPTwonZRAK .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPTwonZRAK .form-control:focus,
.cid-uPTwonZRAK .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPTwonZRAK input::-webkit-input-placeholder,
.cid-uPTwonZRAK textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uPTwonZRAK input:-moz-placeholder,
.cid-uPTwonZRAK textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uPTwonZRAK .jq-selectbox li,
.cid-uPTwonZRAK .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uPTwonZRAK .jq-selectbox li:hover,
.cid-uPTwonZRAK .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uPTwonZRAK .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uPTwonZRAK .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uPTwonZRAK H5 {
  padding-bottom: 2rem;
}
.cid-uPTwonZRAK .mbr-text {
  color: #777777;
}
.cid-uPTwonZRAK .mbr-form {
  padding: 0rem;
}
.cid-uPTwonZRAK .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uPTwonZRAK .form-row {
    margin: 0;
  }
  .cid-uPTwonZRAK .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uPTwonZRAK .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPTwonZRAK img {
    width: 100%;
  }
}
.cid-uPTwonZRAK .form-row > [class*="col-"] {
  padding: 0 1rem;
}
#undefined .inst__title {
  color: #19212f;
}
.cid-uPTwoodaTQ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uPTwoodaTQ a {
  transition: 0.3s;
}
.cid-uPTwoodaTQ h5 {
  margin-bottom: 1.6rem;
}
.cid-uPTwoodaTQ .card-img2 span {
  padding-top: 6px;
}
.cid-uPTwoodaTQ .soc-item a {
  padding-top: 5px;
}
.cid-uPTwoodaTQ .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uPTwoodaTQ .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uPTwoodaTQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uPTwoodaTQ .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uPTwoodaTQ .soc-item span {
  font-size: 1rem;
}
.cid-uPTwoodaTQ .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uPTwoodaTQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uPTwoodaTQ .item h4 {
  margin: 0;
}
.cid-uPTwoodaTQ .media-wrap {
  margin-bottom: 1rem;
}
.cid-uPTwoodaTQ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uPTwoodaTQ img {
  width: 80%;
}
.cid-uPTwoodaTQ .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uPTwoodaTQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uPTwoodaTQ .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uPTwoodaTQ .container {
  padding: 0;
}
.cid-uPTwoodaTQ .btn-primary {
  color: #333333 !important;
}
.cid-uPTwoodaTQ .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uPTwooxg4S {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uPTwooxg4S .media-container-row {
  align-items: center;
}
.cid-uPTwooxg4S .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPTwooxg4S .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPTwooxg4S .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPTwooxg4S .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uPTwooxg4S .foot-menu-item {
  transform: 0.2s;
}
.cid-uPTwooxg4S .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uPTwooxg4S .foot-menu {
    justify-content: center;
  }
  .cid-uPTwooxg4S .mbr-text {
    text-align: center;
  }
  .cid-uPTwooxg4S .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uPTwooxg4S .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uPTwooxg4S .link:hover {
  text-decoration: underline;
}
.cid-uPTwooxg4S .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uPTwooxg4S .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uPTwooxg4S .container {
    padding: 0;
  }
}
.cid-uPTwooxg4S .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uPZ6i6Zjte {
  min-height: 85px !important;
  position: static;
}
.cid-uPZ6i6Zjte .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPZ6i6Zjte .nav-item:focus,
.cid-uPZ6i6Zjte .nav-link:focus {
  outline: none;
}
.cid-uPZ6i6Zjte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPZ6i6Zjte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPZ6i6Zjte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPZ6i6Zjte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPZ6i6Zjte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPZ6i6Zjte .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uPZ6i6Zjte .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uPZ6i6Zjte .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uPZ6i6Zjte .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPZ6i6Zjte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPZ6i6Zjte .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPZ6i6Zjte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPZ6i6Zjte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPZ6i6Zjte .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uPZ6i6Zjte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPZ6i6Zjte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPZ6i6Zjte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPZ6i6Zjte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPZ6i6Zjte .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPZ6i6Zjte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPZ6i6Zjte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPZ6i6Zjte .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uPZ6i6Zjte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPZ6i6Zjte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPZ6i6Zjte .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPZ6i6Zjte .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uPZ6i6Zjte .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uPZ6i6Zjte .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPZ6i6Zjte .navbar.navbar-short {
  background: #19212f;
}
.cid-uPZ6i6Zjte .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPZ6i6Zjte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPZ6i6Zjte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPZ6i6Zjte .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uPZ6i6Zjte .dropdown-item.active,
.cid-uPZ6i6Zjte .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uPZ6i6Zjte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPZ6i6Zjte .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uPZ6i6Zjte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uPZ6i6Zjte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPZ6i6Zjte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPZ6i6Zjte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPZ6i6Zjte ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uPZ6i6Zjte .navbar-nav {
  margin: auto;
}
.cid-uPZ6i6Zjte .navbar-buttons {
  text-align: center;
}
.cid-uPZ6i6Zjte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPZ6i6Zjte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPZ6i6Zjte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPZ6i6Zjte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZ6i6Zjte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZ6i6Zjte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPZ6i6Zjte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZ6i6Zjte nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPZ6i6Zjte nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPZ6i6Zjte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZ6i6Zjte .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uPZ6i6Zjte a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPZ6i6Zjte .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPZ6i6Zjte .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uPZ6i6Zjte .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPZ6i6Zjte .navbar {
    height: 77px;
  }
  .cid-uPZ6i6Zjte .navbar.opened {
    height: auto;
  }
}
.cid-uPZ6i6Zjte .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uPZ6i6Zjte .text-btn {
  transition: transform 0.3s;
}
.cid-uPZ6i6Zjte .btn:hover {
  transform: scale(0.8);
}
.cid-uPZ6i6Zjte .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uPZ6i6Zjte .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uPZ6i6Zjte .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uPZ6i6Zjte .nav-link:hover::before {
  width: 100%;
}
.cid-uPZ6i6Zjte .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uPZ6i6Zjte .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uPZ6i6Zjte .link {
  margin: 0rem 1.2rem !important;
}
.cid-uPZ6i6Zjte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uPZ6i6Zjte .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uPZ6i6Zjte .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uPZ6i6Zjte .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uPZ6i6Zjte .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uPZ6i6Zjte .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uPZ6i6Zjte .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uPZ6i6Zjte .dropdown-menu::before {
    display: none !important;
  }
  .cid-uPZ6i6Zjte .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uPZ6i6Zjte .dropdown-menu > a::after {
    display: none;
  }
  .cid-uPZ6i6Zjte .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uPZ6i6Zjte .nav-link::before {
    display: none;
  }
  .cid-uPZ6i6Zjte .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uPZ6i6Zjte .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uPZ6i6Zjte .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uPZ6i6Zjte .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uPZ6i6Zjte .nav-dropdown .dropdown-item:focus,
  .cid-uPZ6i6Zjte .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uPZ6i6Zjte .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uPZ6i6Zjte .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPZ6i6Zjte .container-fluid {
    padding-right: 0rem;
  }
  .cid-uPZ6i6Zjte .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uPZ6i6Zjte .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uPZ6i6Zjte .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uPZ6i6Zjte .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uPZ6i6Zjte .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uPZ6i6Zjte .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uPZ6i6Zjte .nav-dropdown .dropdown-item:focus,
  .cid-uPZ6i6Zjte .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uPZ6i6Zjte .btn-primary {
  color: #354463 !important;
}
.cid-uPZ6i6Zjte .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uPZ6i6Zjte .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uPZ6i6Zjte .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uPZ6i7ARrG {
  overflow-x: hidden !important;
}
.cid-uPZ6i7ARrG,
.cid-uPZ6i7ARrG .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uPZ6i7ARrG .mbr-section-title {
  color: #ffffff;
}
.cid-uPZ6i7ARrG .mbr-section-title span {
  color: #ffffff;
}
.cid-uPZ6i7ARrG .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uPZ6i7ARrG .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/140108a1-d896-4827-9bc0-ac039ee4ffa9-2000x1500.jpeg");
}
.cid-uPZ6i7ARrG .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uPZ6i7ARrG .mbr-overlay {
  z-index: 1;
}
.cid-uPZ6i7ARrG .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uPZ6i7MkgZ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uPZ6i7MkgZ .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uPZ6i7MkgZ .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uPZ6i7MkgZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZ6i7MkgZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZ6i7MkgZ H3 {
  text-align: center;
  color: #19212f;
}
.cid-uPZ6i7Y08T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uPZ6i7Y08T .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uPZ6i7Y08T .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uPZ6i7Y08T .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uPZ6i7Y08T .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uPZ6i7Y08T .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uPZ6i7Y08T .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uPZ6i7Y08T .mbr-gallery-filter ul {
  display: block;
}
.cid-uPZ6i7Y08T .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uPZ6i7Y08T .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uPZ6i7Y08T .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uPZ6i7Y08T .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uPZ6i7Y08T .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uPZ6i7Y08T .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uPZ6i7Y08T .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uPZ6i7Y08T .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uPZ6i7Y08T .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uPZ6i7Y08T .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uPZ6i7Y08T .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uPZ6i7Y08T .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uPZ6i7Y08T .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uPZ6i7Y08T .mbr-gallery-item > div img,
.cid-uPZ6i7Y08T .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uPZ6i7Y08T .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uPZ6i7Y08T .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uPZ6i7Y08T .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uPZ6i7Y08T .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uPZ6i7Y08T .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uPZ6i7Y08T .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uPZ6i7Y08T .mbr-section-title {
    text-align: center;
  }
  .cid-uPZ6i7Y08T .image {
    top: auto;
    height: 420px;
  }
  .cid-uPZ6i7Y08T .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uPZ6i7Y08T .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uPZ6i7Y08T .mbr-gallery-item > div img,
  .cid-uPZ6i7Y08T .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uPZ6i7Y08T .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uPZ6i7Y08T .image {
    height: 290px;
  }
}
.cid-uPZ6i8R2MY {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uPZ6i8R2MY .mbr-text {
  color: #767676;
}
.cid-uPZ6i8R2MY .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uPZ6i8R2MY .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uPZ6i8R2MY .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uPZ6i8R2MY .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uPZ6i8R2MY .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uPZ6i8R2MY .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uPZ6i8R2MY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPZ6i8R2MY .card {
    margin-bottom: 2rem;
  }
}
.cid-uPZ6i8R2MY .text-link {
  font-weight: 800 !important;
}
.cid-uPZ6i8R2MY .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uPZ6i8R2MY .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uPZ6i8R2MY .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uPZ6i8R2MY .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uPZ6i8R2MY .card:hover .icon-arrow {
  color: #fff;
}
.cid-uPZ6i8R2MY .card:hover .text-link {
  color: #fff !important;
}
.cid-uPZ6i8R2MY .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uPZ6i8R2MY .card:hover .link {
  transform: translateX(42px);
}
.cid-uPZ6i8R2MY .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uPZ6i8R2MY h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uPZ6i9bi2Z {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-uPZ6i9bi2Z .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uPZ6i9bi2Z .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-uPZ6i9bi2Z input,
.cid-uPZ6i9bi2Z textarea {
  font-size: 14px;
}
.cid-uPZ6i9bi2Z input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uPZ6i9bi2Z textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uPZ6i9bi2Z .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uPZ6i9bi2Z .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uPZ6i9bi2Z img {
  width: 90%;
  border-radius: 8px;
}
.cid-uPZ6i9bi2Z .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uPZ6i9bi2Z .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uPZ6i9bi2Z .title-block {
  margin-bottom: 2rem;
}
.cid-uPZ6i9bi2Z .form-control,
.cid-uPZ6i9bi2Z .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPZ6i9bi2Z .form-control:hover,
.cid-uPZ6i9bi2Z .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPZ6i9bi2Z .form-control:focus,
.cid-uPZ6i9bi2Z .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPZ6i9bi2Z input::-webkit-input-placeholder,
.cid-uPZ6i9bi2Z textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uPZ6i9bi2Z input:-moz-placeholder,
.cid-uPZ6i9bi2Z textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uPZ6i9bi2Z .jq-selectbox li,
.cid-uPZ6i9bi2Z .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uPZ6i9bi2Z .jq-selectbox li:hover,
.cid-uPZ6i9bi2Z .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uPZ6i9bi2Z .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uPZ6i9bi2Z .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uPZ6i9bi2Z H5 {
  padding-bottom: 2rem;
}
.cid-uPZ6i9bi2Z .mbr-text {
  color: #777777;
}
.cid-uPZ6i9bi2Z .mbr-form {
  padding: 0rem;
}
.cid-uPZ6i9bi2Z .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uPZ6i9bi2Z .form-row {
    margin: 0;
  }
  .cid-uPZ6i9bi2Z .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uPZ6i9bi2Z .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPZ6i9bi2Z img {
    width: 100%;
  }
}
.cid-uPZ6i9bi2Z .form-row > [class*="col-"] {
  padding: 0 1rem;
}
#undefined .inst__title {
  color: #19212f;
}
.cid-uPZ6i9uxx9 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uPZ6i9uxx9 a {
  transition: 0.3s;
}
.cid-uPZ6i9uxx9 h5 {
  margin-bottom: 1.6rem;
}
.cid-uPZ6i9uxx9 .card-img2 span {
  padding-top: 6px;
}
.cid-uPZ6i9uxx9 .soc-item a {
  padding-top: 5px;
}
.cid-uPZ6i9uxx9 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uPZ6i9uxx9 .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uPZ6i9uxx9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uPZ6i9uxx9 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uPZ6i9uxx9 .soc-item span {
  font-size: 1rem;
}
.cid-uPZ6i9uxx9 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uPZ6i9uxx9 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uPZ6i9uxx9 .item h4 {
  margin: 0;
}
.cid-uPZ6i9uxx9 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uPZ6i9uxx9 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uPZ6i9uxx9 img {
  width: 80%;
}
.cid-uPZ6i9uxx9 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uPZ6i9uxx9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uPZ6i9uxx9 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uPZ6i9uxx9 .container {
  padding: 0;
}
.cid-uPZ6i9uxx9 .btn-primary {
  color: #333333 !important;
}
.cid-uPZ6i9uxx9 .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uPZ6i9QX6h {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uPZ6i9QX6h .media-container-row {
  align-items: center;
}
.cid-uPZ6i9QX6h .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPZ6i9QX6h .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPZ6i9QX6h .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPZ6i9QX6h .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uPZ6i9QX6h .foot-menu-item {
  transform: 0.2s;
}
.cid-uPZ6i9QX6h .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uPZ6i9QX6h .foot-menu {
    justify-content: center;
  }
  .cid-uPZ6i9QX6h .mbr-text {
    text-align: center;
  }
  .cid-uPZ6i9QX6h .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uPZ6i9QX6h .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uPZ6i9QX6h .link:hover {
  text-decoration: underline;
}
.cid-uPZ6i9QX6h .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uPZ6i9QX6h .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uPZ6i9QX6h .container {
    padding: 0;
  }
}
.cid-uPZ6i9QX6h .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-uPZa0wpxbg {
  min-height: 85px !important;
  position: static;
}
.cid-uPZa0wpxbg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPZa0wpxbg .nav-item:focus,
.cid-uPZa0wpxbg .nav-link:focus {
  outline: none;
}
.cid-uPZa0wpxbg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPZa0wpxbg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPZa0wpxbg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPZa0wpxbg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPZa0wpxbg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPZa0wpxbg .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #19212f;
}
.cid-uPZa0wpxbg .navbar.opened {
  transition: all 0.3s;
  background: #19212f !important;
}
.cid-uPZa0wpxbg .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uPZa0wpxbg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPZa0wpxbg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPZa0wpxbg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPZa0wpxbg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPZa0wpxbg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPZa0wpxbg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uPZa0wpxbg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPZa0wpxbg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPZa0wpxbg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPZa0wpxbg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPZa0wpxbg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPZa0wpxbg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPZa0wpxbg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPZa0wpxbg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uPZa0wpxbg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPZa0wpxbg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPZa0wpxbg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPZa0wpxbg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uPZa0wpxbg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uPZa0wpxbg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPZa0wpxbg .navbar.navbar-short {
  background: #19212f;
}
.cid-uPZa0wpxbg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPZa0wpxbg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPZa0wpxbg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPZa0wpxbg .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uPZa0wpxbg .dropdown-item.active,
.cid-uPZa0wpxbg .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uPZa0wpxbg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPZa0wpxbg .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uPZa0wpxbg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uPZa0wpxbg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPZa0wpxbg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPZa0wpxbg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPZa0wpxbg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uPZa0wpxbg .navbar-nav {
  margin: auto;
}
.cid-uPZa0wpxbg .navbar-buttons {
  text-align: center;
}
.cid-uPZa0wpxbg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPZa0wpxbg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPZa0wpxbg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPZa0wpxbg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZa0wpxbg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZa0wpxbg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPZa0wpxbg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZa0wpxbg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPZa0wpxbg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPZa0wpxbg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZa0wpxbg .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uPZa0wpxbg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPZa0wpxbg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPZa0wpxbg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uPZa0wpxbg .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPZa0wpxbg .navbar {
    height: 77px;
  }
  .cid-uPZa0wpxbg .navbar.opened {
    height: auto;
  }
}
.cid-uPZa0wpxbg .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uPZa0wpxbg .text-btn {
  transition: transform 0.3s;
}
.cid-uPZa0wpxbg .btn:hover {
  transform: scale(0.8);
}
.cid-uPZa0wpxbg .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uPZa0wpxbg .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uPZa0wpxbg .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #19212f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uPZa0wpxbg .nav-link:hover::before {
  width: 100%;
}
.cid-uPZa0wpxbg .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uPZa0wpxbg .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uPZa0wpxbg .link {
  margin: 0rem 1.2rem !important;
}
.cid-uPZa0wpxbg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uPZa0wpxbg .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #19212f;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uPZa0wpxbg .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uPZa0wpxbg .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uPZa0wpxbg .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-uPZa0wpxbg .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uPZa0wpxbg .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uPZa0wpxbg .dropdown-menu::before {
    display: none !important;
  }
  .cid-uPZa0wpxbg .btn:hover {
    background-color: #ffffff !important;
    color: #354463 !important;
  }
  .cid-uPZa0wpxbg .dropdown-menu > a::after {
    display: none;
  }
  .cid-uPZa0wpxbg .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uPZa0wpxbg .nav-link::before {
    display: none;
  }
  .cid-uPZa0wpxbg .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uPZa0wpxbg .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uPZa0wpxbg .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uPZa0wpxbg .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uPZa0wpxbg .nav-dropdown .dropdown-item:focus,
  .cid-uPZa0wpxbg .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uPZa0wpxbg .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uPZa0wpxbg .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPZa0wpxbg .container-fluid {
    padding-right: 0rem;
  }
  .cid-uPZa0wpxbg .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uPZa0wpxbg .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uPZa0wpxbg .btn:hover {
    background-color: #354463 !important;
    color: #ffffff !important;
  }
  .cid-uPZa0wpxbg .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uPZa0wpxbg .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uPZa0wpxbg .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uPZa0wpxbg .nav-dropdown .dropdown-item:focus,
  .cid-uPZa0wpxbg .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uPZa0wpxbg .btn-primary {
  color: #354463 !important;
}
.cid-uPZa0wpxbg .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uPZa0wpxbg .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uPZa0wpxbg .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uPZa0x5p5F {
  overflow-x: hidden !important;
}
.cid-uPZa0x5p5F,
.cid-uPZa0x5p5F .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uPZa0x5p5F .mbr-section-title {
  color: #ffffff;
}
.cid-uPZa0x5p5F .mbr-section-title span {
  color: #ffffff;
}
.cid-uPZa0x5p5F .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uPZa0x5p5F .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/140108a1-d896-4827-9bc0-ac039ee4ffa9-2000x1500.jpeg");
}
.cid-uPZa0x5p5F .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uPZa0x5p5F .mbr-overlay {
  z-index: 1;
}
.cid-uPZa0x5p5F .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uPZa0xh4Yw {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uPZa0xh4Yw .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uPZa0xh4Yw .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uPZa0xh4Yw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZa0xh4Yw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZa0xh4Yw H3 {
  text-align: center;
  color: #19212f;
}
.cid-uPZa0xwO94 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19212f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uPZa0xwO94 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uPZa0xwO94 .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uPZa0xwO94 .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uPZa0xwO94 .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uPZa0xwO94 .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #19212f;
}
.cid-uPZa0xwO94 .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uPZa0xwO94 .mbr-gallery-filter ul {
  display: block;
}
.cid-uPZa0xwO94 .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uPZa0xwO94 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uPZa0xwO94 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uPZa0xwO94 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ab0d0d;
  transition: all 0.3s ease;
}
.cid-uPZa0xwO94 .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uPZa0xwO94 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uPZa0xwO94 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uPZa0xwO94 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uPZa0xwO94 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uPZa0xwO94 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uPZa0xwO94 .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uPZa0xwO94 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uPZa0xwO94 .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uPZa0xwO94 .mbr-gallery-item > div img,
.cid-uPZa0xwO94 .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uPZa0xwO94 .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uPZa0xwO94 .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uPZa0xwO94 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uPZa0xwO94 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uPZa0xwO94 .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uPZa0xwO94 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uPZa0xwO94 .mbr-section-title {
    text-align: center;
  }
  .cid-uPZa0xwO94 .image {
    top: auto;
    height: 420px;
  }
  .cid-uPZa0xwO94 .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uPZa0xwO94 .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uPZa0xwO94 .mbr-gallery-item > div img,
  .cid-uPZa0xwO94 .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uPZa0xwO94 .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uPZa0xwO94 .image {
    height: 290px;
  }
}
.cid-uPZa0z6uM3 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #19212f;
}
.cid-uPZa0z6uM3 .mbr-text {
  color: #767676;
}
.cid-uPZa0z6uM3 .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uPZa0z6uM3 .icon-arrow {
  color: #fafafa;
  font-size: 1.8rem !important;
}
.cid-uPZa0z6uM3 .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uPZa0z6uM3 .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uPZa0z6uM3 .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uPZa0z6uM3 .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uPZa0z6uM3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPZa0z6uM3 .card {
    margin-bottom: 2rem;
  }
}
.cid-uPZa0z6uM3 .text-link {
  font-weight: 800 !important;
}
.cid-uPZa0z6uM3 .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ab0d0d;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uPZa0z6uM3 .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uPZa0z6uM3 .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uPZa0z6uM3 .card:hover .card-inner {
  background-color: #ab0d0d;
}
.cid-uPZa0z6uM3 .card:hover .icon-arrow {
  color: #fff;
}
.cid-uPZa0z6uM3 .card:hover .text-link {
  color: #fff !important;
}
.cid-uPZa0z6uM3 .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uPZa0z6uM3 .card:hover .link {
  transform: translateX(42px);
}
.cid-uPZa0z6uM3 .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uPZa0z6uM3 h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uPZa0zrTYE {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-uPZa0zrTYE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uPZa0zrTYE .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-uPZa0zrTYE input,
.cid-uPZa0zrTYE textarea {
  font-size: 14px;
}
.cid-uPZa0zrTYE input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uPZa0zrTYE textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uPZa0zrTYE .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uPZa0zrTYE .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uPZa0zrTYE img {
  width: 90%;
  border-radius: 8px;
}
.cid-uPZa0zrTYE .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uPZa0zrTYE .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uPZa0zrTYE .title-block {
  margin-bottom: 2rem;
}
.cid-uPZa0zrTYE .form-control,
.cid-uPZa0zrTYE .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPZa0zrTYE .form-control:hover,
.cid-uPZa0zrTYE .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPZa0zrTYE .form-control:focus,
.cid-uPZa0zrTYE .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPZa0zrTYE input::-webkit-input-placeholder,
.cid-uPZa0zrTYE textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uPZa0zrTYE input:-moz-placeholder,
.cid-uPZa0zrTYE textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uPZa0zrTYE .jq-selectbox li,
.cid-uPZa0zrTYE .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uPZa0zrTYE .jq-selectbox li:hover,
.cid-uPZa0zrTYE .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-uPZa0zrTYE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uPZa0zrTYE .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-uPZa0zrTYE H5 {
  padding-bottom: 2rem;
}
.cid-uPZa0zrTYE .mbr-text {
  color: #777777;
}
.cid-uPZa0zrTYE .mbr-form {
  padding: 0rem;
}
.cid-uPZa0zrTYE .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uPZa0zrTYE .form-row {
    margin: 0;
  }
  .cid-uPZa0zrTYE .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uPZa0zrTYE .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPZa0zrTYE img {
    width: 100%;
  }
}
.cid-uPZa0zrTYE .form-row > [class*="col-"] {
  padding: 0 1rem;
}
#undefined .inst__title {
  color: #19212f;
}
.cid-uPZa0zK4Xw {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #19212f;
  position: relative;
  overflow: hidden;
}
.cid-uPZa0zK4Xw a {
  transition: 0.3s;
}
.cid-uPZa0zK4Xw h5 {
  margin-bottom: 1.6rem;
}
.cid-uPZa0zK4Xw .card-img2 span {
  padding-top: 6px;
}
.cid-uPZa0zK4Xw .soc-item a {
  padding-top: 5px;
}
.cid-uPZa0zK4Xw .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uPZa0zK4Xw .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uPZa0zK4Xw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uPZa0zK4Xw .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uPZa0zK4Xw .soc-item span {
  font-size: 1rem;
}
.cid-uPZa0zK4Xw .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uPZa0zK4Xw .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uPZa0zK4Xw .item h4 {
  margin: 0;
}
.cid-uPZa0zK4Xw .media-wrap {
  margin-bottom: 1rem;
}
.cid-uPZa0zK4Xw .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uPZa0zK4Xw img {
  width: 80%;
}
.cid-uPZa0zK4Xw .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uPZa0zK4Xw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uPZa0zK4Xw .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uPZa0zK4Xw .container {
  padding: 0;
}
.cid-uPZa0zK4Xw .btn-primary {
  color: #333333 !important;
}
.cid-uPZa0zK4Xw .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-uPZa0A5BLB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uPZa0A5BLB .media-container-row {
  align-items: center;
}
.cid-uPZa0A5BLB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPZa0A5BLB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPZa0A5BLB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPZa0A5BLB .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uPZa0A5BLB .foot-menu-item {
  transform: 0.2s;
}
.cid-uPZa0A5BLB .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uPZa0A5BLB .foot-menu {
    justify-content: center;
  }
  .cid-uPZa0A5BLB .mbr-text {
    text-align: center;
  }
  .cid-uPZa0A5BLB .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uPZa0A5BLB .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uPZa0A5BLB .link:hover {
  text-decoration: underline;
}
.cid-uPZa0A5BLB .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #8e99b1;
}
.cid-uPZa0A5BLB .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uPZa0A5BLB .container {
    padding: 0;
  }
}
.cid-uPZa0A5BLB .media-container-row .mbr-text {
  color: #cccccc;
}
