body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 6.875rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-1 > .mbr-iconfont {
  font-size: 8.59375rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.05rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.3125rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.75rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.18rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.475rem;
}
/* ---- 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.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8125rem;
    font-size: calc( 3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20))));
    letter-spacing: -0.038em;
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.944rem;
    font-size: calc( 1.063rem + (1.18 - 1.063) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.063rem + (1.18 - 1.063) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d81b2d !important;
}
.bg-success {
  background-color: #0a2045 !important;
}
.bg-info {
  background-color: #4c82a2 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #0a2045 !important;
}
.btn-primary:after {
  background: linear-gradient(to right, #d81b2d 0 25%, transparent 25% 75%, #d81b2d 75% 100%);
}
.btn-primary,
.btn-primary:active {
  background-color: #ff958d !important;
  border-color: #ff958d !important;
  color: #fff  !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-color: #ff958d !important;
  border-color: #ff958d !important;
  color: #fff  !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #d81b2d !important;
  background-color: #ff958d !important;
  border-color: #ff958d !important;
}
.btn-secondary:after {
  background: linear-gradient(to right, #d81b2d 0 25%, transparent 25% 75%, #d81b2d 75% 100%);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff958d !important;
  border-color: #ff958d !important;
  color: #fff  !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background-color: #ff958d !important;
  border-color: #ff958d !important;
  color: #fff  !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d81b2d !important;
  background-color: #ff958d !important;
  border-color: #ff958d !important;
}
.btn-info:after {
  background: linear-gradient(to right, #4c82a2 0 25%, transparent 25% 75%, #4c82a2 75% 100%);
}
.btn-info,
.btn-info:active {
  background-color: #9cc0eb !important;
  border-color: #9cc0eb !important;
  color: #fff  !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background-color: #9cc0eb !important;
  border-color: #9cc0eb !important;
  color: #fff  !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #4c82a2 !important;
  background-color: #9cc0eb !important;
  border-color: #9cc0eb !important;
}
.btn-success:after {
  background: linear-gradient(to right, #0a2045 0 25%, transparent 25% 75%, #0a2045 75% 100%);
}
.btn-success,
.btn-success:active {
  background-color: #0030e8 !important;
  border-color: #0030e8 !important;
  color: #fff  !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background-color: #0030e8 !important;
  border-color: #0030e8 !important;
  color: #fff  !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0a2045 !important;
  background-color: #0030e8 !important;
  border-color: #0030e8 !important;
}
.btn-warning:after {
  background: linear-gradient(to right, #ffffff 0 25%, transparent 25% 75%, #ffffff 75% 100%);
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fff  !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fff  !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger:after {
  background: linear-gradient(to right, #0a2045 0 25%, transparent 25% 75%, #0a2045 75% 100%);
}
.btn-danger,
.btn-danger:active {
  background-color: #0030e8 !important;
  border-color: #0030e8 !important;
  color: #fff  !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background-color: #0030e8 !important;
  border-color: #0030e8 !important;
  color: #fff  !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0a2045 !important;
  background-color: #0030e8 !important;
  border-color: #0030e8 !important;
}
.btn-white:after {
  background: linear-gradient(to right, #f6f6f6 0 25%, transparent 25% 75%, #f6f6f6 75% 100%);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fff  !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fff  !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #f6f6f6 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black:after {
  background: linear-gradient(to right, #303030 0 25%, transparent 25% 75%, #303030 75% 100%);
}
.btn-black,
.btn-black:active {
  background-color: #a26457 !important;
  border-color: #a26457 !important;
  color: #fff  !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background-color: #a26457 !important;
  border-color: #a26457 !important;
  color: #fff  !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #303030 !important;
  background-color: #a26457 !important;
  border-color: #a26457 !important;
}
.btn-primary-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #d81b2d 0 25%, transparent 25% 75%, #d81b2d 75% 100%);
}
.btn-primary-outline,
.btn-primary-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #d81b2d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d81b2d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff958d !important;
  border-color: #ff958d !important;
}
.btn-secondary-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #d81b2d 0 25%, transparent 25% 75%, #d81b2d 75% 100%);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #d81b2d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d81b2d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff958d !important;
  border-color: #ff958d !important;
}
.btn-info-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #4c82a2 0 25%, transparent 25% 75%, #4c82a2 75% 100%);
}
.btn-info-outline,
.btn-info-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #4c82a2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4c82a2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9cc0eb !important;
  border-color: #9cc0eb !important;
}
.btn-success-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #0a2045 0 25%, transparent 25% 75%, #0a2045 75% 100%);
}
.btn-success-outline,
.btn-success-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #0a2045;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a2045 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0030e8 !important;
  border-color: #0030e8 !important;
}
.btn-warning-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #ffffff 0 25%, transparent 25% 75%, #ffffff 75% 100%);
}
.btn-warning-outline,
.btn-warning-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #0a2045 0 25%, transparent 25% 75%, #0a2045 75% 100%);
}
.btn-danger-outline,
.btn-danger-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #0a2045;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0a2045 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0030e8 !important;
  border-color: #0030e8 !important;
}
.btn-black-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #303030 0 25%, transparent 25% 75%, #303030 75% 100%);
}
.btn-black-outline,
.btn-black-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #303030;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #303030 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #a26457 !important;
  border-color: #a26457 !important;
}
.btn-white-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #f6f6f6 0 25%, transparent 25% 75%, #f6f6f6 75% 100%);
}
.btn-white-outline,
.btn-white-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #f6f6f6;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #f6f6f6 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #777777 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #d81b2d !important;
}
.text-secondary {
  color: #d81b2d !important;
}
.text-success {
  color: #0a2045 !important;
}
.text-info {
  color: #4c82a2 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #0a2045 !important;
}
.text-white {
  color: #f6f6f6 !important;
}
.text-black {
  color: #303030 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7d101a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7d101a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2b4a5d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c3c3c3 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d81b2d;
}
.nav-tabs .nav-link:not(.active) {
  color: #303030;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4c82a2;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #0a2045;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d81b2d;
  border-color: #d81b2d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d81b2d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8c7cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4f87e5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9dbdd1;
}
.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: #4f87e5;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.3125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d81b2d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.3125rem;
}
blockquote {
  border-color: #d81b2d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d81b2d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d81b2d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d81b2d;
  border-bottom-color: #d81b2d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #d81b2d !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: #d81b2d !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='%23d81b2d' %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-duration: .4s;
}
a:hover {
  background-image: none !important;
}
.mbr-fonts-style a:not(.mbr-fonts-style) {
  position: relative;
}
.mbr-fonts-style a:not(.mbr-fonts-style):before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  transition: all 0.7s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  background: linear-gradient(to right, currentColor 0 25%, transparent 25% 75%, currentColor 75% 100%);
  background-position: right;
  background-size: 400% 100%;
  overflow: hidden;
}
.mbr-fonts-style a:not(.mbr-fonts-style):hover:before {
  background-position: left;
}
.container {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1439px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 86%;
  }
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .container-fluid {
    max-width: 86%;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 54px;
  padding: 10px 34px 15px;
  font-weight: 700 !important;
  transition: all 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  box-shadow: none !important;
  border-radius: 0 !important;
  letter-spacing: -0.025em;
}
.mbr-section-btn .btn:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  height: 2px;
  width: calc(100% - 34px * 2);
  transition: all 0.7s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  background-position: right;
  background-size: 400% 100%;
  overflow: hidden;
}
.mbr-section-btn .btn.btn-primary {
  background-color: #ed717f !important;
  border-color: #ed717f !important;
}
.mbr-section-btn .btn.btn-black {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.mbr-section-btn .btn.btn-white {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.mbr-section-btn .btn:hover:after {
  background-position: left;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-uxpIqYQx7D {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-uxpIqYQx7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpIqYQx7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpIqYQx7D .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxpIqYQx7D .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxpIqYQx7D .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxpIqYQx7D .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxpIqYQx7D .container {
    padding: 0 24px;
  }
}
.cid-uxpIqYQx7D .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxpIqYQx7D .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uxpIqYQx7D .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uxpIqYQx7D .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxpIqYQx7D .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxpIqYQx7D .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxpIqYQx7D .item {
  margin-bottom: 32px;
}
.cid-uxpIqYQx7D .item .item-wrapper {
  height: 100%;
}
.cid-uxpIqYQx7D .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxpIqYQx7D .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uxpIqYQx7D .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #d81b2d;
  height: 100%;
  border: 1px solid #d81b2d;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uxpIqYQx7D .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uxpIqYQx7D .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uxpIqYQx7D .item .item-wrapper .card-box .item-title,
.cid-uxpIqYQx7D .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 32px;
}
.cid-uxpIqYQx7D .item .item-wrapper .card-box .text-wrap .item-text,
.cid-uxpIqYQx7D .item .item-wrapper .card-box .text-wrap .item-text_2 {
  margin-bottom: 22px;
}
.cid-uxpIqYQx7D .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uxpIqYQx7D .item .item-wrapper .dark-card {
  background-color: #d81b2d;
  border: none;
}
.cid-uxpIqYQx7D .item .item-wrapper .middle-card {
  background-color: #d81b2d;
  border: none;
}
.cid-uxpIqYQx7D .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxpIqYQx7D .mbr-desc,
.cid-uxpIqYQx7D .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uxpIqYQx7D .mbr-text,
.cid-uxpIqYQx7D .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxpIqYQx7D .item-title {
  color: #ffffff;
}
.cid-uxpIqYQx7D .item-text {
  color: #18212d;
}
.cid-uxpIqYQx7D .item-title_2 {
  color: #ffffff;
}
.cid-uxpIqYQx7D .item-text_2 {
  color: #ffffff;
}
.cid-uxpIqYQx7D .item-text,
.cid-uxpIqYQx7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uxpIqYQx7D img {
  border-radius: 10%;
}
.cid-tYrzBZ3L3I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-tYrzBZ3L3I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYrzBZ3L3I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYrzBZ3L3I .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYrzBZ3L3I .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYrzBZ3L3I .container {
    padding: 0;
  }
}
.cid-tYrzBZ3L3I .row {
  justify-content: center;
}
.cid-tYrzBZ3L3I .title-wrapper {
  padding: 0 16px;
}
.cid-tYrzBZ3L3I .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYrzBZ3L3I .mbr-section-title {
  color: #d81b2d;
}
.cid-tX7QJ4fw5u {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #0a2045;
}
.cid-tX7QJ4fw5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7QJ4fw5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX7QJ4fw5u .mbr-iconfont {
  color: #d81b2d;
  font-size: 5rem;
  width: 5rem;
}
.cid-tX7QJ4fw5u .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-tX7QJ4fw5u .mbr-section-title {
  color: #d81b2d;
}
.cid-tX7QJ4fw5u .mbr-section-subtitle,
.cid-tX7QJ4fw5u .mbr-section-btn {
  color: #ffffff;
}
.cid-tYrzEALW9N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-tYrzEALW9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYrzEALW9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYrzEALW9N .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYrzEALW9N .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYrzEALW9N .container {
    padding: 0;
  }
}
.cid-tYrzEALW9N .row {
  justify-content: center;
}
.cid-tYrzEALW9N .title-wrapper {
  padding: 0 16px;
}
.cid-tYrzEALW9N .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYrzEALW9N .mbr-section-title {
  color: #d81b2d;
}
.cid-tX7gQ9jdGw {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tX7gQ9jdGw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7gQ9jdGw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX7gQ9jdGw .row {
  row-gap: 50px;
}
.cid-tX7gQ9jdGw .text-wrap {
  width: 100%;
  padding-right: 30px;
}
@media (max-width: 1439px) {
  .cid-tX7gQ9jdGw .text-wrap {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-tX7gQ9jdGw .text-wrap {
    padding: 0;
  }
}
.cid-tX7gQ9jdGw .mbr-section-title {
  color: #d81b2d;
}
.cid-tX7gQ9jdGw .mbr-text {
  color: #303030;
  margin-top: 16px;
}
.cid-tX7gQ9jdGw .line-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
}
.cid-tX7gQ9jdGw .line-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tX7gQ9jdGw .line-text-wrap {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 7px;
}
.cid-tX7gQ9jdGw .line-text {
  color: #0a2045;
  margin-right: auto;
  max-width: 50%;
}
.cid-tX7gQ9jdGw .line-number {
  color: #303030;
  margin-left: auto;
  max-width: 40%;
}
.cid-tX7gQ9jdGw .line {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #EAEAEA;
}
.cid-tX7gQ9jdGw .line-active {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #d81b2d;
}
.cid-tX7gQ9jdGw .line-item-1 .line-number:before {
  content: "100";
}
.cid-tX7gQ9jdGw .line-item-1 .line-active {
  width: 100%;
}
.cid-tX7gQ9jdGw .line-item-2 .line-number:before {
  content: "86";
}
.cid-tX7gQ9jdGw .line-item-2 .line-active {
  width: 86%;
}
.cid-tX7gQ9jdGw .line-item-3 .line-number:before {
  content: "95";
}
.cid-tX7gQ9jdGw .line-item-3 .line-active {
  width: 95%;
}
.cid-u53h7MpEPi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u53h7MpEPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u53h7MpEPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u53h7MpEPi .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u53h7MpEPi .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u53h7MpEPi .container {
    padding: 0;
  }
}
.cid-u53h7MpEPi .row {
  justify-content: center;
}
.cid-u53h7MpEPi .title-wrapper {
  padding: 0 16px;
}
.cid-u53h7MpEPi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u53h7MpEPi .mbr-section-title {
  color: #d81b2d;
}
.cid-tX7gVzDLnm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a2045;
}
.cid-tX7gVzDLnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7gVzDLnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tX7gVzDLnm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tX7gVzDLnm .row {
  flex-direction: row-reverse;
}
.cid-tX7gVzDLnm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tX7gVzDLnm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tX7gVzDLnm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tX7gVzDLnm .mbr-section-title {
  color: #d81b2d;
}
.cid-tX7gVzDLnm .mbr-text,
.cid-tX7gVzDLnm .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tYrzI5qXhx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-tYrzI5qXhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYrzI5qXhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYrzI5qXhx .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYrzI5qXhx .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYrzI5qXhx .container {
    padding: 0;
  }
}
.cid-tYrzI5qXhx .row {
  justify-content: center;
}
.cid-tYrzI5qXhx .title-wrapper {
  padding: 0 16px;
}
.cid-tYrzI5qXhx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYrzI5qXhx .mbr-section-title {
  color: #d81b2d;
}
.cid-u0p6S5BLL8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0p6S5BLL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0p6S5BLL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0p6S5BLL8 .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u0p6S5BLL8 .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u0p6S5BLL8 .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u0p6S5BLL8 .col-text {
    margin-bottom: 50px;
  }
}
.cid-u0p6S5BLL8 .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u0p6S5BLL8 .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u0p6S5BLL8 .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u0p6S5BLL8 .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u0p6S5BLL8 .item-wrap {
    width: 100%;
  }
}
.cid-u0p6S5BLL8 .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u0p6S5BLL8 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u0p6S5BLL8 .item-text {
  margin-bottom: 6px;
}
.cid-u0p6S5BLL8 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u0p6S5BLL8 form {
  width: 100%;
}
.cid-u0p6S5BLL8 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u0p6S5BLL8 form p {
  color: #353535;
}
.cid-u0p6S5BLL8 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u0p6S5BLL8 form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u0p6S5BLL8 form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u0p6S5BLL8 form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u0p6S5BLL8 form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u0p6S5BLL8 form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u0p6S5BLL8 form select {
  color: #303030 !important;
}
.cid-u0p6S5BLL8 form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u0p6S5BLL8 form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u0p6S5BLL8 form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u0p6S5BLL8 form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u0p6S5BLL8 form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u0p6S5BLL8 form input,
.cid-u0p6S5BLL8 form textarea {
  transition: .3s all;
}
.cid-u0p6S5BLL8 form input:active,
.cid-u0p6S5BLL8 form textarea:active,
.cid-u0p6S5BLL8 form input:focus,
.cid-u0p6S5BLL8 form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u0p6S5BLL8 form input:active::-webkit-input-placeholder,
.cid-u0p6S5BLL8 form textarea:active::-webkit-input-placeholder,
.cid-u0p6S5BLL8 form input:focus::-webkit-input-placeholder,
.cid-u0p6S5BLL8 form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u0p6S5BLL8 form input:active::-moz-placeholder,
.cid-u0p6S5BLL8 form textarea:active::-moz-placeholder,
.cid-u0p6S5BLL8 form input:focus::-moz-placeholder,
.cid-u0p6S5BLL8 form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u0p6S5BLL8 form input:active:-moz-placeholder,
.cid-u0p6S5BLL8 form textarea:active:-moz-placeholder,
.cid-u0p6S5BLL8 form input:focus:-moz-placeholder,
.cid-u0p6S5BLL8 form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u0p6S5BLL8 form input:active:-ms-input-placeholder,
.cid-u0p6S5BLL8 form textarea:active:-ms-input-placeholder,
.cid-u0p6S5BLL8 form input:focus:-ms-input-placeholder,
.cid-u0p6S5BLL8 form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u0p6S5BLL8 form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u0p6S5BLL8 form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u0p6S5BLL8 form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u0p6S5BLL8 form .form-check label {
  color: #303030;
}
.cid-u0p6S5BLL8 form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u0p6S5BLL8 form .form-check-input:focus,
.cid-u0p6S5BLL8 form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u0p6S5BLL8 form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u15rkk4Hh0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u15rkk4Hh0 .mbr-social-likes {
  font-size: 0;
}
.cid-u15rkk4Hh0 .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u15rkk4Hh0 .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u15rkk4Hh0 .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u15rkk4Hh0 .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u15rkk4Hh0 .socicon-bg-behance {
  color: #ffffff;
}
.cid-u15rkk4Hh0 .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u15rkk4Hh0 .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u15rkk4Hh0 .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u15rkk4Hh0 .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u15rkk4Hh0 .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u15rkk4Hh0 [class^="socicon-"]:before,
.cid-u15rkk4Hh0 [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u15rkk4Hh0 .mbr-section-title,
.cid-u15rkk4Hh0 .mbr-social-likes {
  color: #0a2045;
}
.cid-tX8djOJXds {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tX8djOJXds img {
  border-radius: 0px;
}
.cid-tX8djOJXds .row {
  justify-content: center;
}
.cid-tX8djOJXds .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tX7gcP7zjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-tX7gcP7zjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7gcP7zjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX7gcP7zjw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tX7gcP7zjw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tX7gcP7zjw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-tX7gcP7zjw .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tX7gcP7zjw .list-box {
  width: 100%;
}
.cid-tX7gcP7zjw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tX7gcP7zjw .list a:hover:before {
  background-position: left !important;
}
.cid-tX7gcP7zjw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tX7gcP7zjw .news-item {
  width: 100%;
}
.cid-tX7gcP7zjw .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tX7gcP7zjw .news-title {
  color: #ffffff;
}
.cid-tX7gcP7zjw .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-tYr3gnAZx2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0a2045;
  overflow: hidden;
}
.cid-tYr3gnAZx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYr3gnAZx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYr3gnAZx2 .container-fluid {
  max-width: 100% !important;
}
.cid-tYr3gnAZx2 .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  background-color: #0a2045;
}
@media (max-width: 767px) {
  .cid-tYr3gnAZx2 .icon-wrap {
    aspect-ratio: 1;
  }
}
.cid-tYr3gnAZx2 .icon-wrap .mbr-iconfont {
  font-size: 16vw !important;
  color: #d81b2d;
}
@media (max-width: 991px) {
  .cid-tYr3gnAZx2 .icon-wrap .mbr-iconfont {
    font-size: 22vw !important;
  }
}
@media (max-width: 767px) {
  .cid-tYr3gnAZx2 .icon-wrap .mbr-iconfont {
    font-size: 40vw !important;
  }
}
.cid-tYr3gnAZx2 .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-tYr3gnAZx2 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tYr3gnAZx2 .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-tYr3gnAZx2 .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-tYr3gnAZx2 .text-wrap {
    padding: 55px 150px 70px 150px;
  }
}
@media (max-width: 767px) {
  .cid-tYr3gnAZx2 .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-tYr3gnAZx2 .mbr-section-title {
  color: #d81b2d;
}
.cid-tYr3gnAZx2 .mbr-text {
  color: #303030;
  margin-top: 16px;
}
.cid-tYr3gnAZx2 .line-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  width: 100%;
  padding-top: 30px;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-tYr3gnAZx2 .line-items-wrap {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .cid-tYr3gnAZx2 .line-items-wrap {
    padding-top: 50px;
  }
}
.cid-tYr3gnAZx2 .line-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tYr3gnAZx2 .line-text-wrap {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 7px;
}
.cid-tYr3gnAZx2 .line-text {
  color: #ffffff;
  margin-right: auto;
  max-width: 50%;
}
.cid-tYr3gnAZx2 .line-number {
  color: #ffffff;
  margin-left: auto;
  max-width: 40%;
}
.cid-tYr3gnAZx2 .line {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #EAEAEA;
}
.cid-tYr3gnAZx2 .line-active {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #d81b2d;
}
.cid-tYr3gnAZx2 .line-item-1 .line-number:before {
  content: "100";
}
.cid-tYr3gnAZx2 .line-item-1 .line-active {
  width: 100%;
}
.cid-tYr3gnAZx2 .line-item-2 .line-number:before {
  content: "95";
}
.cid-tYr3gnAZx2 .line-item-2 .line-active {
  width: 95%;
}
.cid-tYr3gnAZx2 .line-item-3 .line-number:before {
  content: "84";
}
.cid-tYr3gnAZx2 .line-item-3 .line-active {
  width: 84%;
}
.cid-tYr3gnAZx2 .mbr-text,
.cid-tYr3gnAZx2 .mbr-section-btn {
  color: #ffffff;
}
.cid-tYr4jEpdZ1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-tYr4jEpdZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYr4jEpdZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYr4jEpdZ1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYr4jEpdZ1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYr4jEpdZ1 .container {
    padding: 0;
  }
}
.cid-tYr4jEpdZ1 .row {
  justify-content: center;
}
.cid-tYr4jEpdZ1 .title-wrapper {
  padding: 0 16px;
}
.cid-tYr4jEpdZ1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYr4jEpdZ1 .mbr-section-title {
  color: #d81b2d;
}
.cid-u0pvxxQGtg {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6;
}
.cid-u0pvxxQGtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pvxxQGtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pvxxQGtg .mbr-section-title {
  color: #d81b2d;
}
.cid-u0pvxxQGtg .mbr-section-subtitle {
  color: #000000;
}
.cid-u0pvxxQGtg .mbr-section-btn {
  margin-top: 16px;
}
.cid-u0oYL7l4ZP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-u0oYL7l4ZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0oYL7l4ZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0oYL7l4ZP .cards-row {
  row-gap: 50px;
}
.cid-u0oYL7l4ZP .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-u0oYL7l4ZP .mbr-iconfont {
  font-size: 82px;
  color: #d81b2d;
}
.cid-u0oYL7l4ZP .card-box {
  padding-left: 28px;
}
.cid-u0oYL7l4ZP .card-title {
  color: #d81b2d;
}
.cid-u0oYL7l4ZP .card-text {
  color: #303030;
  margin-top: 10px;
}
.cid-tYr6kv73Ja {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0a2045;
}
.cid-tYr6kv73Ja .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYr6kv73Ja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYr6kv73Ja .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tYr6kv73Ja .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tYr6kv73Ja .container {
    padding: 0 6px;
  }
}
.cid-tYr6kv73Ja .row {
  margin: 0;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tYr6kv73Ja .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tYr6kv73Ja .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tYr6kv73Ja .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tYr6kv73Ja .row {
    padding: 70px 30px;
  }
}
.cid-tYr6kv73Ja .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tYr6kv73Ja .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tYr6kv73Ja .desc-wrapper {
    padding: 0;
  }
}
.cid-tYr6kv73Ja .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-tYr6kv73Ja .title-wrapper {
  margin-bottom: 64px;
  margin-bottom: 110px;
}
.cid-tYr6kv73Ja .title-wrapper span {
  color: #d81b2d;
}
.cid-tYr6kv73Ja .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYr6kv73Ja .container-wrapper {
  height: 100%;
  position: relative;
  padding-top: 5px;
}
.cid-tYr6kv73Ja .container-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #0a2045;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 992px) {
  .cid-tYr6kv73Ja .container-wrapper {
    margin-bottom: 75px;
  }
}
.cid-tYr6kv73Ja .container-wrapper .subtitle-wrapper {
  position: absolute;
  width: 100%;
  top: -45px;
}
.cid-tYr6kv73Ja .container-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
  padding: 15px 80px 30px 22px;
  background-color: #0a2045;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 992px) {
  .cid-tYr6kv73Ja .container-wrapper .subtitle-wrapper .subtitle-wrap {
    padding: 15px 22px 30px;
  }
}
.cid-tYr6kv73Ja .container-wrapper .subtitle-wrapper .subtitle-wrap .dot-wrap {
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  margin-right: 30px;
  border-radius: 50%;
}
.cid-tYr6kv73Ja .container-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tYr6kv73Ja .container-wrapper .container-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #cfcfcf;
  border-radius: 16px;
  background-color: #e6e6e6;
  padding: 80px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYr6kv73Ja .container-wrapper .container-wrap {
    padding: 22px;
    height: auto;
  }
}
.cid-tYr6kv73Ja .container-wrapper .container-wrap .text-wrap {
  z-index: 1;
  width: 100%;
  padding-bottom: 75px;
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tYr6kv73Ja .container-wrapper .container-wrap .text-wrap {
    padding-bottom: 32px;
  }
}
.cid-tYr6kv73Ja .container-wrapper .container-wrap .text-wrap .mbr-text_1 {
  margin-bottom: 0;
  padding: 36px 40px;
  background-color: #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tYr6kv73Ja .container-wrapper .container-wrap .text-wrap .mbr-text_1 {
    padding: 22px;
  }
}
.cid-tYr6kv73Ja .container-wrapper .container-wrap .mbr-text_2 {
  margin: 100px 0 0 0;
  padding: 36px 40px;
}
@media (max-width: 992px) {
  .cid-tYr6kv73Ja .container-wrapper .container-wrap .mbr-text_2 {
    padding: 22px;
    margin-top: 32px;
  }
}
.cid-tYr6kv73Ja .cards-wrapper {
  height: 100%;
  padding: 80px;
  border: 1px solid #cfcfcf;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tYr6kv73Ja .cards-wrapper {
    padding: 32px;
    height: auto;
  }
}
.cid-tYr6kv73Ja .cards-wrapper .item {
  padding-bottom: 40px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 40px;
}
.cid-tYr6kv73Ja .cards-wrapper .item:last-child {
  border: none;
  margin-bottom: 0;
}
.cid-tYr6kv73Ja .cards-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tYr6kv73Ja .cards-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-tYr6kv73Ja .cards-wrapper .item .item-wrapper .card-box .mbr-iconfont {
  width: 50px;
  min-width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a2045;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 100px;
}
@media (max-width: 1440px) {
  .cid-tYr6kv73Ja .cards-wrapper .item .item-wrapper .card-box .mbr-iconfont {
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tYr6kv73Ja .cards-wrapper .item .item-wrapper .card-box .mbr-iconfont {
    margin-bottom: 22px;
  }
}
.cid-tYr6kv73Ja .cards-wrapper .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
}
.cid-tYr6kv73Ja .mbr-desc {
  color: #262626;
}
.cid-tYr6kv73Ja .mbr-section-title {
  color: #0a2045;
  text-align: right;
}
.cid-tYr6kv73Ja .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYr6kv73Ja .mbr-text_1 {
  color: #131313;
}
.cid-tYr6kv73Ja .mbr-text_2 {
  color: #131313;
}
.cid-tYr6kv73Ja .card-text {
  color: #131313;
}
.cid-tYr6kv73Ja .mbr-desc,
.cid-tYr6kv73Ja .desc-wrapper {
  color: #d81b2d;
}
.cid-tYrpKN44jJ {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #0a2045;
}
.cid-tYrpKN44jJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYrpKN44jJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYrpKN44jJ .mbr-iconfont {
  color: #d81b2d;
  font-size: 5rem;
  width: 5rem;
}
.cid-tYrpKN44jJ .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-tYrpKN44jJ .mbr-section-title {
  color: #d81b2d;
}
.cid-tYrpKN44jJ .mbr-section-subtitle,
.cid-tYrpKN44jJ .mbr-section-btn {
  color: #ffffff;
}
.cid-tYr6lCCxQw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-tYr6lCCxQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYr6lCCxQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYr6lCCxQw .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYr6lCCxQw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYr6lCCxQw .container {
    padding: 0;
  }
}
.cid-tYr6lCCxQw .row {
  justify-content: center;
}
.cid-tYr6lCCxQw .title-wrapper {
  padding: 0 16px;
}
.cid-tYr6lCCxQw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYr6lCCxQw .mbr-section-title {
  color: #d81b2d;
}
.cid-u5GhRrwXkC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5GhRrwXkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5GhRrwXkC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5GhRrwXkC .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u5GhRrwXkC .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u5GhRrwXkC .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u5GhRrwXkC .col-text {
    margin-bottom: 50px;
  }
}
.cid-u5GhRrwXkC .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u5GhRrwXkC .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u5GhRrwXkC .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u5GhRrwXkC .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u5GhRrwXkC .item-wrap {
    width: 100%;
  }
}
.cid-u5GhRrwXkC .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u5GhRrwXkC .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u5GhRrwXkC .item-text {
  margin-bottom: 6px;
}
.cid-u5GhRrwXkC .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u5GhRrwXkC form {
  width: 100%;
}
.cid-u5GhRrwXkC form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u5GhRrwXkC form p {
  color: #353535;
}
.cid-u5GhRrwXkC form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u5GhRrwXkC form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u5GhRrwXkC form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u5GhRrwXkC form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u5GhRrwXkC form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u5GhRrwXkC form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u5GhRrwXkC form select {
  color: #303030 !important;
}
.cid-u5GhRrwXkC form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u5GhRrwXkC form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GhRrwXkC form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GhRrwXkC form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GhRrwXkC form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GhRrwXkC form input,
.cid-u5GhRrwXkC form textarea {
  transition: .3s all;
}
.cid-u5GhRrwXkC form input:active,
.cid-u5GhRrwXkC form textarea:active,
.cid-u5GhRrwXkC form input:focus,
.cid-u5GhRrwXkC form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u5GhRrwXkC form input:active::-webkit-input-placeholder,
.cid-u5GhRrwXkC form textarea:active::-webkit-input-placeholder,
.cid-u5GhRrwXkC form input:focus::-webkit-input-placeholder,
.cid-u5GhRrwXkC form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GhRrwXkC form input:active::-moz-placeholder,
.cid-u5GhRrwXkC form textarea:active::-moz-placeholder,
.cid-u5GhRrwXkC form input:focus::-moz-placeholder,
.cid-u5GhRrwXkC form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GhRrwXkC form input:active:-moz-placeholder,
.cid-u5GhRrwXkC form textarea:active:-moz-placeholder,
.cid-u5GhRrwXkC form input:focus:-moz-placeholder,
.cid-u5GhRrwXkC form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GhRrwXkC form input:active:-ms-input-placeholder,
.cid-u5GhRrwXkC form textarea:active:-ms-input-placeholder,
.cid-u5GhRrwXkC form input:focus:-ms-input-placeholder,
.cid-u5GhRrwXkC form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GhRrwXkC form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u5GhRrwXkC form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u5GhRrwXkC form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u5GhRrwXkC form .form-check label {
  color: #303030;
}
.cid-u5GhRrwXkC form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u5GhRrwXkC form .form-check-input:focus,
.cid-u5GhRrwXkC form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u5GhRrwXkC form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4X16uzz9m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X16uzz9m .mbr-social-likes {
  font-size: 0;
}
.cid-u4X16uzz9m .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X16uzz9m .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X16uzz9m .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X16uzz9m .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X16uzz9m .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X16uzz9m .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X16uzz9m .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X16uzz9m .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X16uzz9m .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X16uzz9m .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X16uzz9m [class^="socicon-"]:before,
.cid-u4X16uzz9m [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X16uzz9m .mbr-section-title,
.cid-u4X16uzz9m .mbr-social-likes {
  color: #0a2045;
}
.cid-tYqYjnWADe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYqYjnWADe img {
  border-radius: 0px;
}
.cid-tYqYjnWADe .row {
  justify-content: center;
}
.cid-tYqYjnWADe .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tX7gcP7zjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-tX7gcP7zjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7gcP7zjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX7gcP7zjw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tX7gcP7zjw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tX7gcP7zjw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-tX7gcP7zjw .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tX7gcP7zjw .list-box {
  width: 100%;
}
.cid-tX7gcP7zjw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tX7gcP7zjw .list a:hover:before {
  background-position: left !important;
}
.cid-tX7gcP7zjw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tX7gcP7zjw .news-item {
  width: 100%;
}
.cid-tX7gcP7zjw .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tX7gcP7zjw .news-title {
  color: #ffffff;
}
.cid-tX7gcP7zjw .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-tYqL2HfGP9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0a2045;
  overflow: hidden;
}
.cid-tYqL2HfGP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYqL2HfGP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYqL2HfGP9 .container-fluid {
  max-width: 100% !important;
}
.cid-tYqL2HfGP9 .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-tYqL2HfGP9 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tYqL2HfGP9 .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-tYqL2HfGP9 .text-wrap {
    margin-bottom: 0;
    padding: 45px 30px 50px 50px;
  }
}
@media (min-width: 1440px) {
  .cid-tYqL2HfGP9 .text-wrap {
    margin-bottom: 0;
    padding: 60px 100px 0 60px;
  }
}
@media (max-width: 991px) {
  .cid-tYqL2HfGP9 .text-wrap {
    margin-bottom: 0;
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 575px) {
  .cid-tYqL2HfGP9 .text-wrap {
    margin-bottom: 0;
    padding: 40px 30px;
  }
}
.cid-tYqL2HfGP9 .mbr-section-title {
  color: #d81b2d;
  padding-bottom: 157px;
}
@media (max-width: 1439px) {
  .cid-tYqL2HfGP9 .mbr-section-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .cid-tYqL2HfGP9 .mbr-section-title {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-tYqL2HfGP9 .mbr-section-title {
    padding-bottom: 40px;
  }
}
.cid-tYqL2HfGP9 .mbr-text {
  color: #303030;
  margin-top: 25px;
}
.cid-tYqL2HfGP9 .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
  padding-top: 30px;
}
.cid-tYqL2HfGP9 .text-item {
  width: 49%;
}
@media (max-width: 767px) {
  .cid-tYqL2HfGP9 .text-item {
    width: 100%;
  }
}
.cid-tYqL2HfGP9 .item-title {
  color: #d81b2d;
}
.cid-tYqL2HfGP9 .item-text {
  color: #ffffff;
  margin-top: 5px;
}
.cid-tYqL2HfGP9 .mbr-text,
.cid-tYqL2HfGP9 .mbr-section-btn {
  color: #ffffff;
}
.cid-tYqQQvQg0Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-tYqQQvQg0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYqQQvQg0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYqQQvQg0Z .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYqQQvQg0Z .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYqQQvQg0Z .container {
    padding: 0;
  }
}
.cid-tYqQQvQg0Z .row {
  justify-content: center;
}
.cid-tYqQQvQg0Z .title-wrapper {
  padding: 0 16px;
}
.cid-tYqQQvQg0Z .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYqQQvQg0Z .mbr-section-title {
  color: #d81b2d;
}
.cid-u0pmSD83eV {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6;
}
.cid-u0pmSD83eV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pmSD83eV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pmSD83eV .mbr-section-title {
  color: #d81b2d;
}
.cid-u0pmSD83eV .mbr-section-subtitle {
  color: #000000;
}
.cid-u0pmSD83eV .mbr-section-btn {
  margin-top: 16px;
}
.cid-tYqNPWR3CE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-tYqNPWR3CE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYqNPWR3CE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYqNPWR3CE .cards-row {
  row-gap: 50px;
}
.cid-tYqNPWR3CE .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-tYqNPWR3CE .mbr-iconfont {
  font-size: 82px;
  color: #d81b2d;
}
.cid-tYqNPWR3CE .card-box {
  padding-left: 28px;
}
.cid-tYqNPWR3CE .card-title {
  color: #d81b2d;
}
.cid-tYqNPWR3CE .card-text {
  color: #303030;
  margin-top: 10px;
}
.cid-tYqR59DclU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-tYqR59DclU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYqR59DclU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYqR59DclU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYqR59DclU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYqR59DclU .container {
    padding: 0;
  }
}
.cid-tYqR59DclU .row {
  justify-content: center;
}
.cid-tYqR59DclU .title-wrapper {
  padding: 0 16px;
}
.cid-tYqR59DclU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYqR59DclU .mbr-section-title {
  color: #d81b2d;
}
.cid-tYqQ6NNcuL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0a2045;
}
.cid-tYqQ6NNcuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYqQ6NNcuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYqQ6NNcuL .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tYqQ6NNcuL .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tYqQ6NNcuL .container {
    padding: 0 6px;
  }
}
.cid-tYqQ6NNcuL .row {
  margin: 0;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tYqQ6NNcuL .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tYqQ6NNcuL .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tYqQ6NNcuL .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tYqQ6NNcuL .row {
    padding: 70px 30px;
  }
}
.cid-tYqQ6NNcuL .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tYqQ6NNcuL .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tYqQ6NNcuL .desc-wrapper {
    padding: 0;
  }
}
.cid-tYqQ6NNcuL .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-tYqQ6NNcuL .title-wrapper {
  margin-bottom: 64px;
  margin-bottom: 110px;
}
.cid-tYqQ6NNcuL .title-wrapper span {
  color: #d81b2d;
}
.cid-tYqQ6NNcuL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYqQ6NNcuL .container-wrapper {
  height: 100%;
  position: relative;
  padding-top: 5px;
}
.cid-tYqQ6NNcuL .container-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #0a2045;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 992px) {
  .cid-tYqQ6NNcuL .container-wrapper {
    margin-bottom: 75px;
  }
}
.cid-tYqQ6NNcuL .container-wrapper .subtitle-wrapper {
  position: absolute;
  width: 100%;
  top: -45px;
}
.cid-tYqQ6NNcuL .container-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
  padding: 15px 80px 30px 22px;
  background-color: #0a2045;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 992px) {
  .cid-tYqQ6NNcuL .container-wrapper .subtitle-wrapper .subtitle-wrap {
    padding: 15px 22px 30px;
  }
}
.cid-tYqQ6NNcuL .container-wrapper .subtitle-wrapper .subtitle-wrap .dot-wrap {
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  margin-right: 30px;
  border-radius: 50%;
}
.cid-tYqQ6NNcuL .container-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tYqQ6NNcuL .container-wrapper .container-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #cfcfcf;
  border-radius: 16px;
  background-color: #e6e6e6;
  padding: 80px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYqQ6NNcuL .container-wrapper .container-wrap {
    padding: 22px;
    height: auto;
  }
}
.cid-tYqQ6NNcuL .container-wrapper .container-wrap .text-wrap {
  z-index: 1;
  width: 100%;
  padding-bottom: 75px;
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tYqQ6NNcuL .container-wrapper .container-wrap .text-wrap {
    padding-bottom: 32px;
  }
}
.cid-tYqQ6NNcuL .container-wrapper .container-wrap .text-wrap .mbr-text_1 {
  margin-bottom: 0;
  padding: 36px 40px;
  background-color: #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tYqQ6NNcuL .container-wrapper .container-wrap .text-wrap .mbr-text_1 {
    padding: 22px;
  }
}
.cid-tYqQ6NNcuL .container-wrapper .container-wrap .mbr-text_2 {
  margin: 100px 0 0 0;
  padding: 36px 40px;
}
@media (max-width: 992px) {
  .cid-tYqQ6NNcuL .container-wrapper .container-wrap .mbr-text_2 {
    padding: 22px;
    margin-top: 32px;
  }
}
.cid-tYqQ6NNcuL .cards-wrapper {
  height: 100%;
  padding: 80px;
  border: 1px solid #cfcfcf;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tYqQ6NNcuL .cards-wrapper {
    padding: 32px;
    height: auto;
  }
}
.cid-tYqQ6NNcuL .cards-wrapper .item {
  padding-bottom: 40px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 40px;
}
.cid-tYqQ6NNcuL .cards-wrapper .item:last-child {
  border: none;
  margin-bottom: 0;
}
.cid-tYqQ6NNcuL .cards-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tYqQ6NNcuL .cards-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-tYqQ6NNcuL .cards-wrapper .item .item-wrapper .card-box .mbr-iconfont {
  width: 50px;
  min-width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a2045;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 100px;
}
@media (max-width: 1440px) {
  .cid-tYqQ6NNcuL .cards-wrapper .item .item-wrapper .card-box .mbr-iconfont {
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tYqQ6NNcuL .cards-wrapper .item .item-wrapper .card-box .mbr-iconfont {
    margin-bottom: 22px;
  }
}
.cid-tYqQ6NNcuL .cards-wrapper .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
}
.cid-tYqQ6NNcuL .mbr-desc {
  color: #262626;
}
.cid-tYqQ6NNcuL .mbr-section-title {
  color: #0a2045;
  text-align: right;
}
.cid-tYqQ6NNcuL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYqQ6NNcuL .mbr-text_1 {
  color: #131313;
}
.cid-tYqQ6NNcuL .mbr-text_2 {
  color: #131313;
}
.cid-tYqQ6NNcuL .card-text {
  color: #131313;
}
.cid-tYqQ6NNcuL .mbr-desc,
.cid-tYqQ6NNcuL .desc-wrapper {
  color: #d81b2d;
}
.cid-tYqXUQLRjz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-tYqXUQLRjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYqXUQLRjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYqXUQLRjz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYqXUQLRjz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYqXUQLRjz .container {
    padding: 0;
  }
}
.cid-tYqXUQLRjz .row {
  justify-content: center;
}
.cid-tYqXUQLRjz .title-wrapper {
  padding: 0 16px;
}
.cid-tYqXUQLRjz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYqXUQLRjz .mbr-section-title {
  color: #d81b2d;
}
.cid-u5GhUXrypM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5GhUXrypM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5GhUXrypM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5GhUXrypM .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u5GhUXrypM .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u5GhUXrypM .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u5GhUXrypM .col-text {
    margin-bottom: 50px;
  }
}
.cid-u5GhUXrypM .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u5GhUXrypM .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u5GhUXrypM .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u5GhUXrypM .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u5GhUXrypM .item-wrap {
    width: 100%;
  }
}
.cid-u5GhUXrypM .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u5GhUXrypM .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u5GhUXrypM .item-text {
  margin-bottom: 6px;
}
.cid-u5GhUXrypM .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u5GhUXrypM form {
  width: 100%;
}
.cid-u5GhUXrypM form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u5GhUXrypM form p {
  color: #353535;
}
.cid-u5GhUXrypM form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u5GhUXrypM form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u5GhUXrypM form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u5GhUXrypM form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u5GhUXrypM form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u5GhUXrypM form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u5GhUXrypM form select {
  color: #303030 !important;
}
.cid-u5GhUXrypM form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u5GhUXrypM form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GhUXrypM form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GhUXrypM form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GhUXrypM form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GhUXrypM form input,
.cid-u5GhUXrypM form textarea {
  transition: .3s all;
}
.cid-u5GhUXrypM form input:active,
.cid-u5GhUXrypM form textarea:active,
.cid-u5GhUXrypM form input:focus,
.cid-u5GhUXrypM form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u5GhUXrypM form input:active::-webkit-input-placeholder,
.cid-u5GhUXrypM form textarea:active::-webkit-input-placeholder,
.cid-u5GhUXrypM form input:focus::-webkit-input-placeholder,
.cid-u5GhUXrypM form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GhUXrypM form input:active::-moz-placeholder,
.cid-u5GhUXrypM form textarea:active::-moz-placeholder,
.cid-u5GhUXrypM form input:focus::-moz-placeholder,
.cid-u5GhUXrypM form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GhUXrypM form input:active:-moz-placeholder,
.cid-u5GhUXrypM form textarea:active:-moz-placeholder,
.cid-u5GhUXrypM form input:focus:-moz-placeholder,
.cid-u5GhUXrypM form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GhUXrypM form input:active:-ms-input-placeholder,
.cid-u5GhUXrypM form textarea:active:-ms-input-placeholder,
.cid-u5GhUXrypM form input:focus:-ms-input-placeholder,
.cid-u5GhUXrypM form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GhUXrypM form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u5GhUXrypM form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u5GhUXrypM form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u5GhUXrypM form .form-check label {
  color: #303030;
}
.cid-u5GhUXrypM form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u5GhUXrypM form .form-check-input:focus,
.cid-u5GhUXrypM form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u5GhUXrypM form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4X1aoGVdF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X1aoGVdF .mbr-social-likes {
  font-size: 0;
}
.cid-u4X1aoGVdF .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X1aoGVdF .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X1aoGVdF .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X1aoGVdF .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X1aoGVdF .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X1aoGVdF .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X1aoGVdF .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X1aoGVdF .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X1aoGVdF .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X1aoGVdF .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X1aoGVdF [class^="socicon-"]:before,
.cid-u4X1aoGVdF [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X1aoGVdF .mbr-section-title,
.cid-u4X1aoGVdF .mbr-social-likes {
  color: #0a2045;
}
.cid-tYqXP4rD24 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYqXP4rD24 img {
  border-radius: 0px;
}
.cid-tYqXP4rD24 .row {
  justify-content: center;
}
.cid-tYqXP4rD24 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tX7gcP7zjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-tX7gcP7zjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7gcP7zjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX7gcP7zjw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tX7gcP7zjw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tX7gcP7zjw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-tX7gcP7zjw .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tX7gcP7zjw .list-box {
  width: 100%;
}
.cid-tX7gcP7zjw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tX7gcP7zjw .list a:hover:before {
  background-position: left !important;
}
.cid-tX7gcP7zjw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tX7gcP7zjw .news-item {
  width: 100%;
}
.cid-tX7gcP7zjw .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tX7gcP7zjw .news-title {
  color: #ffffff;
}
.cid-tX7gcP7zjw .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-tYrliPAeff {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0a2045;
  overflow: hidden;
}
.cid-tYrliPAeff .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYrliPAeff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYrliPAeff .container-fluid {
  max-width: 100% !important;
}
.cid-tYrliPAeff .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-tYrliPAeff .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tYrliPAeff .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-tYrliPAeff .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-tYrliPAeff .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-tYrliPAeff .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-tYrliPAeff .mbr-section-title {
  color: #d81b2d;
  text-align: center;
}
.cid-tYrliPAeff .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-tYrliPAeff .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-tYrliPAeff .text-bottom {
    padding-top: 50px;
  }
}
.cid-tYrliPAeff .mbr-text {
  color: #303030;
}
.cid-tYrliPAeff .mbr-section-btn {
  margin-top: 16px;
}
.cid-tYrliPAeff .mbr-text,
.cid-tYrliPAeff .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tYrnpbA78s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-tYrnpbA78s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYrnpbA78s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYrnpbA78s .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYrnpbA78s .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYrnpbA78s .container {
    padding: 0;
  }
}
.cid-tYrnpbA78s .row {
  justify-content: center;
}
.cid-tYrnpbA78s .title-wrapper {
  padding: 0 16px;
}
.cid-tYrnpbA78s .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYrnpbA78s .mbr-section-title {
  color: #d81b2d;
}
.cid-tYrogFTEQm {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYrogFTEQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYrogFTEQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYrogFTEQm .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-tYrogFTEQm .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-tYrogFTEQm .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-tYrogFTEQm .mbr-iconfont {
  position: relative;
  font-size: 13px !important;
  font-family: 'Moririse2' !important;
  color: #336d8f;
  margin-left: 1rem;
  padding: 7px;
  transition: .2s all;
}
.cid-tYrogFTEQm .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #6ea9ed;
  opacity: 1;
  transition: .2s all;
}
.cid-tYrogFTEQm .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-tYrogFTEQm .panel-group {
  border: none;
}
.cid-tYrogFTEQm .card {
  border-radius: 0;
}
.cid-tYrogFTEQm .card:not(:first-child) {
  margin-top: 12px;
  border-top: 2px solid #d81b2d;
}
.cid-tYrogFTEQm .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tYrogFTEQm .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tYrogFTEQm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px 20px 0;
  color: #303030;
  transition: .2s all;
}
.cid-tYrogFTEQm .panel-title[aria-expanded="true"] {
  padding: 12px 10px 13px 0;
}
.cid-tYrogFTEQm .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tYrogFTEQm .panel-title-edit {
  color: #d81b2d;
}
.cid-tYrogFTEQm .panel-body {
  padding: 0 0 30px;
}
.cid-tYrogFTEQm .panel-text {
  color: #303030;
  margin: 0;
}
.cid-tYrpTN9Ut3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-tYrpTN9Ut3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYrpTN9Ut3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYrpTN9Ut3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYrpTN9Ut3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYrpTN9Ut3 .container {
    padding: 0;
  }
}
.cid-tYrpTN9Ut3 .row {
  justify-content: center;
}
.cid-tYrpTN9Ut3 .title-wrapper {
  padding: 0 16px;
}
.cid-tYrpTN9Ut3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYrpTN9Ut3 .mbr-section-title {
  color: #d81b2d;
}
.cid-tYrpRAaboD {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #0a2045;
}
.cid-tYrpRAaboD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYrpRAaboD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYrpRAaboD .mbr-iconfont {
  color: #d81b2d;
  font-size: 5rem;
  width: 5rem;
}
.cid-tYrpRAaboD .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-tYrpRAaboD .mbr-section-title {
  color: #d81b2d;
}
.cid-tYrpRAaboD .mbr-section-subtitle,
.cid-tYrpRAaboD .mbr-section-btn {
  color: #ffffff;
}
.cid-tYrpSWGCfq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-tYrpSWGCfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYrpSWGCfq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYrpSWGCfq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYrpSWGCfq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYrpSWGCfq .container {
    padding: 0;
  }
}
.cid-tYrpSWGCfq .row {
  justify-content: center;
}
.cid-tYrpSWGCfq .title-wrapper {
  padding: 0 16px;
}
.cid-tYrpSWGCfq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYrpSWGCfq .mbr-section-title {
  color: #d81b2d;
}
.cid-u5Gi3gPSB9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5Gi3gPSB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Gi3gPSB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Gi3gPSB9 .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u5Gi3gPSB9 .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u5Gi3gPSB9 .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u5Gi3gPSB9 .col-text {
    margin-bottom: 50px;
  }
}
.cid-u5Gi3gPSB9 .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u5Gi3gPSB9 .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u5Gi3gPSB9 .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u5Gi3gPSB9 .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u5Gi3gPSB9 .item-wrap {
    width: 100%;
  }
}
.cid-u5Gi3gPSB9 .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u5Gi3gPSB9 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u5Gi3gPSB9 .item-text {
  margin-bottom: 6px;
}
.cid-u5Gi3gPSB9 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u5Gi3gPSB9 form {
  width: 100%;
}
.cid-u5Gi3gPSB9 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u5Gi3gPSB9 form p {
  color: #353535;
}
.cid-u5Gi3gPSB9 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u5Gi3gPSB9 form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u5Gi3gPSB9 form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u5Gi3gPSB9 form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u5Gi3gPSB9 form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u5Gi3gPSB9 form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u5Gi3gPSB9 form select {
  color: #303030 !important;
}
.cid-u5Gi3gPSB9 form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u5Gi3gPSB9 form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5Gi3gPSB9 form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5Gi3gPSB9 form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5Gi3gPSB9 form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5Gi3gPSB9 form input,
.cid-u5Gi3gPSB9 form textarea {
  transition: .3s all;
}
.cid-u5Gi3gPSB9 form input:active,
.cid-u5Gi3gPSB9 form textarea:active,
.cid-u5Gi3gPSB9 form input:focus,
.cid-u5Gi3gPSB9 form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u5Gi3gPSB9 form input:active::-webkit-input-placeholder,
.cid-u5Gi3gPSB9 form textarea:active::-webkit-input-placeholder,
.cid-u5Gi3gPSB9 form input:focus::-webkit-input-placeholder,
.cid-u5Gi3gPSB9 form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5Gi3gPSB9 form input:active::-moz-placeholder,
.cid-u5Gi3gPSB9 form textarea:active::-moz-placeholder,
.cid-u5Gi3gPSB9 form input:focus::-moz-placeholder,
.cid-u5Gi3gPSB9 form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5Gi3gPSB9 form input:active:-moz-placeholder,
.cid-u5Gi3gPSB9 form textarea:active:-moz-placeholder,
.cid-u5Gi3gPSB9 form input:focus:-moz-placeholder,
.cid-u5Gi3gPSB9 form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5Gi3gPSB9 form input:active:-ms-input-placeholder,
.cid-u5Gi3gPSB9 form textarea:active:-ms-input-placeholder,
.cid-u5Gi3gPSB9 form input:focus:-ms-input-placeholder,
.cid-u5Gi3gPSB9 form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5Gi3gPSB9 form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u5Gi3gPSB9 form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u5Gi3gPSB9 form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u5Gi3gPSB9 form .form-check label {
  color: #303030;
}
.cid-u5Gi3gPSB9 form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u5Gi3gPSB9 form .form-check-input:focus,
.cid-u5Gi3gPSB9 form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u5Gi3gPSB9 form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4X1hMs4Zr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X1hMs4Zr .mbr-social-likes {
  font-size: 0;
}
.cid-u4X1hMs4Zr .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X1hMs4Zr .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X1hMs4Zr .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X1hMs4Zr .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X1hMs4Zr .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X1hMs4Zr .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X1hMs4Zr .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X1hMs4Zr .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X1hMs4Zr .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X1hMs4Zr .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X1hMs4Zr [class^="socicon-"]:before,
.cid-u4X1hMs4Zr [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X1hMs4Zr .mbr-section-title,
.cid-u4X1hMs4Zr .mbr-social-likes {
  color: #0a2045;
}
.cid-tYgGNfVrNd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYgGNfVrNd img {
  border-radius: 0px;
}
.cid-tYgGNfVrNd .row {
  justify-content: center;
}
.cid-tYgGNfVrNd .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tYgGNghPZ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-tYgGNghPZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYgGNghPZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYgGNghPZ2 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tYgGNghPZ2 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tYgGNghPZ2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tYgGNghPZ2 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tYgGNghPZ2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tYgGNghPZ2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tYgGNghPZ2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tYgGNghPZ2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tYgGNghPZ2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tYgGNghPZ2 .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-tYgGNghPZ2 .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tYgGNghPZ2 .list-box {
  width: 100%;
}
.cid-tYgGNghPZ2 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-tYgGNghPZ2 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tYgGNghPZ2 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tYgGNghPZ2 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tYgGNghPZ2 .list a:hover:before {
  background-position: left !important;
}
.cid-tYgGNghPZ2 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tYgGNghPZ2 .news-item {
  width: 100%;
}
.cid-tYgGNghPZ2 .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tYgGNghPZ2 .news-title {
  color: #ffffff;
}
.cid-tYgGNghPZ2 .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-u0pw2df5hq {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0a2045;
  overflow: hidden;
}
.cid-u0pw2df5hq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pw2df5hq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pw2df5hq .container-fluid {
  max-width: 100% !important;
}
.cid-u0pw2df5hq .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-u0pw2df5hq .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0pw2df5hq .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-u0pw2df5hq .text-wrap {
    margin-bottom: 0;
    padding: 45px 30px 50px 50px;
  }
}
@media (min-width: 1440px) {
  .cid-u0pw2df5hq .text-wrap {
    margin-bottom: 0;
    padding: 60px 100px 0 60px;
  }
}
@media (max-width: 991px) {
  .cid-u0pw2df5hq .text-wrap {
    margin-bottom: 0;
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 575px) {
  .cid-u0pw2df5hq .text-wrap {
    margin-bottom: 0;
    padding: 40px 30px;
  }
}
.cid-u0pw2df5hq .mbr-section-title {
  color: #d81b2d;
  padding-bottom: 157px;
}
@media (max-width: 1439px) {
  .cid-u0pw2df5hq .mbr-section-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .cid-u0pw2df5hq .mbr-section-title {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-u0pw2df5hq .mbr-section-title {
    padding-bottom: 40px;
  }
}
.cid-u0pw2df5hq .mbr-text {
  color: #303030;
  margin-top: 25px;
}
.cid-u0pw2df5hq .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
  padding-top: 30px;
}
.cid-u0pw2df5hq .text-item {
  width: 49%;
}
@media (max-width: 767px) {
  .cid-u0pw2df5hq .text-item {
    width: 100%;
  }
}
.cid-u0pw2df5hq .item-title {
  color: #d81b2d;
}
.cid-u0pw2df5hq .item-text {
  color: #ffffff;
  margin-top: 5px;
}
.cid-u0pw2df5hq .mbr-text,
.cid-u0pw2df5hq .mbr-section-btn {
  color: #ffffff;
}
.cid-u0p8wbyO6o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u0p8wbyO6o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0p8wbyO6o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0p8wbyO6o .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0p8wbyO6o .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0p8wbyO6o .container {
    padding: 0;
  }
}
.cid-u0p8wbyO6o .row {
  justify-content: center;
}
.cid-u0p8wbyO6o .title-wrapper {
  padding: 0 16px;
}
.cid-u0p8wbyO6o .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0p8wbyO6o .mbr-section-title {
  color: #d81b2d;
}
.cid-u0pyV6AqE1 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6;
}
.cid-u0pyV6AqE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pyV6AqE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pyV6AqE1 .mbr-section-title {
  color: #d81b2d;
}
.cid-u0pyV6AqE1 .mbr-section-subtitle {
  color: #000000;
}
.cid-u0pyV6AqE1 .mbr-section-btn {
  margin-top: 16px;
}
.cid-u0pz54kKfd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-u0pz54kKfd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pz54kKfd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pz54kKfd .cards-row {
  row-gap: 50px;
}
.cid-u0pz54kKfd .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-u0pz54kKfd .mbr-iconfont {
  font-size: 82px;
  color: #d81b2d;
}
.cid-u0pz54kKfd .card-box {
  padding-left: 28px;
}
.cid-u0pz54kKfd .card-title {
  color: #d81b2d;
}
.cid-u0pz54kKfd .card-text {
  color: #303030;
  margin-top: 10px;
}
.cid-u5dsw1Q6S9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u5dsw1Q6S9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5dsw1Q6S9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5dsw1Q6S9 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5dsw1Q6S9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5dsw1Q6S9 .container {
    padding: 0;
  }
}
.cid-u5dsw1Q6S9 .row {
  justify-content: center;
}
.cid-u5dsw1Q6S9 .title-wrapper {
  padding: 0 16px;
}
.cid-u5dsw1Q6S9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u5dsw1Q6S9 .mbr-section-title {
  color: #d81b2d;
}
.cid-u5dsuVMb0S {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #0a2045;
}
.cid-u5dsuVMb0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5dsuVMb0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5dsuVMb0S .mbr-iconfont {
  color: #d81b2d;
  font-size: 5rem;
  width: 5rem;
}
.cid-u5dsuVMb0S .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-u5dsuVMb0S .mbr-section-title {
  color: #d81b2d;
}
.cid-u5dsuVMb0S .mbr-section-subtitle,
.cid-u5dsuVMb0S .mbr-section-btn {
  color: #ffffff;
}
.cid-u0pz5YVU7G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u0pz5YVU7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pz5YVU7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pz5YVU7G .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0pz5YVU7G .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0pz5YVU7G .container {
    padding: 0;
  }
}
.cid-u0pz5YVU7G .row {
  justify-content: center;
}
.cid-u0pz5YVU7G .title-wrapper {
  padding: 0 16px;
}
.cid-u0pz5YVU7G .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0pz5YVU7G .mbr-section-title {
  color: #d81b2d;
}
.cid-u5Gi6B9NaP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5Gi6B9NaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Gi6B9NaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Gi6B9NaP .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u5Gi6B9NaP .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u5Gi6B9NaP .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u5Gi6B9NaP .col-text {
    margin-bottom: 50px;
  }
}
.cid-u5Gi6B9NaP .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u5Gi6B9NaP .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u5Gi6B9NaP .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u5Gi6B9NaP .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u5Gi6B9NaP .item-wrap {
    width: 100%;
  }
}
.cid-u5Gi6B9NaP .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u5Gi6B9NaP .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u5Gi6B9NaP .item-text {
  margin-bottom: 6px;
}
.cid-u5Gi6B9NaP .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u5Gi6B9NaP form {
  width: 100%;
}
.cid-u5Gi6B9NaP form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u5Gi6B9NaP form p {
  color: #353535;
}
.cid-u5Gi6B9NaP form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u5Gi6B9NaP form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u5Gi6B9NaP form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u5Gi6B9NaP form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u5Gi6B9NaP form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u5Gi6B9NaP form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u5Gi6B9NaP form select {
  color: #303030 !important;
}
.cid-u5Gi6B9NaP form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u5Gi6B9NaP form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5Gi6B9NaP form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5Gi6B9NaP form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5Gi6B9NaP form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5Gi6B9NaP form input,
.cid-u5Gi6B9NaP form textarea {
  transition: .3s all;
}
.cid-u5Gi6B9NaP form input:active,
.cid-u5Gi6B9NaP form textarea:active,
.cid-u5Gi6B9NaP form input:focus,
.cid-u5Gi6B9NaP form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u5Gi6B9NaP form input:active::-webkit-input-placeholder,
.cid-u5Gi6B9NaP form textarea:active::-webkit-input-placeholder,
.cid-u5Gi6B9NaP form input:focus::-webkit-input-placeholder,
.cid-u5Gi6B9NaP form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5Gi6B9NaP form input:active::-moz-placeholder,
.cid-u5Gi6B9NaP form textarea:active::-moz-placeholder,
.cid-u5Gi6B9NaP form input:focus::-moz-placeholder,
.cid-u5Gi6B9NaP form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5Gi6B9NaP form input:active:-moz-placeholder,
.cid-u5Gi6B9NaP form textarea:active:-moz-placeholder,
.cid-u5Gi6B9NaP form input:focus:-moz-placeholder,
.cid-u5Gi6B9NaP form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5Gi6B9NaP form input:active:-ms-input-placeholder,
.cid-u5Gi6B9NaP form textarea:active:-ms-input-placeholder,
.cid-u5Gi6B9NaP form input:focus:-ms-input-placeholder,
.cid-u5Gi6B9NaP form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5Gi6B9NaP form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u5Gi6B9NaP form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u5Gi6B9NaP form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u5Gi6B9NaP form .form-check label {
  color: #303030;
}
.cid-u5Gi6B9NaP form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u5Gi6B9NaP form .form-check-input:focus,
.cid-u5Gi6B9NaP form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u5Gi6B9NaP form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4X1lahuaX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X1lahuaX .mbr-social-likes {
  font-size: 0;
}
.cid-u4X1lahuaX .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X1lahuaX .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X1lahuaX .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X1lahuaX .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X1lahuaX .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X1lahuaX .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X1lahuaX .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X1lahuaX .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X1lahuaX .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X1lahuaX .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X1lahuaX [class^="socicon-"]:before,
.cid-u4X1lahuaX [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X1lahuaX .mbr-section-title,
.cid-u4X1lahuaX .mbr-social-likes {
  color: #0a2045;
}
.cid-tYqYEQuSdA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYqYEQuSdA img {
  border-radius: 0px;
}
.cid-tYqYEQuSdA .row {
  justify-content: center;
}
.cid-tYqYEQuSdA .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tX7gcP7zjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-tX7gcP7zjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7gcP7zjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX7gcP7zjw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tX7gcP7zjw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tX7gcP7zjw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-tX7gcP7zjw .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tX7gcP7zjw .list-box {
  width: 100%;
}
.cid-tX7gcP7zjw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tX7gcP7zjw .list a:hover:before {
  background-position: left !important;
}
.cid-tX7gcP7zjw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tX7gcP7zjw .news-item {
  width: 100%;
}
.cid-tX7gcP7zjw .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tX7gcP7zjw .news-title {
  color: #ffffff;
}
.cid-tX7gcP7zjw .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-u0pCLWjGru {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0a2045;
  overflow: hidden;
}
.cid-u0pCLWjGru .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pCLWjGru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pCLWjGru .container-fluid {
  max-width: 100% !important;
}
.cid-u0pCLWjGru .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-u0pCLWjGru .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0pCLWjGru .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-u0pCLWjGru .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-u0pCLWjGru .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-u0pCLWjGru .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-u0pCLWjGru .mbr-section-title {
  color: #d81b2d;
  text-align: center;
}
.cid-u0pCLWjGru .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-u0pCLWjGru .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-u0pCLWjGru .text-bottom {
    padding-top: 50px;
  }
}
.cid-u0pCLWjGru .mbr-text {
  color: #303030;
}
.cid-u0pCLWjGru .mbr-section-btn {
  margin-top: 16px;
}
.cid-u0pCLWjGru .mbr-text,
.cid-u0pCLWjGru .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u0pFC7nWqi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u0pFC7nWqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pFC7nWqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pFC7nWqi .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0pFC7nWqi .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0pFC7nWqi .container {
    padding: 0;
  }
}
.cid-u0pFC7nWqi .row {
  justify-content: center;
}
.cid-u0pFC7nWqi .title-wrapper {
  padding: 0 16px;
}
.cid-u0pFC7nWqi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0pFC7nWqi .mbr-section-title {
  color: #d81b2d;
}
.cid-u15hByaTxA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2045;
}
.cid-u15hByaTxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15hByaTxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15hByaTxA .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u15hByaTxA .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u15hByaTxA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u15hByaTxA .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u15hByaTxA .container {
    padding: 0 16px;
  }
}
.cid-u15hByaTxA .row {
  padding: 60px 44px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-u15hByaTxA .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-u15hByaTxA .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-u15hByaTxA .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-u15hByaTxA .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-u15hByaTxA .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #d81b2d;
}
@media (max-width: 992px) {
  .cid-u15hByaTxA .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-u15hByaTxA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u15hByaTxA .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-u15hByaTxA .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u15hByaTxA .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-u15hByaTxA .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #d81b2d;
}
.cid-u15hByaTxA .mbr-section-title {
  color: #000000;
}
.cid-u15hByaTxA .mbr-text {
  color: #000000;
}
.cid-u15hByaTxA .mbr-name {
  color: #000000;
}
.cid-u15hByaTxA .mbr-section-title,
.cid-u15hByaTxA .icon-wrapper {
  color: #0a2045;
}
.cid-u4cA7J4PM9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d81b2d;
}
.cid-u4cA7J4PM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4cA7J4PM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4cA7J4PM9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u4cA7J4PM9 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4cA7J4PM9 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u4cA7J4PM9 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4cA7J4PM9 .container {
    padding: 0 12px;
  }
}
.cid-u4cA7J4PM9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u4cA7J4PM9 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u4cA7J4PM9 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u4cA7J4PM9 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u4cA7J4PM9 .mbr-section-title {
  color: #1D1D1F;
}
.cid-u4cA7J4PM9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u4cA7J4PM9 .mbr-section-title,
.cid-u4cA7J4PM9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u15iDi7lQr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0a2045;
}
.cid-u15iDi7lQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15iDi7lQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15iDi7lQr .mbr-iconfont {
  color: #d81b2d;
  font-size: 5rem;
  width: 5rem;
}
.cid-u15iDi7lQr .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-u15iDi7lQr .mbr-section-title {
  color: #d81b2d;
}
.cid-u15iDi7lQr .mbr-section-subtitle,
.cid-u15iDi7lQr .mbr-section-btn {
  color: #ffffff;
}
.cid-u15hChcB8z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u15hChcB8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15hChcB8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15hChcB8z .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u15hChcB8z .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u15hChcB8z .container {
    padding: 0;
  }
}
.cid-u15hChcB8z .row {
  justify-content: center;
}
.cid-u15hChcB8z .title-wrapper {
  padding: 0 16px;
}
.cid-u15hChcB8z .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u15hChcB8z .mbr-section-title {
  color: #d81b2d;
}
.cid-u5Gia7nCqP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5Gia7nCqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Gia7nCqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Gia7nCqP .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u5Gia7nCqP .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u5Gia7nCqP .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u5Gia7nCqP .col-text {
    margin-bottom: 50px;
  }
}
.cid-u5Gia7nCqP .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u5Gia7nCqP .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u5Gia7nCqP .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u5Gia7nCqP .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u5Gia7nCqP .item-wrap {
    width: 100%;
  }
}
.cid-u5Gia7nCqP .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u5Gia7nCqP .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u5Gia7nCqP .item-text {
  margin-bottom: 6px;
}
.cid-u5Gia7nCqP .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u5Gia7nCqP form {
  width: 100%;
}
.cid-u5Gia7nCqP form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u5Gia7nCqP form p {
  color: #353535;
}
.cid-u5Gia7nCqP form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u5Gia7nCqP form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u5Gia7nCqP form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u5Gia7nCqP form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u5Gia7nCqP form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u5Gia7nCqP form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u5Gia7nCqP form select {
  color: #303030 !important;
}
.cid-u5Gia7nCqP form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u5Gia7nCqP form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5Gia7nCqP form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5Gia7nCqP form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5Gia7nCqP form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5Gia7nCqP form input,
.cid-u5Gia7nCqP form textarea {
  transition: .3s all;
}
.cid-u5Gia7nCqP form input:active,
.cid-u5Gia7nCqP form textarea:active,
.cid-u5Gia7nCqP form input:focus,
.cid-u5Gia7nCqP form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u5Gia7nCqP form input:active::-webkit-input-placeholder,
.cid-u5Gia7nCqP form textarea:active::-webkit-input-placeholder,
.cid-u5Gia7nCqP form input:focus::-webkit-input-placeholder,
.cid-u5Gia7nCqP form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5Gia7nCqP form input:active::-moz-placeholder,
.cid-u5Gia7nCqP form textarea:active::-moz-placeholder,
.cid-u5Gia7nCqP form input:focus::-moz-placeholder,
.cid-u5Gia7nCqP form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5Gia7nCqP form input:active:-moz-placeholder,
.cid-u5Gia7nCqP form textarea:active:-moz-placeholder,
.cid-u5Gia7nCqP form input:focus:-moz-placeholder,
.cid-u5Gia7nCqP form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5Gia7nCqP form input:active:-ms-input-placeholder,
.cid-u5Gia7nCqP form textarea:active:-ms-input-placeholder,
.cid-u5Gia7nCqP form input:focus:-ms-input-placeholder,
.cid-u5Gia7nCqP form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5Gia7nCqP form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u5Gia7nCqP form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u5Gia7nCqP form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u5Gia7nCqP form .form-check label {
  color: #303030;
}
.cid-u5Gia7nCqP form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u5Gia7nCqP form .form-check-input:focus,
.cid-u5Gia7nCqP form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u5Gia7nCqP form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4X1pnGrgN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X1pnGrgN .mbr-social-likes {
  font-size: 0;
}
.cid-u4X1pnGrgN .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X1pnGrgN .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X1pnGrgN .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X1pnGrgN .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X1pnGrgN .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X1pnGrgN .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X1pnGrgN .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X1pnGrgN .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X1pnGrgN .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X1pnGrgN .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X1pnGrgN [class^="socicon-"]:before,
.cid-u4X1pnGrgN [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X1pnGrgN .mbr-section-title,
.cid-u4X1pnGrgN .mbr-social-likes {
  color: #0a2045;
}
.cid-tYqYIJ9rts {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYqYIJ9rts img {
  border-radius: 0px;
}
.cid-tYqYIJ9rts .row {
  justify-content: center;
}
.cid-tYqYIJ9rts .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tX7gcP7zjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-tX7gcP7zjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7gcP7zjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX7gcP7zjw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tX7gcP7zjw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tX7gcP7zjw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-tX7gcP7zjw .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tX7gcP7zjw .list-box {
  width: 100%;
}
.cid-tX7gcP7zjw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tX7gcP7zjw .list a:hover:before {
  background-position: left !important;
}
.cid-tX7gcP7zjw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tX7gcP7zjw .news-item {
  width: 100%;
}
.cid-tX7gcP7zjw .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tX7gcP7zjw .news-title {
  color: #ffffff;
}
.cid-tX7gcP7zjw .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-u0pS8BWQhm {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0a2045;
  overflow: hidden;
}
.cid-u0pS8BWQhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pS8BWQhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pS8BWQhm .container-fluid {
  max-width: 100% !important;
}
.cid-u0pS8BWQhm .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-u0pS8BWQhm .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0pS8BWQhm .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-u0pS8BWQhm .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-u0pS8BWQhm .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-u0pS8BWQhm .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-u0pS8BWQhm .mbr-section-title {
  color: #d81b2d;
  text-align: center;
}
.cid-u0pS8BWQhm .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-u0pS8BWQhm .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-u0pS8BWQhm .text-bottom {
    padding-top: 50px;
  }
}
.cid-u0pS8BWQhm .mbr-text {
  color: #303030;
}
.cid-u0pS8BWQhm .mbr-section-btn {
  margin-top: 16px;
}
.cid-u0pS8BWQhm .mbr-text,
.cid-u0pS8BWQhm .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u0pS9n4Mm5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u0pS9n4Mm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pS9n4Mm5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pS9n4Mm5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0pS9n4Mm5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0pS9n4Mm5 .container {
    padding: 0;
  }
}
.cid-u0pS9n4Mm5 .row {
  justify-content: center;
}
.cid-u0pS9n4Mm5 .title-wrapper {
  padding: 0 16px;
}
.cid-u0pS9n4Mm5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0pS9n4Mm5 .mbr-section-title {
  color: #d81b2d;
}
.cid-u0q1BtPqtX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2045;
}
.cid-u0q1BtPqtX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0q1BtPqtX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0q1BtPqtX .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u0q1BtPqtX .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0q1BtPqtX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u0q1BtPqtX .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0q1BtPqtX .container {
    padding: 0 16px;
  }
}
.cid-u0q1BtPqtX .row {
  padding: 60px 44px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-u0q1BtPqtX .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-u0q1BtPqtX .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-u0q1BtPqtX .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-u0q1BtPqtX .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-u0q1BtPqtX .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #d81b2d;
}
@media (max-width: 992px) {
  .cid-u0q1BtPqtX .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-u0q1BtPqtX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0q1BtPqtX .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-u0q1BtPqtX .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u0q1BtPqtX .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-u0q1BtPqtX .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #d81b2d;
}
.cid-u0q1BtPqtX .mbr-section-title {
  color: #000000;
}
.cid-u0q1BtPqtX .mbr-text {
  color: #000000;
}
.cid-u0q1BtPqtX .mbr-name {
  color: #000000;
}
.cid-u0q1BtPqtX .mbr-section-title,
.cid-u0q1BtPqtX .icon-wrapper {
  color: #0a2045;
}
.cid-u4cAUgLw3m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d81b2d;
}
.cid-u4cAUgLw3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4cAUgLw3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4cAUgLw3m .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u4cAUgLw3m .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4cAUgLw3m .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u4cAUgLw3m .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4cAUgLw3m .container {
    padding: 0 12px;
  }
}
.cid-u4cAUgLw3m .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u4cAUgLw3m .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u4cAUgLw3m .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u4cAUgLw3m .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u4cAUgLw3m .mbr-section-title {
  color: #1D1D1F;
}
.cid-u4cAUgLw3m .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u4cAUgLw3m .mbr-section-title,
.cid-u4cAUgLw3m .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0q1CdFDte {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0a2045;
}
.cid-u0q1CdFDte .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0q1CdFDte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0q1CdFDte .mbr-iconfont {
  color: #d81b2d;
  font-size: 5rem;
  width: 5rem;
}
.cid-u0q1CdFDte .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-u0q1CdFDte .mbr-section-title {
  color: #d81b2d;
}
.cid-u0q1CdFDte .mbr-section-subtitle,
.cid-u0q1CdFDte .mbr-section-btn {
  color: #ffffff;
}
.cid-u0q1CTTxTh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u0q1CTTxTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0q1CTTxTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0q1CTTxTh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0q1CTTxTh .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0q1CTTxTh .container {
    padding: 0;
  }
}
.cid-u0q1CTTxTh .row {
  justify-content: center;
}
.cid-u0q1CTTxTh .title-wrapper {
  padding: 0 16px;
}
.cid-u0q1CTTxTh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0q1CTTxTh .mbr-section-title {
  color: #d81b2d;
}
.cid-u5Gie60ezG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5Gie60ezG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Gie60ezG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Gie60ezG .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u5Gie60ezG .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u5Gie60ezG .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u5Gie60ezG .col-text {
    margin-bottom: 50px;
  }
}
.cid-u5Gie60ezG .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u5Gie60ezG .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u5Gie60ezG .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u5Gie60ezG .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u5Gie60ezG .item-wrap {
    width: 100%;
  }
}
.cid-u5Gie60ezG .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u5Gie60ezG .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u5Gie60ezG .item-text {
  margin-bottom: 6px;
}
.cid-u5Gie60ezG .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u5Gie60ezG form {
  width: 100%;
}
.cid-u5Gie60ezG form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u5Gie60ezG form p {
  color: #353535;
}
.cid-u5Gie60ezG form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u5Gie60ezG form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u5Gie60ezG form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u5Gie60ezG form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u5Gie60ezG form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u5Gie60ezG form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u5Gie60ezG form select {
  color: #303030 !important;
}
.cid-u5Gie60ezG form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u5Gie60ezG form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5Gie60ezG form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5Gie60ezG form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5Gie60ezG form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5Gie60ezG form input,
.cid-u5Gie60ezG form textarea {
  transition: .3s all;
}
.cid-u5Gie60ezG form input:active,
.cid-u5Gie60ezG form textarea:active,
.cid-u5Gie60ezG form input:focus,
.cid-u5Gie60ezG form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u5Gie60ezG form input:active::-webkit-input-placeholder,
.cid-u5Gie60ezG form textarea:active::-webkit-input-placeholder,
.cid-u5Gie60ezG form input:focus::-webkit-input-placeholder,
.cid-u5Gie60ezG form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5Gie60ezG form input:active::-moz-placeholder,
.cid-u5Gie60ezG form textarea:active::-moz-placeholder,
.cid-u5Gie60ezG form input:focus::-moz-placeholder,
.cid-u5Gie60ezG form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5Gie60ezG form input:active:-moz-placeholder,
.cid-u5Gie60ezG form textarea:active:-moz-placeholder,
.cid-u5Gie60ezG form input:focus:-moz-placeholder,
.cid-u5Gie60ezG form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5Gie60ezG form input:active:-ms-input-placeholder,
.cid-u5Gie60ezG form textarea:active:-ms-input-placeholder,
.cid-u5Gie60ezG form input:focus:-ms-input-placeholder,
.cid-u5Gie60ezG form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5Gie60ezG form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u5Gie60ezG form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u5Gie60ezG form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u5Gie60ezG form .form-check label {
  color: #303030;
}
.cid-u5Gie60ezG form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u5Gie60ezG form .form-check-input:focus,
.cid-u5Gie60ezG form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u5Gie60ezG form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4X1sCMvEP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X1sCMvEP .mbr-social-likes {
  font-size: 0;
}
.cid-u4X1sCMvEP .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X1sCMvEP .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X1sCMvEP .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X1sCMvEP .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X1sCMvEP .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X1sCMvEP .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X1sCMvEP .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X1sCMvEP .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X1sCMvEP .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X1sCMvEP .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X1sCMvEP [class^="socicon-"]:before,
.cid-u4X1sCMvEP [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X1sCMvEP .mbr-section-title,
.cid-u4X1sCMvEP .mbr-social-likes {
  color: #0a2045;
}
.cid-tYqYMnMWnq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYqYMnMWnq img {
  border-radius: 0px;
}
.cid-tYqYMnMWnq .row {
  justify-content: center;
}
.cid-tYqYMnMWnq .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tX7gcP7zjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-tX7gcP7zjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7gcP7zjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX7gcP7zjw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tX7gcP7zjw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tX7gcP7zjw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-tX7gcP7zjw .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tX7gcP7zjw .list-box {
  width: 100%;
}
.cid-tX7gcP7zjw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tX7gcP7zjw .list a:hover:before {
  background-position: left !important;
}
.cid-tX7gcP7zjw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tX7gcP7zjw .news-item {
  width: 100%;
}
.cid-tX7gcP7zjw .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tX7gcP7zjw .news-title {
  color: #ffffff;
}
.cid-tX7gcP7zjw .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-u0pVhXBQs5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0a2045;
  overflow: hidden;
}
.cid-u0pVhXBQs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pVhXBQs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pVhXBQs5 .container-fluid {
  max-width: 100% !important;
}
.cid-u0pVhXBQs5 .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-u0pVhXBQs5 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0pVhXBQs5 .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-u0pVhXBQs5 .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-u0pVhXBQs5 .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-u0pVhXBQs5 .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-u0pVhXBQs5 .mbr-section-title {
  color: #d81b2d;
  text-align: center;
}
.cid-u0pVhXBQs5 .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-u0pVhXBQs5 .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-u0pVhXBQs5 .text-bottom {
    padding-top: 50px;
  }
}
.cid-u0pVhXBQs5 .mbr-text {
  color: #303030;
}
.cid-u0pVhXBQs5 .mbr-section-btn {
  margin-top: 16px;
}
.cid-u0pVhXBQs5 .mbr-text,
.cid-u0pVhXBQs5 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u0pWFgNW7a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u0pWFgNW7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pWFgNW7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pWFgNW7a .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0pWFgNW7a .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0pWFgNW7a .container {
    padding: 0;
  }
}
.cid-u0pWFgNW7a .row {
  justify-content: center;
}
.cid-u0pWFgNW7a .title-wrapper {
  padding: 0 16px;
}
.cid-u0pWFgNW7a .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0pWFgNW7a .mbr-section-title {
  color: #d81b2d;
}
.cid-u0pWMJxuU0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2045;
}
.cid-u0pWMJxuU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pWMJxuU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pWMJxuU0 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u0pWMJxuU0 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0pWMJxuU0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u0pWMJxuU0 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0pWMJxuU0 .container {
    padding: 0 16px;
  }
}
.cid-u0pWMJxuU0 .row {
  padding: 60px 44px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-u0pWMJxuU0 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-u0pWMJxuU0 .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-u0pWMJxuU0 .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-u0pWMJxuU0 .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-u0pWMJxuU0 .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #d81b2d;
}
@media (max-width: 992px) {
  .cid-u0pWMJxuU0 .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-u0pWMJxuU0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0pWMJxuU0 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-u0pWMJxuU0 .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u0pWMJxuU0 .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-u0pWMJxuU0 .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #d81b2d;
}
.cid-u0pWMJxuU0 .mbr-section-title {
  color: #000000;
}
.cid-u0pWMJxuU0 .mbr-text {
  color: #000000;
}
.cid-u0pWMJxuU0 .mbr-name {
  color: #000000;
}
.cid-u0pWMJxuU0 .mbr-section-title,
.cid-u0pWMJxuU0 .icon-wrapper {
  color: #0a2045;
}
.cid-u4cBp4H0HL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d81b2d;
}
.cid-u4cBp4H0HL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4cBp4H0HL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4cBp4H0HL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u4cBp4H0HL .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4cBp4H0HL .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u4cBp4H0HL .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4cBp4H0HL .container {
    padding: 0 12px;
  }
}
.cid-u4cBp4H0HL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u4cBp4H0HL .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u4cBp4H0HL .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u4cBp4H0HL .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u4cBp4H0HL .mbr-section-title {
  color: #1D1D1F;
}
.cid-u4cBp4H0HL .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u4cBp4H0HL .mbr-section-title,
.cid-u4cBp4H0HL .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0pXN6LRl0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0a2045;
}
.cid-u0pXN6LRl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pXN6LRl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pXN6LRl0 .mbr-iconfont {
  color: #d81b2d;
  font-size: 5rem;
  width: 5rem;
}
.cid-u0pXN6LRl0 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-u0pXN6LRl0 .mbr-section-title {
  color: #d81b2d;
}
.cid-u0pXN6LRl0 .mbr-section-subtitle,
.cid-u0pXN6LRl0 .mbr-section-btn {
  color: #ffffff;
}
.cid-u0q0IzBhEo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u0q0IzBhEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0q0IzBhEo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0q0IzBhEo .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0q0IzBhEo .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0q0IzBhEo .container {
    padding: 0;
  }
}
.cid-u0q0IzBhEo .row {
  justify-content: center;
}
.cid-u0q0IzBhEo .title-wrapper {
  padding: 0 16px;
}
.cid-u0q0IzBhEo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0q0IzBhEo .mbr-section-title {
  color: #d81b2d;
}
.cid-u5GilQ66iz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5GilQ66iz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5GilQ66iz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5GilQ66iz .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u5GilQ66iz .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u5GilQ66iz .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u5GilQ66iz .col-text {
    margin-bottom: 50px;
  }
}
.cid-u5GilQ66iz .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u5GilQ66iz .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u5GilQ66iz .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u5GilQ66iz .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u5GilQ66iz .item-wrap {
    width: 100%;
  }
}
.cid-u5GilQ66iz .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u5GilQ66iz .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u5GilQ66iz .item-text {
  margin-bottom: 6px;
}
.cid-u5GilQ66iz .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u5GilQ66iz form {
  width: 100%;
}
.cid-u5GilQ66iz form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u5GilQ66iz form p {
  color: #353535;
}
.cid-u5GilQ66iz form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u5GilQ66iz form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u5GilQ66iz form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u5GilQ66iz form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u5GilQ66iz form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u5GilQ66iz form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u5GilQ66iz form select {
  color: #303030 !important;
}
.cid-u5GilQ66iz form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u5GilQ66iz form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GilQ66iz form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GilQ66iz form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GilQ66iz form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GilQ66iz form input,
.cid-u5GilQ66iz form textarea {
  transition: .3s all;
}
.cid-u5GilQ66iz form input:active,
.cid-u5GilQ66iz form textarea:active,
.cid-u5GilQ66iz form input:focus,
.cid-u5GilQ66iz form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u5GilQ66iz form input:active::-webkit-input-placeholder,
.cid-u5GilQ66iz form textarea:active::-webkit-input-placeholder,
.cid-u5GilQ66iz form input:focus::-webkit-input-placeholder,
.cid-u5GilQ66iz form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GilQ66iz form input:active::-moz-placeholder,
.cid-u5GilQ66iz form textarea:active::-moz-placeholder,
.cid-u5GilQ66iz form input:focus::-moz-placeholder,
.cid-u5GilQ66iz form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GilQ66iz form input:active:-moz-placeholder,
.cid-u5GilQ66iz form textarea:active:-moz-placeholder,
.cid-u5GilQ66iz form input:focus:-moz-placeholder,
.cid-u5GilQ66iz form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GilQ66iz form input:active:-ms-input-placeholder,
.cid-u5GilQ66iz form textarea:active:-ms-input-placeholder,
.cid-u5GilQ66iz form input:focus:-ms-input-placeholder,
.cid-u5GilQ66iz form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GilQ66iz form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u5GilQ66iz form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u5GilQ66iz form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u5GilQ66iz form .form-check label {
  color: #303030;
}
.cid-u5GilQ66iz form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u5GilQ66iz form .form-check-input:focus,
.cid-u5GilQ66iz form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u5GilQ66iz form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4X1zxQILD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X1zxQILD .mbr-social-likes {
  font-size: 0;
}
.cid-u4X1zxQILD .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X1zxQILD .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X1zxQILD .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X1zxQILD .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X1zxQILD .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X1zxQILD .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X1zxQILD .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X1zxQILD .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X1zxQILD .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X1zxQILD .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X1zxQILD [class^="socicon-"]:before,
.cid-u4X1zxQILD [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X1zxQILD .mbr-section-title,
.cid-u4X1zxQILD .mbr-social-likes {
  color: #0a2045;
}
.cid-tYqYPZsw9H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYqYPZsw9H img {
  border-radius: 0px;
}
.cid-tYqYPZsw9H .row {
  justify-content: center;
}
.cid-tYqYPZsw9H .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tX7gcP7zjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-tX7gcP7zjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7gcP7zjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX7gcP7zjw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tX7gcP7zjw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tX7gcP7zjw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-tX7gcP7zjw .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tX7gcP7zjw .list-box {
  width: 100%;
}
.cid-tX7gcP7zjw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tX7gcP7zjw .list a:hover:before {
  background-position: left !important;
}
.cid-tX7gcP7zjw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tX7gcP7zjw .news-item {
  width: 100%;
}
.cid-tX7gcP7zjw .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tX7gcP7zjw .news-title {
  color: #ffffff;
}
.cid-tX7gcP7zjw .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-u4cfr2pmhv {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/flag-tr-blue.png");
}
.cid-u4cfr2pmhv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4cfr2pmhv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4cfr2pmhv .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-u4cfr2pmhv .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u4cfr2pmhv .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u4cfr2pmhv .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u4cfr2pmhv .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u4cfr2pmhv .row {
  flex-direction: row-reverse;
}
.cid-u4cfr2pmhv .image-wrapper {
  padding: 0 1rem;
}
.cid-u4cfr2pmhv img,
.cid-u4cfr2pmhv .image-wrapper {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u4cfr2pmhv img,
  .cid-u4cfr2pmhv .image-wrapper {
    max-height: 350px;
  }
}
.cid-u4cfr2pmhv .mbr-section-title {
  color: #0a2045;
}
.cid-u4cfr2pmhv .mbr-text {
  color: #000000;
}
.cid-u4cfr2pmhv .mbr-text,
.cid-u4cfr2pmhv .mbr-section-btn {
  text-align: left;
}
.cid-u4cfr2pmhv .price {
  color: #d81b2d;
}
.cid-u0qb7DkcOp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a2045;
}
.cid-u0qb7DkcOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qb7DkcOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qb7DkcOp .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-u0qb7DkcOp .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u0qb7DkcOp .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u0qb7DkcOp .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u0qb7DkcOp .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u0qb7DkcOp .image-wrapper {
  padding: 0 1rem;
}
.cid-u0qb7DkcOp img,
.cid-u0qb7DkcOp .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u0qb7DkcOp img,
  .cid-u0qb7DkcOp .image-wrapper {
    max-height: 350px;
  }
}
.cid-u0qb7DkcOp .mbr-section-title {
  color: #0a2045;
}
.cid-u0qb7DkcOp .mbr-text {
  color: #000000;
}
.cid-u0qb7DkcOp .mbr-text,
.cid-u0qb7DkcOp .mbr-section-btn {
  text-align: left;
}
.cid-u0qb7DkcOp .price {
  color: #d81b2d;
}
.cid-u0qc6B70kD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a2045;
}
.cid-u0qc6B70kD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qc6B70kD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qc6B70kD .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-u0qc6B70kD .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u0qc6B70kD .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u0qc6B70kD .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u0qc6B70kD .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u0qc6B70kD .row {
  flex-direction: row-reverse;
}
.cid-u0qc6B70kD .image-wrapper {
  padding: 0 1rem;
}
.cid-u0qc6B70kD img,
.cid-u0qc6B70kD .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u0qc6B70kD img,
  .cid-u0qc6B70kD .image-wrapper {
    max-height: 350px;
  }
}
.cid-u0qc6B70kD .mbr-section-title {
  color: #0a2045;
}
.cid-u0qc6B70kD .mbr-text {
  color: #000000;
}
.cid-u0qc6B70kD .mbr-text,
.cid-u0qc6B70kD .mbr-section-btn {
  text-align: left;
}
.cid-u0qc6B70kD .price {
  color: #d81b2d;
}
.cid-u0qcdCiaaa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a2045;
}
.cid-u0qcdCiaaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qcdCiaaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qcdCiaaa .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-u0qcdCiaaa .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u0qcdCiaaa .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u0qcdCiaaa .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u0qcdCiaaa .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u0qcdCiaaa .image-wrapper {
  padding: 0 1rem;
}
.cid-u0qcdCiaaa img,
.cid-u0qcdCiaaa .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u0qcdCiaaa img,
  .cid-u0qcdCiaaa .image-wrapper {
    max-height: 350px;
  }
}
.cid-u0qcdCiaaa .mbr-section-title {
  color: #0a2045;
}
.cid-u0qcdCiaaa .mbr-text {
  color: #000000;
}
.cid-u0qcdCiaaa .mbr-text,
.cid-u0qcdCiaaa .mbr-section-btn {
  text-align: left;
}
.cid-u0qcdCiaaa .price {
  color: #d81b2d;
}
.cid-u0qczpa46K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a2045;
}
.cid-u0qczpa46K .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qczpa46K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qczpa46K .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-u0qczpa46K .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u0qczpa46K .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u0qczpa46K .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u0qczpa46K .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u0qczpa46K .row {
  flex-direction: row-reverse;
}
.cid-u0qczpa46K .image-wrapper {
  padding: 0 1rem;
}
.cid-u0qczpa46K img,
.cid-u0qczpa46K .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u0qczpa46K img,
  .cid-u0qczpa46K .image-wrapper {
    max-height: 350px;
  }
}
.cid-u0qczpa46K .mbr-section-title {
  color: #0a2045;
}
.cid-u0qczpa46K .mbr-text {
  color: #000000;
}
.cid-u0qczpa46K .mbr-text,
.cid-u0qczpa46K .mbr-section-btn {
  text-align: left;
}
.cid-u0qczpa46K .price {
  color: #d81b2d;
}
.cid-u0qcEph8YS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a2045;
}
.cid-u0qcEph8YS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qcEph8YS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qcEph8YS .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-u0qcEph8YS .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u0qcEph8YS .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u0qcEph8YS .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u0qcEph8YS .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u0qcEph8YS .image-wrapper {
  padding: 0 1rem;
}
.cid-u0qcEph8YS img,
.cid-u0qcEph8YS .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u0qcEph8YS img,
  .cid-u0qcEph8YS .image-wrapper {
    max-height: 350px;
  }
}
.cid-u0qcEph8YS .mbr-section-title {
  color: #0a2045;
}
.cid-u0qcEph8YS .mbr-text {
  color: #000000;
}
.cid-u0qcEph8YS .mbr-text,
.cid-u0qcEph8YS .mbr-section-btn {
  text-align: left;
}
.cid-u0qcEph8YS .price {
  color: #d81b2d;
}
.cid-u0qcJePSAW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a2045;
}
.cid-u0qcJePSAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qcJePSAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qcJePSAW .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-u0qcJePSAW .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u0qcJePSAW .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u0qcJePSAW .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u0qcJePSAW .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u0qcJePSAW .row {
  flex-direction: row-reverse;
}
.cid-u0qcJePSAW .image-wrapper {
  padding: 0 1rem;
}
.cid-u0qcJePSAW img,
.cid-u0qcJePSAW .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u0qcJePSAW img,
  .cid-u0qcJePSAW .image-wrapper {
    max-height: 350px;
  }
}
.cid-u0qcJePSAW .mbr-section-title {
  color: #0a2045;
}
.cid-u0qcJePSAW .mbr-text {
  color: #000000;
}
.cid-u0qcJePSAW .mbr-text,
.cid-u0qcJePSAW .mbr-section-btn {
  text-align: left;
}
.cid-u0qcJePSAW .price {
  color: #d81b2d;
}
.cid-u0qcPaOoXD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a2045;
}
.cid-u0qcPaOoXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qcPaOoXD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qcPaOoXD .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-u0qcPaOoXD .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u0qcPaOoXD .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u0qcPaOoXD .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u0qcPaOoXD .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u0qcPaOoXD .image-wrapper {
  padding: 0 1rem;
}
.cid-u0qcPaOoXD img,
.cid-u0qcPaOoXD .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u0qcPaOoXD img,
  .cid-u0qcPaOoXD .image-wrapper {
    max-height: 350px;
  }
}
.cid-u0qcPaOoXD .mbr-section-title {
  color: #0a2045;
}
.cid-u0qcPaOoXD .mbr-text {
  color: #000000;
}
.cid-u0qcPaOoXD .mbr-text,
.cid-u0qcPaOoXD .mbr-section-btn {
  text-align: left;
}
.cid-u0qcPaOoXD .price {
  color: #d81b2d;
}
.cid-u0qcWWpVmN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a2045;
}
.cid-u0qcWWpVmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qcWWpVmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qcWWpVmN .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-u0qcWWpVmN .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u0qcWWpVmN .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u0qcWWpVmN .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u0qcWWpVmN .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u0qcWWpVmN .row {
  flex-direction: row-reverse;
}
.cid-u0qcWWpVmN .image-wrapper {
  padding: 0 1rem;
}
.cid-u0qcWWpVmN img,
.cid-u0qcWWpVmN .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u0qcWWpVmN img,
  .cid-u0qcWWpVmN .image-wrapper {
    max-height: 350px;
  }
}
.cid-u0qcWWpVmN .mbr-section-title {
  color: #0a2045;
}
.cid-u0qcWWpVmN .mbr-text {
  color: #000000;
}
.cid-u0qcWWpVmN .mbr-text,
.cid-u0qcWWpVmN .mbr-section-btn {
  text-align: left;
}
.cid-u0qcWWpVmN .price {
  color: #d81b2d;
}
.cid-u4nYdcIU4C {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a2045;
}
.cid-u4nYdcIU4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4nYdcIU4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4nYdcIU4C .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-u4nYdcIU4C .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u4nYdcIU4C .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u4nYdcIU4C .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u4nYdcIU4C .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u4nYdcIU4C .image-wrapper {
  padding: 0 1rem;
}
.cid-u4nYdcIU4C img,
.cid-u4nYdcIU4C .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u4nYdcIU4C img,
  .cid-u4nYdcIU4C .image-wrapper {
    max-height: 350px;
  }
}
.cid-u4nYdcIU4C .mbr-section-title {
  color: #0a2045;
}
.cid-u4nYdcIU4C .mbr-text {
  color: #000000;
}
.cid-u4nYdcIU4C .mbr-text,
.cid-u4nYdcIU4C .mbr-section-btn {
  text-align: left;
}
.cid-u4nYdcIU4C .price {
  color: #d81b2d;
}
.cid-u0qd1noUiL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u0qd1noUiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qd1noUiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qd1noUiL .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0qd1noUiL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0qd1noUiL .container {
    padding: 0;
  }
}
.cid-u0qd1noUiL .row {
  justify-content: center;
}
.cid-u0qd1noUiL .title-wrapper {
  padding: 0 16px;
}
.cid-u0qd1noUiL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0qd1noUiL .mbr-section-title {
  color: #d81b2d;
}
.cid-u5Gisdrl2d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5Gisdrl2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Gisdrl2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Gisdrl2d .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u5Gisdrl2d .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u5Gisdrl2d .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u5Gisdrl2d .col-text {
    margin-bottom: 50px;
  }
}
.cid-u5Gisdrl2d .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u5Gisdrl2d .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u5Gisdrl2d .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u5Gisdrl2d .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u5Gisdrl2d .item-wrap {
    width: 100%;
  }
}
.cid-u5Gisdrl2d .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u5Gisdrl2d .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u5Gisdrl2d .item-text {
  margin-bottom: 6px;
}
.cid-u5Gisdrl2d .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u5Gisdrl2d form {
  width: 100%;
}
.cid-u5Gisdrl2d form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u5Gisdrl2d form p {
  color: #353535;
}
.cid-u5Gisdrl2d form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u5Gisdrl2d form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u5Gisdrl2d form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u5Gisdrl2d form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u5Gisdrl2d form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u5Gisdrl2d form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u5Gisdrl2d form select {
  color: #303030 !important;
}
.cid-u5Gisdrl2d form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u5Gisdrl2d form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5Gisdrl2d form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5Gisdrl2d form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5Gisdrl2d form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5Gisdrl2d form input,
.cid-u5Gisdrl2d form textarea {
  transition: .3s all;
}
.cid-u5Gisdrl2d form input:active,
.cid-u5Gisdrl2d form textarea:active,
.cid-u5Gisdrl2d form input:focus,
.cid-u5Gisdrl2d form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u5Gisdrl2d form input:active::-webkit-input-placeholder,
.cid-u5Gisdrl2d form textarea:active::-webkit-input-placeholder,
.cid-u5Gisdrl2d form input:focus::-webkit-input-placeholder,
.cid-u5Gisdrl2d form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5Gisdrl2d form input:active::-moz-placeholder,
.cid-u5Gisdrl2d form textarea:active::-moz-placeholder,
.cid-u5Gisdrl2d form input:focus::-moz-placeholder,
.cid-u5Gisdrl2d form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5Gisdrl2d form input:active:-moz-placeholder,
.cid-u5Gisdrl2d form textarea:active:-moz-placeholder,
.cid-u5Gisdrl2d form input:focus:-moz-placeholder,
.cid-u5Gisdrl2d form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5Gisdrl2d form input:active:-ms-input-placeholder,
.cid-u5Gisdrl2d form textarea:active:-ms-input-placeholder,
.cid-u5Gisdrl2d form input:focus:-ms-input-placeholder,
.cid-u5Gisdrl2d form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5Gisdrl2d form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u5Gisdrl2d form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u5Gisdrl2d form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u5Gisdrl2d form .form-check label {
  color: #303030;
}
.cid-u5Gisdrl2d form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u5Gisdrl2d form .form-check-input:focus,
.cid-u5Gisdrl2d form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u5Gisdrl2d form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4X1GhrB28 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X1GhrB28 .mbr-social-likes {
  font-size: 0;
}
.cid-u4X1GhrB28 .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X1GhrB28 .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X1GhrB28 .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X1GhrB28 .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X1GhrB28 .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X1GhrB28 .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X1GhrB28 .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X1GhrB28 .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X1GhrB28 .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X1GhrB28 .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X1GhrB28 [class^="socicon-"]:before,
.cid-u4X1GhrB28 [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X1GhrB28 .mbr-section-title,
.cid-u4X1GhrB28 .mbr-social-likes {
  color: #0a2045;
}
.cid-tYqYWGwZLM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYqYWGwZLM img {
  border-radius: 0px;
}
.cid-tYqYWGwZLM .row {
  justify-content: center;
}
.cid-tYqYWGwZLM .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tX7gcP7zjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-tX7gcP7zjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7gcP7zjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX7gcP7zjw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tX7gcP7zjw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tX7gcP7zjw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-tX7gcP7zjw .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tX7gcP7zjw .list-box {
  width: 100%;
}
.cid-tX7gcP7zjw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tX7gcP7zjw .list a:hover:before {
  background-position: left !important;
}
.cid-tX7gcP7zjw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tX7gcP7zjw .news-item {
  width: 100%;
}
.cid-tX7gcP7zjw .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tX7gcP7zjw .news-title {
  color: #ffffff;
}
.cid-tX7gcP7zjw .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-u9z1mBYnC8 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0a2045;
}
.cid-u9z1mBYnC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9z1mBYnC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9z1mBYnC8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u9z1mBYnC8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9z1mBYnC8 .container {
    padding: 0 24px;
  }
}
.cid-u9z1mBYnC8 .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u9z1mBYnC8 .image-wrapper {
  height: 100%;
}
.cid-u9z1mBYnC8 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u9z1mBYnC8 .image-wrapper img {
    height: 350px;
  }
}
.cid-u9z1mBYnC8 .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9z1mBYnC8 .content-wrapper {
    padding: 24px;
  }
}
.cid-u9z1mBYnC8 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u9z1mBYnC8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u9z1mBYnC8 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u9z1mBYnC8 .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #d81b2d 0%, transparent 100%);
}
.cid-u9z1mBYnC8 .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u9z1mBYnC8 .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #0a2045 !important;
  border-color: #0a2045 !important;
}
.cid-u9z1mBYnC8 .mbr-section-title {
  color: #141414;
}
.cid-u9z1mBYnC8 .mbr-text {
  color: #141414;
}
.cid-u9z1mBYnC8 .mbr-section-title,
.cid-u9z1mBYnC8 .title-wrapper,
.cid-u9z1mBYnC8 .mbr-section-btn {
  color: #0a2045;
}
.cid-u7AlhTplUy {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0a2045;
}
.cid-u7AlhTplUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7AlhTplUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7AlhTplUy .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7AlhTplUy .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7AlhTplUy .container {
    padding: 0 24px;
  }
}
.cid-u7AlhTplUy .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u7AlhTplUy .image-wrapper {
  height: 100%;
}
.cid-u7AlhTplUy .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7AlhTplUy .image-wrapper img {
    height: 350px;
  }
}
.cid-u7AlhTplUy .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7AlhTplUy .content-wrapper {
    padding: 24px;
  }
}
.cid-u7AlhTplUy .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u7AlhTplUy .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7AlhTplUy .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u7AlhTplUy .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #d81b2d 0%, transparent 100%);
}
.cid-u7AlhTplUy .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u7AlhTplUy .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #0a2045 !important;
  border-color: #0a2045 !important;
}
.cid-u7AlhTplUy .mbr-section-title {
  color: #141414;
}
.cid-u7AlhTplUy .mbr-text {
  color: #141414;
}
.cid-u7AlhTplUy .mbr-section-title,
.cid-u7AlhTplUy .title-wrapper,
.cid-u7AlhTplUy .mbr-section-btn {
  color: #0a2045;
}
.cid-u7AkiwqY90 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0a2045;
}
.cid-u7AkiwqY90 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7AkiwqY90 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7AkiwqY90 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7AkiwqY90 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7AkiwqY90 .container {
    padding: 0 24px;
  }
}
.cid-u7AkiwqY90 .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u7AkiwqY90 .image-wrapper {
  height: 100%;
}
.cid-u7AkiwqY90 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7AkiwqY90 .image-wrapper img {
    height: 350px;
  }
}
.cid-u7AkiwqY90 .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7AkiwqY90 .content-wrapper {
    padding: 24px;
  }
}
.cid-u7AkiwqY90 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u7AkiwqY90 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7AkiwqY90 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u7AkiwqY90 .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #d81b2d 0%, transparent 100%);
}
.cid-u7AkiwqY90 .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u7AkiwqY90 .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #0a2045 !important;
  border-color: #0a2045 !important;
}
.cid-u7AkiwqY90 .mbr-section-title {
  color: #141414;
}
.cid-u7AkiwqY90 .mbr-text {
  color: #141414;
}
.cid-u7AkiwqY90 .mbr-section-title,
.cid-u7AkiwqY90 .title-wrapper,
.cid-u7AkiwqY90 .mbr-section-btn {
  color: #0a2045;
}
.cid-u7AkH1Tzja {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0a2045;
}
.cid-u7AkH1Tzja .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7AkH1Tzja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7AkH1Tzja .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7AkH1Tzja .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7AkH1Tzja .container {
    padding: 0 24px;
  }
}
.cid-u7AkH1Tzja .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u7AkH1Tzja .image-wrapper {
  height: 100%;
}
.cid-u7AkH1Tzja .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7AkH1Tzja .image-wrapper img {
    height: 350px;
  }
}
.cid-u7AkH1Tzja .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7AkH1Tzja .content-wrapper {
    padding: 24px;
  }
}
.cid-u7AkH1Tzja .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u7AkH1Tzja .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7AkH1Tzja .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u7AkH1Tzja .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #d81b2d 0%, transparent 100%);
}
.cid-u7AkH1Tzja .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u7AkH1Tzja .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #0a2045 !important;
  border-color: #0a2045 !important;
}
.cid-u7AkH1Tzja .mbr-section-title {
  color: #141414;
}
.cid-u7AkH1Tzja .mbr-text {
  color: #141414;
}
.cid-u7AkH1Tzja .mbr-section-title,
.cid-u7AkH1Tzja .title-wrapper,
.cid-u7AkH1Tzja .mbr-section-btn {
  color: #0a2045;
}
.cid-u7Al3n89lz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0a2045;
}
.cid-u7Al3n89lz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Al3n89lz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Al3n89lz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7Al3n89lz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7Al3n89lz .container {
    padding: 0 24px;
  }
}
.cid-u7Al3n89lz .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u7Al3n89lz .image-wrapper {
  height: 100%;
}
.cid-u7Al3n89lz .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7Al3n89lz .image-wrapper img {
    height: 350px;
  }
}
.cid-u7Al3n89lz .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7Al3n89lz .content-wrapper {
    padding: 24px;
  }
}
.cid-u7Al3n89lz .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u7Al3n89lz .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7Al3n89lz .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u7Al3n89lz .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #d81b2d 0%, transparent 100%);
}
.cid-u7Al3n89lz .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u7Al3n89lz .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #0a2045 !important;
  border-color: #0a2045 !important;
}
.cid-u7Al3n89lz .mbr-section-title {
  color: #141414;
}
.cid-u7Al3n89lz .mbr-text {
  color: #141414;
}
.cid-u7Al3n89lz .mbr-section-title,
.cid-u7Al3n89lz .title-wrapper,
.cid-u7Al3n89lz .mbr-section-btn {
  color: #0a2045;
}
.cid-u14MeWp0uS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u14MeWp0uS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14MeWp0uS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14MeWp0uS .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u14MeWp0uS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u14MeWp0uS .container {
    padding: 0;
  }
}
.cid-u14MeWp0uS .row {
  justify-content: center;
}
.cid-u14MeWp0uS .title-wrapper {
  padding: 0 16px;
}
.cid-u14MeWp0uS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u14MeWp0uS .mbr-section-title {
  color: #d81b2d;
}
.cid-u5GiBnVlW3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5GiBnVlW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5GiBnVlW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5GiBnVlW3 .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u5GiBnVlW3 .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u5GiBnVlW3 .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u5GiBnVlW3 .col-text {
    margin-bottom: 50px;
  }
}
.cid-u5GiBnVlW3 .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u5GiBnVlW3 .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u5GiBnVlW3 .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u5GiBnVlW3 .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u5GiBnVlW3 .item-wrap {
    width: 100%;
  }
}
.cid-u5GiBnVlW3 .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u5GiBnVlW3 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u5GiBnVlW3 .item-text {
  margin-bottom: 6px;
}
.cid-u5GiBnVlW3 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u5GiBnVlW3 form {
  width: 100%;
}
.cid-u5GiBnVlW3 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u5GiBnVlW3 form p {
  color: #353535;
}
.cid-u5GiBnVlW3 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u5GiBnVlW3 form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u5GiBnVlW3 form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u5GiBnVlW3 form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u5GiBnVlW3 form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u5GiBnVlW3 form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u5GiBnVlW3 form select {
  color: #303030 !important;
}
.cid-u5GiBnVlW3 form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u5GiBnVlW3 form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GiBnVlW3 form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GiBnVlW3 form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GiBnVlW3 form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GiBnVlW3 form input,
.cid-u5GiBnVlW3 form textarea {
  transition: .3s all;
}
.cid-u5GiBnVlW3 form input:active,
.cid-u5GiBnVlW3 form textarea:active,
.cid-u5GiBnVlW3 form input:focus,
.cid-u5GiBnVlW3 form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u5GiBnVlW3 form input:active::-webkit-input-placeholder,
.cid-u5GiBnVlW3 form textarea:active::-webkit-input-placeholder,
.cid-u5GiBnVlW3 form input:focus::-webkit-input-placeholder,
.cid-u5GiBnVlW3 form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GiBnVlW3 form input:active::-moz-placeholder,
.cid-u5GiBnVlW3 form textarea:active::-moz-placeholder,
.cid-u5GiBnVlW3 form input:focus::-moz-placeholder,
.cid-u5GiBnVlW3 form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GiBnVlW3 form input:active:-moz-placeholder,
.cid-u5GiBnVlW3 form textarea:active:-moz-placeholder,
.cid-u5GiBnVlW3 form input:focus:-moz-placeholder,
.cid-u5GiBnVlW3 form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GiBnVlW3 form input:active:-ms-input-placeholder,
.cid-u5GiBnVlW3 form textarea:active:-ms-input-placeholder,
.cid-u5GiBnVlW3 form input:focus:-ms-input-placeholder,
.cid-u5GiBnVlW3 form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GiBnVlW3 form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u5GiBnVlW3 form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u5GiBnVlW3 form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u5GiBnVlW3 form .form-check label {
  color: #303030;
}
.cid-u5GiBnVlW3 form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u5GiBnVlW3 form .form-check-input:focus,
.cid-u5GiBnVlW3 form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u5GiBnVlW3 form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4X2dCisLT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X2dCisLT .mbr-social-likes {
  font-size: 0;
}
.cid-u4X2dCisLT .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X2dCisLT .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X2dCisLT .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X2dCisLT .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X2dCisLT .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X2dCisLT .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X2dCisLT .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X2dCisLT .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X2dCisLT .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X2dCisLT .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X2dCisLT [class^="socicon-"]:before,
.cid-u4X2dCisLT [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X2dCisLT .mbr-section-title,
.cid-u4X2dCisLT .mbr-social-likes {
  color: #0a2045;
}
.cid-tYqZ0kpU6p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYqZ0kpU6p img {
  border-radius: 0px;
}
.cid-tYqZ0kpU6p .row {
  justify-content: center;
}
.cid-tYqZ0kpU6p .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tX7gcP7zjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-tX7gcP7zjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7gcP7zjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX7gcP7zjw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tX7gcP7zjw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tX7gcP7zjw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-tX7gcP7zjw .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tX7gcP7zjw .list-box {
  width: 100%;
}
.cid-tX7gcP7zjw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tX7gcP7zjw .list a:hover:before {
  background-position: left !important;
}
.cid-tX7gcP7zjw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tX7gcP7zjw .news-item {
  width: 100%;
}
.cid-tX7gcP7zjw .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tX7gcP7zjw .news-title {
  color: #ffffff;
}
.cid-tX7gcP7zjw .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-u145KVSKNr {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flag-tr-white.png");
}
.cid-u145KVSKNr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u145KVSKNr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u145KVSKNr .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u145KVSKNr .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u145KVSKNr .mbr-section-subtitle {
  color: #d81b2d;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u145KVSKNr .col-text {
    margin-bottom: 50px;
  }
}
.cid-u145KVSKNr .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u145KVSKNr .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u145KVSKNr .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u145KVSKNr .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u145KVSKNr .item-wrap {
    width: 100%;
  }
}
.cid-u145KVSKNr .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u145KVSKNr .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u145KVSKNr .item-text {
  margin-bottom: 6px;
}
.cid-u145KVSKNr .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u145KVSKNr form {
  width: 100%;
}
.cid-u145KVSKNr form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u145KVSKNr form p {
  color: #353535;
}
.cid-u145KVSKNr form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u145KVSKNr form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u145KVSKNr form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u145KVSKNr form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u145KVSKNr form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u145KVSKNr form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u145KVSKNr form select {
  color: #303030 !important;
}
.cid-u145KVSKNr form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u145KVSKNr form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u145KVSKNr form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u145KVSKNr form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u145KVSKNr form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u145KVSKNr form input,
.cid-u145KVSKNr form textarea {
  transition: .3s all;
}
.cid-u145KVSKNr form input:active,
.cid-u145KVSKNr form textarea:active,
.cid-u145KVSKNr form input:focus,
.cid-u145KVSKNr form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u145KVSKNr form input:active::-webkit-input-placeholder,
.cid-u145KVSKNr form textarea:active::-webkit-input-placeholder,
.cid-u145KVSKNr form input:focus::-webkit-input-placeholder,
.cid-u145KVSKNr form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u145KVSKNr form input:active::-moz-placeholder,
.cid-u145KVSKNr form textarea:active::-moz-placeholder,
.cid-u145KVSKNr form input:focus::-moz-placeholder,
.cid-u145KVSKNr form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u145KVSKNr form input:active:-moz-placeholder,
.cid-u145KVSKNr form textarea:active:-moz-placeholder,
.cid-u145KVSKNr form input:focus:-moz-placeholder,
.cid-u145KVSKNr form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u145KVSKNr form input:active:-ms-input-placeholder,
.cid-u145KVSKNr form textarea:active:-ms-input-placeholder,
.cid-u145KVSKNr form input:focus:-ms-input-placeholder,
.cid-u145KVSKNr form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u145KVSKNr form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u145KVSKNr form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u145KVSKNr form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u145KVSKNr form .form-check label {
  color: #303030;
}
.cid-u145KVSKNr form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u145KVSKNr form .form-check-input:focus,
.cid-u145KVSKNr form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u145KVSKNr form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u15KYZWJrE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u15KYZWJrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15KYZWJrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15KYZWJrE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u15KYZWJrE .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u15KYZWJrE .container {
    padding: 0;
  }
}
.cid-u15KYZWJrE .row {
  justify-content: center;
}
.cid-u15KYZWJrE .title-wrapper {
  padding: 0 16px;
}
.cid-u15KYZWJrE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u15KYZWJrE .mbr-section-title {
  color: #d81b2d;
}
.cid-u14682oXQY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u14682oXQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14682oXQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14682oXQY .container-fluid {
  max-width: 100%;
}
.cid-u14682oXQY .mbr-section-head {
  margin-bottom: 45px;
}
.cid-u14682oXQY .mbr-section-title {
  color: #9b8db7;
}
.cid-u14682oXQY .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-u14682oXQY .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u14682oXQY .google-map {
    max-height: 75vh;
  }
}
.cid-u14682oXQY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u14682oXQY .google-map [data-state-details] {
  color: #6b6763;
  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-u14682oXQY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u14682oXQY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u4X2va9jzc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X2va9jzc .mbr-social-likes {
  font-size: 0;
}
.cid-u4X2va9jzc .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X2va9jzc .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X2va9jzc .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X2va9jzc .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X2va9jzc .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X2va9jzc .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X2va9jzc .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X2va9jzc .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X2va9jzc .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X2va9jzc .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X2va9jzc [class^="socicon-"]:before,
.cid-u4X2va9jzc [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X2va9jzc .mbr-section-title,
.cid-u4X2va9jzc .mbr-social-likes {
  color: #0a2045;
}
.cid-tYqZ3FA0Yj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYqZ3FA0Yj img {
  border-radius: 0px;
}
.cid-tYqZ3FA0Yj .row {
  justify-content: center;
}
.cid-tYqZ3FA0Yj .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tX7gcP7zjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-tX7gcP7zjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7gcP7zjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX7gcP7zjw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tX7gcP7zjw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tX7gcP7zjw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-tX7gcP7zjw .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tX7gcP7zjw .list-box {
  width: 100%;
}
.cid-tX7gcP7zjw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tX7gcP7zjw .list a:hover:before {
  background-position: left !important;
}
.cid-tX7gcP7zjw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tX7gcP7zjw .news-item {
  width: 100%;
}
.cid-tX7gcP7zjw .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tX7gcP7zjw .news-title {
  color: #ffffff;
}
.cid-tX7gcP7zjw .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-u153SqzPKN {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flag-tr-white.png");
}
.cid-u153SqzPKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u153SqzPKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u153SqzPKN .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u153SqzPKN .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u153SqzPKN .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u153SqzPKN .col-text {
    margin-bottom: 50px;
  }
}
.cid-u153SqzPKN .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u153SqzPKN .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u153SqzPKN .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u153SqzPKN .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u153SqzPKN .item-wrap {
    width: 100%;
  }
}
.cid-u153SqzPKN .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u153SqzPKN .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u153SqzPKN .item-text {
  margin-bottom: 6px;
}
.cid-u153SqzPKN .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u153SqzPKN form {
  width: 100%;
}
.cid-u153SqzPKN form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u153SqzPKN form p {
  color: #353535;
}
.cid-u153SqzPKN form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u153SqzPKN form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u153SqzPKN form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u153SqzPKN form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u153SqzPKN form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u153SqzPKN form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u153SqzPKN form select {
  color: #303030 !important;
}
.cid-u153SqzPKN form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u153SqzPKN form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u153SqzPKN form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u153SqzPKN form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u153SqzPKN form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u153SqzPKN form input,
.cid-u153SqzPKN form textarea {
  transition: .3s all;
}
.cid-u153SqzPKN form input:active,
.cid-u153SqzPKN form textarea:active,
.cid-u153SqzPKN form input:focus,
.cid-u153SqzPKN form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u153SqzPKN form input:active::-webkit-input-placeholder,
.cid-u153SqzPKN form textarea:active::-webkit-input-placeholder,
.cid-u153SqzPKN form input:focus::-webkit-input-placeholder,
.cid-u153SqzPKN form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u153SqzPKN form input:active::-moz-placeholder,
.cid-u153SqzPKN form textarea:active::-moz-placeholder,
.cid-u153SqzPKN form input:focus::-moz-placeholder,
.cid-u153SqzPKN form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u153SqzPKN form input:active:-moz-placeholder,
.cid-u153SqzPKN form textarea:active:-moz-placeholder,
.cid-u153SqzPKN form input:focus:-moz-placeholder,
.cid-u153SqzPKN form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u153SqzPKN form input:active:-ms-input-placeholder,
.cid-u153SqzPKN form textarea:active:-ms-input-placeholder,
.cid-u153SqzPKN form input:focus:-ms-input-placeholder,
.cid-u153SqzPKN form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u153SqzPKN form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u153SqzPKN form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u153SqzPKN form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u153SqzPKN form .form-check label {
  color: #303030;
}
.cid-u153SqzPKN form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u153SqzPKN form .form-check-input:focus,
.cid-u153SqzPKN form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u153SqzPKN form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4X2yUyMcF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X2yUyMcF .mbr-social-likes {
  font-size: 0;
}
.cid-u4X2yUyMcF .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X2yUyMcF .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X2yUyMcF .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X2yUyMcF .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X2yUyMcF .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X2yUyMcF .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X2yUyMcF .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X2yUyMcF .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X2yUyMcF .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X2yUyMcF .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X2yUyMcF [class^="socicon-"]:before,
.cid-u4X2yUyMcF [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X2yUyMcF .mbr-section-title,
.cid-u4X2yUyMcF .mbr-social-likes {
  color: #0a2045;
}
.cid-tYqZ6sCqTJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYqZ6sCqTJ img {
  border-radius: 0px;
}
.cid-tYqZ6sCqTJ .row {
  justify-content: center;
}
.cid-tYqZ6sCqTJ .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tX7gcP7zjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-tX7gcP7zjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7gcP7zjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX7gcP7zjw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tX7gcP7zjw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tX7gcP7zjw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-tX7gcP7zjw .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tX7gcP7zjw .list-box {
  width: 100%;
}
.cid-tX7gcP7zjw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tX7gcP7zjw .list a:hover:before {
  background-position: left !important;
}
.cid-tX7gcP7zjw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tX7gcP7zjw .news-item {
  width: 100%;
}
.cid-tX7gcP7zjw .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tX7gcP7zjw .news-title {
  color: #ffffff;
}
.cid-tX7gcP7zjw .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-u0qSINGmUT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0a2045;
  overflow: hidden;
}
.cid-u0qSINGmUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qSINGmUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qSINGmUT .container-fluid {
  max-width: 100% !important;
}
.cid-u0qSINGmUT .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-u0qSINGmUT .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0qSINGmUT .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-u0qSINGmUT .text-wrap {
    margin-bottom: 0;
    padding: 45px 30px 50px 50px;
  }
}
@media (min-width: 1440px) {
  .cid-u0qSINGmUT .text-wrap {
    margin-bottom: 0;
    padding: 60px 100px 0 60px;
  }
}
@media (max-width: 991px) {
  .cid-u0qSINGmUT .text-wrap {
    margin-bottom: 0;
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 575px) {
  .cid-u0qSINGmUT .text-wrap {
    margin-bottom: 0;
    padding: 40px 30px;
  }
}
.cid-u0qSINGmUT .mbr-section-title {
  color: #d81b2d;
  padding-bottom: 157px;
}
@media (max-width: 1439px) {
  .cid-u0qSINGmUT .mbr-section-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .cid-u0qSINGmUT .mbr-section-title {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-u0qSINGmUT .mbr-section-title {
    padding-bottom: 40px;
  }
}
.cid-u0qSINGmUT .mbr-text {
  color: #303030;
  margin-top: 25px;
}
.cid-u0qSINGmUT .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
  padding-top: 30px;
}
.cid-u0qSINGmUT .text-item {
  width: 49%;
}
@media (max-width: 767px) {
  .cid-u0qSINGmUT .text-item {
    width: 100%;
  }
}
.cid-u0qSINGmUT .item-title {
  color: #d81b2d;
}
.cid-u0qSINGmUT .item-text {
  color: #ffffff;
  margin-top: 5px;
}
.cid-u0qSINGmUT .mbr-text,
.cid-u0qSINGmUT .mbr-section-btn {
  color: #ffffff;
}
.cid-u147ypLRPO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u147ypLRPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u147ypLRPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u147ypLRPO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u147ypLRPO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u147ypLRPO .container {
    padding: 0;
  }
}
.cid-u147ypLRPO .row {
  justify-content: center;
}
.cid-u147ypLRPO .title-wrapper {
  padding: 0 16px;
}
.cid-u147ypLRPO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u147ypLRPO .mbr-section-title {
  color: #d81b2d;
}
.cid-u147A7z0VS {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6;
}
.cid-u147A7z0VS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u147A7z0VS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u147A7z0VS .mbr-section-title {
  color: #24262b;
}
.cid-u147A7z0VS .mbr-section-subtitle {
  color: #d81b2d;
}
.cid-u147A7z0VS .mbr-section-btn {
  margin-top: 16px;
}
.cid-u147AIARY4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-u147AIARY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u147AIARY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u147AIARY4 .cards-row {
  row-gap: 50px;
}
.cid-u147AIARY4 .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-u147AIARY4 .mbr-iconfont {
  font-size: 82px;
  color: #d81b2d;
}
.cid-u147AIARY4 .card-box {
  padding-left: 28px;
}
.cid-u147AIARY4 .card-title {
  color: #d81b2d;
}
.cid-u147AIARY4 .card-text {
  color: #303030;
  margin-top: 10px;
}
.cid-u5dslRuM4T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u5dslRuM4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5dslRuM4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5dslRuM4T .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5dslRuM4T .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5dslRuM4T .container {
    padding: 0;
  }
}
.cid-u5dslRuM4T .row {
  justify-content: center;
}
.cid-u5dslRuM4T .title-wrapper {
  padding: 0 16px;
}
.cid-u5dslRuM4T .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u5dslRuM4T .mbr-section-title {
  color: #d81b2d;
}
.cid-u5dskFf1xC {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #0a2045;
}
.cid-u5dskFf1xC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5dskFf1xC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5dskFf1xC .mbr-iconfont {
  color: #d81b2d;
  font-size: 5rem;
  width: 5rem;
}
.cid-u5dskFf1xC .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-u5dskFf1xC .mbr-section-title {
  color: #d81b2d;
}
.cid-u5dskFf1xC .mbr-section-subtitle,
.cid-u5dskFf1xC .mbr-section-btn {
  color: #ffffff;
}
.cid-u147BDyDxZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u147BDyDxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u147BDyDxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u147BDyDxZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u147BDyDxZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u147BDyDxZ .container {
    padding: 0;
  }
}
.cid-u147BDyDxZ .row {
  justify-content: center;
}
.cid-u147BDyDxZ .title-wrapper {
  padding: 0 16px;
}
.cid-u147BDyDxZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u147BDyDxZ .mbr-section-title {
  color: #d81b2d;
}
.cid-u5GhZ7WXMt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5GhZ7WXMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5GhZ7WXMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5GhZ7WXMt .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u5GhZ7WXMt .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u5GhZ7WXMt .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u5GhZ7WXMt .col-text {
    margin-bottom: 50px;
  }
}
.cid-u5GhZ7WXMt .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u5GhZ7WXMt .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u5GhZ7WXMt .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u5GhZ7WXMt .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u5GhZ7WXMt .item-wrap {
    width: 100%;
  }
}
.cid-u5GhZ7WXMt .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u5GhZ7WXMt .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u5GhZ7WXMt .item-text {
  margin-bottom: 6px;
}
.cid-u5GhZ7WXMt .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u5GhZ7WXMt form {
  width: 100%;
}
.cid-u5GhZ7WXMt form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u5GhZ7WXMt form p {
  color: #353535;
}
.cid-u5GhZ7WXMt form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u5GhZ7WXMt form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u5GhZ7WXMt form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u5GhZ7WXMt form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u5GhZ7WXMt form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u5GhZ7WXMt form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u5GhZ7WXMt form select {
  color: #303030 !important;
}
.cid-u5GhZ7WXMt form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u5GhZ7WXMt form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GhZ7WXMt form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GhZ7WXMt form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GhZ7WXMt form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GhZ7WXMt form input,
.cid-u5GhZ7WXMt form textarea {
  transition: .3s all;
}
.cid-u5GhZ7WXMt form input:active,
.cid-u5GhZ7WXMt form textarea:active,
.cid-u5GhZ7WXMt form input:focus,
.cid-u5GhZ7WXMt form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u5GhZ7WXMt form input:active::-webkit-input-placeholder,
.cid-u5GhZ7WXMt form textarea:active::-webkit-input-placeholder,
.cid-u5GhZ7WXMt form input:focus::-webkit-input-placeholder,
.cid-u5GhZ7WXMt form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GhZ7WXMt form input:active::-moz-placeholder,
.cid-u5GhZ7WXMt form textarea:active::-moz-placeholder,
.cid-u5GhZ7WXMt form input:focus::-moz-placeholder,
.cid-u5GhZ7WXMt form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GhZ7WXMt form input:active:-moz-placeholder,
.cid-u5GhZ7WXMt form textarea:active:-moz-placeholder,
.cid-u5GhZ7WXMt form input:focus:-moz-placeholder,
.cid-u5GhZ7WXMt form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GhZ7WXMt form input:active:-ms-input-placeholder,
.cid-u5GhZ7WXMt form textarea:active:-ms-input-placeholder,
.cid-u5GhZ7WXMt form input:focus:-ms-input-placeholder,
.cid-u5GhZ7WXMt form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GhZ7WXMt form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u5GhZ7WXMt form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u5GhZ7WXMt form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u5GhZ7WXMt form .form-check label {
  color: #303030;
}
.cid-u5GhZ7WXMt form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u5GhZ7WXMt form .form-check-input:focus,
.cid-u5GhZ7WXMt form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u5GhZ7WXMt form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4X1e9BYYb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X1e9BYYb .mbr-social-likes {
  font-size: 0;
}
.cid-u4X1e9BYYb .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X1e9BYYb .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X1e9BYYb .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X1e9BYYb .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X1e9BYYb .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X1e9BYYb .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X1e9BYYb .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X1e9BYYb .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X1e9BYYb .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X1e9BYYb .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X1e9BYYb [class^="socicon-"]:before,
.cid-u4X1e9BYYb [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X1e9BYYb .mbr-section-title,
.cid-u4X1e9BYYb .mbr-social-likes {
  color: #0a2045;
}
.cid-tYqZ9G94LB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYqZ9G94LB img {
  border-radius: 0px;
}
.cid-tYqZ9G94LB .row {
  justify-content: center;
}
.cid-tYqZ9G94LB .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tYgGNghPZ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-tYgGNghPZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYgGNghPZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYgGNghPZ2 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tYgGNghPZ2 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tYgGNghPZ2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tYgGNghPZ2 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tYgGNghPZ2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tYgGNghPZ2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tYgGNghPZ2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tYgGNghPZ2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tYgGNghPZ2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tYgGNghPZ2 .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-tYgGNghPZ2 .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tYgGNghPZ2 .list-box {
  width: 100%;
}
.cid-tYgGNghPZ2 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-tYgGNghPZ2 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tYgGNghPZ2 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tYgGNghPZ2 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tYgGNghPZ2 .list a:hover:before {
  background-position: left !important;
}
.cid-tYgGNghPZ2 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tYgGNghPZ2 .news-item {
  width: 100%;
}
.cid-tYgGNghPZ2 .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tYgGNghPZ2 .news-title {
  color: #ffffff;
}
.cid-tYgGNghPZ2 .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-ubUhiSAPzG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ubUhiSAPzG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubUhiSAPzG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubUhiSAPzG .container-fluid {
  max-width: 100% !important;
}
.cid-ubUhiSAPzG .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-ubUhiSAPzG .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ubUhiSAPzG .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-ubUhiSAPzG .text-wrap {
    margin-bottom: 0;
    padding: 45px 30px 50px 50px;
  }
}
@media (min-width: 1440px) {
  .cid-ubUhiSAPzG .text-wrap {
    margin-bottom: 0;
    padding: 60px 100px 0 60px;
  }
}
@media (max-width: 991px) {
  .cid-ubUhiSAPzG .text-wrap {
    margin-bottom: 0;
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 575px) {
  .cid-ubUhiSAPzG .text-wrap {
    margin-bottom: 0;
    padding: 40px 30px;
  }
}
.cid-ubUhiSAPzG .mbr-section-title {
  color: #0a2045;
  padding-bottom: 157px;
}
@media (max-width: 1439px) {
  .cid-ubUhiSAPzG .mbr-section-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .cid-ubUhiSAPzG .mbr-section-title {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-ubUhiSAPzG .mbr-section-title {
    padding-bottom: 40px;
  }
}
.cid-ubUhiSAPzG .mbr-text {
  color: #303030;
  margin-top: 25px;
}
.cid-ubUhiSAPzG .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
  padding-top: 30px;
}
.cid-ubUhiSAPzG .text-item {
  width: 49%;
}
@media (max-width: 767px) {
  .cid-ubUhiSAPzG .text-item {
    width: 100%;
  }
}
.cid-ubUhiSAPzG .item-title {
  color: #303030;
}
.cid-ubUhiSAPzG .item-text {
  color: #ffffff;
  margin-top: 5px;
}
.cid-ubUhiSAPzG .mbr-text,
.cid-ubUhiSAPzG .mbr-section-btn {
  color: #000000;
}
.cid-u0qjX1EOxq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u0qjX1EOxq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qjX1EOxq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qjX1EOxq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0qjX1EOxq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0qjX1EOxq .container {
    padding: 0;
  }
}
.cid-u0qjX1EOxq .row {
  justify-content: center;
}
.cid-u0qjX1EOxq .title-wrapper {
  padding: 0 16px;
}
.cid-u0qjX1EOxq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0qjX1EOxq .mbr-section-title {
  color: #d81b2d;
}
.cid-ubUjxXfBAX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-ubUjxXfBAX .wrapper {
  padding: 40px;
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .cid-ubUjxXfBAX .wrapper {
    padding: 85px 100px 35px 100px;
  }
}
.cid-ubUjxXfBAX .card-padding {
  padding: 0.7rem;
}
.cid-ubUjxXfBAX .btn {
  display: flex;
  padding: 0.5rem 1rem;
}
.cid-ubUjxXfBAX .card {
  background-color: #ffffff;
}
.cid-ubUjxXfBAX .list {
  margin-bottom: 30px;
  text-align: left;
}
.cid-ubUjxXfBAX .card-body {
  padding: 45px;
  padding-bottom: 36px;
}
.cid-ubUjxXfBAX .card-img-top {
  width: 40px;
  height: 40px;
}
.cid-ubUjxXfBAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubUjxXfBAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubUjxXfBAX .mbr-text {
  color: #d81b2d;
}
.cid-ubUjxXfBAX .mbr-section-title {
  color: #0a2045;
}
.cid-ubUjxXfBAX .mbr-section-subtitle {
  color: #0a2045;
  text-align: center;
}
.cid-ubUjxXfBAX .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u52WnGNKru {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u52WnGNKru .mbr-fallback-image.disabled {
  display: none;
}
.cid-u52WnGNKru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u52WnGNKru .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u52WnGNKru .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u52WnGNKru .container {
    padding: 0;
  }
}
.cid-u52WnGNKru .row {
  justify-content: center;
}
.cid-u52WnGNKru .title-wrapper {
  padding: 0 16px;
}
.cid-u52WnGNKru .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u52WnGNKru .mbr-section-title {
  color: #d81b2d;
}
.cid-u4b3zOixU0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u4b3zOixU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4b3zOixU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4b3zOixU0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u4b3zOixU0 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4b3zOixU0 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u4b3zOixU0 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4b3zOixU0 .container {
    padding: 0 12px;
  }
}
.cid-u4b3zOixU0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u4b3zOixU0 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u4b3zOixU0 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u4b3zOixU0 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u4b3zOixU0 .mbr-section-title {
  color: #1D1D1F;
}
.cid-u4b3zOixU0 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u4b3zOixU0 .mbr-section-title,
.cid-u4b3zOixU0 .mbr-section-btn {
  text-align: center;
  color: #d81b2d;
}
.cid-u0qjXJ2awe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u0qjXJ2awe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qjXJ2awe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qjXJ2awe .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0qjXJ2awe .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0qjXJ2awe .container {
    padding: 0;
  }
}
.cid-u0qjXJ2awe .row {
  justify-content: center;
}
.cid-u0qjXJ2awe .title-wrapper {
  padding: 0 16px;
}
.cid-u0qjXJ2awe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0qjXJ2awe .mbr-section-title {
  color: #d81b2d;
}
.cid-u0qfEkV7B4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u0qfEkV7B4 .mbr-social-likes {
  font-size: 0;
}
.cid-u0qfEkV7B4 .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u0qfEkV7B4 .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u0qfEkV7B4 .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u0qfEkV7B4 .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u0qfEkV7B4 .socicon-bg-behance {
  color: #ffffff;
}
.cid-u0qfEkV7B4 .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u0qfEkV7B4 .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u0qfEkV7B4 .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u0qfEkV7B4 .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u0qfEkV7B4 .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u0qfEkV7B4 [class^="socicon-"]:before,
.cid-u0qfEkV7B4 [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u0qfEkV7B4 .mbr-section-title,
.cid-u0qfEkV7B4 .mbr-social-likes {
  color: #0a2045;
}
.cid-u0qfFdTVD7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0qfFdTVD7 img {
  border-radius: 0px;
}
.cid-u0qfFdTVD7 .row {
  justify-content: center;
}
.cid-u0qfFdTVD7 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tX7gcP7zjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-tX7gcP7zjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7gcP7zjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX7gcP7zjw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tX7gcP7zjw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tX7gcP7zjw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tX7gcP7zjw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tX7gcP7zjw .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-tX7gcP7zjw .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-tX7gcP7zjw .list-box {
  width: 100%;
}
.cid-tX7gcP7zjw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tX7gcP7zjw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tX7gcP7zjw .list a:hover:before {
  background-position: left !important;
}
.cid-tX7gcP7zjw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tX7gcP7zjw .news-item {
  width: 100%;
}
.cid-tX7gcP7zjw .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-tX7gcP7zjw .news-title {
  color: #ffffff;
}
.cid-tX7gcP7zjw .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-ubUpgE2Kx7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ubUpgE2Kx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubUpgE2Kx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubUpgE2Kx7 .container-fluid {
  max-width: 100% !important;
}
.cid-ubUpgE2Kx7 .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-ubUpgE2Kx7 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ubUpgE2Kx7 .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-ubUpgE2Kx7 .text-wrap {
    margin-bottom: 0;
    padding: 45px 30px 50px 50px;
  }
}
@media (min-width: 1440px) {
  .cid-ubUpgE2Kx7 .text-wrap {
    margin-bottom: 0;
    padding: 60px 100px 0 60px;
  }
}
@media (max-width: 991px) {
  .cid-ubUpgE2Kx7 .text-wrap {
    margin-bottom: 0;
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 575px) {
  .cid-ubUpgE2Kx7 .text-wrap {
    margin-bottom: 0;
    padding: 40px 30px;
  }
}
.cid-ubUpgE2Kx7 .mbr-section-title {
  color: #0a2045;
  padding-bottom: 157px;
}
@media (max-width: 1439px) {
  .cid-ubUpgE2Kx7 .mbr-section-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .cid-ubUpgE2Kx7 .mbr-section-title {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-ubUpgE2Kx7 .mbr-section-title {
    padding-bottom: 40px;
  }
}
.cid-ubUpgE2Kx7 .mbr-text {
  color: #303030;
  margin-top: 25px;
}
.cid-ubUpgE2Kx7 .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
  padding-top: 30px;
}
.cid-ubUpgE2Kx7 .text-item {
  width: 49%;
}
@media (max-width: 767px) {
  .cid-ubUpgE2Kx7 .text-item {
    width: 100%;
  }
}
.cid-ubUpgE2Kx7 .item-title {
  color: #303030;
}
.cid-ubUpgE2Kx7 .item-text {
  color: #ffffff;
  margin-top: 5px;
}
.cid-ubUpgE2Kx7 .mbr-text,
.cid-ubUpgE2Kx7 .mbr-section-btn {
  color: #000000;
}
.cid-u0qkF2Dd6u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u0qkF2Dd6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qkF2Dd6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qkF2Dd6u .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0qkF2Dd6u .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0qkF2Dd6u .container {
    padding: 0;
  }
}
.cid-u0qkF2Dd6u .row {
  justify-content: center;
}
.cid-u0qkF2Dd6u .title-wrapper {
  padding: 0 16px;
}
.cid-u0qkF2Dd6u .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0qkF2Dd6u .mbr-section-title {
  color: #d81b2d;
}
.cid-ubUqCx1I3M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-ubUqCx1I3M .wrapper {
  padding: 40px;
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .cid-ubUqCx1I3M .wrapper {
    padding: 85px 100px 35px 100px;
  }
}
.cid-ubUqCx1I3M .card-padding {
  padding: 0.7rem;
}
.cid-ubUqCx1I3M .btn {
  display: flex;
  padding: 0.5rem 1rem;
}
.cid-ubUqCx1I3M .card {
  background-color: #ffffff;
}
.cid-ubUqCx1I3M .list {
  margin-bottom: 30px;
  text-align: left;
}
.cid-ubUqCx1I3M .card-body {
  padding: 45px;
  padding-bottom: 36px;
}
.cid-ubUqCx1I3M .card-img-top {
  width: 40px;
  height: 40px;
}
.cid-ubUqCx1I3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubUqCx1I3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubUqCx1I3M .mbr-text {
  color: #d81b2d;
}
.cid-ubUqCx1I3M .mbr-section-title {
  color: #0a2045;
}
.cid-ubUqCx1I3M .mbr-section-subtitle {
  color: #0a2045;
  text-align: center;
}
.cid-ubUqCx1I3M .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u530yNydcF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u530yNydcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u530yNydcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u530yNydcF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u530yNydcF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u530yNydcF .container {
    padding: 0;
  }
}
.cid-u530yNydcF .row {
  justify-content: center;
}
.cid-u530yNydcF .title-wrapper {
  padding: 0 16px;
}
.cid-u530yNydcF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u530yNydcF .mbr-section-title {
  color: #d81b2d;
}
.cid-u4bpCVjKl1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u4bpCVjKl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4bpCVjKl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4bpCVjKl1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u4bpCVjKl1 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4bpCVjKl1 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u4bpCVjKl1 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4bpCVjKl1 .container {
    padding: 0 12px;
  }
}
.cid-u4bpCVjKl1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u4bpCVjKl1 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u4bpCVjKl1 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u4bpCVjKl1 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u4bpCVjKl1 .mbr-section-title {
  color: #1D1D1F;
}
.cid-u4bpCVjKl1 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u4bpCVjKl1 .mbr-section-title,
.cid-u4bpCVjKl1 .mbr-section-btn {
  text-align: center;
  color: #d81b2d;
}
.cid-u0qkGA5xfV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u0qkGA5xfV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qkGA5xfV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qkGA5xfV .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0qkGA5xfV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0qkGA5xfV .container {
    padding: 0;
  }
}
.cid-u0qkGA5xfV .row {
  justify-content: center;
}
.cid-u0qkGA5xfV .title-wrapper {
  padding: 0 16px;
}
.cid-u0qkGA5xfV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0qkGA5xfV .mbr-section-title {
  color: #d81b2d;
}
.cid-u4X1PHhVZA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X1PHhVZA .mbr-social-likes {
  font-size: 0;
}
.cid-u4X1PHhVZA .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X1PHhVZA .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X1PHhVZA .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X1PHhVZA .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X1PHhVZA .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X1PHhVZA .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X1PHhVZA .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X1PHhVZA .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X1PHhVZA .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X1PHhVZA .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X1PHhVZA [class^="socicon-"]:before,
.cid-u4X1PHhVZA [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X1PHhVZA .mbr-section-title,
.cid-u4X1PHhVZA .mbr-social-likes {
  color: #0a2045;
}
.cid-u0qkK3PG1h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0qkK3PG1h img {
  border-radius: 0px;
}
.cid-u0qkK3PG1h .row {
  justify-content: center;
}
.cid-u0qkK3PG1h .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u0qeifK4TR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-u0qeifK4TR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qeifK4TR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qeifK4TR .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u0qeifK4TR .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u0qeifK4TR .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u0qeifK4TR .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0qeifK4TR .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0qeifK4TR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u0qeifK4TR .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0qeifK4TR .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0qeifK4TR .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0qeifK4TR .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-u0qeifK4TR .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-u0qeifK4TR .list-box {
  width: 100%;
}
.cid-u0qeifK4TR .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-u0qeifK4TR .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u0qeifK4TR .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u0qeifK4TR .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u0qeifK4TR .list a:hover:before {
  background-position: left !important;
}
.cid-u0qeifK4TR .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u0qeifK4TR .news-item {
  width: 100%;
}
.cid-u0qeifK4TR .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-u0qeifK4TR .news-title {
  color: #ffffff;
}
.cid-u0qeifK4TR .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-ubULkaTb9U {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ubULkaTb9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubULkaTb9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubULkaTb9U .container-fluid {
  max-width: 100% !important;
}
.cid-ubULkaTb9U .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-ubULkaTb9U .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ubULkaTb9U .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-ubULkaTb9U .text-wrap {
    margin-bottom: 0;
    padding: 45px 30px 50px 50px;
  }
}
@media (min-width: 1440px) {
  .cid-ubULkaTb9U .text-wrap {
    margin-bottom: 0;
    padding: 60px 100px 0 60px;
  }
}
@media (max-width: 991px) {
  .cid-ubULkaTb9U .text-wrap {
    margin-bottom: 0;
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 575px) {
  .cid-ubULkaTb9U .text-wrap {
    margin-bottom: 0;
    padding: 40px 30px;
  }
}
.cid-ubULkaTb9U .mbr-section-title {
  color: #0a2045;
  padding-bottom: 157px;
}
@media (max-width: 1439px) {
  .cid-ubULkaTb9U .mbr-section-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .cid-ubULkaTb9U .mbr-section-title {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-ubULkaTb9U .mbr-section-title {
    padding-bottom: 40px;
  }
}
.cid-ubULkaTb9U .mbr-text {
  color: #303030;
  margin-top: 25px;
}
.cid-ubULkaTb9U .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
  padding-top: 30px;
}
.cid-ubULkaTb9U .text-item {
  width: 49%;
}
@media (max-width: 767px) {
  .cid-ubULkaTb9U .text-item {
    width: 100%;
  }
}
.cid-ubULkaTb9U .item-title {
  color: #303030;
}
.cid-ubULkaTb9U .item-text {
  color: #ffffff;
  margin-top: 5px;
}
.cid-ubULkaTb9U .mbr-text,
.cid-ubULkaTb9U .mbr-section-btn {
  color: #000000;
}
.cid-u0qlrPuSeh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u0qlrPuSeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qlrPuSeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qlrPuSeh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0qlrPuSeh .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0qlrPuSeh .container {
    padding: 0;
  }
}
.cid-u0qlrPuSeh .row {
  justify-content: center;
}
.cid-u0qlrPuSeh .title-wrapper {
  padding: 0 16px;
}
.cid-u0qlrPuSeh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0qlrPuSeh .mbr-section-title {
  color: #d81b2d;
}
.cid-ubUMlUsiho {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-ubUMlUsiho .wrapper {
  padding: 40px;
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .cid-ubUMlUsiho .wrapper {
    padding: 85px 100px 35px 100px;
  }
}
.cid-ubUMlUsiho .card-padding {
  padding: 0.7rem;
}
.cid-ubUMlUsiho .btn {
  display: flex;
  padding: 0.5rem 1rem;
}
.cid-ubUMlUsiho .card {
  background-color: #ffffff;
}
.cid-ubUMlUsiho .list {
  margin-bottom: 30px;
  text-align: left;
}
.cid-ubUMlUsiho .card-body {
  padding: 45px;
  padding-bottom: 36px;
}
.cid-ubUMlUsiho .card-img-top {
  width: 40px;
  height: 40px;
}
.cid-ubUMlUsiho .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubUMlUsiho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubUMlUsiho .mbr-text {
  color: #d81b2d;
}
.cid-ubUMlUsiho .mbr-section-title {
  color: #0a2045;
}
.cid-ubUMlUsiho .mbr-section-subtitle {
  color: #0a2045;
  text-align: center;
}
.cid-ubUMlUsiho .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u537K6YASn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u537K6YASn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u537K6YASn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u537K6YASn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u537K6YASn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u537K6YASn .container {
    padding: 0;
  }
}
.cid-u537K6YASn .row {
  justify-content: center;
}
.cid-u537K6YASn .title-wrapper {
  padding: 0 16px;
}
.cid-u537K6YASn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u537K6YASn .mbr-section-title {
  color: #d81b2d;
}
.cid-u4bCeB9YWt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u4bCeB9YWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4bCeB9YWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4bCeB9YWt .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u4bCeB9YWt .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4bCeB9YWt .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u4bCeB9YWt .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4bCeB9YWt .container {
    padding: 0 12px;
  }
}
.cid-u4bCeB9YWt .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u4bCeB9YWt .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u4bCeB9YWt .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u4bCeB9YWt .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u4bCeB9YWt .mbr-section-title {
  color: #1D1D1F;
}
.cid-u4bCeB9YWt .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u4bCeB9YWt .mbr-section-title,
.cid-u4bCeB9YWt .mbr-section-btn {
  text-align: center;
  color: #d81b2d;
}
.cid-u0qltshR5G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u0qltshR5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qltshR5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qltshR5G .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0qltshR5G .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0qltshR5G .container {
    padding: 0;
  }
}
.cid-u0qltshR5G .row {
  justify-content: center;
}
.cid-u0qltshR5G .title-wrapper {
  padding: 0 16px;
}
.cid-u0qltshR5G .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0qltshR5G .mbr-section-title {
  color: #d81b2d;
}
.cid-u0qlubxfvM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0a2045;
}
.cid-u0qlubxfvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qlubxfvM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qlubxfvM .mbr-iconfont {
  color: #d81b2d;
  font-size: 5rem;
  width: 5rem;
}
.cid-u0qlubxfvM .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-u0qlubxfvM .mbr-section-title {
  color: #d81b2d;
}
.cid-u0qlubxfvM .mbr-section-subtitle,
.cid-u0qlubxfvM .mbr-section-btn {
  color: #ffffff;
}
.cid-u4X1VOCYu4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X1VOCYu4 .mbr-social-likes {
  font-size: 0;
}
.cid-u4X1VOCYu4 .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X1VOCYu4 .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X1VOCYu4 .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X1VOCYu4 .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X1VOCYu4 .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X1VOCYu4 .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X1VOCYu4 .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X1VOCYu4 .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X1VOCYu4 .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X1VOCYu4 .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X1VOCYu4 [class^="socicon-"]:before,
.cid-u4X1VOCYu4 [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X1VOCYu4 .mbr-section-title,
.cid-u4X1VOCYu4 .mbr-social-likes {
  color: #0a2045;
}
.cid-u0qlwZERSX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0qlwZERSX img {
  border-radius: 0px;
}
.cid-u0qlwZERSX .row {
  justify-content: center;
}
.cid-u0qlwZERSX .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u0qeIUbcJd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-u0qeIUbcJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qeIUbcJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qeIUbcJd .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u0qeIUbcJd .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u0qeIUbcJd .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u0qeIUbcJd .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0qeIUbcJd .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0qeIUbcJd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u0qeIUbcJd .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0qeIUbcJd .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0qeIUbcJd .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0qeIUbcJd .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-u0qeIUbcJd .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-u0qeIUbcJd .list-box {
  width: 100%;
}
.cid-u0qeIUbcJd .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-u0qeIUbcJd .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u0qeIUbcJd .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u0qeIUbcJd .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u0qeIUbcJd .list a:hover:before {
  background-position: left !important;
}
.cid-u0qeIUbcJd .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u0qeIUbcJd .news-item {
  width: 100%;
}
.cid-u0qeIUbcJd .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-u0qeIUbcJd .news-title {
  color: #ffffff;
}
.cid-u0qeIUbcJd .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-ubUVxtFKmb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ubUVxtFKmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubUVxtFKmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubUVxtFKmb .container-fluid {
  max-width: 100% !important;
}
.cid-ubUVxtFKmb .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-ubUVxtFKmb .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ubUVxtFKmb .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-ubUVxtFKmb .text-wrap {
    margin-bottom: 0;
    padding: 45px 30px 50px 50px;
  }
}
@media (min-width: 1440px) {
  .cid-ubUVxtFKmb .text-wrap {
    margin-bottom: 0;
    padding: 60px 100px 0 60px;
  }
}
@media (max-width: 991px) {
  .cid-ubUVxtFKmb .text-wrap {
    margin-bottom: 0;
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 575px) {
  .cid-ubUVxtFKmb .text-wrap {
    margin-bottom: 0;
    padding: 40px 30px;
  }
}
.cid-ubUVxtFKmb .mbr-section-title {
  color: #0a2045;
  padding-bottom: 157px;
}
@media (max-width: 1439px) {
  .cid-ubUVxtFKmb .mbr-section-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .cid-ubUVxtFKmb .mbr-section-title {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-ubUVxtFKmb .mbr-section-title {
    padding-bottom: 40px;
  }
}
.cid-ubUVxtFKmb .mbr-text {
  color: #303030;
  margin-top: 25px;
}
.cid-ubUVxtFKmb .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
  padding-top: 30px;
}
.cid-ubUVxtFKmb .text-item {
  width: 49%;
}
@media (max-width: 767px) {
  .cid-ubUVxtFKmb .text-item {
    width: 100%;
  }
}
.cid-ubUVxtFKmb .item-title {
  color: #303030;
}
.cid-ubUVxtFKmb .item-text {
  color: #ffffff;
  margin-top: 5px;
}
.cid-ubUVxtFKmb .mbr-text,
.cid-ubUVxtFKmb .mbr-section-btn {
  color: #000000;
}
.cid-u0qtiPBqsW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u0qtiPBqsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qtiPBqsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qtiPBqsW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0qtiPBqsW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0qtiPBqsW .container {
    padding: 0;
  }
}
.cid-u0qtiPBqsW .row {
  justify-content: center;
}
.cid-u0qtiPBqsW .title-wrapper {
  padding: 0 16px;
}
.cid-u0qtiPBqsW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0qtiPBqsW .mbr-section-title {
  color: #d81b2d;
}
.cid-ubUWeJkgrr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-ubUWeJkgrr .wrapper {
  padding: 40px;
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .cid-ubUWeJkgrr .wrapper {
    padding: 85px 100px 35px 100px;
  }
}
.cid-ubUWeJkgrr .card-padding {
  padding: 0.7rem;
}
.cid-ubUWeJkgrr .btn {
  display: flex;
  padding: 0.5rem 1rem;
}
.cid-ubUWeJkgrr .card {
  background-color: #ffffff;
}
.cid-ubUWeJkgrr .list {
  margin-bottom: 30px;
  text-align: left;
}
.cid-ubUWeJkgrr .card-body {
  padding: 45px;
  padding-bottom: 36px;
}
.cid-ubUWeJkgrr .card-img-top {
  width: 40px;
  height: 40px;
}
.cid-ubUWeJkgrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubUWeJkgrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubUWeJkgrr .mbr-text {
  color: #d81b2d;
}
.cid-ubUWeJkgrr .mbr-section-title {
  color: #0a2045;
}
.cid-ubUWeJkgrr .mbr-section-subtitle {
  color: #0a2045;
  text-align: center;
}
.cid-ubUWeJkgrr .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ubUWfN17iV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-ubUWfN17iV .wrapper {
  padding: 40px;
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .cid-ubUWfN17iV .wrapper {
    padding: 85px 100px 35px 100px;
  }
}
.cid-ubUWfN17iV .card-padding {
  padding: 0.7rem;
}
.cid-ubUWfN17iV .btn {
  display: flex;
  padding: 0.5rem 1rem;
}
.cid-ubUWfN17iV .card {
  background-color: #ffffff;
}
.cid-ubUWfN17iV .list {
  margin-bottom: 30px;
  text-align: left;
}
.cid-ubUWfN17iV .card-body {
  padding: 45px;
  padding-bottom: 36px;
}
.cid-ubUWfN17iV .card-img-top {
  width: 40px;
  height: 40px;
}
.cid-ubUWfN17iV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubUWfN17iV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubUWfN17iV .mbr-text {
  color: #d81b2d;
}
.cid-ubUWfN17iV .mbr-section-title {
  color: #0a2045;
}
.cid-ubUWfN17iV .mbr-section-subtitle {
  color: #0a2045;
  text-align: center;
}
.cid-ubUWfN17iV .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u52HkMzGsP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u52HkMzGsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u52HkMzGsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u52HkMzGsP .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u52HkMzGsP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u52HkMzGsP .container {
    padding: 0;
  }
}
.cid-u52HkMzGsP .row {
  justify-content: center;
}
.cid-u52HkMzGsP .title-wrapper {
  padding: 0 16px;
}
.cid-u52HkMzGsP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u52HkMzGsP .mbr-section-title {
  color: #d81b2d;
}
.cid-u4bPPfRmj5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u4bPPfRmj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4bPPfRmj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4bPPfRmj5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u4bPPfRmj5 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4bPPfRmj5 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u4bPPfRmj5 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4bPPfRmj5 .container {
    padding: 0 12px;
  }
}
.cid-u4bPPfRmj5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u4bPPfRmj5 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u4bPPfRmj5 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u4bPPfRmj5 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u4bPPfRmj5 .mbr-section-title {
  color: #1D1D1F;
}
.cid-u4bPPfRmj5 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u4bPPfRmj5 .mbr-section-title,
.cid-u4bPPfRmj5 .mbr-section-btn {
  text-align: center;
  color: #d81b2d;
}
.cid-u0qtkdTs1m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u0qtkdTs1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qtkdTs1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qtkdTs1m .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0qtkdTs1m .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0qtkdTs1m .container {
    padding: 0;
  }
}
.cid-u0qtkdTs1m .row {
  justify-content: center;
}
.cid-u0qtkdTs1m .title-wrapper {
  padding: 0 16px;
}
.cid-u0qtkdTs1m .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0qtkdTs1m .mbr-section-title {
  color: #d81b2d;
}
.cid-u4X22d6Hih {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X22d6Hih .mbr-social-likes {
  font-size: 0;
}
.cid-u4X22d6Hih .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X22d6Hih .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X22d6Hih .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X22d6Hih .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X22d6Hih .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X22d6Hih .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X22d6Hih .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X22d6Hih .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X22d6Hih .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X22d6Hih .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X22d6Hih [class^="socicon-"]:before,
.cid-u4X22d6Hih [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X22d6Hih .mbr-section-title,
.cid-u4X22d6Hih .mbr-social-likes {
  color: #0a2045;
}
.cid-u0qtnwbeu0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0qtnwbeu0 img {
  border-radius: 0px;
}
.cid-u0qtnwbeu0 .row {
  justify-content: center;
}
.cid-u0qtnwbeu0 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u0qeVFjjTn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-u0qeVFjjTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qeVFjjTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qeVFjjTn .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u0qeVFjjTn .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u0qeVFjjTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u0qeVFjjTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0qeVFjjTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0qeVFjjTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u0qeVFjjTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0qeVFjjTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0qeVFjjTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0qeVFjjTn .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-u0qeVFjjTn .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-u0qeVFjjTn .list-box {
  width: 100%;
}
.cid-u0qeVFjjTn .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-u0qeVFjjTn .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u0qeVFjjTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u0qeVFjjTn .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u0qeVFjjTn .list a:hover:before {
  background-position: left !important;
}
.cid-u0qeVFjjTn .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u0qeVFjjTn .news-item {
  width: 100%;
}
.cid-u0qeVFjjTn .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-u0qeVFjjTn .news-title {
  color: #ffffff;
}
.cid-u0qeVFjjTn .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-ubZWEke0rE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ubZWEke0rE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZWEke0rE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZWEke0rE .container-fluid {
  max-width: 100% !important;
}
.cid-ubZWEke0rE .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-ubZWEke0rE .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ubZWEke0rE .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-ubZWEke0rE .text-wrap {
    margin-bottom: 0;
    padding: 45px 30px 50px 50px;
  }
}
@media (min-width: 1440px) {
  .cid-ubZWEke0rE .text-wrap {
    margin-bottom: 0;
    padding: 60px 100px 0 60px;
  }
}
@media (max-width: 991px) {
  .cid-ubZWEke0rE .text-wrap {
    margin-bottom: 0;
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 575px) {
  .cid-ubZWEke0rE .text-wrap {
    margin-bottom: 0;
    padding: 40px 30px;
  }
}
.cid-ubZWEke0rE .mbr-section-title {
  color: #0a2045;
  padding-bottom: 157px;
}
@media (max-width: 1439px) {
  .cid-ubZWEke0rE .mbr-section-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .cid-ubZWEke0rE .mbr-section-title {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-ubZWEke0rE .mbr-section-title {
    padding-bottom: 40px;
  }
}
.cid-ubZWEke0rE .mbr-text {
  color: #303030;
  margin-top: 25px;
}
.cid-ubZWEke0rE .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
  padding-top: 30px;
}
.cid-ubZWEke0rE .text-item {
  width: 49%;
}
@media (max-width: 767px) {
  .cid-ubZWEke0rE .text-item {
    width: 100%;
  }
}
.cid-ubZWEke0rE .item-title {
  color: #303030;
}
.cid-ubZWEke0rE .item-text {
  color: #ffffff;
  margin-top: 5px;
}
.cid-ubZWEke0rE .mbr-text,
.cid-ubZWEke0rE .mbr-section-btn {
  color: #000000;
}
.cid-u0qttpms6R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u0qttpms6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qttpms6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qttpms6R .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0qttpms6R .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0qttpms6R .container {
    padding: 0;
  }
}
.cid-u0qttpms6R .row {
  justify-content: center;
}
.cid-u0qttpms6R .title-wrapper {
  padding: 0 16px;
}
.cid-u0qttpms6R .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0qttpms6R .mbr-section-title {
  color: #d81b2d;
}
.cid-ubZYPCUNZg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-ubZYPCUNZg .wrapper {
  padding: 40px;
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .cid-ubZYPCUNZg .wrapper {
    padding: 85px 100px 35px 100px;
  }
}
.cid-ubZYPCUNZg .card-padding {
  padding: 0.7rem;
}
.cid-ubZYPCUNZg .btn {
  display: flex;
  padding: 0.5rem 1rem;
}
.cid-ubZYPCUNZg .card {
  background-color: #ffffff;
}
.cid-ubZYPCUNZg .list {
  margin-bottom: 30px;
  text-align: center;
}
.cid-ubZYPCUNZg .card-body {
  padding: 45px;
  padding-bottom: 36px;
}
.cid-ubZYPCUNZg .card-img-top {
  width: 40px;
  height: 40px;
}
.cid-ubZYPCUNZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZYPCUNZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZYPCUNZg .mbr-text {
  color: #d81b2d;
}
.cid-ubZYPCUNZg .mbr-section-title {
  color: #0a2045;
}
.cid-ubZYPCUNZg .mbr-section-subtitle {
  color: #0a2045;
  text-align: center;
}
.cid-ubZYPCUNZg .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ubZYPCUNZg .list DIV {
  text-align: center;
}
.cid-ubZYQAW9K9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-ubZYQAW9K9 .wrapper {
  padding: 40px;
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .cid-ubZYQAW9K9 .wrapper {
    padding: 85px 100px 35px 100px;
  }
}
.cid-ubZYQAW9K9 .card-padding {
  padding: 0.7rem;
}
.cid-ubZYQAW9K9 .btn {
  display: flex;
  padding: 0.5rem 1rem;
}
.cid-ubZYQAW9K9 .card {
  background-color: #ffffff;
}
.cid-ubZYQAW9K9 .list {
  margin-bottom: 30px;
  text-align: center;
}
.cid-ubZYQAW9K9 .card-body {
  padding: 45px;
  padding-bottom: 36px;
}
.cid-ubZYQAW9K9 .card-img-top {
  width: 40px;
  height: 40px;
}
.cid-ubZYQAW9K9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZYQAW9K9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZYQAW9K9 .mbr-text {
  color: #d81b2d;
}
.cid-ubZYQAW9K9 .mbr-section-title {
  color: #0a2045;
}
.cid-ubZYQAW9K9 .mbr-section-subtitle {
  color: #0a2045;
  text-align: center;
}
.cid-ubZYQAW9K9 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ubZYQAW9K9 .list DIV {
  text-align: center;
}
.cid-u4X27pryfs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X27pryfs .mbr-social-likes {
  font-size: 0;
}
.cid-u4X27pryfs .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X27pryfs .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X27pryfs .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X27pryfs .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X27pryfs .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X27pryfs .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X27pryfs .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X27pryfs .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X27pryfs .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X27pryfs .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X27pryfs [class^="socicon-"]:before,
.cid-u4X27pryfs [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X27pryfs .mbr-section-title,
.cid-u4X27pryfs .mbr-social-likes {
  color: #0a2045;
}
.cid-u0qty7wqO7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0qty7wqO7 img {
  border-radius: 0px;
}
.cid-u0qty7wqO7 .row {
  justify-content: center;
}
.cid-u0qty7wqO7 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u0qf1iFsOM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-u0qf1iFsOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qf1iFsOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qf1iFsOM .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u0qf1iFsOM .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u0qf1iFsOM .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u0qf1iFsOM .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0qf1iFsOM .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0qf1iFsOM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u0qf1iFsOM .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0qf1iFsOM .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0qf1iFsOM .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0qf1iFsOM .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-u0qf1iFsOM .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-u0qf1iFsOM .list-box {
  width: 100%;
}
.cid-u0qf1iFsOM .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-u0qf1iFsOM .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u0qf1iFsOM .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u0qf1iFsOM .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u0qf1iFsOM .list a:hover:before {
  background-position: left !important;
}
.cid-u0qf1iFsOM .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u0qf1iFsOM .news-item {
  width: 100%;
}
.cid-u0qf1iFsOM .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-u0qf1iFsOM .news-title {
  color: #ffffff;
}
.cid-u0qf1iFsOM .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-uc02mRXfwE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uc02mRXfwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc02mRXfwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc02mRXfwE .container-fluid {
  max-width: 100% !important;
}
.cid-uc02mRXfwE .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uc02mRXfwE .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uc02mRXfwE .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-uc02mRXfwE .text-wrap {
    margin-bottom: 0;
    padding: 45px 30px 50px 50px;
  }
}
@media (min-width: 1440px) {
  .cid-uc02mRXfwE .text-wrap {
    margin-bottom: 0;
    padding: 60px 100px 0 60px;
  }
}
@media (max-width: 991px) {
  .cid-uc02mRXfwE .text-wrap {
    margin-bottom: 0;
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 575px) {
  .cid-uc02mRXfwE .text-wrap {
    margin-bottom: 0;
    padding: 40px 30px;
  }
}
.cid-uc02mRXfwE .mbr-section-title {
  color: #0a2045;
  padding-bottom: 157px;
}
@media (max-width: 1439px) {
  .cid-uc02mRXfwE .mbr-section-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .cid-uc02mRXfwE .mbr-section-title {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uc02mRXfwE .mbr-section-title {
    padding-bottom: 40px;
  }
}
.cid-uc02mRXfwE .mbr-text {
  color: #303030;
  margin-top: 25px;
}
.cid-uc02mRXfwE .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
  padding-top: 30px;
}
.cid-uc02mRXfwE .text-item {
  width: 49%;
}
@media (max-width: 767px) {
  .cid-uc02mRXfwE .text-item {
    width: 100%;
  }
}
.cid-uc02mRXfwE .item-title {
  color: #303030;
}
.cid-uc02mRXfwE .item-text {
  color: #ffffff;
  margin-top: 5px;
}
.cid-uc02mRXfwE .mbr-text,
.cid-uc02mRXfwE .mbr-section-btn {
  color: #000000;
}
.cid-u0qtAZ735R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u0qtAZ735R .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qtAZ735R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qtAZ735R .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0qtAZ735R .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0qtAZ735R .container {
    padding: 0;
  }
}
.cid-u0qtAZ735R .row {
  justify-content: center;
}
.cid-u0qtAZ735R .title-wrapper {
  padding: 0 16px;
}
.cid-u0qtAZ735R .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0qtAZ735R .mbr-section-title {
  color: #d81b2d;
}
.cid-uc14XMoxuj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-uc14XMoxuj .wrapper {
  padding: 40px;
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .cid-uc14XMoxuj .wrapper {
    padding: 85px 100px 35px 100px;
  }
}
.cid-uc14XMoxuj .card-padding {
  padding: 0.7rem;
}
.cid-uc14XMoxuj .btn {
  display: flex;
  padding: 0.5rem 1rem;
}
.cid-uc14XMoxuj .card {
  background-color: #ffffff;
}
.cid-uc14XMoxuj .list {
  margin-bottom: 30px;
  text-align: left;
}
.cid-uc14XMoxuj .card-body {
  padding: 45px;
  padding-bottom: 36px;
}
.cid-uc14XMoxuj .card-img-top {
  width: 40px;
  height: 40px;
}
.cid-uc14XMoxuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc14XMoxuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc14XMoxuj .mbr-text {
  color: #d81b2d;
}
.cid-uc14XMoxuj .mbr-section-title {
  color: #0a2045;
}
.cid-uc14XMoxuj .mbr-section-subtitle {
  color: #0a2045;
  text-align: center;
}
.cid-uc14XMoxuj .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uc17f53s56 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-uc17f53s56 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc17f53s56 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc17f53s56 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uc17f53s56 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uc17f53s56 .container {
    padding: 0;
  }
}
.cid-uc17f53s56 .row {
  justify-content: center;
}
.cid-uc17f53s56 .title-wrapper {
  padding: 0 16px;
}
.cid-uc17f53s56 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uc17f53s56 .mbr-section-title {
  color: #d81b2d;
}
.cid-u4irqryFXf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u4irqryFXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4irqryFXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4irqryFXf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u4irqryFXf .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4irqryFXf .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u4irqryFXf .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4irqryFXf .container {
    padding: 0 12px;
  }
}
.cid-u4irqryFXf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u4irqryFXf .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u4irqryFXf .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u4irqryFXf .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u4irqryFXf .mbr-section-title {
  color: #1D1D1F;
}
.cid-u4irqryFXf .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u4irqryFXf .mbr-section-title,
.cid-u4irqryFXf .mbr-section-btn {
  text-align: center;
  color: #d81b2d;
}
.cid-u0qtFnqdx1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u0qtFnqdx1 .mbr-social-likes {
  font-size: 0;
}
.cid-u0qtFnqdx1 .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u0qtFnqdx1 .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u0qtFnqdx1 .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u0qtFnqdx1 .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u0qtFnqdx1 .socicon-bg-behance {
  color: #ffffff;
}
.cid-u0qtFnqdx1 .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u0qtFnqdx1 .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u0qtFnqdx1 .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u0qtFnqdx1 .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u0qtFnqdx1 .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u0qtFnqdx1 [class^="socicon-"]:before,
.cid-u0qtFnqdx1 [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u0qtFnqdx1 .mbr-section-title,
.cid-u0qtFnqdx1 .mbr-social-likes {
  color: #0a2045;
}
.cid-u0qtG3opex {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0qtG3opex img {
  border-radius: 0px;
}
.cid-u0qtG3opex .row {
  justify-content: center;
}
.cid-u0qtG3opex .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u0qf7wLIQE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-u0qf7wLIQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qf7wLIQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qf7wLIQE .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u0qf7wLIQE .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u0qf7wLIQE .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u0qf7wLIQE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0qf7wLIQE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0qf7wLIQE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u0qf7wLIQE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0qf7wLIQE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0qf7wLIQE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0qf7wLIQE .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-u0qf7wLIQE .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-u0qf7wLIQE .list-box {
  width: 100%;
}
.cid-u0qf7wLIQE .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-u0qf7wLIQE .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u0qf7wLIQE .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u0qf7wLIQE .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u0qf7wLIQE .list a:hover:before {
  background-position: left !important;
}
.cid-u0qf7wLIQE .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u0qf7wLIQE .news-item {
  width: 100%;
}
.cid-u0qf7wLIQE .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-u0qf7wLIQE .news-title {
  color: #ffffff;
}
.cid-u0qf7wLIQE .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-u14ONxnCHJ {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0a2045;
}
.cid-u14ONxnCHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14ONxnCHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14ONxnCHJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u14ONxnCHJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u14ONxnCHJ .container {
    padding: 0 24px;
  }
}
.cid-u14ONxnCHJ .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u14ONxnCHJ .image-wrapper {
  height: 100%;
}
.cid-u14ONxnCHJ .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u14ONxnCHJ .image-wrapper img {
    height: 350px;
  }
}
.cid-u14ONxnCHJ .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u14ONxnCHJ .content-wrapper {
    padding: 24px;
  }
}
.cid-u14ONxnCHJ .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u14ONxnCHJ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u14ONxnCHJ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u14ONxnCHJ .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u14ONxnCHJ .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u14ONxnCHJ .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u14ONxnCHJ .mbr-section-title {
  color: #141414;
}
.cid-u14ONxnCHJ .mbr-text {
  color: #141414;
}
.cid-u14ONxnCHJ .mbr-section-title,
.cid-u14ONxnCHJ .title-wrapper,
.cid-u14ONxnCHJ .mbr-section-btn {
  color: #d81b2d;
}
.cid-u7ApwMLswZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d81b2d;
}
.cid-u7ApwMLswZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ApwMLswZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ApwMLswZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7ApwMLswZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7ApwMLswZ .container {
    padding: 0;
  }
}
.cid-u7ApwMLswZ .row {
  justify-content: center;
}
.cid-u7ApwMLswZ .title-wrapper {
  padding: 0 16px;
}
.cid-u7ApwMLswZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7ApwMLswZ .mbr-section-title {
  color: #ffffff;
}
.cid-u14PRufnrH {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-u14PRufnrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14PRufnrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14PRufnrH .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u14PRufnrH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u14PRufnrH .container {
    padding: 0;
  }
}
.cid-u14PRufnrH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u14PRufnrH .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u14PRufnrH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u14PRufnrH .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-u14PRufnrH .mbr-section-title {
  color: #263652;
}
.cid-u14PRufnrH .mbr-text {
  color: #263652;
}
.cid-u14Q1mYux0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u14Q1mYux0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14Q1mYux0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14Q1mYux0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u14Q1mYux0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u14Q1mYux0 .container {
    padding: 0;
  }
}
.cid-u14Q1mYux0 .row {
  justify-content: center;
}
.cid-u14Q1mYux0 .title-wrapper {
  padding: 0 16px;
}
.cid-u14Q1mYux0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u14Q1mYux0 .mbr-section-title {
  color: #d81b2d;
}
.cid-u5GiEQiD8P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5GiEQiD8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5GiEQiD8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5GiEQiD8P .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u5GiEQiD8P .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u5GiEQiD8P .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u5GiEQiD8P .col-text {
    margin-bottom: 50px;
  }
}
.cid-u5GiEQiD8P .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u5GiEQiD8P .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u5GiEQiD8P .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u5GiEQiD8P .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u5GiEQiD8P .item-wrap {
    width: 100%;
  }
}
.cid-u5GiEQiD8P .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u5GiEQiD8P .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u5GiEQiD8P .item-text {
  margin-bottom: 6px;
}
.cid-u5GiEQiD8P .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u5GiEQiD8P form {
  width: 100%;
}
.cid-u5GiEQiD8P form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u5GiEQiD8P form p {
  color: #353535;
}
.cid-u5GiEQiD8P form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u5GiEQiD8P form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u5GiEQiD8P form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u5GiEQiD8P form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u5GiEQiD8P form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u5GiEQiD8P form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u5GiEQiD8P form select {
  color: #303030 !important;
}
.cid-u5GiEQiD8P form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u5GiEQiD8P form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GiEQiD8P form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GiEQiD8P form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GiEQiD8P form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GiEQiD8P form input,
.cid-u5GiEQiD8P form textarea {
  transition: .3s all;
}
.cid-u5GiEQiD8P form input:active,
.cid-u5GiEQiD8P form textarea:active,
.cid-u5GiEQiD8P form input:focus,
.cid-u5GiEQiD8P form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u5GiEQiD8P form input:active::-webkit-input-placeholder,
.cid-u5GiEQiD8P form textarea:active::-webkit-input-placeholder,
.cid-u5GiEQiD8P form input:focus::-webkit-input-placeholder,
.cid-u5GiEQiD8P form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GiEQiD8P form input:active::-moz-placeholder,
.cid-u5GiEQiD8P form textarea:active::-moz-placeholder,
.cid-u5GiEQiD8P form input:focus::-moz-placeholder,
.cid-u5GiEQiD8P form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GiEQiD8P form input:active:-moz-placeholder,
.cid-u5GiEQiD8P form textarea:active:-moz-placeholder,
.cid-u5GiEQiD8P form input:focus:-moz-placeholder,
.cid-u5GiEQiD8P form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GiEQiD8P form input:active:-ms-input-placeholder,
.cid-u5GiEQiD8P form textarea:active:-ms-input-placeholder,
.cid-u5GiEQiD8P form input:focus:-ms-input-placeholder,
.cid-u5GiEQiD8P form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GiEQiD8P form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u5GiEQiD8P form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u5GiEQiD8P form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u5GiEQiD8P form .form-check label {
  color: #303030;
}
.cid-u5GiEQiD8P form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u5GiEQiD8P form .form-check-input:focus,
.cid-u5GiEQiD8P form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u5GiEQiD8P form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4X2gWJTgZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X2gWJTgZ .mbr-social-likes {
  font-size: 0;
}
.cid-u4X2gWJTgZ .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X2gWJTgZ .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X2gWJTgZ .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X2gWJTgZ .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X2gWJTgZ .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X2gWJTgZ .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X2gWJTgZ .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X2gWJTgZ .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X2gWJTgZ .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X2gWJTgZ .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X2gWJTgZ [class^="socicon-"]:before,
.cid-u4X2gWJTgZ [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X2gWJTgZ .mbr-section-title,
.cid-u4X2gWJTgZ .mbr-social-likes {
  color: #0a2045;
}
.cid-u14OvvpNNi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u14OvvpNNi img {
  border-radius: 0px;
}
.cid-u14OvvpNNi .row {
  justify-content: center;
}
.cid-u14OvvpNNi .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u14OvvHFxL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-u14OvvHFxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14OvvHFxL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14OvvHFxL .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u14OvvHFxL .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u14OvvHFxL .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u14OvvHFxL .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u14OvvHFxL .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u14OvvHFxL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u14OvvHFxL .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u14OvvHFxL .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u14OvvHFxL .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u14OvvHFxL .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-u14OvvHFxL .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-u14OvvHFxL .list-box {
  width: 100%;
}
.cid-u14OvvHFxL .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-u14OvvHFxL .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u14OvvHFxL .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u14OvvHFxL .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u14OvvHFxL .list a:hover:before {
  background-position: left !important;
}
.cid-u14OvvHFxL .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u14OvvHFxL .news-item {
  width: 100%;
}
.cid-u14OvvHFxL .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-u14OvvHFxL .news-title {
  color: #ffffff;
}
.cid-u14OvvHFxL .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-u14SJZGaV9 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0a2045;
}
.cid-u14SJZGaV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14SJZGaV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14SJZGaV9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u14SJZGaV9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u14SJZGaV9 .container {
    padding: 0 24px;
  }
}
.cid-u14SJZGaV9 .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u14SJZGaV9 .image-wrapper {
  height: 100%;
}
.cid-u14SJZGaV9 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u14SJZGaV9 .image-wrapper img {
    height: 350px;
  }
}
.cid-u14SJZGaV9 .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u14SJZGaV9 .content-wrapper {
    padding: 24px;
  }
}
.cid-u14SJZGaV9 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u14SJZGaV9 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u14SJZGaV9 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u14SJZGaV9 .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u14SJZGaV9 .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u14SJZGaV9 .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u14SJZGaV9 .mbr-section-title {
  color: #141414;
}
.cid-u14SJZGaV9 .mbr-text {
  color: #141414;
}
.cid-u14SJZGaV9 .mbr-section-title,
.cid-u14SJZGaV9 .title-wrapper,
.cid-u14SJZGaV9 .mbr-section-btn {
  color: #d81b2d;
}
.cid-u7ApsNtYnc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d81b2d;
}
.cid-u7ApsNtYnc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ApsNtYnc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ApsNtYnc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7ApsNtYnc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7ApsNtYnc .container {
    padding: 0;
  }
}
.cid-u7ApsNtYnc .row {
  justify-content: center;
}
.cid-u7ApsNtYnc .title-wrapper {
  padding: 0 16px;
}
.cid-u7ApsNtYnc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7ApsNtYnc .mbr-section-title {
  color: #ffffff;
}
.cid-u14SK0v2xo {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-u14SK0v2xo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14SK0v2xo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14SK0v2xo .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u14SK0v2xo .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u14SK0v2xo .container {
    padding: 0;
  }
}
.cid-u14SK0v2xo .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u14SK0v2xo .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u14SK0v2xo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u14SK0v2xo .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-u14SK0v2xo .mbr-section-title {
  color: #263652;
}
.cid-u14SK0v2xo .mbr-text {
  color: #263652;
}
.cid-u14SK0UijM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u14SK0UijM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14SK0UijM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14SK0UijM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u14SK0UijM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u14SK0UijM .container {
    padding: 0;
  }
}
.cid-u14SK0UijM .row {
  justify-content: center;
}
.cid-u14SK0UijM .title-wrapper {
  padding: 0 16px;
}
.cid-u14SK0UijM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u14SK0UijM .mbr-section-title {
  color: #d81b2d;
}
.cid-u5GiHPtsJw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5GiHPtsJw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5GiHPtsJw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5GiHPtsJw .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u5GiHPtsJw .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u5GiHPtsJw .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u5GiHPtsJw .col-text {
    margin-bottom: 50px;
  }
}
.cid-u5GiHPtsJw .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u5GiHPtsJw .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u5GiHPtsJw .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u5GiHPtsJw .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u5GiHPtsJw .item-wrap {
    width: 100%;
  }
}
.cid-u5GiHPtsJw .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u5GiHPtsJw .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u5GiHPtsJw .item-text {
  margin-bottom: 6px;
}
.cid-u5GiHPtsJw .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u5GiHPtsJw form {
  width: 100%;
}
.cid-u5GiHPtsJw form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u5GiHPtsJw form p {
  color: #353535;
}
.cid-u5GiHPtsJw form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u5GiHPtsJw form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u5GiHPtsJw form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u5GiHPtsJw form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u5GiHPtsJw form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u5GiHPtsJw form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u5GiHPtsJw form select {
  color: #303030 !important;
}
.cid-u5GiHPtsJw form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u5GiHPtsJw form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GiHPtsJw form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GiHPtsJw form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GiHPtsJw form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GiHPtsJw form input,
.cid-u5GiHPtsJw form textarea {
  transition: .3s all;
}
.cid-u5GiHPtsJw form input:active,
.cid-u5GiHPtsJw form textarea:active,
.cid-u5GiHPtsJw form input:focus,
.cid-u5GiHPtsJw form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u5GiHPtsJw form input:active::-webkit-input-placeholder,
.cid-u5GiHPtsJw form textarea:active::-webkit-input-placeholder,
.cid-u5GiHPtsJw form input:focus::-webkit-input-placeholder,
.cid-u5GiHPtsJw form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GiHPtsJw form input:active::-moz-placeholder,
.cid-u5GiHPtsJw form textarea:active::-moz-placeholder,
.cid-u5GiHPtsJw form input:focus::-moz-placeholder,
.cid-u5GiHPtsJw form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GiHPtsJw form input:active:-moz-placeholder,
.cid-u5GiHPtsJw form textarea:active:-moz-placeholder,
.cid-u5GiHPtsJw form input:focus:-moz-placeholder,
.cid-u5GiHPtsJw form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GiHPtsJw form input:active:-ms-input-placeholder,
.cid-u5GiHPtsJw form textarea:active:-ms-input-placeholder,
.cid-u5GiHPtsJw form input:focus:-ms-input-placeholder,
.cid-u5GiHPtsJw form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GiHPtsJw form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u5GiHPtsJw form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u5GiHPtsJw form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u5GiHPtsJw form .form-check label {
  color: #303030;
}
.cid-u5GiHPtsJw form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u5GiHPtsJw form .form-check-input:focus,
.cid-u5GiHPtsJw form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u5GiHPtsJw form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4X2mxw1uH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X2mxw1uH .mbr-social-likes {
  font-size: 0;
}
.cid-u4X2mxw1uH .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X2mxw1uH .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X2mxw1uH .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X2mxw1uH .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X2mxw1uH .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X2mxw1uH .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X2mxw1uH .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X2mxw1uH .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X2mxw1uH .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X2mxw1uH .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X2mxw1uH [class^="socicon-"]:before,
.cid-u4X2mxw1uH [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X2mxw1uH .mbr-section-title,
.cid-u4X2mxw1uH .mbr-social-likes {
  color: #0a2045;
}
.cid-u14SK20kxq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u14SK20kxq img {
  border-radius: 0px;
}
.cid-u14SK20kxq .row {
  justify-content: center;
}
.cid-u14SK20kxq .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u14SK2lsm1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-u14SK2lsm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14SK2lsm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14SK2lsm1 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u14SK2lsm1 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u14SK2lsm1 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u14SK2lsm1 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u14SK2lsm1 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u14SK2lsm1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u14SK2lsm1 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u14SK2lsm1 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u14SK2lsm1 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u14SK2lsm1 .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-u14SK2lsm1 .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-u14SK2lsm1 .list-box {
  width: 100%;
}
.cid-u14SK2lsm1 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-u14SK2lsm1 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u14SK2lsm1 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u14SK2lsm1 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u14SK2lsm1 .list a:hover:before {
  background-position: left !important;
}
.cid-u14SK2lsm1 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u14SK2lsm1 .news-item {
  width: 100%;
}
.cid-u14SK2lsm1 .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-u14SK2lsm1 .news-title {
  color: #ffffff;
}
.cid-u14SK2lsm1 .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-u14TQlp1rs {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0a2045;
}
.cid-u14TQlp1rs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14TQlp1rs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14TQlp1rs .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u14TQlp1rs .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u14TQlp1rs .container {
    padding: 0 24px;
  }
}
.cid-u14TQlp1rs .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u14TQlp1rs .image-wrapper {
  height: 100%;
}
.cid-u14TQlp1rs .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u14TQlp1rs .image-wrapper img {
    height: 350px;
  }
}
.cid-u14TQlp1rs .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u14TQlp1rs .content-wrapper {
    padding: 24px;
  }
}
.cid-u14TQlp1rs .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u14TQlp1rs .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u14TQlp1rs .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u14TQlp1rs .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u14TQlp1rs .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u14TQlp1rs .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u14TQlp1rs .mbr-section-title {
  color: #141414;
}
.cid-u14TQlp1rs .mbr-text {
  color: #141414;
}
.cid-u14TQlp1rs .mbr-section-title,
.cid-u14TQlp1rs .title-wrapper,
.cid-u14TQlp1rs .mbr-section-btn {
  color: #d81b2d;
}
.cid-u7Apq5eRYY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d81b2d;
}
.cid-u7Apq5eRYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Apq5eRYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Apq5eRYY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7Apq5eRYY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7Apq5eRYY .container {
    padding: 0;
  }
}
.cid-u7Apq5eRYY .row {
  justify-content: center;
}
.cid-u7Apq5eRYY .title-wrapper {
  padding: 0 16px;
}
.cid-u7Apq5eRYY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7Apq5eRYY .mbr-section-title {
  color: #ffffff;
}
.cid-u14TQmAz3P {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-u14TQmAz3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14TQmAz3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14TQmAz3P .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u14TQmAz3P .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u14TQmAz3P .container {
    padding: 0;
  }
}
.cid-u14TQmAz3P .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u14TQmAz3P .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u14TQmAz3P .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u14TQmAz3P .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-u14TQmAz3P .mbr-section-title {
  color: #263652;
}
.cid-u14TQmAz3P .mbr-text {
  color: #263652;
}
.cid-u14TQmYmFf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u14TQmYmFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14TQmYmFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14TQmYmFf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u14TQmYmFf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u14TQmYmFf .container {
    padding: 0;
  }
}
.cid-u14TQmYmFf .row {
  justify-content: center;
}
.cid-u14TQmYmFf .title-wrapper {
  padding: 0 16px;
}
.cid-u14TQmYmFf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u14TQmYmFf .mbr-section-title {
  color: #d81b2d;
}
.cid-u5GiLXG9xp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5GiLXG9xp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5GiLXG9xp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5GiLXG9xp .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u5GiLXG9xp .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u5GiLXG9xp .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u5GiLXG9xp .col-text {
    margin-bottom: 50px;
  }
}
.cid-u5GiLXG9xp .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u5GiLXG9xp .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u5GiLXG9xp .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u5GiLXG9xp .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u5GiLXG9xp .item-wrap {
    width: 100%;
  }
}
.cid-u5GiLXG9xp .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u5GiLXG9xp .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u5GiLXG9xp .item-text {
  margin-bottom: 6px;
}
.cid-u5GiLXG9xp .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u5GiLXG9xp form {
  width: 100%;
}
.cid-u5GiLXG9xp form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u5GiLXG9xp form p {
  color: #353535;
}
.cid-u5GiLXG9xp form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u5GiLXG9xp form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u5GiLXG9xp form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u5GiLXG9xp form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u5GiLXG9xp form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u5GiLXG9xp form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u5GiLXG9xp form select {
  color: #303030 !important;
}
.cid-u5GiLXG9xp form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u5GiLXG9xp form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GiLXG9xp form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GiLXG9xp form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GiLXG9xp form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GiLXG9xp form input,
.cid-u5GiLXG9xp form textarea {
  transition: .3s all;
}
.cid-u5GiLXG9xp form input:active,
.cid-u5GiLXG9xp form textarea:active,
.cid-u5GiLXG9xp form input:focus,
.cid-u5GiLXG9xp form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u5GiLXG9xp form input:active::-webkit-input-placeholder,
.cid-u5GiLXG9xp form textarea:active::-webkit-input-placeholder,
.cid-u5GiLXG9xp form input:focus::-webkit-input-placeholder,
.cid-u5GiLXG9xp form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GiLXG9xp form input:active::-moz-placeholder,
.cid-u5GiLXG9xp form textarea:active::-moz-placeholder,
.cid-u5GiLXG9xp form input:focus::-moz-placeholder,
.cid-u5GiLXG9xp form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GiLXG9xp form input:active:-moz-placeholder,
.cid-u5GiLXG9xp form textarea:active:-moz-placeholder,
.cid-u5GiLXG9xp form input:focus:-moz-placeholder,
.cid-u5GiLXG9xp form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GiLXG9xp form input:active:-ms-input-placeholder,
.cid-u5GiLXG9xp form textarea:active:-ms-input-placeholder,
.cid-u5GiLXG9xp form input:focus:-ms-input-placeholder,
.cid-u5GiLXG9xp form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GiLXG9xp form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u5GiLXG9xp form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u5GiLXG9xp form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u5GiLXG9xp form .form-check label {
  color: #303030;
}
.cid-u5GiLXG9xp form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u5GiLXG9xp form .form-check-input:focus,
.cid-u5GiLXG9xp form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u5GiLXG9xp form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4X2phxNWz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X2phxNWz .mbr-social-likes {
  font-size: 0;
}
.cid-u4X2phxNWz .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X2phxNWz .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X2phxNWz .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X2phxNWz .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X2phxNWz .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X2phxNWz .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X2phxNWz .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X2phxNWz .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X2phxNWz .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X2phxNWz .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X2phxNWz [class^="socicon-"]:before,
.cid-u4X2phxNWz [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X2phxNWz .mbr-section-title,
.cid-u4X2phxNWz .mbr-social-likes {
  color: #0a2045;
}
.cid-u14TQo0w6D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u14TQo0w6D img {
  border-radius: 0px;
}
.cid-u14TQo0w6D .row {
  justify-content: center;
}
.cid-u14TQo0w6D .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u14TQolbE6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-u14TQolbE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14TQolbE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14TQolbE6 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u14TQolbE6 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u14TQolbE6 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u14TQolbE6 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u14TQolbE6 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u14TQolbE6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u14TQolbE6 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u14TQolbE6 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u14TQolbE6 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u14TQolbE6 .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-u14TQolbE6 .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-u14TQolbE6 .list-box {
  width: 100%;
}
.cid-u14TQolbE6 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-u14TQolbE6 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u14TQolbE6 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u14TQolbE6 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u14TQolbE6 .list a:hover:before {
  background-position: left !important;
}
.cid-u14TQolbE6 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u14TQolbE6 .news-item {
  width: 100%;
}
.cid-u14TQolbE6 .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-u14TQolbE6 .news-title {
  color: #ffffff;
}
.cid-u14TQolbE6 .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-u15PL0QzSL {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0a2045;
}
.cid-u15PL0QzSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15PL0QzSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15PL0QzSL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u15PL0QzSL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u15PL0QzSL .container {
    padding: 0 24px;
  }
}
.cid-u15PL0QzSL .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u15PL0QzSL .image-wrapper {
  height: 100%;
}
.cid-u15PL0QzSL .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u15PL0QzSL .image-wrapper img {
    height: 350px;
  }
}
.cid-u15PL0QzSL .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u15PL0QzSL .content-wrapper {
    padding: 24px;
  }
}
.cid-u15PL0QzSL .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u15PL0QzSL .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u15PL0QzSL .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u15PL0QzSL .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u15PL0QzSL .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u15PL0QzSL .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u15PL0QzSL .mbr-section-title {
  color: #141414;
}
.cid-u15PL0QzSL .mbr-text {
  color: #141414;
}
.cid-u15PL0QzSL .mbr-section-title,
.cid-u15PL0QzSL .title-wrapper,
.cid-u15PL0QzSL .mbr-section-btn {
  color: #d81b2d;
}
.cid-u15PL150gR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d81b2d;
}
.cid-u15PL150gR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15PL150gR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15PL150gR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u15PL150gR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u15PL150gR .container {
    padding: 0;
  }
}
.cid-u15PL150gR .row {
  justify-content: center;
}
.cid-u15PL150gR .title-wrapper {
  padding: 0 16px;
}
.cid-u15PL150gR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u15PL150gR .mbr-section-title {
  color: #ffffff;
}
.cid-u15PL1mFcM {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-u15PL1mFcM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15PL1mFcM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15PL1mFcM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u15PL1mFcM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u15PL1mFcM .container {
    padding: 0;
  }
}
.cid-u15PL1mFcM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u15PL1mFcM .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u15PL1mFcM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u15PL1mFcM .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-u15PL1mFcM .mbr-section-title {
  color: #263652;
}
.cid-u15PL1mFcM .mbr-text {
  color: #263652;
}
.cid-u15PL1E0GX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u15PL1E0GX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15PL1E0GX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15PL1E0GX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u15PL1E0GX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u15PL1E0GX .container {
    padding: 0;
  }
}
.cid-u15PL1E0GX .row {
  justify-content: center;
}
.cid-u15PL1E0GX .title-wrapper {
  padding: 0 16px;
}
.cid-u15PL1E0GX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u15PL1E0GX .mbr-section-title {
  color: #d81b2d;
}
.cid-u5GiORefSt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5GiORefSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5GiORefSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5GiORefSt .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u5GiORefSt .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u5GiORefSt .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u5GiORefSt .col-text {
    margin-bottom: 50px;
  }
}
.cid-u5GiORefSt .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u5GiORefSt .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u5GiORefSt .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u5GiORefSt .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u5GiORefSt .item-wrap {
    width: 100%;
  }
}
.cid-u5GiORefSt .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u5GiORefSt .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u5GiORefSt .item-text {
  margin-bottom: 6px;
}
.cid-u5GiORefSt .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u5GiORefSt form {
  width: 100%;
}
.cid-u5GiORefSt form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u5GiORefSt form p {
  color: #353535;
}
.cid-u5GiORefSt form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u5GiORefSt form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u5GiORefSt form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u5GiORefSt form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u5GiORefSt form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u5GiORefSt form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u5GiORefSt form select {
  color: #303030 !important;
}
.cid-u5GiORefSt form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u5GiORefSt form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GiORefSt form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GiORefSt form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GiORefSt form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GiORefSt form input,
.cid-u5GiORefSt form textarea {
  transition: .3s all;
}
.cid-u5GiORefSt form input:active,
.cid-u5GiORefSt form textarea:active,
.cid-u5GiORefSt form input:focus,
.cid-u5GiORefSt form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u5GiORefSt form input:active::-webkit-input-placeholder,
.cid-u5GiORefSt form textarea:active::-webkit-input-placeholder,
.cid-u5GiORefSt form input:focus::-webkit-input-placeholder,
.cid-u5GiORefSt form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GiORefSt form input:active::-moz-placeholder,
.cid-u5GiORefSt form textarea:active::-moz-placeholder,
.cid-u5GiORefSt form input:focus::-moz-placeholder,
.cid-u5GiORefSt form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GiORefSt form input:active:-moz-placeholder,
.cid-u5GiORefSt form textarea:active:-moz-placeholder,
.cid-u5GiORefSt form input:focus:-moz-placeholder,
.cid-u5GiORefSt form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GiORefSt form input:active:-ms-input-placeholder,
.cid-u5GiORefSt form textarea:active:-ms-input-placeholder,
.cid-u5GiORefSt form input:focus:-ms-input-placeholder,
.cid-u5GiORefSt form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GiORefSt form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u5GiORefSt form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u5GiORefSt form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u5GiORefSt form .form-check label {
  color: #303030;
}
.cid-u5GiORefSt form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u5GiORefSt form .form-check-input:focus,
.cid-u5GiORefSt form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u5GiORefSt form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4X2s32ezl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X2s32ezl .mbr-social-likes {
  font-size: 0;
}
.cid-u4X2s32ezl .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X2s32ezl .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X2s32ezl .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X2s32ezl .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X2s32ezl .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X2s32ezl .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X2s32ezl .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X2s32ezl .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X2s32ezl .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X2s32ezl .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X2s32ezl [class^="socicon-"]:before,
.cid-u4X2s32ezl [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X2s32ezl .mbr-section-title,
.cid-u4X2s32ezl .mbr-social-likes {
  color: #0a2045;
}
.cid-u15PL2uRRs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u15PL2uRRs img {
  border-radius: 0px;
}
.cid-u15PL2uRRs .row {
  justify-content: center;
}
.cid-u15PL2uRRs .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u15PL2KTcK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-u15PL2KTcK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15PL2KTcK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15PL2KTcK .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u15PL2KTcK .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u15PL2KTcK .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u15PL2KTcK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u15PL2KTcK .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u15PL2KTcK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u15PL2KTcK .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u15PL2KTcK .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u15PL2KTcK .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u15PL2KTcK .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-u15PL2KTcK .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-u15PL2KTcK .list-box {
  width: 100%;
}
.cid-u15PL2KTcK .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-u15PL2KTcK .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u15PL2KTcK .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u15PL2KTcK .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u15PL2KTcK .list a:hover:before {
  background-position: left !important;
}
.cid-u15PL2KTcK .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u15PL2KTcK .news-item {
  width: 100%;
}
.cid-u15PL2KTcK .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-u15PL2KTcK .news-title {
  color: #ffffff;
}
.cid-u15PL2KTcK .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-ubUzo0FdKo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ubUzo0FdKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubUzo0FdKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubUzo0FdKo .container-fluid {
  max-width: 100% !important;
}
.cid-ubUzo0FdKo .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-ubUzo0FdKo .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ubUzo0FdKo .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-ubUzo0FdKo .text-wrap {
    margin-bottom: 0;
    padding: 45px 30px 50px 50px;
  }
}
@media (min-width: 1440px) {
  .cid-ubUzo0FdKo .text-wrap {
    margin-bottom: 0;
    padding: 60px 100px 0 60px;
  }
}
@media (max-width: 991px) {
  .cid-ubUzo0FdKo .text-wrap {
    margin-bottom: 0;
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 575px) {
  .cid-ubUzo0FdKo .text-wrap {
    margin-bottom: 0;
    padding: 40px 30px;
  }
}
.cid-ubUzo0FdKo .mbr-section-title {
  color: #0a2045;
  padding-bottom: 157px;
}
@media (max-width: 1439px) {
  .cid-ubUzo0FdKo .mbr-section-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .cid-ubUzo0FdKo .mbr-section-title {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-ubUzo0FdKo .mbr-section-title {
    padding-bottom: 40px;
  }
}
.cid-ubUzo0FdKo .mbr-text {
  color: #303030;
  margin-top: 25px;
}
.cid-ubUzo0FdKo .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
  padding-top: 30px;
}
.cid-ubUzo0FdKo .text-item {
  width: 49%;
}
@media (max-width: 767px) {
  .cid-ubUzo0FdKo .text-item {
    width: 100%;
  }
}
.cid-ubUzo0FdKo .item-title {
  color: #303030;
}
.cid-ubUzo0FdKo .item-text {
  color: #ffffff;
  margin-top: 5px;
}
.cid-ubUzo0FdKo .mbr-text,
.cid-ubUzo0FdKo .mbr-section-btn {
  color: #000000;
}
.cid-u0qkZgTfAM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u0qkZgTfAM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qkZgTfAM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qkZgTfAM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0qkZgTfAM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0qkZgTfAM .container {
    padding: 0;
  }
}
.cid-u0qkZgTfAM .row {
  justify-content: center;
}
.cid-u0qkZgTfAM .title-wrapper {
  padding: 0 16px;
}
.cid-u0qkZgTfAM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0qkZgTfAM .mbr-section-title {
  color: #d81b2d;
}
.cid-ubUAbwCI3A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-ubUAbwCI3A .wrapper {
  padding: 40px;
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .cid-ubUAbwCI3A .wrapper {
    padding: 85px 100px 35px 100px;
  }
}
.cid-ubUAbwCI3A .card-padding {
  padding: 0.7rem;
}
.cid-ubUAbwCI3A .btn {
  display: flex;
  padding: 0.5rem 1rem;
}
.cid-ubUAbwCI3A .card {
  background-color: #ffffff;
}
.cid-ubUAbwCI3A .list {
  margin-bottom: 30px;
  text-align: left;
}
.cid-ubUAbwCI3A .card-body {
  padding: 45px;
  padding-bottom: 36px;
}
.cid-ubUAbwCI3A .card-img-top {
  width: 40px;
  height: 40px;
}
.cid-ubUAbwCI3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubUAbwCI3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubUAbwCI3A .mbr-text {
  color: #d81b2d;
}
.cid-ubUAbwCI3A .mbr-section-title {
  color: #0a2045;
}
.cid-ubUAbwCI3A .mbr-section-subtitle {
  color: #0a2045;
  text-align: center;
}
.cid-ubUAbwCI3A .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u4hRDukas2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u4hRDukas2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4hRDukas2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4hRDukas2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u4hRDukas2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u4hRDukas2 .container {
    padding: 0;
  }
}
.cid-u4hRDukas2 .row {
  justify-content: center;
}
.cid-u4hRDukas2 .title-wrapper {
  padding: 0 16px;
}
.cid-u4hRDukas2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4hRDukas2 .mbr-section-title {
  color: #d81b2d;
}
.cid-u4hREPjyAY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u4hREPjyAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4hREPjyAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4hREPjyAY .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u4hREPjyAY .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4hREPjyAY .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u4hREPjyAY .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4hREPjyAY .container {
    padding: 0 12px;
  }
}
.cid-u4hREPjyAY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u4hREPjyAY .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u4hREPjyAY .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u4hREPjyAY .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u4hREPjyAY .mbr-section-title {
  color: #1D1D1F;
}
.cid-u4hREPjyAY .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u4hREPjyAY .mbr-section-title,
.cid-u4hREPjyAY .mbr-section-btn {
  text-align: center;
  color: #d81b2d;
}
.cid-u4X1T3Uwpi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X1T3Uwpi .mbr-social-likes {
  font-size: 0;
}
.cid-u4X1T3Uwpi .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X1T3Uwpi .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X1T3Uwpi .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X1T3Uwpi .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X1T3Uwpi .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X1T3Uwpi .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X1T3Uwpi .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X1T3Uwpi .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X1T3Uwpi .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X1T3Uwpi .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X1T3Uwpi [class^="socicon-"]:before,
.cid-u4X1T3Uwpi [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X1T3Uwpi .mbr-section-title,
.cid-u4X1T3Uwpi .mbr-social-likes {
  color: #0a2045;
}
.cid-u0ql4ZkYCV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0ql4ZkYCV img {
  border-radius: 0px;
}
.cid-u0ql4ZkYCV .row {
  justify-content: center;
}
.cid-u0ql4ZkYCV .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u0qer8HYIU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-u0qer8HYIU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qer8HYIU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qer8HYIU .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u0qer8HYIU .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u0qer8HYIU .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u0qer8HYIU .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0qer8HYIU .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0qer8HYIU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u0qer8HYIU .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0qer8HYIU .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0qer8HYIU .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0qer8HYIU .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-u0qer8HYIU .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-u0qer8HYIU .list-box {
  width: 100%;
}
.cid-u0qer8HYIU .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-u0qer8HYIU .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u0qer8HYIU .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u0qer8HYIU .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u0qer8HYIU .list a:hover:before {
  background-position: left !important;
}
.cid-u0qer8HYIU .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u0qer8HYIU .news-item {
  width: 100%;
}
.cid-u0qer8HYIU .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-u0qer8HYIU .news-title {
  color: #ffffff;
}
.cid-u0qer8HYIU .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-ubJpiU3b9C {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ubJpiU3b9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubJpiU3b9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubJpiU3b9C .container-fluid {
  max-width: 100% !important;
}
.cid-ubJpiU3b9C .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-ubJpiU3b9C .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ubJpiU3b9C .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-ubJpiU3b9C .text-wrap {
    margin-bottom: 0;
    padding: 45px 30px 50px 50px;
  }
}
@media (min-width: 1440px) {
  .cid-ubJpiU3b9C .text-wrap {
    margin-bottom: 0;
    padding: 60px 100px 0 60px;
  }
}
@media (max-width: 991px) {
  .cid-ubJpiU3b9C .text-wrap {
    margin-bottom: 0;
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 575px) {
  .cid-ubJpiU3b9C .text-wrap {
    margin-bottom: 0;
    padding: 40px 30px;
  }
}
.cid-ubJpiU3b9C .mbr-section-title {
  color: #0a2045;
  padding-bottom: 157px;
}
@media (max-width: 1439px) {
  .cid-ubJpiU3b9C .mbr-section-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .cid-ubJpiU3b9C .mbr-section-title {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-ubJpiU3b9C .mbr-section-title {
    padding-bottom: 40px;
  }
}
.cid-ubJpiU3b9C .mbr-text {
  color: #303030;
  margin-top: 25px;
}
.cid-ubJpiU3b9C .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
  padding-top: 30px;
}
.cid-ubJpiU3b9C .text-item {
  width: 49%;
}
@media (max-width: 767px) {
  .cid-ubJpiU3b9C .text-item {
    width: 100%;
  }
}
.cid-ubJpiU3b9C .item-title {
  color: #303030;
}
.cid-ubJpiU3b9C .item-text {
  color: #ffffff;
  margin-top: 5px;
}
.cid-ubJpiU3b9C .mbr-text,
.cid-ubJpiU3b9C .mbr-section-btn {
  color: #000000;
}
.cid-u4chBwSQmW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u4chBwSQmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4chBwSQmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4chBwSQmW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u4chBwSQmW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u4chBwSQmW .container {
    padding: 0;
  }
}
.cid-u4chBwSQmW .row {
  justify-content: center;
}
.cid-u4chBwSQmW .title-wrapper {
  padding: 0 16px;
}
.cid-u4chBwSQmW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4chBwSQmW .mbr-section-title {
  color: #d81b2d;
}
.cid-u4hjIe4njG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4hjIe4njG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4hjIe4njG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4hjIe4njG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u4hjIe4njG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u4hjIe4njG .container {
    padding: 0 24px;
  }
}
.cid-u4hjIe4njG .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u4hjIe4njG .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u4hjIe4njG .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u4hjIe4njG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u4hjIe4njG .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-u4hjIe4njG .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-u4hjIe4njG .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-u4hjIe4njG .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u4hjIe4njG .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-u4hjIe4njG .mbr-section-subtitle {
  color: #d81b2d;
  text-align: center;
}
.cid-u4hjIe4njG .mbr-section-title,
.cid-u4hjIe4njG .buttons-wrapper {
  text-align: center;
  color: #0a2045;
}
.cid-uc0qGsZSQR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-uc0qGsZSQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc0qGsZSQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc0qGsZSQR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uc0qGsZSQR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uc0qGsZSQR .container {
    padding: 0;
  }
}
.cid-uc0qGsZSQR .row {
  justify-content: center;
}
.cid-uc0qGsZSQR .title-wrapper {
  padding: 0 16px;
}
.cid-uc0qGsZSQR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uc0qGsZSQR .mbr-section-title {
  color: #d81b2d;
}
.cid-uc0qEaDCsJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-uc0qEaDCsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc0qEaDCsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc0qEaDCsJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uc0qEaDCsJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uc0qEaDCsJ .container {
    padding: 0 24px;
  }
}
.cid-uc0qEaDCsJ .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uc0qEaDCsJ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uc0qEaDCsJ .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uc0qEaDCsJ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uc0qEaDCsJ .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uc0qEaDCsJ .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uc0qEaDCsJ .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uc0qEaDCsJ .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uc0qEaDCsJ .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uc0qEaDCsJ .mbr-section-subtitle {
  color: #d81b2d;
  text-align: center;
}
.cid-uc0qEaDCsJ .mbr-section-title,
.cid-uc0qEaDCsJ .buttons-wrapper {
  text-align: center;
  color: #0a2045;
}
.cid-uc0vDsxD7U {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #f6f6f6;
}
.cid-uc0vDsxD7U .list-group-item {
  background-color: transparent;
  color: #0a2045;
  text-align: left;
}
.cid-uc0vDsxD7U .plan {
  border-radius: 2rem;
  background: #ffffff;
  padding: 2.5rem;
  word-break: break-word;
}
.cid-uc0vDsxD7U .plan .list-group-item {
  position: relative;
  justify-content: center;
  padding-left: 2rem;
  border: 0;
  font-family: 'Moririse2' !important;
}
.cid-uc0vDsxD7U .plan .list-group-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  font-weight: 900;
  content: "\e97c";
  color: #fb7a64;
}
@media (max-width: 767px) {
  .cid-uc0vDsxD7U .plan {
    padding: 2rem 1rem;
  }
}
.cid-uc0vDsxD7U .mbr-iconfont {
  font-size: 5rem;
  color: #fb7a64;
  padding-bottom: 2rem;
  display: block;
}
.cid-uc0vDsxD7U .price {
  color: #d81b2d;
}
.cid-uc0vDsxD7U .btn {
  width: -webkit-fill-available;
}
@media (max-width: 991px) {
  .cid-uc0vDsxD7U .plan {
    margin-bottom: 2rem;
  }
}
.cid-uc0vDsxD7U .price,
.cid-uc0vDsxD7U .plan-price {
  color: #d81b2d;
}
.cid-uc0vDsxD7U H3 {
  color: #04492e;
  text-align: center;
}
.cid-uc0vDsxD7U H4 {
  color: #6e6e6e;
  text-align: center;
}
.cid-uc0vDsxD7U .plan-title {
  color: #0a2045;
}
.cid-uc0vDsxD7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc0vDsxD7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc0vDsxD7U .price-term,
.cid-uc0vDsxD7U .plan-price {
  color: #6e6e6e;
}
.cid-uc0vDsxD7U .mbr-card-text {
  color: #6e6e6e;
}
.cid-uWoFsPHqeX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #f6f6f6;
}
.cid-uWoFsPHqeX .list-group-item {
  background-color: transparent;
  color: #0a2045;
  text-align: left;
}
.cid-uWoFsPHqeX .plan {
  border-radius: 2rem;
  background: #ffffff;
  padding: 2.5rem;
  word-break: break-word;
}
.cid-uWoFsPHqeX .plan .list-group-item {
  position: relative;
  justify-content: center;
  padding-left: 2rem;
  border: 0;
  font-family: 'Moririse2' !important;
}
.cid-uWoFsPHqeX .plan .list-group-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  font-weight: 900;
  content: "\e97c";
  color: #fb7a64;
}
@media (max-width: 767px) {
  .cid-uWoFsPHqeX .plan {
    padding: 2rem 1rem;
  }
}
.cid-uWoFsPHqeX .mbr-iconfont {
  font-size: 5rem;
  color: #fb7a64;
  padding-bottom: 2rem;
  display: block;
}
.cid-uWoFsPHqeX .price {
  color: #d81b2d;
}
.cid-uWoFsPHqeX .btn {
  width: -webkit-fill-available;
}
@media (max-width: 991px) {
  .cid-uWoFsPHqeX .plan {
    margin-bottom: 2rem;
  }
}
.cid-uWoFsPHqeX .price,
.cid-uWoFsPHqeX .plan-price {
  color: #d81b2d;
}
.cid-uWoFsPHqeX H3 {
  color: #04492e;
  text-align: center;
}
.cid-uWoFsPHqeX H4 {
  color: #6e6e6e;
  text-align: center;
}
.cid-uWoFsPHqeX .plan-title {
  color: #0a2045;
}
.cid-uWoFsPHqeX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWoFsPHqeX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWoFsPHqeX .price-term,
.cid-uWoFsPHqeX .plan-price {
  color: #6e6e6e;
}
.cid-uWoFsPHqeX .mbr-card-text {
  color: #6e6e6e;
}
.cid-uc0y4DKady {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-uc0y4DKady .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc0y4DKady .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc0y4DKady .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uc0y4DKady .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uc0y4DKady .container {
    padding: 0;
  }
}
.cid-uc0y4DKady .row {
  justify-content: center;
}
.cid-uc0y4DKady .title-wrapper {
  padding: 0 16px;
}
.cid-uc0y4DKady .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uc0y4DKady .mbr-section-title {
  color: #d81b2d;
}
.cid-u4huNtmpsS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u4huNtmpsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4huNtmpsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4huNtmpsS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u4huNtmpsS .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4huNtmpsS .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u4huNtmpsS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4huNtmpsS .container {
    padding: 0 12px;
  }
}
.cid-u4huNtmpsS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u4huNtmpsS .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u4huNtmpsS .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u4huNtmpsS .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u4huNtmpsS .mbr-section-title {
  color: #1D1D1F;
}
.cid-u4huNtmpsS .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u4huNtmpsS .mbr-section-title,
.cid-u4huNtmpsS .mbr-section-btn {
  text-align: center;
  color: #d81b2d;
}
.cid-u4huOChSPJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u4huOChSPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4huOChSPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4huOChSPJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u4huOChSPJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u4huOChSPJ .container {
    padding: 0;
  }
}
.cid-u4huOChSPJ .row {
  justify-content: center;
}
.cid-u4huOChSPJ .title-wrapper {
  padding: 0 16px;
}
.cid-u4huOChSPJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4huOChSPJ .mbr-section-title {
  color: #d81b2d;
}
.cid-uc0y7acNgL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-uc0y7acNgL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc0y7acNgL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc0y7acNgL .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uc0y7acNgL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uc0y7acNgL .container {
    padding: 0 24px;
  }
}
.cid-uc0y7acNgL .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uc0y7acNgL .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uc0y7acNgL .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uc0y7acNgL .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uc0y7acNgL .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uc0y7acNgL .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uc0y7acNgL .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uc0y7acNgL .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uc0y7acNgL .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uc0y7acNgL .mbr-section-subtitle {
  color: #d81b2d;
  text-align: center;
}
.cid-uc0y7acNgL .mbr-section-title,
.cid-uc0y7acNgL .buttons-wrapper {
  text-align: center;
  color: #0a2045;
}
.cid-uc0ytQ3nB1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #f6f6f6;
}
.cid-uc0ytQ3nB1 .list-group-item {
  background-color: transparent;
  color: #0a2045;
  text-align: left;
}
.cid-uc0ytQ3nB1 .plan {
  border-radius: 2rem;
  background: #ffffff;
  padding: 2.5rem;
  word-break: break-word;
}
.cid-uc0ytQ3nB1 .plan .list-group-item {
  position: relative;
  justify-content: center;
  padding-left: 2rem;
  border: 0;
  font-family: 'Moririse2' !important;
}
.cid-uc0ytQ3nB1 .plan .list-group-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  font-weight: 900;
  content: "\e97c";
  color: #fb7a64;
}
@media (max-width: 767px) {
  .cid-uc0ytQ3nB1 .plan {
    padding: 2rem 1rem;
  }
}
.cid-uc0ytQ3nB1 .mbr-iconfont {
  font-size: 5rem;
  color: #fb7a64;
  padding-bottom: 2rem;
  display: block;
}
.cid-uc0ytQ3nB1 .price {
  color: #d81b2d;
}
.cid-uc0ytQ3nB1 .btn {
  width: -webkit-fill-available;
}
@media (max-width: 991px) {
  .cid-uc0ytQ3nB1 .plan {
    margin-bottom: 2rem;
  }
}
.cid-uc0ytQ3nB1 .price,
.cid-uc0ytQ3nB1 .plan-price {
  color: #d81b2d;
}
.cid-uc0ytQ3nB1 H3 {
  color: #04492e;
  text-align: center;
}
.cid-uc0ytQ3nB1 H4 {
  color: #6e6e6e;
  text-align: center;
}
.cid-uc0ytQ3nB1 .plan-title {
  color: #0a2045;
}
.cid-uc0ytQ3nB1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc0ytQ3nB1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc0ytQ3nB1 .price-term,
.cid-uc0ytQ3nB1 .plan-price {
  color: #6e6e6e;
}
.cid-uc0ytQ3nB1 .mbr-card-text {
  color: #6e6e6e;
}
.cid-uc0yuEs5JF {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #f6f6f6;
}
.cid-uc0yuEs5JF .list-group-item {
  background-color: transparent;
  color: #0a2045;
  text-align: left;
}
.cid-uc0yuEs5JF .plan {
  border-radius: 2rem;
  background: #ffffff;
  padding: 2.5rem;
  word-break: break-word;
}
.cid-uc0yuEs5JF .plan .list-group-item {
  position: relative;
  justify-content: center;
  padding-left: 2rem;
  border: 0;
  font-family: 'Moririse2' !important;
}
.cid-uc0yuEs5JF .plan .list-group-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  font-weight: 900;
  content: "\e97c";
  color: #fb7a64;
}
@media (max-width: 767px) {
  .cid-uc0yuEs5JF .plan {
    padding: 2rem 1rem;
  }
}
.cid-uc0yuEs5JF .mbr-iconfont {
  font-size: 5rem;
  color: #fb7a64;
  padding-bottom: 2rem;
  display: block;
}
.cid-uc0yuEs5JF .price {
  color: #d81b2d;
}
.cid-uc0yuEs5JF .btn {
  width: -webkit-fill-available;
}
@media (max-width: 991px) {
  .cid-uc0yuEs5JF .plan {
    margin-bottom: 2rem;
  }
}
.cid-uc0yuEs5JF .price,
.cid-uc0yuEs5JF .plan-price {
  color: #d81b2d;
}
.cid-uc0yuEs5JF H3 {
  color: #04492e;
  text-align: center;
}
.cid-uc0yuEs5JF H4 {
  color: #6e6e6e;
  text-align: center;
}
.cid-uc0yuEs5JF .plan-title {
  color: #0a2045;
}
.cid-uc0yuEs5JF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc0yuEs5JF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc0yuEs5JF .price-term,
.cid-uc0yuEs5JF .plan-price {
  color: #6e6e6e;
}
.cid-uc0yuEs5JF .mbr-card-text {
  color: #6e6e6e;
}
.cid-u4hjP3LSkJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u4hjP3LSkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4hjP3LSkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4hjP3LSkJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u4hjP3LSkJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u4hjP3LSkJ .container {
    padding: 0;
  }
}
.cid-u4hjP3LSkJ .row {
  justify-content: center;
}
.cid-u4hjP3LSkJ .title-wrapper {
  padding: 0 16px;
}
.cid-u4hjP3LSkJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4hjP3LSkJ .mbr-section-title {
  color: #d81b2d;
}
.cid-u4chByw5pS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u4chByw5pS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4chByw5pS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4chByw5pS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u4chByw5pS .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4chByw5pS .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u4chByw5pS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u4chByw5pS .container {
    padding: 0 12px;
  }
}
.cid-u4chByw5pS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u4chByw5pS .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u4chByw5pS .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u4chByw5pS .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u4chByw5pS .mbr-section-title {
  color: #1D1D1F;
}
.cid-u4chByw5pS .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u4chByw5pS .mbr-section-title,
.cid-u4chByw5pS .mbr-section-btn {
  text-align: center;
  color: #d81b2d;
}
.cid-u4chBATPyn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4chBATPyn .mbr-social-likes {
  font-size: 0;
}
.cid-u4chBATPyn .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4chBATPyn .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4chBATPyn .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4chBATPyn .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4chBATPyn .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4chBATPyn .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4chBATPyn .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4chBATPyn .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4chBATPyn .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4chBATPyn .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4chBATPyn [class^="socicon-"]:before,
.cid-u4chBATPyn [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4chBATPyn .mbr-section-title,
.cid-u4chBATPyn .mbr-social-likes {
  color: #0a2045;
}
.cid-u4chBBkxhR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4chBBkxhR img {
  border-radius: 0px;
}
.cid-u4chBBkxhR .row {
  justify-content: center;
}
.cid-u4chBBkxhR .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u4chBBZnoI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-u4chBBZnoI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4chBBZnoI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4chBBZnoI .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u4chBBZnoI .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u4chBBZnoI .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u4chBBZnoI .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u4chBBZnoI .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u4chBBZnoI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u4chBBZnoI .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u4chBBZnoI .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4chBBZnoI .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u4chBBZnoI .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-u4chBBZnoI .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-u4chBBZnoI .list-box {
  width: 100%;
}
.cid-u4chBBZnoI .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-u4chBBZnoI .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u4chBBZnoI .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u4chBBZnoI .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u4chBBZnoI .list a:hover:before {
  background-position: left !important;
}
.cid-u4chBBZnoI .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u4chBBZnoI .news-item {
  width: 100%;
}
.cid-u4chBBZnoI .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-u4chBBZnoI .news-title {
  color: #ffffff;
}
.cid-u4chBBZnoI .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-u4cjHbkg2V {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0a2045;
  overflow: hidden;
}
.cid-u4cjHbkg2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4cjHbkg2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4cjHbkg2V .container-fluid {
  max-width: 100% !important;
}
.cid-u4cjHbkg2V .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-u4cjHbkg2V .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u4cjHbkg2V .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-u4cjHbkg2V .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-u4cjHbkg2V .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-u4cjHbkg2V .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-u4cjHbkg2V .mbr-section-title {
  color: #d81b2d;
  text-align: center;
}
.cid-u4cjHbkg2V .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-u4cjHbkg2V .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-u4cjHbkg2V .text-bottom {
    padding-top: 50px;
  }
}
.cid-u4cjHbkg2V .mbr-text {
  color: #303030;
}
.cid-u4cjHbkg2V .mbr-section-btn {
  margin-top: 16px;
}
.cid-u4cjHbkg2V .mbr-text,
.cid-u4cjHbkg2V .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4cjHbRqtd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u4cjHbRqtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4cjHbRqtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4cjHbRqtd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u4cjHbRqtd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u4cjHbRqtd .container {
    padding: 0;
  }
}
.cid-u4cjHbRqtd .row {
  justify-content: center;
}
.cid-u4cjHbRqtd .title-wrapper {
  padding: 0 16px;
}
.cid-u4cjHbRqtd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4cjHbRqtd .mbr-section-title {
  color: #d81b2d;
}
.cid-u4cjHcmJCo {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #0a2045;
}
.cid-u4cjHcmJCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4cjHcmJCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4cjHcmJCo .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u4cjHcmJCo .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u4cjHcmJCo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u4cjHcmJCo .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u4cjHcmJCo .container {
    padding: 0 16px;
  }
}
.cid-u4cjHcmJCo .row {
  padding: 60px 44px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-u4cjHcmJCo .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-u4cjHcmJCo .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-u4cjHcmJCo .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-u4cjHcmJCo .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-u4cjHcmJCo .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #d81b2d;
}
@media (max-width: 992px) {
  .cid-u4cjHcmJCo .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-u4cjHcmJCo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4cjHcmJCo .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-u4cjHcmJCo .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u4cjHcmJCo .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-u4cjHcmJCo .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #d81b2d;
}
.cid-u4cjHcmJCo .mbr-section-title {
  color: #000000;
}
.cid-u4cjHcmJCo .mbr-text {
  color: #000000;
}
.cid-u4cjHcmJCo .mbr-name {
  color: #000000;
}
.cid-u4cjHcmJCo .mbr-section-title,
.cid-u4cjHcmJCo .icon-wrapper {
  color: #0a2045;
}
.cid-u4cjHcRUNv {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #0a2045;
}
.cid-u4cjHcRUNv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4cjHcRUNv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4cjHcRUNv .mbr-iconfont {
  color: #d81b2d;
  font-size: 5rem;
  width: 5rem;
}
.cid-u4cjHcRUNv .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-u4cjHcRUNv .mbr-section-title {
  color: #d81b2d;
}
.cid-u4cjHcRUNv .mbr-section-subtitle,
.cid-u4cjHcRUNv .mbr-section-btn {
  color: #ffffff;
}
.cid-u4cjHdnaho {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u4cjHdnaho .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4cjHdnaho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4cjHdnaho .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u4cjHdnaho .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u4cjHdnaho .container {
    padding: 0;
  }
}
.cid-u4cjHdnaho .row {
  justify-content: center;
}
.cid-u4cjHdnaho .title-wrapper {
  padding: 0 16px;
}
.cid-u4cjHdnaho .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4cjHdnaho .mbr-section-title {
  color: #d81b2d;
}
.cid-u5GihE4TAI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5GihE4TAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5GihE4TAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5GihE4TAI .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u5GihE4TAI .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u5GihE4TAI .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u5GihE4TAI .col-text {
    margin-bottom: 50px;
  }
}
.cid-u5GihE4TAI .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u5GihE4TAI .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u5GihE4TAI .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u5GihE4TAI .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u5GihE4TAI .item-wrap {
    width: 100%;
  }
}
.cid-u5GihE4TAI .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u5GihE4TAI .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u5GihE4TAI .item-text {
  margin-bottom: 6px;
}
.cid-u5GihE4TAI .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u5GihE4TAI form {
  width: 100%;
}
.cid-u5GihE4TAI form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u5GihE4TAI form p {
  color: #353535;
}
.cid-u5GihE4TAI form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u5GihE4TAI form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u5GihE4TAI form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u5GihE4TAI form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u5GihE4TAI form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u5GihE4TAI form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u5GihE4TAI form select {
  color: #303030 !important;
}
.cid-u5GihE4TAI form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u5GihE4TAI form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GihE4TAI form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GihE4TAI form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GihE4TAI form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GihE4TAI form input,
.cid-u5GihE4TAI form textarea {
  transition: .3s all;
}
.cid-u5GihE4TAI form input:active,
.cid-u5GihE4TAI form textarea:active,
.cid-u5GihE4TAI form input:focus,
.cid-u5GihE4TAI form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u5GihE4TAI form input:active::-webkit-input-placeholder,
.cid-u5GihE4TAI form textarea:active::-webkit-input-placeholder,
.cid-u5GihE4TAI form input:focus::-webkit-input-placeholder,
.cid-u5GihE4TAI form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GihE4TAI form input:active::-moz-placeholder,
.cid-u5GihE4TAI form textarea:active::-moz-placeholder,
.cid-u5GihE4TAI form input:focus::-moz-placeholder,
.cid-u5GihE4TAI form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GihE4TAI form input:active:-moz-placeholder,
.cid-u5GihE4TAI form textarea:active:-moz-placeholder,
.cid-u5GihE4TAI form input:focus:-moz-placeholder,
.cid-u5GihE4TAI form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GihE4TAI form input:active:-ms-input-placeholder,
.cid-u5GihE4TAI form textarea:active:-ms-input-placeholder,
.cid-u5GihE4TAI form input:focus:-ms-input-placeholder,
.cid-u5GihE4TAI form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GihE4TAI form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u5GihE4TAI form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u5GihE4TAI form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u5GihE4TAI form .form-check label {
  color: #303030;
}
.cid-u5GihE4TAI form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u5GihE4TAI form .form-check-input:focus,
.cid-u5GihE4TAI form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u5GihE4TAI form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4X1w1j7pK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4X1w1j7pK .mbr-social-likes {
  font-size: 0;
}
.cid-u4X1w1j7pK .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4X1w1j7pK .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4X1w1j7pK .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4X1w1j7pK .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4X1w1j7pK .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4X1w1j7pK .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4X1w1j7pK .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4X1w1j7pK .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4X1w1j7pK .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4X1w1j7pK .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4X1w1j7pK [class^="socicon-"]:before,
.cid-u4X1w1j7pK [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4X1w1j7pK .mbr-section-title,
.cid-u4X1w1j7pK .mbr-social-likes {
  color: #0a2045;
}
.cid-u4cjHf69lm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4cjHf69lm img {
  border-radius: 0px;
}
.cid-u4cjHf69lm .row {
  justify-content: center;
}
.cid-u4cjHf69lm .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u4cjHfS0Jt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-u4cjHfS0Jt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4cjHfS0Jt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4cjHfS0Jt .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u4cjHfS0Jt .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u4cjHfS0Jt .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u4cjHfS0Jt .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u4cjHfS0Jt .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u4cjHfS0Jt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u4cjHfS0Jt .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u4cjHfS0Jt .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4cjHfS0Jt .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u4cjHfS0Jt .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-u4cjHfS0Jt .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-u4cjHfS0Jt .list-box {
  width: 100%;
}
.cid-u4cjHfS0Jt .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-u4cjHfS0Jt .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u4cjHfS0Jt .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u4cjHfS0Jt .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u4cjHfS0Jt .list a:hover:before {
  background-position: left !important;
}
.cid-u4cjHfS0Jt .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u4cjHfS0Jt .news-item {
  width: 100%;
}
.cid-u4cjHfS0Jt .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-u4cjHfS0Jt .news-title {
  color: #ffffff;
}
.cid-u4cjHfS0Jt .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-u4o5kXc8bq {
  padding-top: 8rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/flag-tr-blue.png");
}
.cid-u4o5kXc8bq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4o5kXc8bq .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-u4o5kXc8bq .container {
    padding: 0 24px;
  }
}
.cid-u4o5kXc8bq .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u4o5kXc8bq .image-wrapper {
  height: 100%;
}
.cid-u4o5kXc8bq .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u4o5kXc8bq .image-wrapper img {
    height: 350px;
  }
}
.cid-u4o5kXc8bq .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u4o5kXc8bq .content-wrapper {
    padding: 24px;
  }
}
.cid-u4o5kXc8bq .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u4o5kXc8bq .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u4o5kXc8bq .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u4o5kXc8bq .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #d81b2d 0%, transparent 100%);
}
.cid-u4o5kXc8bq .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u4o5kXc8bq .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #d81b2d !important;
  border-color: #d81b2d !important;
}
.cid-u4o5kXc8bq .mbr-section-title {
  color: #141414;
}
.cid-u4o5kXc8bq .mbr-text {
  color: #141414;
}
.cid-u4o5kXc8bq .mbr-section-title,
.cid-u4o5kXc8bq .title-wrapper,
.cid-u4o5kXc8bq .mbr-section-btn {
  color: #0a2045;
}
.cid-u4o5kXDVNF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u4o5kXDVNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4o5kXDVNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4o5kXDVNF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u4o5kXDVNF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u4o5kXDVNF .container {
    padding: 0;
  }
}
.cid-u4o5kXDVNF .row {
  justify-content: center;
}
.cid-u4o5kXDVNF .title-wrapper {
  padding: 0 16px;
}
.cid-u4o5kXDVNF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4o5kXDVNF .mbr-section-title {
  color: #d81b2d;
}
.cid-u4o5kY02nz {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4o5kY02nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4o5kY02nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4o5kY02nz .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u4o5kY02nz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u4o5kY02nz .container {
    padding: 0 24px;
  }
}
.cid-u4o5kY02nz .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u4o5kY02nz .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u4o5kY02nz .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u4o5kY02nz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u4o5kY02nz .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-u4o5kY02nz .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-u4o5kY02nz .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-u4o5kY02nz .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u4o5kY02nz .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-u4o5kY02nz .mbr-section-subtitle {
  color: #d81b2d;
  text-align: center;
}
.cid-u4o5kY02nz .mbr-section-title,
.cid-u4o5kY02nz .buttons-wrapper {
  text-align: center;
  color: #0a2045;
}
.cid-u4o5l2ClAw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u4o5l2ClAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4o5l2ClAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4o5l2ClAw .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u4o5l2ClAw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u4o5l2ClAw .container {
    padding: 0;
  }
}
.cid-u4o5l2ClAw .row {
  justify-content: center;
}
.cid-u4o5l2ClAw .title-wrapper {
  padding: 0 16px;
}
.cid-u4o5l2ClAw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4o5l2ClAw .mbr-section-title {
  color: #d81b2d;
}
.cid-u4o5l37BZk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0a2045;
}
.cid-u4o5l37BZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4o5l37BZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4o5l37BZk .mbr-iconfont {
  color: #d81b2d;
  font-size: 5rem;
  width: 5rem;
}
.cid-u4o5l37BZk .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-u4o5l37BZk .mbr-section-title {
  color: #d81b2d;
}
.cid-u4o5l37BZk .mbr-section-subtitle,
.cid-u4o5l37BZk .mbr-section-btn {
  color: #ffffff;
}
.cid-u4o5l3DtkP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u4o5l3DtkP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4o5l3DtkP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4o5l3DtkP .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u4o5l3DtkP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u4o5l3DtkP .container {
    padding: 0;
  }
}
.cid-u4o5l3DtkP .row {
  justify-content: center;
}
.cid-u4o5l3DtkP .title-wrapper {
  padding: 0 16px;
}
.cid-u4o5l3DtkP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4o5l3DtkP .mbr-section-title {
  color: #d81b2d;
}
.cid-u5GixwCIet {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5GixwCIet .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5GixwCIet .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5GixwCIet .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u5GixwCIet .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u5GixwCIet .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u5GixwCIet .col-text {
    margin-bottom: 50px;
  }
}
.cid-u5GixwCIet .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u5GixwCIet .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u5GixwCIet .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u5GixwCIet .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u5GixwCIet .item-wrap {
    width: 100%;
  }
}
.cid-u5GixwCIet .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u5GixwCIet .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u5GixwCIet .item-text {
  margin-bottom: 6px;
}
.cid-u5GixwCIet .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u5GixwCIet form {
  width: 100%;
}
.cid-u5GixwCIet form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u5GixwCIet form p {
  color: #353535;
}
.cid-u5GixwCIet form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u5GixwCIet form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u5GixwCIet form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u5GixwCIet form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u5GixwCIet form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u5GixwCIet form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u5GixwCIet form select {
  color: #303030 !important;
}
.cid-u5GixwCIet form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u5GixwCIet form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GixwCIet form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GixwCIet form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GixwCIet form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GixwCIet form input,
.cid-u5GixwCIet form textarea {
  transition: .3s all;
}
.cid-u5GixwCIet form input:active,
.cid-u5GixwCIet form textarea:active,
.cid-u5GixwCIet form input:focus,
.cid-u5GixwCIet form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u5GixwCIet form input:active::-webkit-input-placeholder,
.cid-u5GixwCIet form textarea:active::-webkit-input-placeholder,
.cid-u5GixwCIet form input:focus::-webkit-input-placeholder,
.cid-u5GixwCIet form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u5GixwCIet form input:active::-moz-placeholder,
.cid-u5GixwCIet form textarea:active::-moz-placeholder,
.cid-u5GixwCIet form input:focus::-moz-placeholder,
.cid-u5GixwCIet form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GixwCIet form input:active:-moz-placeholder,
.cid-u5GixwCIet form textarea:active:-moz-placeholder,
.cid-u5GixwCIet form input:focus:-moz-placeholder,
.cid-u5GixwCIet form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u5GixwCIet form input:active:-ms-input-placeholder,
.cid-u5GixwCIet form textarea:active:-ms-input-placeholder,
.cid-u5GixwCIet form input:focus:-ms-input-placeholder,
.cid-u5GixwCIet form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u5GixwCIet form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u5GixwCIet form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u5GixwCIet form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u5GixwCIet form .form-check label {
  color: #303030;
}
.cid-u5GixwCIet form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u5GixwCIet form .form-check-input:focus,
.cid-u5GixwCIet form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u5GixwCIet form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4o5l4BgRA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4o5l4BgRA .mbr-social-likes {
  font-size: 0;
}
.cid-u4o5l4BgRA .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4o5l4BgRA .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4o5l4BgRA .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4o5l4BgRA .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4o5l4BgRA .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4o5l4BgRA .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4o5l4BgRA .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4o5l4BgRA .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4o5l4BgRA .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4o5l4BgRA .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4o5l4BgRA [class^="socicon-"]:before,
.cid-u4o5l4BgRA [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4o5l4BgRA .mbr-section-title,
.cid-u4o5l4BgRA .mbr-social-likes {
  color: #0a2045;
}
.cid-u4o5l555tR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4o5l555tR img {
  border-radius: 0px;
}
.cid-u4o5l555tR .row {
  justify-content: center;
}
.cid-u4o5l555tR .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u4o5l5BDg6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-u4o5l5BDg6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4o5l5BDg6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4o5l5BDg6 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u4o5l5BDg6 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u4o5l5BDg6 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u4o5l5BDg6 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u4o5l5BDg6 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u4o5l5BDg6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u4o5l5BDg6 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u4o5l5BDg6 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4o5l5BDg6 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u4o5l5BDg6 .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-u4o5l5BDg6 .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-u4o5l5BDg6 .list-box {
  width: 100%;
}
.cid-u4o5l5BDg6 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-u4o5l5BDg6 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u4o5l5BDg6 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u4o5l5BDg6 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u4o5l5BDg6 .list a:hover:before {
  background-position: left !important;
}
.cid-u4o5l5BDg6 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u4o5l5BDg6 .news-item {
  width: 100%;
}
.cid-u4o5l5BDg6 .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-u4o5l5BDg6 .news-title {
  color: #ffffff;
}
.cid-u4o5l5BDg6 .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u5urCdeH7v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5urCdeH7v .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5urCdeH7v .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5urCdeH7v .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5urCdeH7v .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5urCdeH7v .container {
    padding: 0 1rem;
  }
}
.cid-u5urCdeH7v .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u5urCdeH7v .nav-link {
  position: relative;
}
.cid-u5urCdeH7v .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u5urCdeH7v nav.navbar {
  position: fixed;
}
.cid-u5urCdeH7v .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.opened {
  transition: all 0.3s;
}
.cid-u5urCdeH7v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5urCdeH7v .navbar .navbar-logo img {
  width: auto;
}
.cid-u5urCdeH7v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar.collapsed {
  justify-content: center;
}
.cid-u5urCdeH7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5urCdeH7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5urCdeH7v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5urCdeH7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5urCdeH7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5urCdeH7v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5urCdeH7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5urCdeH7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5urCdeH7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5urCdeH7v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5urCdeH7v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5urCdeH7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5urCdeH7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5urCdeH7v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5urCdeH7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5urCdeH7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5urCdeH7v .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5urCdeH7v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5urCdeH7v .dropdown-item:hover,
.cid-u5urCdeH7v .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u5urCdeH7v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5urCdeH7v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5urCdeH7v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5urCdeH7v .dropdown-menu,
.cid-u5urCdeH7v .navbar.opened {
  background: #0a2045 !important;
}
.cid-u5urCdeH7v .nav-item:focus,
.cid-u5urCdeH7v .nav-link:focus {
  outline: none;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5urCdeH7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5urCdeH7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5urCdeH7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5urCdeH7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5urCdeH7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5urCdeH7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5urCdeH7v .dropdown-item.active,
.cid-u5urCdeH7v .dropdown-item:active {
  background-color: transparent;
}
.cid-u5urCdeH7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5urCdeH7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u5urCdeH7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5urCdeH7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5urCdeH7v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5urCdeH7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5urCdeH7v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5urCdeH7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5urCdeH7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5urCdeH7v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5urCdeH7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5urCdeH7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5urCdeH7v .navbar {
    height: 70px;
  }
  .cid-u5urCdeH7v .navbar.opened {
    height: auto;
  }
  .cid-u5urCdeH7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5urCdeH7v .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-u4WP5Fm6G8 {
  padding-top: 9rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/flag-tr-white.png");
}
.cid-u4WP5Fm6G8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4WP5Fm6G8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4WP5Fm6G8 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u4WP5Fm6G8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u4WP5Fm6G8 .container {
    padding: 0 24px;
  }
}
.cid-u4WP5Fm6G8 .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  border: 1px solid #d81b2d;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-u4WP5Fm6G8 .content-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-u4WP5Fm6G8 .content-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-u4WP5Fm6G8 .content-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-u4WP5Fm6G8 .content-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u4WP5Fm6G8 .content-wrapper .date-wrapper .date-wrap .mbr-iconfont {
  font-size: 40px;
  margin-right: 16px;
  color: #bbbbbb;
}
.cid-u4WP5Fm6G8 .content-wrapper .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-u4WP5Fm6G8 .mbr-desc {
  color: #202020;
}
.cid-u4WP5Fm6G8 .mbr-section-title {
  color: #0a2045;
}
.cid-u4WP5Fm6G8 .mbr-date {
  color: #202020;
}
.cid-u4WP5Fm6G8 .mbr-desc,
.cid-u4WP5Fm6G8 .desc-wrap {
  color: #d81b2d;
}
.cid-u4WPxG85pB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2045;
}
.cid-u4WPxG85pB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4WPxG85pB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4WPxG85pB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u4WPxG85pB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u4WPxG85pB .container {
    padding: 0 24px;
  }
}
.cid-u4WPxG85pB .row {
  justify-content: center;
}
.cid-u4WPxG85pB .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-u4WPxG85pB .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u4WPxG85pB .content-wrapper {
    padding: 32px;
  }
}
.cid-u4WPxG85pB .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4WPxG85pB .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-u4WPxG85pB .mbr-section-title {
  color: #d81b2d;
}
.cid-u4WPxG85pB .mbr-text {
  color: #262642;
}
.cid-u535Bn0RPw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u535Bn0RPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u535Bn0RPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u535Bn0RPw .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u535Bn0RPw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u535Bn0RPw .container {
    padding: 0;
  }
}
.cid-u535Bn0RPw .row {
  justify-content: center;
}
.cid-u535Bn0RPw .title-wrapper {
  padding: 0 16px;
}
.cid-u535Bn0RPw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u535Bn0RPw .mbr-section-title {
  color: #d81b2d;
}
.cid-u535AyiA7j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u535AyiA7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u535AyiA7j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u535AyiA7j .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u535AyiA7j .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u535AyiA7j .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u535AyiA7j .col-text {
    margin-bottom: 50px;
  }
}
.cid-u535AyiA7j .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u535AyiA7j .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u535AyiA7j .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u535AyiA7j .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u535AyiA7j .item-wrap {
    width: 100%;
  }
}
.cid-u535AyiA7j .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u535AyiA7j .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u535AyiA7j .item-text {
  margin-bottom: 6px;
}
.cid-u535AyiA7j .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u535AyiA7j form {
  width: 100%;
}
.cid-u535AyiA7j form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u535AyiA7j form p {
  color: #353535;
}
.cid-u535AyiA7j form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u535AyiA7j form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u535AyiA7j form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u535AyiA7j form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u535AyiA7j form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u535AyiA7j form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u535AyiA7j form select {
  color: #303030 !important;
}
.cid-u535AyiA7j form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u535AyiA7j form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u535AyiA7j form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u535AyiA7j form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u535AyiA7j form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u535AyiA7j form input,
.cid-u535AyiA7j form textarea {
  transition: .3s all;
}
.cid-u535AyiA7j form input:active,
.cid-u535AyiA7j form textarea:active,
.cid-u535AyiA7j form input:focus,
.cid-u535AyiA7j form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u535AyiA7j form input:active::-webkit-input-placeholder,
.cid-u535AyiA7j form textarea:active::-webkit-input-placeholder,
.cid-u535AyiA7j form input:focus::-webkit-input-placeholder,
.cid-u535AyiA7j form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u535AyiA7j form input:active::-moz-placeholder,
.cid-u535AyiA7j form textarea:active::-moz-placeholder,
.cid-u535AyiA7j form input:focus::-moz-placeholder,
.cid-u535AyiA7j form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u535AyiA7j form input:active:-moz-placeholder,
.cid-u535AyiA7j form textarea:active:-moz-placeholder,
.cid-u535AyiA7j form input:focus:-moz-placeholder,
.cid-u535AyiA7j form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u535AyiA7j form input:active:-ms-input-placeholder,
.cid-u535AyiA7j form textarea:active:-ms-input-placeholder,
.cid-u535AyiA7j form input:focus:-ms-input-placeholder,
.cid-u535AyiA7j form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u535AyiA7j form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u535AyiA7j form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u535AyiA7j form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u535AyiA7j form .form-check label {
  color: #303030;
}
.cid-u535AyiA7j form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u535AyiA7j form .form-check-input:focus,
.cid-u535AyiA7j form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u535AyiA7j form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u4WOUbfYfd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u4WOUbfYfd .mbr-social-likes {
  font-size: 0;
}
.cid-u4WOUbfYfd .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u4WOUbfYfd .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u4WOUbfYfd .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u4WOUbfYfd .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u4WOUbfYfd .socicon-bg-behance {
  color: #ffffff;
}
.cid-u4WOUbfYfd .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u4WOUbfYfd .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u4WOUbfYfd .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u4WOUbfYfd .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u4WOUbfYfd .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u4WOUbfYfd [class^="socicon-"]:before,
.cid-u4WOUbfYfd [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u4WOUbfYfd .mbr-section-title,
.cid-u4WOUbfYfd .mbr-social-likes {
  color: #0a2045;
}
.cid-u4WOUbBiSr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4WOUbBiSr img {
  border-radius: 0px;
}
.cid-u4WOUbBiSr .row {
  justify-content: center;
}
.cid-u4WOUbBiSr .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u4WOUbZjrO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-u4WOUbZjrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4WOUbZjrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4WOUbZjrO .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u4WOUbZjrO .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u4WOUbZjrO .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u4WOUbZjrO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u4WOUbZjrO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u4WOUbZjrO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u4WOUbZjrO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u4WOUbZjrO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4WOUbZjrO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u4WOUbZjrO .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-u4WOUbZjrO .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-u4WOUbZjrO .list-box {
  width: 100%;
}
.cid-u4WOUbZjrO .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-u4WOUbZjrO .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u4WOUbZjrO .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u4WOUbZjrO .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u4WOUbZjrO .list a:hover:before {
  background-position: left !important;
}
.cid-u4WOUbZjrO .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u4WOUbZjrO .news-item {
  width: 100%;
}
.cid-u4WOUbZjrO .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-u4WOUbZjrO .news-title {
  color: #ffffff;
}
.cid-u4WOUbZjrO .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-u9z2C4jvP4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9z2C4jvP4 .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9z2C4jvP4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u9z2C4jvP4 .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u9z2C4jvP4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u9z2C4jvP4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u9z2C4jvP4 .container {
    padding: 0 1rem;
  }
}
.cid-u9z2C4jvP4 .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u9z2C4jvP4 .nav-link {
  position: relative;
}
.cid-u9z2C4jvP4 .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-u9z2C4jvP4 nav.navbar {
  position: fixed;
}
.cid-u9z2C4jvP4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-u9z2C4jvP4 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9z2C4jvP4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9z2C4jvP4 .navbar .navbar-logo img {
  width: auto;
}
.cid-u9z2C4jvP4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9z2C4jvP4 .navbar.collapsed {
  justify-content: center;
}
.cid-u9z2C4jvP4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9z2C4jvP4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9z2C4jvP4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u9z2C4jvP4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9z2C4jvP4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9z2C4jvP4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9z2C4jvP4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9z2C4jvP4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9z2C4jvP4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9z2C4jvP4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9z2C4jvP4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9z2C4jvP4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9z2C4jvP4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9z2C4jvP4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9z2C4jvP4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9z2C4jvP4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9z2C4jvP4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9z2C4jvP4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9z2C4jvP4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9z2C4jvP4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9z2C4jvP4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9z2C4jvP4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9z2C4jvP4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9z2C4jvP4 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9z2C4jvP4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9z2C4jvP4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9z2C4jvP4 .dropdown-item:hover,
.cid-u9z2C4jvP4 .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-u9z2C4jvP4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9z2C4jvP4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9z2C4jvP4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u9z2C4jvP4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9z2C4jvP4 .dropdown-menu,
.cid-u9z2C4jvP4 .navbar.opened {
  background: #0a2045 !important;
}
.cid-u9z2C4jvP4 .nav-item:focus,
.cid-u9z2C4jvP4 .nav-link:focus {
  outline: none;
}
.cid-u9z2C4jvP4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9z2C4jvP4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9z2C4jvP4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9z2C4jvP4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9z2C4jvP4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9z2C4jvP4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9z2C4jvP4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9z2C4jvP4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9z2C4jvP4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9z2C4jvP4 .dropdown-item.active,
.cid-u9z2C4jvP4 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9z2C4jvP4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9z2C4jvP4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9z2C4jvP4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9z2C4jvP4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-u9z2C4jvP4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9z2C4jvP4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9z2C4jvP4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9z2C4jvP4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9z2C4jvP4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9z2C4jvP4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-u9z2C4jvP4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9z2C4jvP4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9z2C4jvP4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9z2C4jvP4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9z2C4jvP4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9z2C4jvP4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9z2C4jvP4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9z2C4jvP4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9z2C4jvP4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9z2C4jvP4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9z2C4jvP4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9z2C4jvP4 .navbar {
    height: 70px;
  }
  .cid-u9z2C4jvP4 .navbar.opened {
    height: auto;
  }
  .cid-u9z2C4jvP4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9z2C4jvP4 .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-u9z2C51NWc {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0a2045;
}
.cid-u9z2C51NWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9z2C51NWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9z2C51NWc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u9z2C51NWc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9z2C51NWc .container {
    padding: 0 24px;
  }
}
.cid-u9z2C51NWc .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u9z2C51NWc .image-wrapper {
  height: 100%;
}
.cid-u9z2C51NWc .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u9z2C51NWc .image-wrapper img {
    height: 350px;
  }
}
.cid-u9z2C51NWc .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9z2C51NWc .content-wrapper {
    padding: 24px;
  }
}
.cid-u9z2C51NWc .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u9z2C51NWc .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u9z2C51NWc .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u9z2C51NWc .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u9z2C51NWc .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u9z2C51NWc .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u9z2C51NWc .mbr-section-title {
  color: #141414;
}
.cid-u9z2C51NWc .mbr-text {
  color: #141414;
}
.cid-u9z2C51NWc .mbr-section-title,
.cid-u9z2C51NWc .title-wrapper,
.cid-u9z2C51NWc .mbr-section-btn {
  color: #d81b2d;
}
.cid-u9z2C5wofp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d81b2d;
}
.cid-u9z2C5wofp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9z2C5wofp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9z2C5wofp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9z2C5wofp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9z2C5wofp .container {
    padding: 0;
  }
}
.cid-u9z2C5wofp .row {
  justify-content: center;
}
.cid-u9z2C5wofp .title-wrapper {
  padding: 0 16px;
}
.cid-u9z2C5wofp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9z2C5wofp .mbr-section-title {
  color: #ffffff;
}
.cid-u9z2C5Zvaa {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-u9z2C5Zvaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9z2C5Zvaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9z2C5Zvaa .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9z2C5Zvaa .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9z2C5Zvaa .container {
    padding: 0;
  }
}
.cid-u9z2C5Zvaa .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9z2C5Zvaa .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u9z2C5Zvaa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9z2C5Zvaa .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-u9z2C5Zvaa .mbr-section-title {
  color: #263652;
}
.cid-u9z2C5Zvaa .mbr-text {
  color: #263652;
}
.cid-u9z2C6u0J3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-u9z2C6u0J3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9z2C6u0J3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9z2C6u0J3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9z2C6u0J3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9z2C6u0J3 .container {
    padding: 0;
  }
}
.cid-u9z2C6u0J3 .row {
  justify-content: center;
}
.cid-u9z2C6u0J3 .title-wrapper {
  padding: 0 16px;
}
.cid-u9z2C6u0J3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9z2C6u0J3 .mbr-section-title {
  color: #d81b2d;
}
.cid-u9z2C6Shqk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9z2C6Shqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9z2C6Shqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9z2C6Shqk .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u9z2C6Shqk .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-u9z2C6Shqk .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-u9z2C6Shqk .col-text {
    margin-bottom: 50px;
  }
}
.cid-u9z2C6Shqk .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-u9z2C6Shqk .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-u9z2C6Shqk .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-u9z2C6Shqk .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-u9z2C6Shqk .item-wrap {
    width: 100%;
  }
}
.cid-u9z2C6Shqk .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-u9z2C6Shqk .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u9z2C6Shqk .item-text {
  margin-bottom: 6px;
}
.cid-u9z2C6Shqk .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u9z2C6Shqk form {
  width: 100%;
}
.cid-u9z2C6Shqk form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u9z2C6Shqk form p {
  color: #353535;
}
.cid-u9z2C6Shqk form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-u9z2C6Shqk form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-u9z2C6Shqk form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-u9z2C6Shqk form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-u9z2C6Shqk form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-u9z2C6Shqk form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-u9z2C6Shqk form select {
  color: #303030 !important;
}
.cid-u9z2C6Shqk form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-u9z2C6Shqk form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u9z2C6Shqk form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-u9z2C6Shqk form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-u9z2C6Shqk form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u9z2C6Shqk form input,
.cid-u9z2C6Shqk form textarea {
  transition: .3s all;
}
.cid-u9z2C6Shqk form input:active,
.cid-u9z2C6Shqk form textarea:active,
.cid-u9z2C6Shqk form input:focus,
.cid-u9z2C6Shqk form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-u9z2C6Shqk form input:active::-webkit-input-placeholder,
.cid-u9z2C6Shqk form textarea:active::-webkit-input-placeholder,
.cid-u9z2C6Shqk form input:focus::-webkit-input-placeholder,
.cid-u9z2C6Shqk form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-u9z2C6Shqk form input:active::-moz-placeholder,
.cid-u9z2C6Shqk form textarea:active::-moz-placeholder,
.cid-u9z2C6Shqk form input:focus::-moz-placeholder,
.cid-u9z2C6Shqk form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-u9z2C6Shqk form input:active:-moz-placeholder,
.cid-u9z2C6Shqk form textarea:active:-moz-placeholder,
.cid-u9z2C6Shqk form input:focus:-moz-placeholder,
.cid-u9z2C6Shqk form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-u9z2C6Shqk form input:active:-ms-input-placeholder,
.cid-u9z2C6Shqk form textarea:active:-ms-input-placeholder,
.cid-u9z2C6Shqk form input:focus:-ms-input-placeholder,
.cid-u9z2C6Shqk form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-u9z2C6Shqk form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u9z2C6Shqk form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u9z2C6Shqk form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-u9z2C6Shqk form .form-check label {
  color: #303030;
}
.cid-u9z2C6Shqk form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u9z2C6Shqk form .form-check-input:focus,
.cid-u9z2C6Shqk form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-u9z2C6Shqk form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-u9z2C7jtTX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-u9z2C7jtTX .mbr-social-likes {
  font-size: 0;
}
.cid-u9z2C7jtTX .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u9z2C7jtTX .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-u9z2C7jtTX .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u9z2C7jtTX .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-u9z2C7jtTX .socicon-bg-behance {
  color: #ffffff;
}
.cid-u9z2C7jtTX .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-u9z2C7jtTX .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u9z2C7jtTX .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-u9z2C7jtTX .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u9z2C7jtTX .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u9z2C7jtTX [class^="socicon-"]:before,
.cid-u9z2C7jtTX [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u9z2C7jtTX .mbr-section-title,
.cid-u9z2C7jtTX .mbr-social-likes {
  color: #0a2045;
}
.cid-u9z2C7Gl26 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9z2C7Gl26 img {
  border-radius: 0px;
}
.cid-u9z2C7Gl26 .row {
  justify-content: center;
}
.cid-u9z2C7Gl26 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u9z2C82mpZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-u9z2C82mpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9z2C82mpZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9z2C82mpZ .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u9z2C82mpZ .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u9z2C82mpZ .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u9z2C82mpZ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u9z2C82mpZ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u9z2C82mpZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u9z2C82mpZ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u9z2C82mpZ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u9z2C82mpZ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u9z2C82mpZ .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-u9z2C82mpZ .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-u9z2C82mpZ .list-box {
  width: 100%;
}
.cid-u9z2C82mpZ .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-u9z2C82mpZ .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u9z2C82mpZ .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u9z2C82mpZ .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u9z2C82mpZ .list a:hover:before {
  background-position: left !important;
}
.cid-u9z2C82mpZ .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u9z2C82mpZ .news-item {
  width: 100%;
}
.cid-u9z2C82mpZ .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-u9z2C82mpZ .news-title {
  color: #ffffff;
}
.cid-u9z2C82mpZ .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-uav90Uspjx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uav90Uspjx .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uav90Uspjx .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uav90Uspjx .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uav90Uspjx .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uav90Uspjx .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uav90Uspjx .container {
    padding: 0 1rem;
  }
}
.cid-uav90Uspjx .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uav90Uspjx .nav-link {
  position: relative;
}
.cid-uav90Uspjx .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-uav90Uspjx nav.navbar {
  position: fixed;
}
.cid-uav90Uspjx .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-uav90Uspjx .navbar.opened {
  transition: all 0.3s;
}
.cid-uav90Uspjx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uav90Uspjx .navbar .navbar-logo img {
  width: auto;
}
.cid-uav90Uspjx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uav90Uspjx .navbar.collapsed {
  justify-content: center;
}
.cid-uav90Uspjx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uav90Uspjx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uav90Uspjx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uav90Uspjx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uav90Uspjx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uav90Uspjx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uav90Uspjx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uav90Uspjx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uav90Uspjx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uav90Uspjx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uav90Uspjx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uav90Uspjx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uav90Uspjx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uav90Uspjx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uav90Uspjx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uav90Uspjx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uav90Uspjx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uav90Uspjx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uav90Uspjx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uav90Uspjx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uav90Uspjx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uav90Uspjx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uav90Uspjx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uav90Uspjx .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uav90Uspjx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uav90Uspjx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uav90Uspjx .dropdown-item:hover,
.cid-uav90Uspjx .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-uav90Uspjx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uav90Uspjx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uav90Uspjx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uav90Uspjx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uav90Uspjx .dropdown-menu,
.cid-uav90Uspjx .navbar.opened {
  background: #0a2045 !important;
}
.cid-uav90Uspjx .nav-item:focus,
.cid-uav90Uspjx .nav-link:focus {
  outline: none;
}
.cid-uav90Uspjx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uav90Uspjx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uav90Uspjx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uav90Uspjx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uav90Uspjx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uav90Uspjx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uav90Uspjx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uav90Uspjx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uav90Uspjx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uav90Uspjx .dropdown-item.active,
.cid-uav90Uspjx .dropdown-item:active {
  background-color: transparent;
}
.cid-uav90Uspjx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uav90Uspjx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uav90Uspjx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uav90Uspjx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-uav90Uspjx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uav90Uspjx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uav90Uspjx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uav90Uspjx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uav90Uspjx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uav90Uspjx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-uav90Uspjx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uav90Uspjx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uav90Uspjx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uav90Uspjx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uav90Uspjx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uav90Uspjx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uav90Uspjx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uav90Uspjx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uav90Uspjx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uav90Uspjx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uav90Uspjx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uav90Uspjx .navbar {
    height: 70px;
  }
  .cid-uav90Uspjx .navbar.opened {
    height: auto;
  }
  .cid-uav90Uspjx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uav90Uspjx .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-uaGHs0Y192 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uaGHs0Y192 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGHs0Y192 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaGHs0Y192 .container-fluid {
  max-width: 100% !important;
}
.cid-uaGHs0Y192 .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uaGHs0Y192 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaGHs0Y192 .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-uaGHs0Y192 .text-wrap {
    margin-bottom: 0;
    padding: 45px 30px 50px 50px;
  }
}
@media (min-width: 1440px) {
  .cid-uaGHs0Y192 .text-wrap {
    margin-bottom: 0;
    padding: 60px 100px 0 60px;
  }
}
@media (max-width: 991px) {
  .cid-uaGHs0Y192 .text-wrap {
    margin-bottom: 0;
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 575px) {
  .cid-uaGHs0Y192 .text-wrap {
    margin-bottom: 0;
    padding: 40px 30px;
  }
}
.cid-uaGHs0Y192 .mbr-section-title {
  color: #0a2045;
  padding-bottom: 157px;
}
@media (max-width: 1439px) {
  .cid-uaGHs0Y192 .mbr-section-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .cid-uaGHs0Y192 .mbr-section-title {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uaGHs0Y192 .mbr-section-title {
    padding-bottom: 40px;
  }
}
.cid-uaGHs0Y192 .mbr-text {
  color: #303030;
  margin-top: 25px;
}
.cid-uaGHs0Y192 .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
  padding-top: 30px;
}
.cid-uaGHs0Y192 .text-item {
  width: 49%;
}
@media (max-width: 767px) {
  .cid-uaGHs0Y192 .text-item {
    width: 100%;
  }
}
.cid-uaGHs0Y192 .item-title {
  color: #303030;
}
.cid-uaGHs0Y192 .item-text {
  color: #ffffff;
  margin-top: 5px;
}
.cid-uaGHs0Y192 .mbr-text,
.cid-uaGHs0Y192 .mbr-section-btn {
  color: #000000;
}
.cid-uaGTM0AFUp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-uaGTM0AFUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGTM0AFUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaGTM0AFUp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uaGTM0AFUp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uaGTM0AFUp .container {
    padding: 0;
  }
}
.cid-uaGTM0AFUp .row {
  justify-content: center;
}
.cid-uaGTM0AFUp .title-wrapper {
  padding: 0 16px;
}
.cid-uaGTM0AFUp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uaGTM0AFUp .mbr-section-title {
  color: #d81b2d;
}
.cid-udvMR6C8Id {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-udvMR6C8Id .mbr-fallback-image.disabled {
  display: none;
}
.cid-udvMR6C8Id .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udvMR6C8Id .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-udvMR6C8Id .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-udvMR6C8Id .container {
    padding: 0 22px;
  }
}
.cid-udvMR6C8Id .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udvMR6C8Id .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-udvMR6C8Id .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udvMR6C8Id .mbr-section-title {
  color: #0a2045;
}
.cid-udvMR6C8Id .mbr-text {
  color: #d81b2d;
  text-align: right;
}
.cid-uaGE5Wnsi6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-uaGE5Wnsi6 .wrapper {
  padding: 40px;
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .cid-uaGE5Wnsi6 .wrapper {
    padding: 85px 100px 35px 100px;
  }
}
.cid-uaGE5Wnsi6 .card-padding {
  padding: 0.7rem;
}
.cid-uaGE5Wnsi6 .btn {
  display: flex;
  padding: 0.5rem 1rem;
}
.cid-uaGE5Wnsi6 .card {
  background-color: #ffffff;
}
.cid-uaGE5Wnsi6 .list {
  margin-bottom: 30px;
  text-align: left;
}
.cid-uaGE5Wnsi6 .card-body {
  padding: 45px;
  padding-bottom: 36px;
}
.cid-uaGE5Wnsi6 .card-img-top {
  width: 40px;
  height: 40px;
}
.cid-uaGE5Wnsi6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGE5Wnsi6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaGE5Wnsi6 .mbr-text {
  color: #d81b2d;
}
.cid-uaGE5Wnsi6 .mbr-section-title {
  color: #0a2045;
}
.cid-uaGE5Wnsi6 .mbr-section-subtitle {
  color: #0a2045;
  text-align: center;
}
.cid-uaGE5Wnsi6 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uhnIRl5Agk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-uhnIRl5Agk .wrapper {
  padding: 40px;
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .cid-uhnIRl5Agk .wrapper {
    padding: 85px 100px 35px 100px;
  }
}
.cid-uhnIRl5Agk .card-padding {
  padding: 0.7rem;
}
.cid-uhnIRl5Agk .btn {
  display: flex;
  padding: 0.5rem 1rem;
}
.cid-uhnIRl5Agk .card {
  background-color: #ffffff;
}
.cid-uhnIRl5Agk .list {
  margin-bottom: 30px;
  text-align: left;
}
.cid-uhnIRl5Agk .card-body {
  padding: 45px;
  padding-bottom: 36px;
}
.cid-uhnIRl5Agk .card-img-top {
  width: 40px;
  height: 40px;
}
.cid-uhnIRl5Agk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhnIRl5Agk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhnIRl5Agk .mbr-text {
  color: #d81b2d;
}
.cid-uhnIRl5Agk .mbr-section-title {
  color: #0a2045;
}
.cid-uhnIRl5Agk .mbr-section-subtitle {
  color: #0a2045;
  text-align: center;
}
.cid-uhnIRl5Agk .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uaGLrd8xt4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f6f6f6;
}
.cid-uaGLrd8xt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGLrd8xt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaGLrd8xt4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uaGLrd8xt4 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uaGLrd8xt4 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uaGLrd8xt4 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uaGLrd8xt4 .container {
    padding: 0 12px;
  }
}
.cid-uaGLrd8xt4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uaGLrd8xt4 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uaGLrd8xt4 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uaGLrd8xt4 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uaGLrd8xt4 .mbr-section-title {
  color: #1D1D1F;
}
.cid-uaGLrd8xt4 .mbr-text {
  color: #0a2045;
  text-align: center;
}
.cid-uaGLrd8xt4 .mbr-section-title,
.cid-uaGLrd8xt4 .mbr-section-btn {
  text-align: center;
}
.cid-uav911lut4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-uav911lut4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uav911lut4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uav911lut4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uav911lut4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uav911lut4 .container {
    padding: 0;
  }
}
.cid-uav911lut4 .row {
  justify-content: center;
}
.cid-uav911lut4 .title-wrapper {
  padding: 0 16px;
}
.cid-uav911lut4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uav911lut4 .mbr-section-title {
  color: #d81b2d;
}
.cid-uav911T5xB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uav911T5xB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uav911T5xB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uav911T5xB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uav911T5xB .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uav911T5xB .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uav911T5xB .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uav911T5xB .container {
    padding: 0 12px;
  }
}
.cid-uav911T5xB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uav911T5xB .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uav911T5xB .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uav911T5xB .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uav911T5xB .mbr-section-title {
  color: #1D1D1F;
}
.cid-uav911T5xB .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uav911T5xB .mbr-section-title,
.cid-uav911T5xB .mbr-section-btn {
  text-align: center;
  color: #d81b2d;
}
.cid-uav915jlmO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-uav915jlmO .mbr-social-likes {
  font-size: 0;
}
.cid-uav915jlmO .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uav915jlmO .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-uav915jlmO .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uav915jlmO .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-uav915jlmO .socicon-bg-behance {
  color: #ffffff;
}
.cid-uav915jlmO .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-uav915jlmO .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uav915jlmO .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-uav915jlmO .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uav915jlmO .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uav915jlmO [class^="socicon-"]:before,
.cid-uav915jlmO [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uav915jlmO .mbr-section-title,
.cid-uav915jlmO .mbr-social-likes {
  color: #0a2045;
}
.cid-uav9165Kpk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uav9165Kpk img {
  border-radius: 0px;
}
.cid-uav9165Kpk .row {
  justify-content: center;
}
.cid-uav9165Kpk .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-uav916Udj3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-uav916Udj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uav916Udj3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uav916Udj3 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uav916Udj3 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uav916Udj3 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uav916Udj3 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uav916Udj3 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uav916Udj3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uav916Udj3 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uav916Udj3 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uav916Udj3 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uav916Udj3 .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-uav916Udj3 .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-uav916Udj3 .list-box {
  width: 100%;
}
.cid-uav916Udj3 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uav916Udj3 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uav916Udj3 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uav916Udj3 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uav916Udj3 .list a:hover:before {
  background-position: left !important;
}
.cid-uav916Udj3 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uav916Udj3 .news-item {
  width: 100%;
}
.cid-uav916Udj3 .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-uav916Udj3 .news-title {
  color: #ffffff;
}
.cid-uav916Udj3 .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-uxeBiwapxU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxeBiwapxU .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uxeBiwapxU .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uxeBiwapxU .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uxeBiwapxU .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uxeBiwapxU .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uxeBiwapxU .container {
    padding: 0 1rem;
  }
}
.cid-uxeBiwapxU .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uxeBiwapxU .nav-link {
  position: relative;
}
.cid-uxeBiwapxU .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-uxeBiwapxU nav.navbar {
  position: fixed;
}
.cid-uxeBiwapxU .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-uxeBiwapxU .navbar.opened {
  transition: all 0.3s;
}
.cid-uxeBiwapxU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxeBiwapxU .navbar .navbar-logo img {
  width: auto;
}
.cid-uxeBiwapxU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxeBiwapxU .navbar.collapsed {
  justify-content: center;
}
.cid-uxeBiwapxU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxeBiwapxU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxeBiwapxU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uxeBiwapxU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxeBiwapxU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxeBiwapxU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uxeBiwapxU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxeBiwapxU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxeBiwapxU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxeBiwapxU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxeBiwapxU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxeBiwapxU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxeBiwapxU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxeBiwapxU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uxeBiwapxU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxeBiwapxU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxeBiwapxU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxeBiwapxU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxeBiwapxU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxeBiwapxU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxeBiwapxU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxeBiwapxU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxeBiwapxU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxeBiwapxU .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxeBiwapxU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxeBiwapxU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxeBiwapxU .dropdown-item:hover,
.cid-uxeBiwapxU .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-uxeBiwapxU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxeBiwapxU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxeBiwapxU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uxeBiwapxU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxeBiwapxU .dropdown-menu,
.cid-uxeBiwapxU .navbar.opened {
  background: #0a2045 !important;
}
.cid-uxeBiwapxU .nav-item:focus,
.cid-uxeBiwapxU .nav-link:focus {
  outline: none;
}
.cid-uxeBiwapxU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxeBiwapxU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxeBiwapxU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxeBiwapxU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxeBiwapxU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxeBiwapxU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxeBiwapxU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxeBiwapxU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxeBiwapxU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxeBiwapxU .dropdown-item.active,
.cid-uxeBiwapxU .dropdown-item:active {
  background-color: transparent;
}
.cid-uxeBiwapxU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxeBiwapxU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxeBiwapxU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxeBiwapxU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-uxeBiwapxU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxeBiwapxU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxeBiwapxU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxeBiwapxU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxeBiwapxU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxeBiwapxU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-uxeBiwapxU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxeBiwapxU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxeBiwapxU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxeBiwapxU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxeBiwapxU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxeBiwapxU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxeBiwapxU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxeBiwapxU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxeBiwapxU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxeBiwapxU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxeBiwapxU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxeBiwapxU .navbar {
    height: 70px;
  }
  .cid-uxeBiwapxU .navbar.opened {
    height: auto;
  }
  .cid-uxeBiwapxU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxeBiwapxU .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-uxeBiwQYTP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0a2045;
  overflow: hidden;
}
.cid-uxeBiwQYTP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxeBiwQYTP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxeBiwQYTP .container-fluid {
  max-width: 100% !important;
}
.cid-uxeBiwQYTP .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uxeBiwQYTP .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uxeBiwQYTP .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-uxeBiwQYTP .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-uxeBiwQYTP .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-uxeBiwQYTP .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-uxeBiwQYTP .mbr-section-title {
  color: #d81b2d;
  text-align: center;
}
.cid-uxeBiwQYTP .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-uxeBiwQYTP .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uxeBiwQYTP .text-bottom {
    padding-top: 50px;
  }
}
.cid-uxeBiwQYTP .mbr-text {
  color: #303030;
}
.cid-uxeBiwQYTP .mbr-section-btn {
  margin-top: 16px;
}
.cid-uxeBiwQYTP .mbr-text,
.cid-uxeBiwQYTP .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uxeBixoiLQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-uxeBixoiLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxeBixoiLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxeBixoiLQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uxeBixoiLQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uxeBixoiLQ .container {
    padding: 0;
  }
}
.cid-uxeBixoiLQ .row {
  justify-content: center;
}
.cid-uxeBixoiLQ .title-wrapper {
  padding: 0 16px;
}
.cid-uxeBixoiLQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxeBixoiLQ .mbr-section-title {
  color: #d81b2d;
}
.cid-uxeBixRIXT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2045;
}
.cid-uxeBixRIXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxeBixRIXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxeBixRIXT .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uxeBixRIXT .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxeBixRIXT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxeBixRIXT .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxeBixRIXT .container {
    padding: 0 16px;
  }
}
.cid-uxeBixRIXT .row {
  padding: 60px 44px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uxeBixRIXT .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxeBixRIXT .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-uxeBixRIXT .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uxeBixRIXT .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-uxeBixRIXT .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #d81b2d;
}
@media (max-width: 992px) {
  .cid-uxeBixRIXT .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uxeBixRIXT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxeBixRIXT .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uxeBixRIXT .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxeBixRIXT .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uxeBixRIXT .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #d81b2d;
}
.cid-uxeBixRIXT .mbr-section-title {
  color: #000000;
}
.cid-uxeBixRIXT .mbr-text {
  color: #000000;
}
.cid-uxeBixRIXT .mbr-name {
  color: #000000;
}
.cid-uxeBixRIXT .mbr-section-title,
.cid-uxeBixRIXT .icon-wrapper {
  color: #0a2045;
}
.cid-uxeBiyTZhS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0a2045;
}
.cid-uxeBiyTZhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxeBiyTZhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxeBiyTZhS .mbr-iconfont {
  color: #d81b2d;
  font-size: 5rem;
  width: 5rem;
}
.cid-uxeBiyTZhS .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-uxeBiyTZhS .mbr-section-title {
  color: #d81b2d;
}
.cid-uxeBiyTZhS .mbr-section-subtitle,
.cid-uxeBiyTZhS .mbr-section-btn {
  color: #ffffff;
}
.cid-uxeBizmEEP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-uxeBizmEEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxeBizmEEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxeBizmEEP .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uxeBizmEEP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uxeBizmEEP .container {
    padding: 0;
  }
}
.cid-uxeBizmEEP .row {
  justify-content: center;
}
.cid-uxeBizmEEP .title-wrapper {
  padding: 0 16px;
}
.cid-uxeBizmEEP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxeBizmEEP .mbr-section-title {
  color: #d81b2d;
}
.cid-uxeBizPYuu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxeBizPYuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxeBizPYuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxeBizPYuu .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uxeBizPYuu .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-uxeBizPYuu .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-uxeBizPYuu .col-text {
    margin-bottom: 50px;
  }
}
.cid-uxeBizPYuu .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-uxeBizPYuu .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-uxeBizPYuu .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-uxeBizPYuu .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-uxeBizPYuu .item-wrap {
    width: 100%;
  }
}
.cid-uxeBizPYuu .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-uxeBizPYuu .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uxeBizPYuu .item-text {
  margin-bottom: 6px;
}
.cid-uxeBizPYuu .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uxeBizPYuu form {
  width: 100%;
}
.cid-uxeBizPYuu form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-uxeBizPYuu form p {
  color: #353535;
}
.cid-uxeBizPYuu form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uxeBizPYuu form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-uxeBizPYuu form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-uxeBizPYuu form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-uxeBizPYuu form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-uxeBizPYuu form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-uxeBizPYuu form select {
  color: #303030 !important;
}
.cid-uxeBizPYuu form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-uxeBizPYuu form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-uxeBizPYuu form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-uxeBizPYuu form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-uxeBizPYuu form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-uxeBizPYuu form input,
.cid-uxeBizPYuu form textarea {
  transition: .3s all;
}
.cid-uxeBizPYuu form input:active,
.cid-uxeBizPYuu form textarea:active,
.cid-uxeBizPYuu form input:focus,
.cid-uxeBizPYuu form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-uxeBizPYuu form input:active::-webkit-input-placeholder,
.cid-uxeBizPYuu form textarea:active::-webkit-input-placeholder,
.cid-uxeBizPYuu form input:focus::-webkit-input-placeholder,
.cid-uxeBizPYuu form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-uxeBizPYuu form input:active::-moz-placeholder,
.cid-uxeBizPYuu form textarea:active::-moz-placeholder,
.cid-uxeBizPYuu form input:focus::-moz-placeholder,
.cid-uxeBizPYuu form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-uxeBizPYuu form input:active:-moz-placeholder,
.cid-uxeBizPYuu form textarea:active:-moz-placeholder,
.cid-uxeBizPYuu form input:focus:-moz-placeholder,
.cid-uxeBizPYuu form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-uxeBizPYuu form input:active:-ms-input-placeholder,
.cid-uxeBizPYuu form textarea:active:-ms-input-placeholder,
.cid-uxeBizPYuu form input:focus:-ms-input-placeholder,
.cid-uxeBizPYuu form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-uxeBizPYuu form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-uxeBizPYuu form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-uxeBizPYuu form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-uxeBizPYuu form .form-check label {
  color: #303030;
}
.cid-uxeBizPYuu form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uxeBizPYuu form .form-check-input:focus,
.cid-uxeBizPYuu form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-uxeBizPYuu form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-uxeBiAnMAs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-uxeBiAnMAs .mbr-social-likes {
  font-size: 0;
}
.cid-uxeBiAnMAs .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uxeBiAnMAs .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-uxeBiAnMAs .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uxeBiAnMAs .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-uxeBiAnMAs .socicon-bg-behance {
  color: #ffffff;
}
.cid-uxeBiAnMAs .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-uxeBiAnMAs .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uxeBiAnMAs .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-uxeBiAnMAs .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uxeBiAnMAs .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uxeBiAnMAs [class^="socicon-"]:before,
.cid-uxeBiAnMAs [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uxeBiAnMAs .mbr-section-title,
.cid-uxeBiAnMAs .mbr-social-likes {
  color: #0a2045;
}
.cid-uxeBiAR4xY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxeBiAR4xY img {
  border-radius: 0px;
}
.cid-uxeBiAR4xY .row {
  justify-content: center;
}
.cid-uxeBiAR4xY .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-uxeBiBlWEP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-uxeBiBlWEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxeBiBlWEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxeBiBlWEP .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uxeBiBlWEP .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uxeBiBlWEP .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uxeBiBlWEP .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uxeBiBlWEP .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uxeBiBlWEP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uxeBiBlWEP .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uxeBiBlWEP .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uxeBiBlWEP .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uxeBiBlWEP .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-uxeBiBlWEP .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-uxeBiBlWEP .list-box {
  width: 100%;
}
.cid-uxeBiBlWEP .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uxeBiBlWEP .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uxeBiBlWEP .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uxeBiBlWEP .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uxeBiBlWEP .list a:hover:before {
  background-position: left !important;
}
.cid-uxeBiBlWEP .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uxeBiBlWEP .news-item {
  width: 100%;
}
.cid-uxeBiBlWEP .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-uxeBiBlWEP .news-title {
  color: #ffffff;
}
.cid-uxeBiBlWEP .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-uxpVZcuhpv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxpVZcuhpv .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uxpVZcuhpv .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uxpVZcuhpv .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uxpVZcuhpv .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uxpVZcuhpv .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uxpVZcuhpv .container {
    padding: 0 1rem;
  }
}
.cid-uxpVZcuhpv .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uxpVZcuhpv .nav-link {
  position: relative;
}
.cid-uxpVZcuhpv .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-uxpVZcuhpv nav.navbar {
  position: fixed;
}
.cid-uxpVZcuhpv .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-uxpVZcuhpv .navbar.opened {
  transition: all 0.3s;
}
.cid-uxpVZcuhpv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxpVZcuhpv .navbar .navbar-logo img {
  width: auto;
}
.cid-uxpVZcuhpv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxpVZcuhpv .navbar.collapsed {
  justify-content: center;
}
.cid-uxpVZcuhpv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxpVZcuhpv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxpVZcuhpv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uxpVZcuhpv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxpVZcuhpv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxpVZcuhpv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uxpVZcuhpv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxpVZcuhpv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxpVZcuhpv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxpVZcuhpv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxpVZcuhpv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxpVZcuhpv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxpVZcuhpv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxpVZcuhpv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uxpVZcuhpv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxpVZcuhpv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxpVZcuhpv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxpVZcuhpv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxpVZcuhpv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxpVZcuhpv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxpVZcuhpv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxpVZcuhpv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxpVZcuhpv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxpVZcuhpv .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxpVZcuhpv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxpVZcuhpv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxpVZcuhpv .dropdown-item:hover,
.cid-uxpVZcuhpv .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-uxpVZcuhpv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxpVZcuhpv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxpVZcuhpv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uxpVZcuhpv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxpVZcuhpv .dropdown-menu,
.cid-uxpVZcuhpv .navbar.opened {
  background: #0a2045 !important;
}
.cid-uxpVZcuhpv .nav-item:focus,
.cid-uxpVZcuhpv .nav-link:focus {
  outline: none;
}
.cid-uxpVZcuhpv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxpVZcuhpv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxpVZcuhpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxpVZcuhpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxpVZcuhpv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxpVZcuhpv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxpVZcuhpv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxpVZcuhpv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxpVZcuhpv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxpVZcuhpv .dropdown-item.active,
.cid-uxpVZcuhpv .dropdown-item:active {
  background-color: transparent;
}
.cid-uxpVZcuhpv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxpVZcuhpv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxpVZcuhpv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxpVZcuhpv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-uxpVZcuhpv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxpVZcuhpv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxpVZcuhpv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxpVZcuhpv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxpVZcuhpv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxpVZcuhpv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-uxpVZcuhpv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxpVZcuhpv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxpVZcuhpv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxpVZcuhpv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxpVZcuhpv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxpVZcuhpv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxpVZcuhpv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxpVZcuhpv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxpVZcuhpv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxpVZcuhpv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxpVZcuhpv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxpVZcuhpv .navbar {
    height: 70px;
  }
  .cid-uxpVZcuhpv .navbar.opened {
    height: auto;
  }
  .cid-uxpVZcuhpv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxpVZcuhpv .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-uxpVZd9wpS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0a2045;
  overflow: hidden;
}
.cid-uxpVZd9wpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpVZd9wpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpVZd9wpS .container-fluid {
  max-width: 100% !important;
}
.cid-uxpVZd9wpS .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uxpVZd9wpS .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uxpVZd9wpS .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-uxpVZd9wpS .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-uxpVZd9wpS .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-uxpVZd9wpS .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-uxpVZd9wpS .mbr-section-title {
  color: #d81b2d;
  text-align: center;
}
.cid-uxpVZd9wpS .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-uxpVZd9wpS .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uxpVZd9wpS .text-bottom {
    padding-top: 50px;
  }
}
.cid-uxpVZd9wpS .mbr-text {
  color: #303030;
}
.cid-uxpVZd9wpS .mbr-section-btn {
  margin-top: 16px;
}
.cid-uxpVZd9wpS .mbr-text,
.cid-uxpVZd9wpS .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uxpVZdJSoT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-uxpVZdJSoT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpVZdJSoT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpVZdJSoT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uxpVZdJSoT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uxpVZdJSoT .container {
    padding: 0;
  }
}
.cid-uxpVZdJSoT .row {
  justify-content: center;
}
.cid-uxpVZdJSoT .title-wrapper {
  padding: 0 16px;
}
.cid-uxpVZdJSoT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxpVZdJSoT .mbr-section-title {
  color: #d81b2d;
}
.cid-uxpVZedAwO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2045;
}
.cid-uxpVZedAwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpVZedAwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpVZedAwO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uxpVZedAwO .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxpVZedAwO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxpVZedAwO .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxpVZedAwO .container {
    padding: 0 16px;
  }
}
.cid-uxpVZedAwO .row {
  padding: 60px 44px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uxpVZedAwO .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxpVZedAwO .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-uxpVZedAwO .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uxpVZedAwO .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-uxpVZedAwO .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #d81b2d;
}
@media (max-width: 992px) {
  .cid-uxpVZedAwO .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uxpVZedAwO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxpVZedAwO .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uxpVZedAwO .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxpVZedAwO .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uxpVZedAwO .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #d81b2d;
}
.cid-uxpVZedAwO .mbr-section-title {
  color: #000000;
}
.cid-uxpVZedAwO .mbr-text {
  color: #000000;
}
.cid-uxpVZedAwO .mbr-name {
  color: #000000;
}
.cid-uxpVZedAwO .mbr-section-title,
.cid-uxpVZedAwO .icon-wrapper {
  color: #0a2045;
}
.cid-uxpVZeRfZa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0a2045;
}
.cid-uxpVZeRfZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpVZeRfZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpVZeRfZa .mbr-iconfont {
  color: #d81b2d;
  font-size: 5rem;
  width: 5rem;
}
.cid-uxpVZeRfZa .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-uxpVZeRfZa .mbr-section-title {
  color: #d81b2d;
}
.cid-uxpVZeRfZa .mbr-section-subtitle,
.cid-uxpVZeRfZa .mbr-section-btn {
  color: #ffffff;
}
.cid-uxpVZfnLAy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-uxpVZfnLAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpVZfnLAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpVZfnLAy .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uxpVZfnLAy .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uxpVZfnLAy .container {
    padding: 0;
  }
}
.cid-uxpVZfnLAy .row {
  justify-content: center;
}
.cid-uxpVZfnLAy .title-wrapper {
  padding: 0 16px;
}
.cid-uxpVZfnLAy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxpVZfnLAy .mbr-section-title {
  color: #d81b2d;
}
.cid-uxpVZfSyoM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxpVZfSyoM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpVZfSyoM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpVZfSyoM .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uxpVZfSyoM .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-uxpVZfSyoM .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-uxpVZfSyoM .col-text {
    margin-bottom: 50px;
  }
}
.cid-uxpVZfSyoM .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-uxpVZfSyoM .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-uxpVZfSyoM .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-uxpVZfSyoM .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-uxpVZfSyoM .item-wrap {
    width: 100%;
  }
}
.cid-uxpVZfSyoM .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-uxpVZfSyoM .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uxpVZfSyoM .item-text {
  margin-bottom: 6px;
}
.cid-uxpVZfSyoM .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uxpVZfSyoM form {
  width: 100%;
}
.cid-uxpVZfSyoM form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-uxpVZfSyoM form p {
  color: #353535;
}
.cid-uxpVZfSyoM form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uxpVZfSyoM form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-uxpVZfSyoM form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-uxpVZfSyoM form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-uxpVZfSyoM form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-uxpVZfSyoM form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-uxpVZfSyoM form select {
  color: #303030 !important;
}
.cid-uxpVZfSyoM form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-uxpVZfSyoM form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-uxpVZfSyoM form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-uxpVZfSyoM form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-uxpVZfSyoM form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-uxpVZfSyoM form input,
.cid-uxpVZfSyoM form textarea {
  transition: .3s all;
}
.cid-uxpVZfSyoM form input:active,
.cid-uxpVZfSyoM form textarea:active,
.cid-uxpVZfSyoM form input:focus,
.cid-uxpVZfSyoM form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-uxpVZfSyoM form input:active::-webkit-input-placeholder,
.cid-uxpVZfSyoM form textarea:active::-webkit-input-placeholder,
.cid-uxpVZfSyoM form input:focus::-webkit-input-placeholder,
.cid-uxpVZfSyoM form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-uxpVZfSyoM form input:active::-moz-placeholder,
.cid-uxpVZfSyoM form textarea:active::-moz-placeholder,
.cid-uxpVZfSyoM form input:focus::-moz-placeholder,
.cid-uxpVZfSyoM form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-uxpVZfSyoM form input:active:-moz-placeholder,
.cid-uxpVZfSyoM form textarea:active:-moz-placeholder,
.cid-uxpVZfSyoM form input:focus:-moz-placeholder,
.cid-uxpVZfSyoM form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-uxpVZfSyoM form input:active:-ms-input-placeholder,
.cid-uxpVZfSyoM form textarea:active:-ms-input-placeholder,
.cid-uxpVZfSyoM form input:focus:-ms-input-placeholder,
.cid-uxpVZfSyoM form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-uxpVZfSyoM form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-uxpVZfSyoM form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-uxpVZfSyoM form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-uxpVZfSyoM form .form-check label {
  color: #303030;
}
.cid-uxpVZfSyoM form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uxpVZfSyoM form .form-check-input:focus,
.cid-uxpVZfSyoM form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-uxpVZfSyoM form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-uxpVZgvM8a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-uxpVZgvM8a .mbr-social-likes {
  font-size: 0;
}
.cid-uxpVZgvM8a .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uxpVZgvM8a .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-uxpVZgvM8a .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uxpVZgvM8a .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-uxpVZgvM8a .socicon-bg-behance {
  color: #ffffff;
}
.cid-uxpVZgvM8a .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-uxpVZgvM8a .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uxpVZgvM8a .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-uxpVZgvM8a .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uxpVZgvM8a .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uxpVZgvM8a [class^="socicon-"]:before,
.cid-uxpVZgvM8a [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uxpVZgvM8a .mbr-section-title,
.cid-uxpVZgvM8a .mbr-social-likes {
  color: #0a2045;
}
.cid-uxpVZhanDB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxpVZhanDB img {
  border-radius: 0px;
}
.cid-uxpVZhanDB .row {
  justify-content: center;
}
.cid-uxpVZhanDB .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-uxpVZhKIkZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-uxpVZhKIkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpVZhKIkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpVZhKIkZ .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uxpVZhKIkZ .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uxpVZhKIkZ .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uxpVZhKIkZ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uxpVZhKIkZ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uxpVZhKIkZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uxpVZhKIkZ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uxpVZhKIkZ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uxpVZhKIkZ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uxpVZhKIkZ .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-uxpVZhKIkZ .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-uxpVZhKIkZ .list-box {
  width: 100%;
}
.cid-uxpVZhKIkZ .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uxpVZhKIkZ .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uxpVZhKIkZ .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uxpVZhKIkZ .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uxpVZhKIkZ .list a:hover:before {
  background-position: left !important;
}
.cid-uxpVZhKIkZ .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uxpVZhKIkZ .news-item {
  width: 100%;
}
.cid-uxpVZhKIkZ .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-uxpVZhKIkZ .news-title {
  color: #ffffff;
}
.cid-uxpVZhKIkZ .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-uCHdueew5V {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCHdueew5V .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCHdueew5V .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uCHdueew5V .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uCHdueew5V .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uCHdueew5V .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uCHdueew5V .container {
    padding: 0 1rem;
  }
}
.cid-uCHdueew5V .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uCHdueew5V .nav-link {
  position: relative;
}
.cid-uCHdueew5V .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-uCHdueew5V nav.navbar {
  position: fixed;
}
.cid-uCHdueew5V .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-uCHdueew5V .navbar.opened {
  transition: all 0.3s;
}
.cid-uCHdueew5V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCHdueew5V .navbar .navbar-logo img {
  width: auto;
}
.cid-uCHdueew5V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCHdueew5V .navbar.collapsed {
  justify-content: center;
}
.cid-uCHdueew5V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCHdueew5V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCHdueew5V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uCHdueew5V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCHdueew5V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCHdueew5V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCHdueew5V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCHdueew5V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCHdueew5V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCHdueew5V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCHdueew5V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCHdueew5V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCHdueew5V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCHdueew5V .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCHdueew5V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCHdueew5V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCHdueew5V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCHdueew5V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCHdueew5V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCHdueew5V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCHdueew5V .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCHdueew5V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCHdueew5V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCHdueew5V .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCHdueew5V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCHdueew5V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCHdueew5V .dropdown-item:hover,
.cid-uCHdueew5V .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-uCHdueew5V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCHdueew5V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCHdueew5V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uCHdueew5V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCHdueew5V .dropdown-menu,
.cid-uCHdueew5V .navbar.opened {
  background: #0a2045 !important;
}
.cid-uCHdueew5V .nav-item:focus,
.cid-uCHdueew5V .nav-link:focus {
  outline: none;
}
.cid-uCHdueew5V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCHdueew5V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCHdueew5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCHdueew5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCHdueew5V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCHdueew5V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCHdueew5V .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCHdueew5V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCHdueew5V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCHdueew5V .dropdown-item.active,
.cid-uCHdueew5V .dropdown-item:active {
  background-color: transparent;
}
.cid-uCHdueew5V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCHdueew5V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCHdueew5V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCHdueew5V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-uCHdueew5V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCHdueew5V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCHdueew5V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCHdueew5V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCHdueew5V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCHdueew5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-uCHdueew5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCHdueew5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHdueew5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHdueew5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCHdueew5V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHdueew5V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCHdueew5V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCHdueew5V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHdueew5V .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCHdueew5V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCHdueew5V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCHdueew5V .navbar {
    height: 70px;
  }
  .cid-uCHdueew5V .navbar.opened {
    height: auto;
  }
  .cid-uCHdueew5V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCHdueew5V .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-uCHdufjbBX {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flag-tr-white.png");
}
.cid-uCHdufjbBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHdufjbBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHdufjbBX .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uCHdufjbBX .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-uCHdufjbBX .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-uCHdufjbBX .col-text {
    margin-bottom: 50px;
  }
}
.cid-uCHdufjbBX .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-uCHdufjbBX .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-uCHdufjbBX .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-uCHdufjbBX .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-uCHdufjbBX .item-wrap {
    width: 100%;
  }
}
.cid-uCHdufjbBX .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-uCHdufjbBX .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uCHdufjbBX .item-text {
  margin-bottom: 6px;
}
.cid-uCHdufjbBX .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uCHdufjbBX form {
  width: 100%;
}
.cid-uCHdufjbBX form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-uCHdufjbBX form p {
  color: #353535;
}
.cid-uCHdufjbBX form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uCHdufjbBX form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-uCHdufjbBX form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-uCHdufjbBX form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-uCHdufjbBX form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-uCHdufjbBX form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-uCHdufjbBX form select {
  color: #303030 !important;
}
.cid-uCHdufjbBX form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-uCHdufjbBX form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-uCHdufjbBX form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-uCHdufjbBX form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-uCHdufjbBX form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-uCHdufjbBX form input,
.cid-uCHdufjbBX form textarea {
  transition: .3s all;
}
.cid-uCHdufjbBX form input:active,
.cid-uCHdufjbBX form textarea:active,
.cid-uCHdufjbBX form input:focus,
.cid-uCHdufjbBX form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-uCHdufjbBX form input:active::-webkit-input-placeholder,
.cid-uCHdufjbBX form textarea:active::-webkit-input-placeholder,
.cid-uCHdufjbBX form input:focus::-webkit-input-placeholder,
.cid-uCHdufjbBX form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-uCHdufjbBX form input:active::-moz-placeholder,
.cid-uCHdufjbBX form textarea:active::-moz-placeholder,
.cid-uCHdufjbBX form input:focus::-moz-placeholder,
.cid-uCHdufjbBX form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-uCHdufjbBX form input:active:-moz-placeholder,
.cid-uCHdufjbBX form textarea:active:-moz-placeholder,
.cid-uCHdufjbBX form input:focus:-moz-placeholder,
.cid-uCHdufjbBX form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-uCHdufjbBX form input:active:-ms-input-placeholder,
.cid-uCHdufjbBX form textarea:active:-ms-input-placeholder,
.cid-uCHdufjbBX form input:focus:-ms-input-placeholder,
.cid-uCHdufjbBX form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-uCHdufjbBX form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-uCHdufjbBX form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-uCHdufjbBX form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-uCHdufjbBX form .form-check label {
  color: #303030;
}
.cid-uCHdufjbBX form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uCHdufjbBX form .form-check-input:focus,
.cid-uCHdufjbBX form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-uCHdufjbBX form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-uCHduggK0K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-uCHduggK0K .mbr-social-likes {
  font-size: 0;
}
.cid-uCHduggK0K .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uCHduggK0K .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-uCHduggK0K .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uCHduggK0K .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-uCHduggK0K .socicon-bg-behance {
  color: #ffffff;
}
.cid-uCHduggK0K .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-uCHduggK0K .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uCHduggK0K .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-uCHduggK0K .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uCHduggK0K .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uCHduggK0K [class^="socicon-"]:before,
.cid-uCHduggK0K [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uCHduggK0K .mbr-section-title,
.cid-uCHduggK0K .mbr-social-likes {
  color: #0a2045;
}
.cid-uCHduh8lpl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCHduh8lpl img {
  border-radius: 0px;
}
.cid-uCHduh8lpl .row {
  justify-content: center;
}
.cid-uCHduh8lpl .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-uCHdui1MAx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-uCHdui1MAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHdui1MAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHdui1MAx .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uCHdui1MAx .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uCHdui1MAx .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uCHdui1MAx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uCHdui1MAx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uCHdui1MAx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uCHdui1MAx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uCHdui1MAx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uCHdui1MAx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uCHdui1MAx .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-uCHdui1MAx .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-uCHdui1MAx .list-box {
  width: 100%;
}
.cid-uCHdui1MAx .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uCHdui1MAx .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uCHdui1MAx .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uCHdui1MAx .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uCHdui1MAx .list a:hover:before {
  background-position: left !important;
}
.cid-uCHdui1MAx .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uCHdui1MAx .news-item {
  width: 100%;
}
.cid-uCHdui1MAx .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-uCHdui1MAx .news-title {
  color: #ffffff;
}
.cid-uCHdui1MAx .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-uDV0d2LdqU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDV0d2LdqU .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDV0d2LdqU .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uDV0d2LdqU .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uDV0d2LdqU .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uDV0d2LdqU .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uDV0d2LdqU .container {
    padding: 0 1rem;
  }
}
.cid-uDV0d2LdqU .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uDV0d2LdqU .nav-link {
  position: relative;
}
.cid-uDV0d2LdqU .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-uDV0d2LdqU nav.navbar {
  position: fixed;
}
.cid-uDV0d2LdqU .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-uDV0d2LdqU .navbar.opened {
  transition: all 0.3s;
}
.cid-uDV0d2LdqU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDV0d2LdqU .navbar .navbar-logo img {
  width: auto;
}
.cid-uDV0d2LdqU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDV0d2LdqU .navbar.collapsed {
  justify-content: center;
}
.cid-uDV0d2LdqU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDV0d2LdqU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDV0d2LdqU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uDV0d2LdqU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDV0d2LdqU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDV0d2LdqU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uDV0d2LdqU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDV0d2LdqU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDV0d2LdqU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDV0d2LdqU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDV0d2LdqU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDV0d2LdqU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDV0d2LdqU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDV0d2LdqU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uDV0d2LdqU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDV0d2LdqU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDV0d2LdqU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDV0d2LdqU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDV0d2LdqU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDV0d2LdqU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDV0d2LdqU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDV0d2LdqU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDV0d2LdqU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDV0d2LdqU .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDV0d2LdqU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDV0d2LdqU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDV0d2LdqU .dropdown-item:hover,
.cid-uDV0d2LdqU .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-uDV0d2LdqU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDV0d2LdqU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDV0d2LdqU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uDV0d2LdqU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDV0d2LdqU .dropdown-menu,
.cid-uDV0d2LdqU .navbar.opened {
  background: #0a2045 !important;
}
.cid-uDV0d2LdqU .nav-item:focus,
.cid-uDV0d2LdqU .nav-link:focus {
  outline: none;
}
.cid-uDV0d2LdqU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDV0d2LdqU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDV0d2LdqU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDV0d2LdqU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDV0d2LdqU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDV0d2LdqU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDV0d2LdqU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDV0d2LdqU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDV0d2LdqU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDV0d2LdqU .dropdown-item.active,
.cid-uDV0d2LdqU .dropdown-item:active {
  background-color: transparent;
}
.cid-uDV0d2LdqU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDV0d2LdqU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDV0d2LdqU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDV0d2LdqU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-uDV0d2LdqU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDV0d2LdqU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDV0d2LdqU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDV0d2LdqU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDV0d2LdqU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDV0d2LdqU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-uDV0d2LdqU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDV0d2LdqU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDV0d2LdqU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDV0d2LdqU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDV0d2LdqU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDV0d2LdqU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDV0d2LdqU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDV0d2LdqU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDV0d2LdqU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDV0d2LdqU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDV0d2LdqU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDV0d2LdqU .navbar {
    height: 70px;
  }
  .cid-uDV0d2LdqU .navbar.opened {
    height: auto;
  }
  .cid-uDV0d2LdqU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDV0d2LdqU .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-uDV1Kmzitb {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
  overflow: hidden;
}
.cid-uDV1Kmzitb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDV1Kmzitb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDV1Kmzitb .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-uDV1Kmzitb .text-wrap {
    margin-bottom: 0;
    padding: 0 15% 0 0;
  }
}
.cid-uDV1Kmzitb .mbr-section-title {
  color: #FFFFFF;
}
.cid-uDV1Kmzitb .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uDV1Kmzitb .mbr-section-btn {
  margin-top: 18px;
}
.cid-uDV1Kmzitb .img-wrap {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDV1Kmzitb .img-wrap {
    padding: 0 0 0 2%;
  }
}
.cid-uDV1Kmzitb .img-wrap img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 10px 10px;
}
.cid-uDVari0sCH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-uDVari0sCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVari0sCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVari0sCH .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uDVari0sCH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDVari0sCH .container {
    padding: 0;
  }
}
.cid-uDVari0sCH .row {
  justify-content: center;
}
.cid-uDVari0sCH .title-wrapper {
  padding: 0 16px;
}
.cid-uDVari0sCH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDVari0sCH .mbr-section-title {
  color: #d81b2d;
  text-align: center;
}
.cid-uDVtBcsLh1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDVcwCj2FR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDVcwCj2FR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVcwCj2FR .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-uDVcwCj2FR .container {
    padding: 0 22px;
  }
}
.cid-uDVcwCj2FR .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDVcwCj2FR .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDVcwCj2FR .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDVcwCj2FR .mbr-section-title {
  color: #0a2045;
}
.cid-uDVcwCj2FR .mbr-text {
  color: #000000;
}
#custom-html-lz {
  /* Type valid CSS here */
}
#custom-html-lz div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-lz p {
  font-size: 60px;
  color: #777;
}
.cid-uDVe08W7Aw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDVe08W7Aw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVe08W7Aw .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-uDVe08W7Aw .container {
    padding: 0 22px;
  }
}
.cid-uDVe08W7Aw .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDVe08W7Aw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDVe08W7Aw .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDVe08W7Aw .mbr-section-title {
  color: #0a2045;
}
.cid-uDVe08W7Aw .mbr-text {
  color: #000000;
}
#custom-html-m1 {
  /* Type valid CSS here */
}
#custom-html-m1 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-m1 p {
  font-size: 60px;
  color: #777;
}
.cid-uDVeszu2PW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDVeszu2PW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVeszu2PW .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-uDVeszu2PW .container {
    padding: 0 22px;
  }
}
.cid-uDVeszu2PW .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDVeszu2PW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDVeszu2PW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDVeszu2PW .mbr-section-title {
  color: #0a2045;
}
.cid-uDVeszu2PW .mbr-text {
  color: #000000;
}
#custom-html-m3 {
  /* Type valid CSS here */
}
#custom-html-m3 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-m3 p {
  font-size: 60px;
  color: #777;
}
.cid-uDVeZ3fuha {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDVeZ3fuha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVeZ3fuha .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-uDVeZ3fuha .container {
    padding: 0 22px;
  }
}
.cid-uDVeZ3fuha .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDVeZ3fuha .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDVeZ3fuha .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDVeZ3fuha .mbr-section-title {
  color: #0a2045;
}
.cid-uDVeZ3fuha .mbr-text {
  color: #000000;
}
.cid-uDVsZNxSX8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-uDVsZNxSX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVsZNxSX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVsZNxSX8 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uDVsZNxSX8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDVsZNxSX8 .container {
    padding: 0;
  }
}
.cid-uDVsZNxSX8 .row {
  justify-content: center;
}
.cid-uDVsZNxSX8 .title-wrapper {
  padding: 0 16px;
}
.cid-uDVsZNxSX8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDVsZNxSX8 .mbr-section-title {
  color: #d81b2d;
}
.cid-uDVjTtYaz2 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-uDVjTtYaz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVjTtYaz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVjTtYaz2 .mbr-section-title {
  color: #d81b2d;
}
.cid-uDVjTtYaz2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uDVjTtYaz2 .mbr-section-btn {
  margin-top: 16px;
}
.cid-uFTszPmqrH {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-uFTszPmqrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTszPmqrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTszPmqrH .cards-row {
  row-gap: 50px;
}
.cid-uFTszPmqrH .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-uFTszPmqrH .mbr-iconfont {
  font-size: 82px;
  color: #d81b2d;
}
.cid-uFTszPmqrH .card-box {
  padding-left: 28px;
}
.cid-uFTszPmqrH .card-title {
  color: #d81b2d;
}
.cid-uFTszPmqrH .card-text {
  color: #303030;
  margin-top: 10px;
}
.cid-uDVt1qf1Op {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-uDVt1qf1Op .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVt1qf1Op .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVt1qf1Op .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uDVt1qf1Op .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDVt1qf1Op .container {
    padding: 0;
  }
}
.cid-uDVt1qf1Op .row {
  justify-content: center;
}
.cid-uDVt1qf1Op .title-wrapper {
  padding: 0 16px;
}
.cid-uDVt1qf1Op .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDVt1qf1Op .mbr-section-title {
  color: #d81b2d;
}
.cid-uDVfJ4HXRu {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #0a2045;
}
.cid-uDVfJ4HXRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVfJ4HXRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVfJ4HXRu .mbr-iconfont {
  color: #d81b2d;
  font-size: 5rem;
  width: 5rem;
}
.cid-uDVfJ4HXRu .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-uDVfJ4HXRu .mbr-section-title {
  color: #d81b2d;
}
.cid-uDVfJ4HXRu .mbr-section-subtitle,
.cid-uDVfJ4HXRu .mbr-section-btn {
  color: #ffffff;
}
.cid-uDV0dkrYHy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-uDV0dkrYHy .mbr-social-likes {
  font-size: 0;
}
.cid-uDV0dkrYHy .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uDV0dkrYHy .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-uDV0dkrYHy .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uDV0dkrYHy .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-uDV0dkrYHy .socicon-bg-behance {
  color: #ffffff;
}
.cid-uDV0dkrYHy .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-uDV0dkrYHy .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uDV0dkrYHy .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-uDV0dkrYHy .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uDV0dkrYHy .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uDV0dkrYHy [class^="socicon-"]:before,
.cid-uDV0dkrYHy [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uDV0dkrYHy .mbr-section-title,
.cid-uDV0dkrYHy .mbr-social-likes {
  color: #0a2045;
}
.cid-uDV0dlByCx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDV0dlByCx img {
  border-radius: 0px;
}
.cid-uDV0dlByCx .row {
  justify-content: center;
}
.cid-uDV0dlByCx .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-uDV0dmHh1u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-uDV0dmHh1u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDV0dmHh1u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDV0dmHh1u .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uDV0dmHh1u .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uDV0dmHh1u .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uDV0dmHh1u .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uDV0dmHh1u .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uDV0dmHh1u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uDV0dmHh1u .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uDV0dmHh1u .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uDV0dmHh1u .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uDV0dmHh1u .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-uDV0dmHh1u .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-uDV0dmHh1u .list-box {
  width: 100%;
}
.cid-uDV0dmHh1u .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uDV0dmHh1u .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uDV0dmHh1u .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uDV0dmHh1u .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uDV0dmHh1u .list a:hover:before {
  background-position: left !important;
}
.cid-uDV0dmHh1u .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uDV0dmHh1u .news-item {
  width: 100%;
}
.cid-uDV0dmHh1u .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-uDV0dmHh1u .news-title {
  color: #ffffff;
}
.cid-uDV0dmHh1u .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-uDVtSGV5Ys {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDVtSGV5Ys .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDVtSGV5Ys .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uDVtSGV5Ys .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uDVtSGV5Ys .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uDVtSGV5Ys .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uDVtSGV5Ys .container {
    padding: 0 1rem;
  }
}
.cid-uDVtSGV5Ys .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uDVtSGV5Ys .nav-link {
  position: relative;
}
.cid-uDVtSGV5Ys .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-uDVtSGV5Ys nav.navbar {
  position: fixed;
}
.cid-uDVtSGV5Ys .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-uDVtSGV5Ys .navbar.opened {
  transition: all 0.3s;
}
.cid-uDVtSGV5Ys .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDVtSGV5Ys .navbar .navbar-logo img {
  width: auto;
}
.cid-uDVtSGV5Ys .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDVtSGV5Ys .navbar.collapsed {
  justify-content: center;
}
.cid-uDVtSGV5Ys .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDVtSGV5Ys .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDVtSGV5Ys .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uDVtSGV5Ys .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDVtSGV5Ys .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDVtSGV5Ys .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uDVtSGV5Ys .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDVtSGV5Ys .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDVtSGV5Ys .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDVtSGV5Ys .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDVtSGV5Ys .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDVtSGV5Ys .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDVtSGV5Ys .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDVtSGV5Ys .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uDVtSGV5Ys .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDVtSGV5Ys .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDVtSGV5Ys .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDVtSGV5Ys .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDVtSGV5Ys .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDVtSGV5Ys .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDVtSGV5Ys .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDVtSGV5Ys .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDVtSGV5Ys .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDVtSGV5Ys .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDVtSGV5Ys .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDVtSGV5Ys .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDVtSGV5Ys .dropdown-item:hover,
.cid-uDVtSGV5Ys .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-uDVtSGV5Ys .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDVtSGV5Ys .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDVtSGV5Ys .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uDVtSGV5Ys .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDVtSGV5Ys .dropdown-menu,
.cid-uDVtSGV5Ys .navbar.opened {
  background: #0a2045 !important;
}
.cid-uDVtSGV5Ys .nav-item:focus,
.cid-uDVtSGV5Ys .nav-link:focus {
  outline: none;
}
.cid-uDVtSGV5Ys .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDVtSGV5Ys .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDVtSGV5Ys .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDVtSGV5Ys .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDVtSGV5Ys .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDVtSGV5Ys .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDVtSGV5Ys .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDVtSGV5Ys .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDVtSGV5Ys .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDVtSGV5Ys .dropdown-item.active,
.cid-uDVtSGV5Ys .dropdown-item:active {
  background-color: transparent;
}
.cid-uDVtSGV5Ys .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDVtSGV5Ys .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDVtSGV5Ys .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDVtSGV5Ys .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-uDVtSGV5Ys .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDVtSGV5Ys .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDVtSGV5Ys ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDVtSGV5Ys .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDVtSGV5Ys button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDVtSGV5Ys button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-uDVtSGV5Ys button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDVtSGV5Ys button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVtSGV5Ys button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVtSGV5Ys button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDVtSGV5Ys nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVtSGV5Ys nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDVtSGV5Ys nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDVtSGV5Ys nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVtSGV5Ys .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDVtSGV5Ys a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDVtSGV5Ys .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDVtSGV5Ys .navbar {
    height: 70px;
  }
  .cid-uDVtSGV5Ys .navbar.opened {
    height: auto;
  }
  .cid-uDVtSGV5Ys .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDVtSGV5Ys .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-uDVtSIdfGh {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
  overflow: hidden;
}
.cid-uDVtSIdfGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVtSIdfGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVtSIdfGh .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-uDVtSIdfGh .text-wrap {
    margin-bottom: 0;
    padding: 0 15% 0 0;
  }
}
.cid-uDVtSIdfGh .mbr-section-title {
  color: #FFFFFF;
}
.cid-uDVtSIdfGh .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uDVtSIdfGh .mbr-section-btn {
  margin-top: 18px;
}
.cid-uDVtSIdfGh .img-wrap {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDVtSIdfGh .img-wrap {
    padding: 0 0 0 2%;
  }
}
.cid-uDVtSIdfGh .img-wrap img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 10px 10px;
}
.cid-uDVtSJlmo6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-uDVtSJlmo6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVtSJlmo6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVtSJlmo6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uDVtSJlmo6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDVtSJlmo6 .container {
    padding: 0;
  }
}
.cid-uDVtSJlmo6 .row {
  justify-content: center;
}
.cid-uDVtSJlmo6 .title-wrapper {
  padding: 0 16px;
}
.cid-uDVtSJlmo6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDVtSJlmo6 .mbr-section-title {
  color: #d81b2d;
  text-align: center;
}
.cid-uDVtSKnHFc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDVtSLmyFO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDVtSLmyFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVtSLmyFO .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-uDVtSLmyFO .container {
    padding: 0 22px;
  }
}
.cid-uDVtSLmyFO .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDVtSLmyFO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDVtSLmyFO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDVtSLmyFO .mbr-section-title {
  color: #0a2045;
}
.cid-uDVtSLmyFO .mbr-text {
  color: #000000;
}
#custom-html-mi {
  /* Type valid CSS here */
}
#custom-html-mi div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-mi p {
  font-size: 60px;
  color: #777;
}
.cid-uDVtSNnZBc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDVtSNnZBc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVtSNnZBc .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-uDVtSNnZBc .container {
    padding: 0 22px;
  }
}
.cid-uDVtSNnZBc .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDVtSNnZBc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDVtSNnZBc .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDVtSNnZBc .mbr-section-title {
  color: #0a2045;
}
.cid-uDVtSNnZBc .mbr-text {
  color: #000000;
}
#custom-html-mk {
  /* Type valid CSS here */
}
#custom-html-mk div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-mk p {
  font-size: 60px;
  color: #777;
}
.cid-uDVtSPguNA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDVtSPguNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVtSPguNA .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-uDVtSPguNA .container {
    padding: 0 22px;
  }
}
.cid-uDVtSPguNA .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDVtSPguNA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDVtSPguNA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDVtSPguNA .mbr-section-title {
  color: #0a2045;
}
.cid-uDVtSPguNA .mbr-text {
  color: #000000;
}
#custom-html-mm {
  /* Type valid CSS here */
}
#custom-html-mm div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-mm p {
  font-size: 60px;
  color: #777;
}
.cid-uDVtSRa8CZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDVtSRa8CZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVtSRa8CZ .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-uDVtSRa8CZ .container {
    padding: 0 22px;
  }
}
.cid-uDVtSRa8CZ .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDVtSRa8CZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDVtSRa8CZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDVtSRa8CZ .mbr-section-title {
  color: #0a2045;
}
.cid-uDVtSRa8CZ .mbr-text {
  color: #000000;
}
.cid-uDVtSSesZw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-uDVtSSesZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVtSSesZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVtSSesZw .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uDVtSSesZw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDVtSSesZw .container {
    padding: 0;
  }
}
.cid-uDVtSSesZw .row {
  justify-content: center;
}
.cid-uDVtSSesZw .title-wrapper {
  padding: 0 16px;
}
.cid-uDVtSSesZw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDVtSSesZw .mbr-section-title {
  color: #d81b2d;
}
.cid-uDVtSTj9e5 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f6f6f6;
}
.cid-uDVtSTj9e5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVtSTj9e5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVtSTj9e5 .mbr-section-title {
  color: #d81b2d;
}
.cid-uDVtSTj9e5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uDVtSTj9e5 .mbr-section-btn {
  margin-top: 16px;
}
.cid-uFTscG1kwg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-uFTscG1kwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTscG1kwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTscG1kwg .cards-row {
  row-gap: 50px;
}
.cid-uFTscG1kwg .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-uFTscG1kwg .mbr-iconfont {
  font-size: 82px;
  color: #d81b2d;
}
.cid-uFTscG1kwg .card-box {
  padding-left: 28px;
}
.cid-uFTscG1kwg .card-title {
  color: #d81b2d;
}
.cid-uFTscG1kwg .card-text {
  color: #303030;
  margin-top: 10px;
}
.cid-uDVtSUu4kb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-uDVtSUu4kb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVtSUu4kb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVtSUu4kb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uDVtSUu4kb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDVtSUu4kb .container {
    padding: 0;
  }
}
.cid-uDVtSUu4kb .row {
  justify-content: center;
}
.cid-uDVtSUu4kb .title-wrapper {
  padding: 0 16px;
}
.cid-uDVtSUu4kb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDVtSUu4kb .mbr-section-title {
  color: #d81b2d;
}
.cid-uDVtSVEtVZ {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #0a2045;
}
.cid-uDVtSVEtVZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVtSVEtVZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVtSVEtVZ .mbr-iconfont {
  color: #d81b2d;
  font-size: 5rem;
  width: 5rem;
}
.cid-uDVtSVEtVZ .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-uDVtSVEtVZ .mbr-section-title {
  color: #d81b2d;
}
.cid-uDVtSVEtVZ .mbr-section-subtitle,
.cid-uDVtSVEtVZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uDVtSWN4Uq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-uDVtSWN4Uq .mbr-social-likes {
  font-size: 0;
}
.cid-uDVtSWN4Uq .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uDVtSWN4Uq .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-uDVtSWN4Uq .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uDVtSWN4Uq .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-uDVtSWN4Uq .socicon-bg-behance {
  color: #ffffff;
}
.cid-uDVtSWN4Uq .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-uDVtSWN4Uq .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uDVtSWN4Uq .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-uDVtSWN4Uq .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uDVtSWN4Uq .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uDVtSWN4Uq [class^="socicon-"]:before,
.cid-uDVtSWN4Uq [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uDVtSWN4Uq .mbr-section-title,
.cid-uDVtSWN4Uq .mbr-social-likes {
  color: #0a2045;
}
.cid-uDVtSXS4it {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDVtSXS4it img {
  border-radius: 0px;
}
.cid-uDVtSXS4it .row {
  justify-content: center;
}
.cid-uDVtSXS4it .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-uDVtSZ01hd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-uDVtSZ01hd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVtSZ01hd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVtSZ01hd .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uDVtSZ01hd .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uDVtSZ01hd .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uDVtSZ01hd .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uDVtSZ01hd .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uDVtSZ01hd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uDVtSZ01hd .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uDVtSZ01hd .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uDVtSZ01hd .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uDVtSZ01hd .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-uDVtSZ01hd .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-uDVtSZ01hd .list-box {
  width: 100%;
}
.cid-uDVtSZ01hd .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uDVtSZ01hd .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uDVtSZ01hd .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uDVtSZ01hd .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uDVtSZ01hd .list a:hover:before {
  background-position: left !important;
}
.cid-uDVtSZ01hd .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uDVtSZ01hd .news-item {
  width: 100%;
}
.cid-uDVtSZ01hd .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-uDVtSZ01hd .news-title {
  color: #ffffff;
}
.cid-uDVtSZ01hd .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-uE2lERTDDh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE2lERTDDh .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uE2lERTDDh .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uE2lERTDDh .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uE2lERTDDh .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uE2lERTDDh .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uE2lERTDDh .container {
    padding: 0 1rem;
  }
}
.cid-uE2lERTDDh .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uE2lERTDDh .nav-link {
  position: relative;
}
.cid-uE2lERTDDh .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-uE2lERTDDh nav.navbar {
  position: fixed;
}
.cid-uE2lERTDDh .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-uE2lERTDDh .navbar.opened {
  transition: all 0.3s;
}
.cid-uE2lERTDDh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uE2lERTDDh .navbar .navbar-logo img {
  width: auto;
}
.cid-uE2lERTDDh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uE2lERTDDh .navbar.collapsed {
  justify-content: center;
}
.cid-uE2lERTDDh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uE2lERTDDh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uE2lERTDDh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uE2lERTDDh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE2lERTDDh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uE2lERTDDh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uE2lERTDDh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uE2lERTDDh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uE2lERTDDh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uE2lERTDDh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uE2lERTDDh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE2lERTDDh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE2lERTDDh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE2lERTDDh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uE2lERTDDh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uE2lERTDDh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uE2lERTDDh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uE2lERTDDh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uE2lERTDDh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uE2lERTDDh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uE2lERTDDh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uE2lERTDDh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uE2lERTDDh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uE2lERTDDh .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE2lERTDDh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uE2lERTDDh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uE2lERTDDh .dropdown-item:hover,
.cid-uE2lERTDDh .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-uE2lERTDDh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uE2lERTDDh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uE2lERTDDh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uE2lERTDDh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uE2lERTDDh .dropdown-menu,
.cid-uE2lERTDDh .navbar.opened {
  background: #0a2045 !important;
}
.cid-uE2lERTDDh .nav-item:focus,
.cid-uE2lERTDDh .nav-link:focus {
  outline: none;
}
.cid-uE2lERTDDh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uE2lERTDDh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uE2lERTDDh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uE2lERTDDh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE2lERTDDh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE2lERTDDh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uE2lERTDDh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uE2lERTDDh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uE2lERTDDh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE2lERTDDh .dropdown-item.active,
.cid-uE2lERTDDh .dropdown-item:active {
  background-color: transparent;
}
.cid-uE2lERTDDh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE2lERTDDh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uE2lERTDDh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uE2lERTDDh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-uE2lERTDDh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE2lERTDDh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE2lERTDDh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uE2lERTDDh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uE2lERTDDh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uE2lERTDDh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-uE2lERTDDh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uE2lERTDDh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE2lERTDDh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE2lERTDDh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uE2lERTDDh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE2lERTDDh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uE2lERTDDh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uE2lERTDDh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE2lERTDDh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uE2lERTDDh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uE2lERTDDh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uE2lERTDDh .navbar {
    height: 70px;
  }
  .cid-uE2lERTDDh .navbar.opened {
    height: auto;
  }
  .cid-uE2lERTDDh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE2lERTDDh .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-uE2lESN31P {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0a2045;
  overflow: hidden;
}
.cid-uE2lESN31P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE2lESN31P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE2lESN31P .container-fluid {
  max-width: 100% !important;
}
.cid-uE2lESN31P .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uE2lESN31P .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uE2lESN31P .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-uE2lESN31P .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-uE2lESN31P .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-uE2lESN31P .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-uE2lESN31P .mbr-section-title {
  color: #d81b2d;
  text-align: center;
}
.cid-uE2lESN31P .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-uE2lESN31P .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uE2lESN31P .text-bottom {
    padding-top: 50px;
  }
}
.cid-uE2lESN31P .mbr-text {
  color: #303030;
}
.cid-uE2lESN31P .mbr-section-btn {
  margin-top: 16px;
}
.cid-uE2lESN31P .mbr-text,
.cid-uE2lESN31P .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uE2lETFWAF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-uE2lETFWAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE2lETFWAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE2lETFWAF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uE2lETFWAF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uE2lETFWAF .container {
    padding: 0;
  }
}
.cid-uE2lETFWAF .row {
  justify-content: center;
}
.cid-uE2lETFWAF .title-wrapper {
  padding: 0 16px;
}
.cid-uE2lETFWAF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uE2lETFWAF .mbr-section-title {
  color: #d81b2d;
}
.cid-uE2lEUCF4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2045;
}
.cid-uE2lEUCF4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE2lEUCF4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE2lEUCF4R .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uE2lEUCF4R .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uE2lEUCF4R .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uE2lEUCF4R .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uE2lEUCF4R .container {
    padding: 0 16px;
  }
}
.cid-uE2lEUCF4R .row {
  padding: 60px 44px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uE2lEUCF4R .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uE2lEUCF4R .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-uE2lEUCF4R .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uE2lEUCF4R .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-uE2lEUCF4R .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #d81b2d;
}
@media (max-width: 992px) {
  .cid-uE2lEUCF4R .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uE2lEUCF4R .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uE2lEUCF4R .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uE2lEUCF4R .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uE2lEUCF4R .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uE2lEUCF4R .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #d81b2d;
}
.cid-uE2lEUCF4R .mbr-section-title {
  color: #000000;
}
.cid-uE2lEUCF4R .mbr-text {
  color: #000000;
}
.cid-uE2lEUCF4R .mbr-name {
  color: #000000;
}
.cid-uE2lEUCF4R .mbr-section-title,
.cid-uE2lEUCF4R .icon-wrapper {
  color: #0a2045;
}
.cid-uE2lEWcKFq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d81b2d;
}
.cid-uE2lEWcKFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE2lEWcKFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE2lEWcKFq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uE2lEWcKFq .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uE2lEWcKFq .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uE2lEWcKFq .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uE2lEWcKFq .container {
    padding: 0 12px;
  }
}
.cid-uE2lEWcKFq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uE2lEWcKFq .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uE2lEWcKFq .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE2lEWcKFq .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uE2lEWcKFq .mbr-section-title {
  color: #1D1D1F;
}
.cid-uE2lEWcKFq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uE2lEWcKFq .mbr-section-title,
.cid-uE2lEWcKFq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uE2lEXOtYo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0a2045;
}
.cid-uE2lEXOtYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE2lEXOtYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE2lEXOtYo .mbr-iconfont {
  color: #d81b2d;
  font-size: 5rem;
  width: 5rem;
}
.cid-uE2lEXOtYo .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-uE2lEXOtYo .mbr-section-title {
  color: #d81b2d;
}
.cid-uE2lEXOtYo .mbr-section-subtitle,
.cid-uE2lEXOtYo .mbr-section-btn {
  color: #ffffff;
}
.cid-uE2lEYVudr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-uE2lEYVudr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE2lEYVudr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE2lEYVudr .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uE2lEYVudr .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uE2lEYVudr .container {
    padding: 0;
  }
}
.cid-uE2lEYVudr .row {
  justify-content: center;
}
.cid-uE2lEYVudr .title-wrapper {
  padding: 0 16px;
}
.cid-uE2lEYVudr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uE2lEYVudr .mbr-section-title {
  color: #d81b2d;
}
.cid-uE2lEZX953 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uE2lEZX953 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE2lEZX953 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE2lEZX953 .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uE2lEZX953 .mbr-section-title {
  color: #0a2045;
  margin-bottom: 0;
}
.cid-uE2lEZX953 .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-uE2lEZX953 .col-text {
    margin-bottom: 50px;
  }
}
.cid-uE2lEZX953 .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-uE2lEZX953 .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-uE2lEZX953 .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-uE2lEZX953 .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-uE2lEZX953 .item-wrap {
    width: 100%;
  }
}
.cid-uE2lEZX953 .item-title {
  color: #d81b2d;
  margin-bottom: 18px;
}
.cid-uE2lEZX953 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uE2lEZX953 .item-text {
  margin-bottom: 6px;
}
.cid-uE2lEZX953 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uE2lEZX953 form {
  width: 100%;
}
.cid-uE2lEZX953 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-uE2lEZX953 form p {
  color: #353535;
}
.cid-uE2lEZX953 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uE2lEZX953 form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-uE2lEZX953 form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-uE2lEZX953 form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-uE2lEZX953 form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-uE2lEZX953 form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-uE2lEZX953 form select {
  color: #303030 !important;
}
.cid-uE2lEZX953 form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-uE2lEZX953 form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-uE2lEZX953 form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-uE2lEZX953 form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-uE2lEZX953 form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-uE2lEZX953 form input,
.cid-uE2lEZX953 form textarea {
  transition: .3s all;
}
.cid-uE2lEZX953 form input:active,
.cid-uE2lEZX953 form textarea:active,
.cid-uE2lEZX953 form input:focus,
.cid-uE2lEZX953 form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-uE2lEZX953 form input:active::-webkit-input-placeholder,
.cid-uE2lEZX953 form textarea:active::-webkit-input-placeholder,
.cid-uE2lEZX953 form input:focus::-webkit-input-placeholder,
.cid-uE2lEZX953 form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-uE2lEZX953 form input:active::-moz-placeholder,
.cid-uE2lEZX953 form textarea:active::-moz-placeholder,
.cid-uE2lEZX953 form input:focus::-moz-placeholder,
.cid-uE2lEZX953 form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-uE2lEZX953 form input:active:-moz-placeholder,
.cid-uE2lEZX953 form textarea:active:-moz-placeholder,
.cid-uE2lEZX953 form input:focus:-moz-placeholder,
.cid-uE2lEZX953 form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-uE2lEZX953 form input:active:-ms-input-placeholder,
.cid-uE2lEZX953 form textarea:active:-ms-input-placeholder,
.cid-uE2lEZX953 form input:focus:-ms-input-placeholder,
.cid-uE2lEZX953 form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-uE2lEZX953 form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-uE2lEZX953 form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-uE2lEZX953 form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-uE2lEZX953 form .form-check label {
  color: #303030;
}
.cid-uE2lEZX953 form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uE2lEZX953 form .form-check-input:focus,
.cid-uE2lEZX953 form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-uE2lEZX953 form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-uE2lF0XmEc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-uE2lF0XmEc .mbr-social-likes {
  font-size: 0;
}
.cid-uE2lF0XmEc .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uE2lF0XmEc .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-uE2lF0XmEc .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uE2lF0XmEc .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-uE2lF0XmEc .socicon-bg-behance {
  color: #ffffff;
}
.cid-uE2lF0XmEc .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-uE2lF0XmEc .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uE2lF0XmEc .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-uE2lF0XmEc .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uE2lF0XmEc .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uE2lF0XmEc [class^="socicon-"]:before,
.cid-uE2lF0XmEc [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uE2lF0XmEc .mbr-section-title,
.cid-uE2lF0XmEc .mbr-social-likes {
  color: #0a2045;
}
.cid-uE2lF1UENE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uE2lF1UENE img {
  border-radius: 0px;
}
.cid-uE2lF1UENE .row {
  justify-content: center;
}
.cid-uE2lF1UENE .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-uE2lF2RUby {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-uE2lF2RUby .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE2lF2RUby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE2lF2RUby .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uE2lF2RUby .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uE2lF2RUby .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uE2lF2RUby .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uE2lF2RUby .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uE2lF2RUby .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uE2lF2RUby .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uE2lF2RUby .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uE2lF2RUby .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uE2lF2RUby .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-uE2lF2RUby .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-uE2lF2RUby .list-box {
  width: 100%;
}
.cid-uE2lF2RUby .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uE2lF2RUby .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uE2lF2RUby .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uE2lF2RUby .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uE2lF2RUby .list a:hover:before {
  background-position: left !important;
}
.cid-uE2lF2RUby .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uE2lF2RUby .news-item {
  width: 100%;
}
.cid-uE2lF2RUby .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-uE2lF2RUby .news-title {
  color: #ffffff;
}
.cid-uE2lF2RUby .copyright {
  margin-top: 20px;
  color: #ffffff;
}
.cid-uKHwJaetsa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKHwJaetsa .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKHwJaetsa .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uKHwJaetsa .iconfont-wrapper {
  color: #d81b2d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uKHwJaetsa .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uKHwJaetsa .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uKHwJaetsa .container {
    padding: 0 1rem;
  }
}
.cid-uKHwJaetsa .menu-tite {
  background: #d81b2d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uKHwJaetsa .nav-link {
  position: relative;
}
.cid-uKHwJaetsa .nav-link:hover {
  color: #4c82a2 !important;
}
.cid-uKHwJaetsa nav.navbar {
  position: fixed;
}
.cid-uKHwJaetsa .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0a2045;
}
.cid-uKHwJaetsa .navbar.opened {
  transition: all 0.3s;
}
.cid-uKHwJaetsa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKHwJaetsa .navbar .navbar-logo img {
  width: auto;
}
.cid-uKHwJaetsa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKHwJaetsa .navbar.collapsed {
  justify-content: center;
}
.cid-uKHwJaetsa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKHwJaetsa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKHwJaetsa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uKHwJaetsa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKHwJaetsa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKHwJaetsa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKHwJaetsa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKHwJaetsa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKHwJaetsa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKHwJaetsa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKHwJaetsa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKHwJaetsa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKHwJaetsa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKHwJaetsa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uKHwJaetsa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKHwJaetsa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKHwJaetsa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKHwJaetsa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKHwJaetsa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKHwJaetsa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKHwJaetsa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKHwJaetsa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKHwJaetsa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKHwJaetsa .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKHwJaetsa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKHwJaetsa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKHwJaetsa .dropdown-item:hover,
.cid-uKHwJaetsa .dropdown-item:focus {
  background: #d81b2d !important;
  color: white !important;
}
.cid-uKHwJaetsa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKHwJaetsa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKHwJaetsa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uKHwJaetsa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKHwJaetsa .dropdown-menu,
.cid-uKHwJaetsa .navbar.opened {
  background: #0a2045 !important;
}
.cid-uKHwJaetsa .nav-item:focus,
.cid-uKHwJaetsa .nav-link:focus {
  outline: none;
}
.cid-uKHwJaetsa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKHwJaetsa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKHwJaetsa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKHwJaetsa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKHwJaetsa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKHwJaetsa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKHwJaetsa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKHwJaetsa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKHwJaetsa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKHwJaetsa .dropdown-item.active,
.cid-uKHwJaetsa .dropdown-item:active {
  background-color: transparent;
}
.cid-uKHwJaetsa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKHwJaetsa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKHwJaetsa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKHwJaetsa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a2045;
}
.cid-uKHwJaetsa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKHwJaetsa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKHwJaetsa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKHwJaetsa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKHwJaetsa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKHwJaetsa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d81b2d;
}
.cid-uKHwJaetsa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKHwJaetsa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKHwJaetsa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKHwJaetsa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKHwJaetsa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKHwJaetsa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKHwJaetsa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKHwJaetsa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKHwJaetsa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKHwJaetsa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKHwJaetsa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKHwJaetsa .navbar {
    height: 70px;
  }
  .cid-uKHwJaetsa .navbar.opened {
    height: auto;
  }
  .cid-uKHwJaetsa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKHwJaetsa .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #d81b2d;
  -moz-box-shadow: 0 8px 6px -6px #d81b2d;
  box-shadow: 0 8px 6px -6px #d81b2d;
}
.cid-uKHwJaCkJJ {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
  overflow: hidden;
}
.cid-uKHwJaCkJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHwJaCkJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHwJaCkJJ .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-uKHwJaCkJJ .text-wrap {
    margin-bottom: 0;
    padding: 0 15% 0 0;
  }
}
.cid-uKHwJaCkJJ .mbr-section-title {
  color: #FFFFFF;
}
.cid-uKHwJaCkJJ .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uKHwJaCkJJ .mbr-section-btn {
  margin-top: 18px;
}
.cid-uKHwJaCkJJ .img-wrap {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKHwJaCkJJ .img-wrap {
    padding: 0 0 0 2%;
  }
}
.cid-uKHwJaCkJJ .img-wrap img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 10px 10px;
}
.cid-uKHwJaQSeZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-uKHwJaQSeZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHwJaQSeZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHwJaQSeZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKHwJaQSeZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uKHwJaQSeZ .container {
    padding: 0;
  }
}
.cid-uKHwJaQSeZ .row {
  justify-content: center;
}
.cid-uKHwJaQSeZ .title-wrapper {
  padding: 0 16px;
}
.cid-uKHwJaQSeZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKHwJaQSeZ .mbr-section-title {
  color: #d81b2d;
  text-align: center;
}
.cid-uKHwJb3bns {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKHwJbevtv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKHwJbevtv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHwJbevtv .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-uKHwJbevtv .container {
    padding: 0 22px;
  }
}
.cid-uKHwJbevtv .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKHwJbevtv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKHwJbevtv .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKHwJbevtv .mbr-section-title {
  color: #0a2045;
}
.cid-uKHwJbevtv .mbr-text {
  color: #000000;
}
#custom-html-nd {
  /* Type valid CSS here */
}
#custom-html-nd div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-nd p {
  font-size: 60px;
  color: #777;
}
.cid-uKHwJbxZyA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKHwJbxZyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHwJbxZyA .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-uKHwJbxZyA .container {
    padding: 0 22px;
  }
}
.cid-uKHwJbxZyA .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKHwJbxZyA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKHwJbxZyA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKHwJbxZyA .mbr-section-title {
  color: #0a2045;
}
.cid-uKHwJbxZyA .mbr-text {
  color: #000000;
}
.cid-uKHDEXmJPF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKHwJctObk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-uKHwJctObk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHwJctObk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHwJctObk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKHwJctObk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uKHwJctObk .container {
    padding: 0;
  }
}
.cid-uKHwJctObk .row {
  justify-content: center;
}
.cid-uKHwJctObk .title-wrapper {
  padding: 0 16px;
}
.cid-uKHwJctObk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKHwJctObk .mbr-section-title {
  color: #d81b2d;
}
.cid-uKHwJcLf2J {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f6f6f6;
}
.cid-uKHwJcLf2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHwJcLf2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHwJcLf2J .mbr-section-title {
  color: #d81b2d;
}
.cid-uKHwJcLf2J .mbr-section-subtitle {
  color: #000000;
}
.cid-uKHwJcLf2J .mbr-section-btn {
  margin-top: 16px;
}
.cid-uKHwJd3Cly {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-uKHwJd3Cly .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHwJd3Cly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHwJd3Cly .cards-row {
  row-gap: 50px;
}
.cid-uKHwJd3Cly .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-uKHwJd3Cly .mbr-iconfont {
  font-size: 82px;
  color: #d81b2d;
}
.cid-uKHwJd3Cly .card-box {
  padding-left: 28px;
}
.cid-uKHwJd3Cly .card-title {
  color: #d81b2d;
}
.cid-uKHwJd3Cly .card-text {
  color: #303030;
  margin-top: 10px;
}
.cid-uKHwJdulA4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d81b2d;
}
.cid-uKHwJdulA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHwJdulA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHwJdulA4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKHwJdulA4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uKHwJdulA4 .container {
    padding: 0;
  }
}
.cid-uKHwJdulA4 .row {
  justify-content: center;
}
.cid-uKHwJdulA4 .title-wrapper {
  padding: 0 16px;
}
.cid-uKHwJdulA4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKHwJdulA4 .mbr-section-title {
  color: #d81b2d;
}
.cid-uKHwJdKtXp {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #0a2045;
}
.cid-uKHwJdKtXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHwJdKtXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHwJdKtXp .mbr-iconfont {
  color: #d81b2d;
  font-size: 5rem;
  width: 5rem;
}
.cid-uKHwJdKtXp .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-uKHwJdKtXp .mbr-section-title {
  color: #d81b2d;
}
.cid-uKHwJdKtXp .mbr-section-subtitle,
.cid-uKHwJdKtXp .mbr-section-btn {
  color: #ffffff;
}
.cid-uKHwJe4dK9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d81b2d;
}
.cid-uKHwJe4dK9 .mbr-social-likes {
  font-size: 0;
}
.cid-uKHwJe4dK9 .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uKHwJe4dK9 .socicon-bg-facebook:hover {
  background: #d81b2d;
}
.cid-uKHwJe4dK9 .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uKHwJe4dK9 .socicon-bg-twitter:hover {
  background: #d81b2d;
}
.cid-uKHwJe4dK9 .socicon-bg-behance {
  color: #ffffff;
}
.cid-uKHwJe4dK9 .socicon-bg-behance:hover {
  background: #d81b2d;
}
.cid-uKHwJe4dK9 .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uKHwJe4dK9 .socicon-bg-instagram:hover {
  background: #d81b2d;
}
.cid-uKHwJe4dK9 .btn-social {
  background: #0a2045;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uKHwJe4dK9 .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uKHwJe4dK9 [class^="socicon-"]:before,
.cid-uKHwJe4dK9 [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uKHwJe4dK9 .mbr-section-title,
.cid-uKHwJe4dK9 .mbr-social-likes {
  color: #0a2045;
}
.cid-uKHwJemQ7u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKHwJemQ7u img {
  border-radius: 0px;
}
.cid-uKHwJemQ7u .row {
  justify-content: center;
}
.cid-uKHwJemQ7u .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-uKHwJeD9Ac {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hp-hero-1920x800.png");
}
.cid-uKHwJeD9Ac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHwJeD9Ac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHwJeD9Ac .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uKHwJeD9Ac .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uKHwJeD9Ac .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uKHwJeD9Ac .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uKHwJeD9Ac .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uKHwJeD9Ac .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uKHwJeD9Ac .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uKHwJeD9Ac .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uKHwJeD9Ac .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uKHwJeD9Ac .mbr-title {
  color: #d81b2d;
  margin-bottom: 14px;
}
.cid-uKHwJeD9Ac .mbr-text {
  color: #ffffff;
  margin-top: 30px;
}
.cid-uKHwJeD9Ac .list-box {
  width: 100%;
}
.cid-uKHwJeD9Ac .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uKHwJeD9Ac .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uKHwJeD9Ac .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uKHwJeD9Ac .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uKHwJeD9Ac .list a:hover:before {
  background-position: left !important;
}
.cid-uKHwJeD9Ac .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uKHwJeD9Ac .news-item {
  width: 100%;
}
.cid-uKHwJeD9Ac .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-uKHwJeD9Ac .news-title {
  color: #ffffff;
}
.cid-uKHwJeD9Ac .copyright {
  margin-top: 20px;
  color: #ffffff;
}
