.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #ffffff;
}
body {
  font-family: Liter;
}
.display-1 {
  font-family: 'Liter', sans-serif;
  font-size: 4.75rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.9375rem;
}
.display-2 {
  font-family: 'Liter', sans-serif;
  font-size: 3.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'Liter', sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Liter', sans-serif;
  font-size: 1.875rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Liter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 3.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.325rem;
    font-size: calc( 2.3125rem + (4.75 - 2.3125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.3125rem + (4.75 - 2.3125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #df3036 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #262626 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #cfcfcf !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #df3036 !important;
  border-color: #df3036 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e65c61 !important;
  border-color: #e65c61 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e65c61 !important;
  border-color: #e65c61 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #df3036 !important;
  border-color: #df3036 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e65c61 !important;
  border-color: #e65c61 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e65c61 !important;
  border-color: #e65c61 !important;
}
.btn-info,
.btn-info:active {
  background-color: #262626 !important;
  border-color: #262626 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #404040 !important;
  border-color: #404040 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  color: #505050 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #505050 !important;
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #df3036;
  color: #df3036;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a0191d !important;
  background-color: transparent !important;
  border-color: #a0191d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #df3036 !important;
  border-color: #df3036 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #df3036;
  color: #df3036;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a0191d !important;
  background-color: transparent !important;
  border-color: #a0191d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #df3036 !important;
  border-color: #df3036 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #262626;
  color: #262626;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #cfcfcf;
  color: #cfcfcf;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a4a4a4 !important;
  background-color: transparent !important;
  border-color: #a4a4a4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #505050 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #df3036 !important;
}
.text-secondary {
  color: #df3036 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #262626 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #cfcfcf !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #92171b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #92171b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9c9c9c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !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: #df3036;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #262626;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #cfcfcf;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #df3036;
  border-color: #df3036;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #df3036;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fae1e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9d9d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Liter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #df3036 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Liter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #df3036;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #df3036;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #df3036;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #df3036;
  border-bottom-color: #df3036;
}
.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: #df3036 !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: #df3036 !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='%23df3036' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 12px 25px;
  border-radius: 30px !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 24px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(0);
}
img {
  border-radius: 10px !important;
}
.card {
  border-radius: 20px !important;
  overflow: hidden;
}
.cid-uJooNwUwIW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJooNwUwIW nav.navbar {
  position: fixed;
}
.cid-uJooNwUwIW .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uJooNwUwIW .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uJooNwUwIW .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uJooNwUwIW .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uJooNwUwIW .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uJooNwUwIW .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uJooNwUwIW .dropdown-item:hover,
.cid-uJooNwUwIW .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uJooNwUwIW .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uJooNwUwIW .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uJooNwUwIW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uJooNwUwIW .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uJooNwUwIW .nav-link:hover {
  color: #df3036 !important;
}
.cid-uJooNwUwIW .container {
  display: flex;
  margin: auto;
}
.cid-uJooNwUwIW .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uJooNwUwIW .dropdown-menu,
.cid-uJooNwUwIW .navbar.opened {
  background: #ffffff !important;
}
.cid-uJooNwUwIW .nav-item:focus,
.cid-uJooNwUwIW .nav-link:focus {
  outline: none;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJooNwUwIW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJooNwUwIW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJooNwUwIW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uJooNwUwIW .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uJooNwUwIW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJooNwUwIW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJooNwUwIW .navbar.opened {
  transition: all 0.3s;
}
.cid-uJooNwUwIW .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uJooNwUwIW .navbar .navbar-logo img {
  width: auto;
}
.cid-uJooNwUwIW .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJooNwUwIW .navbar.collapsed {
  justify-content: center;
}
.cid-uJooNwUwIW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJooNwUwIW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJooNwUwIW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uJooNwUwIW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJooNwUwIW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu {
    display: none;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uJooNwUwIW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJooNwUwIW .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uJooNwUwIW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJooNwUwIW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJooNwUwIW .navbar .navbar-buttons,
  .cid-uJooNwUwIW .navbar .icons-menu {
    display: none;
  }
  .cid-uJooNwUwIW .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uJooNwUwIW .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-uJooNwUwIW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJooNwUwIW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJooNwUwIW .dropdown-item.active,
.cid-uJooNwUwIW .dropdown-item:active {
  background-color: transparent;
}
.cid-uJooNwUwIW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJooNwUwIW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJooNwUwIW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJooNwUwIW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJooNwUwIW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJooNwUwIW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJooNwUwIW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJooNwUwIW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJooNwUwIW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJooNwUwIW .navbar {
    height: 70px;
  }
  .cid-uJooNwUwIW .navbar.opened {
    height: auto;
  }
  .cid-uJooNwUwIW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJkIfh648u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJkIfh648u .carousel {
  height: 350px;
}
.cid-uJkIfh648u .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJkIfh648u .carousel-item,
.cid-uJkIfh648u .carousel-inner {
  height: 100%;
}
.cid-uJkIfh648u .mbr-overlay {
  z-index: 1;
}
.cid-uJkIfh648u .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 30%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-uJkIfh648u .carousel-caption {
    left: 15%;
    right: 70%;
    width: 31%;
  }
}
.cid-uJkIfh648u .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uJkIfh648u .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uJkIfh648u .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uJkIfh648u .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uJkIfh648u .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uJkIfh648u .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uJkIfh648u .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uJkIfh648u .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-uJkIfh648u .carousel-indicators {
    display: none;
  }
}
.cid-uJkIfh648u .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-uJkIfh648u .carousel-indicators li.active,
.cid-uJkIfh648u .carousel-indicators li:hover {
  background-color: #df3036;
}
.cid-uJkIfh648u .carousel-indicators li::after,
.cid-uJkIfh648u .carousel-indicators li::before {
  content: none;
}
.cid-uJkIfh648u .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uJkIfh648u .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uJkIfh648u .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJkIfh648u .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJkIfh648u .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uJkIfh648u .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-uJkIfh648u H5 {
  text-align: left;
}
.cid-uJkIfh648u P {
  text-align: left;
}
.cid-uJkIfh648u .mbr-text,
.cid-uJkIfh648u .mbr-section-btn {
  text-align: left;
}
.cid-uJkIfh648u .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-uJkIfh648u .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-uJkIfh648u .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0%;
  opacity: 50%;
  transition: .5s all;
  pointer-events: none;
}
.cid-uJkWBbSJhZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJkWBbSJhZ img {
  width: 120px;
  margin: auto;
}
.cid-uJkWBbSJhZ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJkWBbSJhZ .card {
    max-width: 12.5%;
  }
}
.cid-uJkWBbSJhZ .mbr-section-title {
  text-align: left;
}
.cid-uJkQ1hhFjX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uJkQ1hhFjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJkQ1hhFjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJkQ1hhFjX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJkQ1hhFjX .container-fluid {
    padding: 0 30px;
  }
}
.cid-uJkQ1hhFjX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJkQ1hhFjX .container {
    padding: 0 30px;
  }
}
.cid-uJkQ1hhFjX .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-uJkQ1hhFjX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-uJkQ1hhFjX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uJkQ1hhFjX .embla__slide .card-wrap {
  width: 100%;
}
.cid-uJkQ1hhFjX .embla__slide .card-wrap a {
  display: block;
}
.cid-uJkQ1hhFjX .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-uJkQ1hhFjX .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-uJkQ1hhFjX .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-uJkQ1hhFjX .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-uJkQ1hhFjX .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-uJkQ1hhFjX .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uJkQ1hhFjX .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-uJkQ1hhFjX .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-uJkQ1hhFjX .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-uJkQ1hhFjX .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-uJkQ1hhFjX .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #df3036;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-uJkQ1hhFjX .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #df3036;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uJkQ1hhFjX .embla__button--next,
.cid-uJkQ1hhFjX .embla__button--prev {
  display: flex;
}
.cid-uJkQ1hhFjX .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #262626;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uJkQ1hhFjX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJkQ1hhFjX .embla__button:hover {
  background: transparent;
  color: #df3036;
}
.cid-uJkQ1hhFjX .embla__button.embla__button--prev {
  left: 0;
}
.cid-uJkQ1hhFjX .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-uJkQ1hhFjX .embla__button {
    top: auto;
  }
}
.cid-uJkQ1hhFjX .embla {
  position: relative;
  width: 100%;
}
.cid-uJkQ1hhFjX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uJkQ1hhFjX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJkQ1hhFjX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJkQ1hhFjX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJkQ1hhFjX .mbr-section-title {
  color: #1e1e1e;
}
.cid-uJkQ1hhFjX .mbr-date {
  color: #ffffff;
}
.cid-uJkQ1hhFjX .mbr-desc {
  color: #df3036;
}
.cid-uJkQ1hhFjX .mbr-text {
  color: #ffffff;
}
.cid-uJkQ1hhFjX .mbr-text,
.cid-uJkQ1hhFjX .mbr-iconfont {
  color: #1e1e1e;
}
.cid-uJljEi6KBD {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #df3036;
}
.cid-uJljEi6KBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJljEi6KBD .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-uJljEi6KBD .container {
    padding: 0 16px;
  }
}
.cid-uJljEi6KBD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJljEi6KBD .card-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJljEi6KBD .card-wrapper .card-number .mbr-number {
  display: inline-flex;
  position: relative;
  margin-bottom: 20px;
}
.cid-uJljEi6KBD .card-wrapper .card-number .mbr-number span {
  position: absolute;
  top: 0;
  right: -2rem;
  font-size: 50%;
  color: #ffffff;
}
.cid-uJljEi6KBD .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJljEi6KBD .mbr-number {
  color: #ffffff;
}
.cid-uJljEi6KBD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJljEi6KBD .card-number {
  text-align: center;
}
.cid-uJlfcFAtx6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJlfcFAtx6 .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-uJlfcFAtx6 .col-text {
    width: 100% !important;
  }
}
.cid-uJlfcFAtx6 .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-uJlfcFAtx6 .text-container {
    padding: 0;
  }
}
.cid-uJlfcFAtx6 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-uJlfcFAtx6 .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-uJlfcFAtx6 .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-uJlfcFAtx6 .text-wrapper {
    padding: 0;
  }
}
.cid-uJlfcFAtx6 .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #8A8A8A;
}
.cid-uJlfcFAtx6 .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-uJlfcFAtx6 .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uJlfcFAtx6 .btn-container {
  width: 100%;
}
.cid-uJlfcFAtx6 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJlfcFAtx6 .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-uJlfcFAtx6 .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-uJlfcFAtx6 .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uJlfcFAtx6 .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-uJlfcFAtx6 .card {
    width: 100% !important;
  }
}
.cid-uJlfcFAtx6 .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-uJlfcFAtx6 .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-uJlfcFAtx6 .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-uJlfcFAtx6 .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-uJlfcFAtx6 .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-uJlfcFAtx6 .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uJlfcFAtx6 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJlfcFAtx6 .card-text {
  color: #8a8a8a;
}
.cid-uJkXHz9yfw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uJkXHz9yfw .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uJkXHz9yfw .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uJkXHz9yfw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJkXHz9yfw .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uJkXHz9yfw .container {
    padding: 0 16px;
  }
}
.cid-uJkXHz9yfw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uJkXHz9yfw .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJkXHz9yfw .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uJkXHz9yfw .embla__button--next,
.cid-uJkXHz9yfw .embla__button--prev {
  display: flex;
}
.cid-uJkXHz9yfw .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #df3036 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uJkXHz9yfw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJkXHz9yfw .embla__button:hover {
  opacity: .7 !important;
}
.cid-uJkXHz9yfw .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uJkXHz9yfw .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uJkXHz9yfw .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-uJkXHz9yfw .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uJkXHz9yfw .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uJkXHz9yfw .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-uJkXHz9yfw .embla {
  position: relative;
  width: 100%;
}
.cid-uJkXHz9yfw .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uJkXHz9yfw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJkXHz9yfw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJkXHz9yfw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJkXHz9yfw .mbr-section-title {
  color: #df3036;
  text-align: center;
}
.cid-uJl9FSEqrX {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uJl9FSEqrX .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJl9FSEqrX .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJl9FSEqrX .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJl9FSEqrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJl9FSEqrX .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-uJl9FSEqrX .container {
    padding: 0 30px;
  }
}
.cid-uJl9FSEqrX .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uJl9FSEqrX .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJl9FSEqrX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJl9FSEqrX .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uJl9FSEqrX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJl9FSEqrX .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uJl9FSEqrX .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uJl9FSEqrX .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uJl9FSEqrX .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uJl9FSEqrX .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uJl9FSEqrX .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uJl9FSEqrX .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uJl9FSEqrX .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uJl9FSEqrX .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uJl9FSEqrX .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uJl9FSEqrX .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uJl9FSEqrX .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uJl9FSEqrX .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uJl9FSEqrX .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uJl9FSEqrX .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uJl9FSEqrX .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uJl9FSEqrX .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uJl9FSEqrX .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uJl9FSEqrX .mbr-section-title {
  color: #ffffff;
}
.cid-uJl9FSEqrX .mbr-section-title,
.cid-uJl9FSEqrX .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uJl2bMW1NI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uJl2bMW1NI .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uJl2bMW1NI .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uJl2bMW1NI .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uJl2bMW1NI .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uJl2bMW1NI .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uJl2bMW1NI .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uJl2bMW1NI .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uJl2bMW1NI .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJl2bMW1NI .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uJl2bMW1NI .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJl2bMW1NI .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uJl2bMW1NI .mbr-text {
  text-align: center;
}
.cid-uJooNwUwIW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJooNwUwIW nav.navbar {
  position: fixed;
}
.cid-uJooNwUwIW .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uJooNwUwIW .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uJooNwUwIW .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uJooNwUwIW .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uJooNwUwIW .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uJooNwUwIW .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uJooNwUwIW .dropdown-item:hover,
.cid-uJooNwUwIW .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uJooNwUwIW .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uJooNwUwIW .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uJooNwUwIW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uJooNwUwIW .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uJooNwUwIW .nav-link:hover {
  color: #df3036 !important;
}
.cid-uJooNwUwIW .container {
  display: flex;
  margin: auto;
}
.cid-uJooNwUwIW .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uJooNwUwIW .dropdown-menu,
.cid-uJooNwUwIW .navbar.opened {
  background: #ffffff !important;
}
.cid-uJooNwUwIW .nav-item:focus,
.cid-uJooNwUwIW .nav-link:focus {
  outline: none;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJooNwUwIW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJooNwUwIW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJooNwUwIW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uJooNwUwIW .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uJooNwUwIW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJooNwUwIW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJooNwUwIW .navbar.opened {
  transition: all 0.3s;
}
.cid-uJooNwUwIW .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uJooNwUwIW .navbar .navbar-logo img {
  width: auto;
}
.cid-uJooNwUwIW .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJooNwUwIW .navbar.collapsed {
  justify-content: center;
}
.cid-uJooNwUwIW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJooNwUwIW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJooNwUwIW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uJooNwUwIW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJooNwUwIW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu {
    display: none;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uJooNwUwIW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJooNwUwIW .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uJooNwUwIW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJooNwUwIW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJooNwUwIW .navbar .navbar-buttons,
  .cid-uJooNwUwIW .navbar .icons-menu {
    display: none;
  }
  .cid-uJooNwUwIW .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uJooNwUwIW .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-uJooNwUwIW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJooNwUwIW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJooNwUwIW .dropdown-item.active,
.cid-uJooNwUwIW .dropdown-item:active {
  background-color: transparent;
}
.cid-uJooNwUwIW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJooNwUwIW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJooNwUwIW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJooNwUwIW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJooNwUwIW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJooNwUwIW button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJooNwUwIW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJooNwUwIW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJooNwUwIW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJooNwUwIW .navbar {
    height: 70px;
  }
  .cid-uJooNwUwIW .navbar.opened {
    height: auto;
  }
  .cid-uJooNwUwIW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJlxsqhqqi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/computadora-portatil-con-estadisticas-de-marketing-en-el-escritorio-2000x1333.jpeg");
}
.cid-uJlxsqhqqi .mbr-text,
.cid-uJlxsqhqqi .mbr-section-btn {
  color: #ffffff;
}
.cid-uJlxsqhqqi .mbr-section-title {
  color: #f2f2f2;
}
.cid-uKxg2uL7Ym {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uKxg2uL7Ym .mbr-section-subtitle {
  color: #999999;
  text-align: center;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uKxg2uL7Ym .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #df3036;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uKxg2uL7Ym .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uKxg2uL7Ym .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-uKxg2uL7Ym .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uKxg2uL7Ym .main-wrapper {
  padding: 56px 0 0 0;
}
.cid-uKxg2uL7Ym .main-wrapper .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper-without-before,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before {
  position: relative;
  margin-bottom: 20px;
}
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper .icon-container,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper .icon-container a,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a {
  display: inherit;
}
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 80px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
  width: 80px;
}
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon1,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon1,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(164, 164, 161, 0.3);
  color: #a4a4a1;
}
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon2,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon2,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(164, 164, 161, 0.3);
  color: #a4a4a1;
}
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon3,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon3,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(164, 164, 161, 0.3);
  color: #a4a4a1;
}
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon4,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon4,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(164, 164, 161, 0.3);
  color: #a4a4a1;
}
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper .icon-container .step,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_1,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_1,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_1,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_1 {
  background: #a4a4a1;
}
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_2,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_2,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_2,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_2 {
  background: #a4a4a1;
}
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_3,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_3,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_3,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_3 {
  background: #a4a4a1;
}
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_4,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_4,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_4,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_4 {
  background: #a4a4a1;
}
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .subicon-title,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .subicon-title {
  color: #404040;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .subicon-text,
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon-without-before .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-uKxg2uL7Ym .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uKxg2uL7Ym .third-elem .wrapper:before {
    display: none;
  }
}
.cid-uKxg2uL7Ym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxg2uL7Ym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxg2uL7Ym .main-wrapper .icon-main .process-icon .subicon-text {
  color: #232323;
}
.cid-uJlCvPciTL {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2148868428-1500x1000.jpg");
}
.cid-uJlCvPciTL .link-wrapper {
  width: 100%;
}
.cid-uJlCvPciTL .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uJlCvPciTL .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uJlCvPciTL .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uJlCvPciTL .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uJlCvPciTL .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uJlCvPciTL .mbr-section-title DIV {
  text-align: center;
}
.cid-uJlCvPciTL .mbr-text,
.cid-uJlCvPciTL .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJlCvPciTL .link,
.cid-uJlCvPciTL .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uJlCvPciTL .mbr-section-title {
  color: #ffffff;
}
.cid-uJlCvPciTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJlCvPciTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJlrwkoOn7 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJlrwkoOn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJlrwkoOn7 .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-uJlrwkoOn7 .container {
    padding: 0 16px;
  }
}
.cid-uJlrwkoOn7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJlrwkoOn7 .card-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJlrwkoOn7 .card-wrapper .card-number .mbr-number {
  display: inline-flex;
  position: relative;
  margin-bottom: 20px;
}
.cid-uJlrwkoOn7 .card-wrapper .card-number .mbr-number span {
  position: absolute;
  top: 0;
  right: -2rem;
  font-size: 50%;
  color: #df3036;
}
.cid-uJlrwkoOn7 .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJlrwkoOn7 .mbr-number {
  color: #ffffff;
}
.cid-uJlrwkoOn7 .mbr-text {
  color: #df3036;
  text-align: center;
}
.cid-uJlrwkoOn7 .card-number {
  text-align: center;
}
.cid-uJlrwkoOn7 .mbr-number,
.cid-uJlrwkoOn7 .card-number {
  color: #df3036;
}
.cid-uKxT2mQauG {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKxT2mQauG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxT2mQauG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxT2mQauG .mbr-section-subtitle {
  background: white;
  width: fit-content;
  color: #a4a4a1;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-uKxT2mQauG .wrapper {
  background: #ffffff;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uKxT2mQauG .wrapper {
    padding: 2rem 1rem;
  }
  .cid-uKxT2mQauG .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-uKxT2mQauG .card {
  background: #e6e6e6;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKxT2mQauG .card {
    padding: 2rem 1rem;
  }
}
.cid-uKxT2mQauG .mbr-section-title {
  color: #f24d4a;
}
.cid-uKxT2mQauG .mbr-text,
.cid-uKxT2mQauG .mbr-section-btn {
  color: #232323;
}
.cid-uKxT2mQauG .mbr-title {
  color: #000000;
}
.cid-uJG8TGtMte {
  padding-top: 9rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/premios-2-1919x1079.png");
}
.cid-uJG8TGtMte .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJG8TGtMte .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-uJG8TGtMte .container {
    padding: 0 24px;
  }
}
.cid-uJG8TGtMte .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJG8TGtMte .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJG8TGtMte .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJG8TGtMte .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJG8TGtMte .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJG8TGtMte .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJG8TGtMte .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #6abbe0 0%, transparent 100%);
}
.cid-uJG8TGtMte .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJG8TGtMte .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #43aacc !important;
  border-color: #43aacc !important;
}
.cid-uJG8TGtMte .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJG8TGtMte .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJG8TGtMte .decor-wrapper .decor_1 {
  background-color: #1e1e1e;
}
.cid-uJG8TGtMte .decor-wrapper .decor_2 {
  background-color: #262626;
}
.cid-uJG8TGtMte .decor-wrapper .decor_3 {
  background-color: #1e1e1e;
}
.cid-uJG8TGtMte .decor-wrapper .decor_4 {
  background-color: #2f2f2f;
}
.cid-uJG8TGtMte .mbr-section-title {
  color: #141414;
}
.cid-uJG8TGtMte .mbr-section-subtitle {
  color: #141414;
  text-align: right;
}
.cid-uJG8TGtMte .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJG8TGtMte .mbr-text {
  color: #fafafa;
  text-align: left;
}
.cid-uJG8TGtMte .mbr-section-title,
.cid-uJG8TGtMte .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-uJlIDTghcT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJlIDTghcT .mbr-section-title {
  margin-bottom: 26px;
  font-weight: 300;
}
.cid-uJlIDTghcT .mbr-section-title b,
.cid-uJlIDTghcT .mbr-section-title strong {
  font-weight: 500;
}
.cid-uJlIDTghcT .mbr-text {
  margin-bottom: 18px;
}
.cid-uJlIDTghcT .row__image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cid-uJlIDTghcT .row__image:nth-child(1) {
  padding-right: 80px;
}
.cid-uJlIDTghcT .row__image:nth-child(2) {
  padding-left: 80px;
}
.cid-uJlIDTghcT .image {
  margin-right: 13px;
  width: 100%;
}
.cid-uJlIDTghcT .image img {
  max-width: 100%;
  object-fit: cover;
  max-height: 245px;
}
.cid-uJlIDTghcT .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uJlIDTghcT .link a {
  font-weight: 700;
}
.cid-uJlIDTghcT .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uJlIDTghcT .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-uJlIDTghcT .row__image {
    margin-bottom: 9px;
  }
  .cid-uJlIDTghcT .row__image:nth-child(1) {
    padding-right: 32px;
  }
  .cid-uJlIDTghcT .row__image:nth-child(2) {
    padding-left: 32px;
  }
  .cid-uJlIDTghcT .title__block {
    margin-top: 60px;
  }
  .cid-uJlIDTghcT .image {
    margin-right: 10px;
    height: auto;
    max-height: initial;
  }
  .cid-uJlIDTghcT .mbr-section-title {
    margin-bottom: 19px;
  }
  .cid-uJlIDTghcT .mbr-text {
    margin-bottom: 11px;
  }
}
.cid-uJlIDTghcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJlIDTghcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJlrwml8td {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uJlrwml8td .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJlrwml8td .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJlrwml8td .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJlrwml8td .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJlrwml8td .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-uJlrwml8td .container {
    padding: 0 30px;
  }
}
.cid-uJlrwml8td .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uJlrwml8td .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJlrwml8td .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJlrwml8td .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uJlrwml8td .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJlrwml8td .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uJlrwml8td .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uJlrwml8td .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uJlrwml8td .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uJlrwml8td .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uJlrwml8td .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uJlrwml8td .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uJlrwml8td .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uJlrwml8td .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uJlrwml8td .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uJlrwml8td .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uJlrwml8td .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uJlrwml8td .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uJlrwml8td .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uJlrwml8td .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uJlrwml8td .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uJlrwml8td .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uJlrwml8td .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uJlrwml8td .mbr-section-title {
  color: #ffffff;
}
.cid-uJlrwml8td .mbr-section-title,
.cid-uJlrwml8td .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uJlrwmXOxr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uJlrwmXOxr .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uJlrwmXOxr .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uJlrwmXOxr .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uJlrwmXOxr .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uJlrwmXOxr .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uJlrwmXOxr .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uJlrwmXOxr .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uJlrwmXOxr .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJlrwmXOxr .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uJlrwmXOxr .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJlrwmXOxr .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uJlrwmXOxr .mbr-text {
  text-align: center;
}
.cid-uJooNwUwIW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJooNwUwIW nav.navbar {
  position: fixed;
}
.cid-uJooNwUwIW .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uJooNwUwIW .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uJooNwUwIW .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uJooNwUwIW .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uJooNwUwIW .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uJooNwUwIW .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uJooNwUwIW .dropdown-item:hover,
.cid-uJooNwUwIW .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uJooNwUwIW .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uJooNwUwIW .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uJooNwUwIW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uJooNwUwIW .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uJooNwUwIW .nav-link:hover {
  color: #df3036 !important;
}
.cid-uJooNwUwIW .container {
  display: flex;
  margin: auto;
}
.cid-uJooNwUwIW .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uJooNwUwIW .dropdown-menu,
.cid-uJooNwUwIW .navbar.opened {
  background: #ffffff !important;
}
.cid-uJooNwUwIW .nav-item:focus,
.cid-uJooNwUwIW .nav-link:focus {
  outline: none;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJooNwUwIW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJooNwUwIW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJooNwUwIW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uJooNwUwIW .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uJooNwUwIW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJooNwUwIW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJooNwUwIW .navbar.opened {
  transition: all 0.3s;
}
.cid-uJooNwUwIW .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uJooNwUwIW .navbar .navbar-logo img {
  width: auto;
}
.cid-uJooNwUwIW .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJooNwUwIW .navbar.collapsed {
  justify-content: center;
}
.cid-uJooNwUwIW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJooNwUwIW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJooNwUwIW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uJooNwUwIW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJooNwUwIW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu {
    display: none;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uJooNwUwIW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJooNwUwIW .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uJooNwUwIW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJooNwUwIW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJooNwUwIW .navbar .navbar-buttons,
  .cid-uJooNwUwIW .navbar .icons-menu {
    display: none;
  }
  .cid-uJooNwUwIW .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uJooNwUwIW .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-uJooNwUwIW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJooNwUwIW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJooNwUwIW .dropdown-item.active,
.cid-uJooNwUwIW .dropdown-item:active {
  background-color: transparent;
}
.cid-uJooNwUwIW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJooNwUwIW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJooNwUwIW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJooNwUwIW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJooNwUwIW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJooNwUwIW button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJooNwUwIW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJooNwUwIW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJooNwUwIW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJooNwUwIW .navbar {
    height: 70px;
  }
  .cid-uJooNwUwIW .navbar.opened {
    height: auto;
  }
  .cid-uJooNwUwIW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKxkywzESY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKxkywzESY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxkywzESY .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uKxkywzESY .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #cfcfcf;
  z-index: -1;
}
.cid-uKxkywzESY img {
  border-radius: 1rem;
}
.cid-uKxkywzESY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxkywzESY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKxkywzESY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKxkywzESY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKxkywzESY .mbr-section-title {
  color: #232323;
}
.cid-uKxkywzESY .mbr-section-subtitle,
.cid-uKxkywzESY .subtitle-wrap {
  color: #232323;
}
.cid-uKxkywzESY .mbr-text,
.cid-uKxkywzESY .mbr-section-btn {
  color: #232323;
}
.cid-uJm5QhKBH8 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uJm5QhKBH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJm5QhKBH8 .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-uJm5QhKBH8 .container {
    padding: 0 16px;
  }
}
.cid-uJm5QhKBH8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJm5QhKBH8 .card-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJm5QhKBH8 .card-wrapper .card-number .mbr-number {
  display: inline-flex;
  position: relative;
  margin-bottom: 20px;
}
.cid-uJm5QhKBH8 .card-wrapper .card-number .mbr-number span {
  position: absolute;
  top: 0;
  right: -2rem;
  font-size: 50%;
  color: #df3036;
}
.cid-uJm5QhKBH8 .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJm5QhKBH8 .mbr-number {
  color: #ffffff;
}
.cid-uJm5QhKBH8 .mbr-text {
  color: #df3036;
  text-align: center;
}
.cid-uJm5QhKBH8 .card-number {
  text-align: center;
}
.cid-uJm5QhKBH8 .mbr-number,
.cid-uJm5QhKBH8 .card-number {
  color: #df3036;
}
.cid-uJm5Qirm2K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uJm5Qirm2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJm5Qirm2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJm5Qirm2K .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uJm5Qirm2K .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uJm5Qirm2K .container {
    padding: 0 22px;
  }
}
.cid-uJm5Qirm2K .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJm5Qirm2K .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJm5Qirm2K .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uJm5Qirm2K .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJm5Qirm2K .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJm5Qirm2K .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJm5Qirm2K .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJm5Qirm2K .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uJm5Qirm2K .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uJm5Qirm2K .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uJm5Qirm2K .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
  margin-left: 0;
  margin-right: 55px;
}
@media (max-width: 992px) {
  .cid-uJm5Qirm2K .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJm5Qirm2K .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-uJm5Qirm2K .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
  left: auto;
  right: 0;
}
.cid-uJm5Qirm2K .mbr-desc {
  color: #a7a7a7;
}
.cid-uJm5Qirm2K .mbr-section-title {
  color: #000000;
}
.cid-uJm5Qirm2K .card-title {
  color: #a4a4a1;
}
.cid-uJm5Qirm2K .card-text {
  color: #635d60;
}
.cid-uJm5Qirm2K .mbr-section-title,
.cid-uJm5Qirm2K .mbr-section-btn {
  color: #df3036;
}
.cid-uJm5Qj7Q55 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJm5Qj7Q55 .item:focus,
.cid-uJm5Qj7Q55 span:focus {
  outline: none;
}
.cid-uJm5Qj7Q55 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJm5Qj7Q55 .item {
    margin-bottom: 1rem;
  }
}
.cid-uJm5Qj7Q55 .mbr-card-title {
  background: #df3036;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uJm5Qj7Q55 .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJm5Qj7Q55 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJm5Qj7Q55 .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uJm5Qj7Q55 .item-wrapper {
  position: relative;
  background: #f5f5f5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJm5Qj7Q55 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJm5Qj7Q55 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJm5Qj7Q55 .mbr-text,
.cid-uJm5Qj7Q55 .item .mbr-section-btn {
  text-align: center;
}
.cid-uJm5Qj7Q55 .content-head {
  max-width: 800px;
}
.cid-uJm5Qj7Q55 .mbr-number {
  color: #ffffff;
}
.cid-uJm5Qj7Q55 .mbr-section-subtitle,
.cid-uJm5Qj7Q55 .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJm5Qj7Q55 .mbr-text {
  text-align: left;
}
.cid-uJm5Qj7Q55 .mbr-text,
.cid-uJm5Qj7Q55 .mbr-card-btn {
  text-align: left;
}
.cid-uJm5Qj7Q55 .mbr-text,
.cid-uJm5Qj7Q55 .mbr-section-btn {
  text-align: left;
}
.cid-uJm5Qj7Q55 .mbr-text,
.cid-uJm5Qj7Q55 .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uJm5Qj7Q55 .card-text,
.cid-uJm5Qj7Q55 .item .mbr-section-btn {
  text-align: left;
}
.cid-uJm5Qj7Q55 .card-title {
  text-align: left;
}
.cid-uJm5QjVskR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJm5QjVskR img {
  width: 120px;
  margin: auto;
}
.cid-uJm5QjVskR .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJm5QjVskR .card {
    max-width: 12.5%;
  }
}
.cid-uJm5QjVskR .mbr-section-title {
  text-align: left;
}
.cid-uJm5QjVskR .mbr-section-subtitle {
  color: #000000;
}
.cid-uJm5QkLkHa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uJm5QkLkHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJm5QkLkHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJm5QkLkHa .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJm5QkLkHa .container-fluid {
    padding: 0 30px;
  }
}
.cid-uJm5QkLkHa .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJm5QkLkHa .container {
    padding: 0 30px;
  }
}
.cid-uJm5QkLkHa .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-uJm5QkLkHa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-uJm5QkLkHa .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uJm5QkLkHa .embla__slide .card-wrap {
  width: 100%;
}
.cid-uJm5QkLkHa .embla__slide .card-wrap a {
  display: block;
}
.cid-uJm5QkLkHa .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-uJm5QkLkHa .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-uJm5QkLkHa .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-uJm5QkLkHa .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-uJm5QkLkHa .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-uJm5QkLkHa .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uJm5QkLkHa .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-uJm5QkLkHa .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-uJm5QkLkHa .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-uJm5QkLkHa .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-uJm5QkLkHa .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #df3036;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-uJm5QkLkHa .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #df3036;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uJm5QkLkHa .embla__button--next,
.cid-uJm5QkLkHa .embla__button--prev {
  display: flex;
}
.cid-uJm5QkLkHa .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #262626;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uJm5QkLkHa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJm5QkLkHa .embla__button:hover {
  background: transparent;
  color: #df3036;
}
.cid-uJm5QkLkHa .embla__button.embla__button--prev {
  left: 0;
}
.cid-uJm5QkLkHa .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-uJm5QkLkHa .embla__button {
    top: auto;
  }
}
.cid-uJm5QkLkHa .embla {
  position: relative;
  width: 100%;
}
.cid-uJm5QkLkHa .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uJm5QkLkHa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJm5QkLkHa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJm5QkLkHa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJm5QkLkHa .mbr-section-title {
  color: #1e1e1e;
}
.cid-uJm5QkLkHa .mbr-date {
  color: #ffffff;
}
.cid-uJm5QkLkHa .mbr-desc {
  color: #df3036;
}
.cid-uJm5QkLkHa .mbr-text {
  color: #ffffff;
}
.cid-uJm5QkLkHa .mbr-text,
.cid-uJm5QkLkHa .mbr-iconfont {
  color: #1e1e1e;
}
.cid-uJm5QlS7Ji {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uJm5QlS7Ji .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uJm5QlS7Ji .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uJm5QlS7Ji .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJm5QlS7Ji .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uJm5QlS7Ji .container {
    padding: 0 16px;
  }
}
.cid-uJm5QlS7Ji .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uJm5QlS7Ji .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJm5QlS7Ji .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uJm5QlS7Ji .embla__button--next,
.cid-uJm5QlS7Ji .embla__button--prev {
  display: flex;
}
.cid-uJm5QlS7Ji .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #df3036 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uJm5QlS7Ji .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJm5QlS7Ji .embla__button:hover {
  opacity: .7 !important;
}
.cid-uJm5QlS7Ji .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uJm5QlS7Ji .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uJm5QlS7Ji .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-uJm5QlS7Ji .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uJm5QlS7Ji .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uJm5QlS7Ji .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-uJm5QlS7Ji .embla {
  position: relative;
  width: 100%;
}
.cid-uJm5QlS7Ji .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uJm5QlS7Ji .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJm5QlS7Ji .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJm5QlS7Ji .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJm5QlS7Ji .mbr-section-title {
  color: #df3036;
  text-align: center;
}
.cid-uJm5QmXrj5 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uJm5QmXrj5 .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJm5QmXrj5 .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJm5QmXrj5 .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJm5QmXrj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJm5QmXrj5 .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-uJm5QmXrj5 .container {
    padding: 0 30px;
  }
}
.cid-uJm5QmXrj5 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uJm5QmXrj5 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJm5QmXrj5 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJm5QmXrj5 .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uJm5QmXrj5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJm5QmXrj5 .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uJm5QmXrj5 .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uJm5QmXrj5 .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uJm5QmXrj5 .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uJm5QmXrj5 .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uJm5QmXrj5 .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uJm5QmXrj5 .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uJm5QmXrj5 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uJm5QmXrj5 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uJm5QmXrj5 .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uJm5QmXrj5 .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uJm5QmXrj5 .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uJm5QmXrj5 .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uJm5QmXrj5 .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uJm5QmXrj5 .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uJm5QmXrj5 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uJm5QmXrj5 .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uJm5QmXrj5 .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uJm5QmXrj5 .mbr-section-title {
  color: #ffffff;
}
.cid-uJm5QmXrj5 .mbr-section-title,
.cid-uJm5QmXrj5 .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uJm5QnKUKc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uJm5QnKUKc .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uJm5QnKUKc .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uJm5QnKUKc .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uJm5QnKUKc .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uJm5QnKUKc .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uJm5QnKUKc .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uJm5QnKUKc .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uJm5QnKUKc .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJm5QnKUKc .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uJm5QnKUKc .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJm5QnKUKc .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uJm5QnKUKc .mbr-text {
  text-align: center;
}
.cid-uJooNwUwIW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJooNwUwIW nav.navbar {
  position: fixed;
}
.cid-uJooNwUwIW .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uJooNwUwIW .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uJooNwUwIW .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uJooNwUwIW .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uJooNwUwIW .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uJooNwUwIW .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uJooNwUwIW .dropdown-item:hover,
.cid-uJooNwUwIW .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uJooNwUwIW .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uJooNwUwIW .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uJooNwUwIW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uJooNwUwIW .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uJooNwUwIW .nav-link:hover {
  color: #df3036 !important;
}
.cid-uJooNwUwIW .container {
  display: flex;
  margin: auto;
}
.cid-uJooNwUwIW .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uJooNwUwIW .dropdown-menu,
.cid-uJooNwUwIW .navbar.opened {
  background: #ffffff !important;
}
.cid-uJooNwUwIW .nav-item:focus,
.cid-uJooNwUwIW .nav-link:focus {
  outline: none;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJooNwUwIW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJooNwUwIW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJooNwUwIW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uJooNwUwIW .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uJooNwUwIW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJooNwUwIW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJooNwUwIW .navbar.opened {
  transition: all 0.3s;
}
.cid-uJooNwUwIW .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uJooNwUwIW .navbar .navbar-logo img {
  width: auto;
}
.cid-uJooNwUwIW .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJooNwUwIW .navbar.collapsed {
  justify-content: center;
}
.cid-uJooNwUwIW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJooNwUwIW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJooNwUwIW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uJooNwUwIW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJooNwUwIW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu {
    display: none;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uJooNwUwIW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJooNwUwIW .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uJooNwUwIW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJooNwUwIW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJooNwUwIW .navbar .navbar-buttons,
  .cid-uJooNwUwIW .navbar .icons-menu {
    display: none;
  }
  .cid-uJooNwUwIW .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uJooNwUwIW .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-uJooNwUwIW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJooNwUwIW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJooNwUwIW .dropdown-item.active,
.cid-uJooNwUwIW .dropdown-item:active {
  background-color: transparent;
}
.cid-uJooNwUwIW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJooNwUwIW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJooNwUwIW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJooNwUwIW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJooNwUwIW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJooNwUwIW button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJooNwUwIW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJooNwUwIW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJooNwUwIW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJooNwUwIW .navbar {
    height: 70px;
  }
  .cid-uJooNwUwIW .navbar.opened {
    height: auto;
  }
  .cid-uJooNwUwIW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKxljwr36l {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKxljwr36l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxljwr36l .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uKxljwr36l .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #cfcfcf;
  z-index: -1;
}
.cid-uKxljwr36l img {
  border-radius: 1rem;
}
.cid-uKxljwr36l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxljwr36l .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKxljwr36l .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKxljwr36l .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKxljwr36l .mbr-section-title {
  color: #232323;
}
.cid-uKxljwr36l .mbr-section-subtitle,
.cid-uKxljwr36l .subtitle-wrap {
  color: #232323;
}
.cid-uKxljwr36l .mbr-text,
.cid-uKxljwr36l .mbr-section-btn {
  color: #232323;
}
.cid-uJm5U5jlLA {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uJm5U5jlLA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJm5U5jlLA .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-uJm5U5jlLA .container {
    padding: 0 16px;
  }
}
.cid-uJm5U5jlLA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJm5U5jlLA .card-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJm5U5jlLA .card-wrapper .card-number .mbr-number {
  display: inline-flex;
  position: relative;
  margin-bottom: 20px;
}
.cid-uJm5U5jlLA .card-wrapper .card-number .mbr-number span {
  position: absolute;
  top: 0;
  right: -2rem;
  font-size: 50%;
  color: #df3036;
}
.cid-uJm5U5jlLA .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJm5U5jlLA .mbr-number {
  color: #ffffff;
}
.cid-uJm5U5jlLA .mbr-text {
  color: #df3036;
  text-align: center;
}
.cid-uJm5U5jlLA .card-number {
  text-align: center;
}
.cid-uJm5U5jlLA .mbr-number,
.cid-uJm5U5jlLA .card-number {
  color: #df3036;
}
.cid-uJm5U653rw {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uJm5U653rw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJm5U653rw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJm5U653rw .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uJm5U653rw .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uJm5U653rw .container {
    padding: 0 22px;
  }
}
.cid-uJm5U653rw .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJm5U653rw .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJm5U653rw .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uJm5U653rw .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJm5U653rw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJm5U653rw .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJm5U653rw .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJm5U653rw .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uJm5U653rw .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uJm5U653rw .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uJm5U653rw .image-wrapper {
  min-height: 550px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
  margin-left: 0;
  margin-right: 55px;
}
@media (max-width: 992px) {
  .cid-uJm5U653rw .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJm5U653rw .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-uJm5U653rw .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
  left: auto;
  right: 0;
}
.cid-uJm5U653rw .mbr-desc {
  color: #a7a7a7;
}
.cid-uJm5U653rw .mbr-section-title {
  color: #000000;
}
.cid-uJm5U653rw .card-title {
  color: #a4a4a1;
}
.cid-uJm5U653rw .card-text {
  color: #635d60;
}
.cid-uJm5U653rw .mbr-section-title,
.cid-uJm5U653rw .mbr-section-btn {
  color: #df3036;
}
.cid-uJm5U6Nogj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJm5U6Nogj .item:focus,
.cid-uJm5U6Nogj span:focus {
  outline: none;
}
.cid-uJm5U6Nogj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJm5U6Nogj .item {
    margin-bottom: 1rem;
  }
}
.cid-uJm5U6Nogj .mbr-card-title {
  background: #df3036;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uJm5U6Nogj .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJm5U6Nogj .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJm5U6Nogj .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uJm5U6Nogj .item-wrapper {
  position: relative;
  background: #f5f5f5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJm5U6Nogj .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJm5U6Nogj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJm5U6Nogj .mbr-text,
.cid-uJm5U6Nogj .item .mbr-section-btn {
  text-align: center;
}
.cid-uJm5U6Nogj .content-head {
  max-width: 800px;
}
.cid-uJm5U6Nogj .mbr-number {
  color: #ffffff;
}
.cid-uJm5U6Nogj .mbr-section-subtitle,
.cid-uJm5U6Nogj .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJm5U6Nogj .mbr-text {
  text-align: left;
}
.cid-uJm5U6Nogj .mbr-text,
.cid-uJm5U6Nogj .mbr-card-btn {
  text-align: left;
}
.cid-uJm5U6Nogj .mbr-text,
.cid-uJm5U6Nogj .mbr-section-btn {
  text-align: left;
}
.cid-uJm5U6Nogj .mbr-text,
.cid-uJm5U6Nogj .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uJm5U6Nogj .card-text,
.cid-uJm5U6Nogj .item .mbr-section-btn {
  text-align: left;
}
.cid-uJm5U6Nogj .card-title {
  text-align: left;
}
.cid-uJm5U7FPX0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJm5U7FPX0 img {
  width: 120px;
  margin: auto;
}
.cid-uJm5U7FPX0 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJm5U7FPX0 .card {
    max-width: 12.5%;
  }
}
.cid-uJm5U7FPX0 .mbr-section-title {
  text-align: left;
}
.cid-uJm5U7FPX0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uJHLjjwExe {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJHLjjwExe .mbr-media {
  position: relative;
}
.cid-uJHLjjwExe .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uJHLjjwExe a:hover {
  background-image: none !important;
}
.cid-uJHLjjwExe .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uJHLjjwExe .card-wrapper {
  border: 1px solid #df3036;
  padding: 0;
  overflow: hidden;
}
.cid-uJHLjjwExe .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #df3036;
}
.cid-uJHLjjwExe .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJHLjjwExe .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJHLjjwExe .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJHLjjwExe .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJHLjjwExe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJHLjjwExe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHLjjwExe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHLjjwExe .mbr-section-title {
  color: #221b35;
}
.cid-uJm5U8ozeR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uJm5U8ozeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJm5U8ozeR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJm5U8ozeR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJm5U8ozeR .container-fluid {
    padding: 0 30px;
  }
}
.cid-uJm5U8ozeR .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJm5U8ozeR .container {
    padding: 0 30px;
  }
}
.cid-uJm5U8ozeR .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-uJm5U8ozeR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-uJm5U8ozeR .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uJm5U8ozeR .embla__slide .card-wrap {
  width: 100%;
}
.cid-uJm5U8ozeR .embla__slide .card-wrap a {
  display: block;
}
.cid-uJm5U8ozeR .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-uJm5U8ozeR .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-uJm5U8ozeR .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-uJm5U8ozeR .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-uJm5U8ozeR .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-uJm5U8ozeR .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uJm5U8ozeR .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-uJm5U8ozeR .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-uJm5U8ozeR .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-uJm5U8ozeR .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-uJm5U8ozeR .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #df3036;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-uJm5U8ozeR .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #df3036;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uJm5U8ozeR .embla__button--next,
.cid-uJm5U8ozeR .embla__button--prev {
  display: flex;
}
.cid-uJm5U8ozeR .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #262626;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uJm5U8ozeR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJm5U8ozeR .embla__button:hover {
  background: transparent;
  color: #df3036;
}
.cid-uJm5U8ozeR .embla__button.embla__button--prev {
  left: 0;
}
.cid-uJm5U8ozeR .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-uJm5U8ozeR .embla__button {
    top: auto;
  }
}
.cid-uJm5U8ozeR .embla {
  position: relative;
  width: 100%;
}
.cid-uJm5U8ozeR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uJm5U8ozeR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJm5U8ozeR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJm5U8ozeR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJm5U8ozeR .mbr-section-title {
  color: #1e1e1e;
}
.cid-uJm5U8ozeR .mbr-date {
  color: #ffffff;
}
.cid-uJm5U8ozeR .mbr-desc {
  color: #df3036;
}
.cid-uJm5U8ozeR .mbr-text {
  color: #ffffff;
}
.cid-uJm5U8ozeR .mbr-text,
.cid-uJm5U8ozeR .mbr-iconfont {
  color: #1e1e1e;
}
.cid-uJm5U9ADml {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uJm5U9ADml .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uJm5U9ADml .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uJm5U9ADml .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJm5U9ADml .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uJm5U9ADml .container {
    padding: 0 16px;
  }
}
.cid-uJm5U9ADml .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uJm5U9ADml .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJm5U9ADml .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uJm5U9ADml .embla__button--next,
.cid-uJm5U9ADml .embla__button--prev {
  display: flex;
}
.cid-uJm5U9ADml .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #df3036 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uJm5U9ADml .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJm5U9ADml .embla__button:hover {
  opacity: .7 !important;
}
.cid-uJm5U9ADml .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uJm5U9ADml .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uJm5U9ADml .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-uJm5U9ADml .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uJm5U9ADml .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uJm5U9ADml .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-uJm5U9ADml .embla {
  position: relative;
  width: 100%;
}
.cid-uJm5U9ADml .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uJm5U9ADml .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJm5U9ADml .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJm5U9ADml .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJm5U9ADml .mbr-section-title {
  color: #df3036;
  text-align: center;
}
.cid-uJm5UaB7KW {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uJm5UaB7KW .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJm5UaB7KW .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJm5UaB7KW .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJm5UaB7KW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJm5UaB7KW .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-uJm5UaB7KW .container {
    padding: 0 30px;
  }
}
.cid-uJm5UaB7KW .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uJm5UaB7KW .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJm5UaB7KW .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJm5UaB7KW .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uJm5UaB7KW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJm5UaB7KW .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uJm5UaB7KW .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uJm5UaB7KW .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uJm5UaB7KW .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uJm5UaB7KW .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uJm5UaB7KW .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uJm5UaB7KW .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uJm5UaB7KW .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uJm5UaB7KW .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uJm5UaB7KW .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uJm5UaB7KW .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uJm5UaB7KW .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uJm5UaB7KW .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uJm5UaB7KW .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uJm5UaB7KW .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uJm5UaB7KW .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uJm5UaB7KW .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uJm5UaB7KW .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uJm5UaB7KW .mbr-section-title {
  color: #ffffff;
}
.cid-uJm5UaB7KW .mbr-section-title,
.cid-uJm5UaB7KW .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uJm5UbuaoC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uJm5UbuaoC .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uJm5UbuaoC .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uJm5UbuaoC .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uJm5UbuaoC .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uJm5UbuaoC .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uJm5UbuaoC .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uJm5UbuaoC .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uJm5UbuaoC .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJm5UbuaoC .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uJm5UbuaoC .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJm5UbuaoC .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uJm5UbuaoC .mbr-text {
  text-align: center;
}
.cid-uJooNwUwIW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJooNwUwIW nav.navbar {
  position: fixed;
}
.cid-uJooNwUwIW .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uJooNwUwIW .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uJooNwUwIW .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uJooNwUwIW .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uJooNwUwIW .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uJooNwUwIW .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uJooNwUwIW .dropdown-item:hover,
.cid-uJooNwUwIW .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uJooNwUwIW .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uJooNwUwIW .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uJooNwUwIW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uJooNwUwIW .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uJooNwUwIW .nav-link:hover {
  color: #df3036 !important;
}
.cid-uJooNwUwIW .container {
  display: flex;
  margin: auto;
}
.cid-uJooNwUwIW .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uJooNwUwIW .dropdown-menu,
.cid-uJooNwUwIW .navbar.opened {
  background: #ffffff !important;
}
.cid-uJooNwUwIW .nav-item:focus,
.cid-uJooNwUwIW .nav-link:focus {
  outline: none;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJooNwUwIW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJooNwUwIW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJooNwUwIW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uJooNwUwIW .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uJooNwUwIW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJooNwUwIW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJooNwUwIW .navbar.opened {
  transition: all 0.3s;
}
.cid-uJooNwUwIW .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uJooNwUwIW .navbar .navbar-logo img {
  width: auto;
}
.cid-uJooNwUwIW .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJooNwUwIW .navbar.collapsed {
  justify-content: center;
}
.cid-uJooNwUwIW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJooNwUwIW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJooNwUwIW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uJooNwUwIW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJooNwUwIW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu {
    display: none;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uJooNwUwIW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJooNwUwIW .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uJooNwUwIW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJooNwUwIW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJooNwUwIW .navbar .navbar-buttons,
  .cid-uJooNwUwIW .navbar .icons-menu {
    display: none;
  }
  .cid-uJooNwUwIW .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uJooNwUwIW .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-uJooNwUwIW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJooNwUwIW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJooNwUwIW .dropdown-item.active,
.cid-uJooNwUwIW .dropdown-item:active {
  background-color: transparent;
}
.cid-uJooNwUwIW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJooNwUwIW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJooNwUwIW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJooNwUwIW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJooNwUwIW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJooNwUwIW button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJooNwUwIW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJooNwUwIW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJooNwUwIW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJooNwUwIW .navbar {
    height: 70px;
  }
  .cid-uJooNwUwIW .navbar.opened {
    height: auto;
  }
  .cid-uJooNwUwIW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJI2iCIWiv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJI2iCIWiv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJI2iCIWiv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJI2iCIWiv .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uJI2iCIWiv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJI2iCIWiv .container {
    padding: 0 16px;
  }
}
.cid-uJI2iCIWiv .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uJI2iCIWiv .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uJI2iCIWiv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJI2iCIWiv .mbr-section-title {
  color: #1e1e1e;
}
.cid-uJI2iCIWiv .mbr-text {
  color: #000000;
}
.cid-uJolYKaTUp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uJolYKaTUp .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uJolYKaTUp .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uJolYKaTUp .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uJolYKaTUp .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uJolYKaTUp .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uJolYKaTUp .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uJolYKaTUp .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uJolYKaTUp .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJolYKaTUp .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uJolYKaTUp .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJolYKaTUp .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uJolYKaTUp .mbr-text {
  text-align: center;
}
.cid-uJooNwUwIW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJooNwUwIW nav.navbar {
  position: fixed;
}
.cid-uJooNwUwIW .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uJooNwUwIW .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uJooNwUwIW .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uJooNwUwIW .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uJooNwUwIW .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uJooNwUwIW .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uJooNwUwIW .dropdown-item:hover,
.cid-uJooNwUwIW .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uJooNwUwIW .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uJooNwUwIW .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uJooNwUwIW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uJooNwUwIW .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uJooNwUwIW .nav-link:hover {
  color: #df3036 !important;
}
.cid-uJooNwUwIW .container {
  display: flex;
  margin: auto;
}
.cid-uJooNwUwIW .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uJooNwUwIW .dropdown-menu,
.cid-uJooNwUwIW .navbar.opened {
  background: #ffffff !important;
}
.cid-uJooNwUwIW .nav-item:focus,
.cid-uJooNwUwIW .nav-link:focus {
  outline: none;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJooNwUwIW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJooNwUwIW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJooNwUwIW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uJooNwUwIW .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uJooNwUwIW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJooNwUwIW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJooNwUwIW .navbar.opened {
  transition: all 0.3s;
}
.cid-uJooNwUwIW .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uJooNwUwIW .navbar .navbar-logo img {
  width: auto;
}
.cid-uJooNwUwIW .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJooNwUwIW .navbar.collapsed {
  justify-content: center;
}
.cid-uJooNwUwIW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJooNwUwIW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJooNwUwIW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uJooNwUwIW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJooNwUwIW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu {
    display: none;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uJooNwUwIW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJooNwUwIW .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uJooNwUwIW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJooNwUwIW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJooNwUwIW .navbar .navbar-buttons,
  .cid-uJooNwUwIW .navbar .icons-menu {
    display: none;
  }
  .cid-uJooNwUwIW .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uJooNwUwIW .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-uJooNwUwIW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJooNwUwIW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJooNwUwIW .dropdown-item.active,
.cid-uJooNwUwIW .dropdown-item:active {
  background-color: transparent;
}
.cid-uJooNwUwIW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJooNwUwIW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJooNwUwIW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJooNwUwIW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJooNwUwIW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJooNwUwIW button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJooNwUwIW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJooNwUwIW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJooNwUwIW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJooNwUwIW .navbar {
    height: 70px;
  }
  .cid-uJooNwUwIW .navbar.opened {
    height: auto;
  }
  .cid-uJooNwUwIW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKx88381Ew {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKx88381Ew .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKx88381Ew .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uKx88381Ew .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #cfcfcf;
  z-index: -1;
}
.cid-uKx88381Ew img {
  border-radius: 1rem;
}
.cid-uKx88381Ew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKx88381Ew .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKx88381Ew .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKx88381Ew .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKx88381Ew .mbr-section-title {
  color: #232323;
}
.cid-uKx88381Ew .mbr-section-subtitle,
.cid-uKx88381Ew .subtitle-wrap {
  color: #232323;
}
.cid-uKx88381Ew .mbr-text,
.cid-uKx88381Ew .mbr-section-btn {
  color: #232323;
}
.cid-uJlWmyj34R {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uJlWmyj34R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJlWmyj34R .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-uJlWmyj34R .container {
    padding: 0 16px;
  }
}
.cid-uJlWmyj34R .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJlWmyj34R .card-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJlWmyj34R .card-wrapper .card-number .mbr-number {
  display: inline-flex;
  position: relative;
  margin-bottom: 20px;
}
.cid-uJlWmyj34R .card-wrapper .card-number .mbr-number span {
  position: absolute;
  top: 0;
  right: -2rem;
  font-size: 50%;
  color: #df3036;
}
.cid-uJlWmyj34R .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJlWmyj34R .mbr-number {
  color: #ffffff;
}
.cid-uJlWmyj34R .mbr-text {
  color: #df3036;
  text-align: center;
}
.cid-uJlWmyj34R .card-number {
  text-align: center;
}
.cid-uJlWmyj34R .mbr-number,
.cid-uJlWmyj34R .card-number {
  color: #df3036;
}
.cid-uJm06gvN8L {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uJm06gvN8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJm06gvN8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
}
.cid-uJm06gvN8L .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uJm06gvN8L .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uJm06gvN8L .container {
    padding: 0 22px;
  }
}
.cid-uJm06gvN8L .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJm06gvN8L .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJm06gvN8L .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uJm06gvN8L .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJm06gvN8L .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJm06gvN8L .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJm06gvN8L .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJm06gvN8L .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uJm06gvN8L .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uJm06gvN8L .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uJm06gvN8L .image-wrapper {
  min-height: 420px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
  margin-left: 0;
  margin-right: 55px;
}
@media (max-width: 992px) {
  .cid-uJm06gvN8L .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJm06gvN8L .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-uJm06gvN8L .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
  left: auto;
  right: 0;
}
.cid-uJm06gvN8L .mbr-desc {
  color: #a7a7a7;
}
.cid-uJm06gvN8L .mbr-section-title {
  color: #000000;
}
.cid-uJm06gvN8L .card-title {
  color: #a4a4a1;
}
.cid-uJm06gvN8L .card-text {
  color: #635d60;
}
.cid-uJm06gvN8L .mbr-section-title,
.cid-uJm06gvN8L .mbr-section-btn {
  color: #df3036;
}
.cid-uJm00sYXLs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJm00sYXLs .item:focus,
.cid-uJm00sYXLs span:focus {
  outline: none;
}
.cid-uJm00sYXLs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJm00sYXLs .item {
    margin-bottom: 1rem;
  }
}
.cid-uJm00sYXLs .mbr-card-title {
  background: #df3036;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uJm00sYXLs .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJm00sYXLs .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJm00sYXLs .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uJm00sYXLs .item-wrapper {
  position: relative;
  background: #f5f5f5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJm00sYXLs .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJm00sYXLs .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uJm00sYXLs .mbr-text,
.cid-uJm00sYXLs .item .mbr-section-btn {
  text-align: center;
}
.cid-uJm00sYXLs .content-head {
  max-width: 800px;
}
.cid-uJm00sYXLs .mbr-number {
  color: #ffffff;
}
.cid-uJm00sYXLs .mbr-section-subtitle,
.cid-uJm00sYXLs .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJm00sYXLs .mbr-text {
  text-align: left;
}
.cid-uJm00sYXLs .mbr-text,
.cid-uJm00sYXLs .mbr-card-btn {
  text-align: left;
}
.cid-uJm00sYXLs .mbr-text,
.cid-uJm00sYXLs .mbr-section-btn {
  text-align: left;
}
.cid-uJm00sYXLs .mbr-text,
.cid-uJm00sYXLs .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uJm00sYXLs .card-text,
.cid-uJm00sYXLs .item .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJm00sYXLs .card-title {
  text-align: left;
}
.cid-uJlYZ4y5zA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJlYZ4y5zA img {
  width: 120px;
  margin: auto;
}
.cid-uJlYZ4y5zA .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJlYZ4y5zA .card {
    max-width: 12.5%;
  }
}
.cid-uJlYZ4y5zA .mbr-section-title {
  text-align: left;
}
.cid-uJlYZ4y5zA .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uJlZlWSrWT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uJlZlWSrWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJlZlWSrWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJlZlWSrWT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJlZlWSrWT .container-fluid {
    padding: 0 30px;
  }
}
.cid-uJlZlWSrWT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJlZlWSrWT .container {
    padding: 0 30px;
  }
}
.cid-uJlZlWSrWT .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-uJlZlWSrWT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-uJlZlWSrWT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uJlZlWSrWT .embla__slide .card-wrap {
  width: 100%;
}
.cid-uJlZlWSrWT .embla__slide .card-wrap a {
  display: block;
}
.cid-uJlZlWSrWT .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-uJlZlWSrWT .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-uJlZlWSrWT .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-uJlZlWSrWT .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-uJlZlWSrWT .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-uJlZlWSrWT .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uJlZlWSrWT .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-uJlZlWSrWT .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-uJlZlWSrWT .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-uJlZlWSrWT .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-uJlZlWSrWT .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #df3036;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-uJlZlWSrWT .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #df3036;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uJlZlWSrWT .embla__button--next,
.cid-uJlZlWSrWT .embla__button--prev {
  display: flex;
}
.cid-uJlZlWSrWT .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #262626;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uJlZlWSrWT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJlZlWSrWT .embla__button:hover {
  background: transparent;
  color: #df3036;
}
.cid-uJlZlWSrWT .embla__button.embla__button--prev {
  left: 0;
}
.cid-uJlZlWSrWT .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-uJlZlWSrWT .embla__button {
    top: auto;
  }
}
.cid-uJlZlWSrWT .embla {
  position: relative;
  width: 100%;
}
.cid-uJlZlWSrWT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uJlZlWSrWT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJlZlWSrWT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJlZlWSrWT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJlZlWSrWT .mbr-section-title {
  color: #232323;
}
.cid-uJlZlWSrWT .mbr-date {
  color: #ffffff;
}
.cid-uJlZlWSrWT .mbr-desc {
  color: #df3036;
}
.cid-uJlZlWSrWT .mbr-text {
  color: #ffffff;
}
.cid-uJlZlWSrWT .mbr-text,
.cid-uJlZlWSrWT .mbr-iconfont {
  color: #1e1e1e;
}
.cid-uJlZbXYhZc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uJlZbXYhZc .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uJlZbXYhZc .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uJlZbXYhZc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJlZbXYhZc .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uJlZbXYhZc .container {
    padding: 0 16px;
  }
}
.cid-uJlZbXYhZc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uJlZbXYhZc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJlZbXYhZc .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uJlZbXYhZc .embla__button--next,
.cid-uJlZbXYhZc .embla__button--prev {
  display: flex;
}
.cid-uJlZbXYhZc .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #df3036 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uJlZbXYhZc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJlZbXYhZc .embla__button:hover {
  opacity: .7 !important;
}
.cid-uJlZbXYhZc .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uJlZbXYhZc .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uJlZbXYhZc .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-uJlZbXYhZc .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uJlZbXYhZc .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uJlZbXYhZc .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-uJlZbXYhZc .embla {
  position: relative;
  width: 100%;
}
.cid-uJlZbXYhZc .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uJlZbXYhZc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJlZbXYhZc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJlZbXYhZc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJlZbXYhZc .mbr-section-title {
  color: #df3036;
  text-align: center;
}
.cid-uJlWmCCL6z {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uJlWmCCL6z .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJlWmCCL6z .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJlWmCCL6z .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJlWmCCL6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJlWmCCL6z .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-uJlWmCCL6z .container {
    padding: 0 30px;
  }
}
.cid-uJlWmCCL6z .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uJlWmCCL6z .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJlWmCCL6z .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJlWmCCL6z .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uJlWmCCL6z .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJlWmCCL6z .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uJlWmCCL6z .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uJlWmCCL6z .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uJlWmCCL6z .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uJlWmCCL6z .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uJlWmCCL6z .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uJlWmCCL6z .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uJlWmCCL6z .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uJlWmCCL6z .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uJlWmCCL6z .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uJlWmCCL6z .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uJlWmCCL6z .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uJlWmCCL6z .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uJlWmCCL6z .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uJlWmCCL6z .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uJlWmCCL6z .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uJlWmCCL6z .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uJlWmCCL6z .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uJlWmCCL6z .mbr-section-title {
  color: #ffffff;
}
.cid-uJlWmCCL6z .mbr-section-title,
.cid-uJlWmCCL6z .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uJlWmDq3BO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uJlWmDq3BO .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uJlWmDq3BO .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uJlWmDq3BO .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uJlWmDq3BO .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uJlWmDq3BO .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uJlWmDq3BO .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uJlWmDq3BO .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uJlWmDq3BO .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJlWmDq3BO .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uJlWmDq3BO .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJlWmDq3BO .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uJlWmDq3BO .mbr-text {
  text-align: center;
}
.cid-uJooNwUwIW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJooNwUwIW nav.navbar {
  position: fixed;
}
.cid-uJooNwUwIW .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uJooNwUwIW .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uJooNwUwIW .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uJooNwUwIW .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uJooNwUwIW .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uJooNwUwIW .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uJooNwUwIW .dropdown-item:hover,
.cid-uJooNwUwIW .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uJooNwUwIW .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uJooNwUwIW .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uJooNwUwIW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uJooNwUwIW .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uJooNwUwIW .nav-link:hover {
  color: #df3036 !important;
}
.cid-uJooNwUwIW .container {
  display: flex;
  margin: auto;
}
.cid-uJooNwUwIW .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uJooNwUwIW .dropdown-menu,
.cid-uJooNwUwIW .navbar.opened {
  background: #ffffff !important;
}
.cid-uJooNwUwIW .nav-item:focus,
.cid-uJooNwUwIW .nav-link:focus {
  outline: none;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJooNwUwIW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJooNwUwIW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJooNwUwIW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uJooNwUwIW .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uJooNwUwIW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJooNwUwIW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJooNwUwIW .navbar.opened {
  transition: all 0.3s;
}
.cid-uJooNwUwIW .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uJooNwUwIW .navbar .navbar-logo img {
  width: auto;
}
.cid-uJooNwUwIW .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJooNwUwIW .navbar.collapsed {
  justify-content: center;
}
.cid-uJooNwUwIW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJooNwUwIW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJooNwUwIW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uJooNwUwIW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJooNwUwIW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu {
    display: none;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uJooNwUwIW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJooNwUwIW .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uJooNwUwIW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJooNwUwIW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJooNwUwIW .navbar .navbar-buttons,
  .cid-uJooNwUwIW .navbar .icons-menu {
    display: none;
  }
  .cid-uJooNwUwIW .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uJooNwUwIW .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-uJooNwUwIW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJooNwUwIW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJooNwUwIW .dropdown-item.active,
.cid-uJooNwUwIW .dropdown-item:active {
  background-color: transparent;
}
.cid-uJooNwUwIW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJooNwUwIW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJooNwUwIW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJooNwUwIW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJooNwUwIW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJooNwUwIW button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJooNwUwIW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJooNwUwIW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJooNwUwIW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJooNwUwIW .navbar {
    height: 70px;
  }
  .cid-uJooNwUwIW .navbar.opened {
    height: auto;
  }
  .cid-uJooNwUwIW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKxjkrmbkJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKxjkrmbkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxjkrmbkJ .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uKxjkrmbkJ .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #cfcfcf;
  z-index: -1;
}
.cid-uKxjkrmbkJ img {
  border-radius: 1rem;
}
.cid-uKxjkrmbkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxjkrmbkJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKxjkrmbkJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKxjkrmbkJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKxjkrmbkJ .mbr-section-title {
  color: #232323;
}
.cid-uKxjkrmbkJ .mbr-section-subtitle,
.cid-uKxjkrmbkJ .subtitle-wrap {
  color: #232323;
}
.cid-uKxjkrmbkJ .mbr-text,
.cid-uKxjkrmbkJ .mbr-section-btn {
  color: #232323;
}
.cid-uJm5DnSEX1 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uJm5DnSEX1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJm5DnSEX1 .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-uJm5DnSEX1 .container {
    padding: 0 16px;
  }
}
.cid-uJm5DnSEX1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJm5DnSEX1 .card-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJm5DnSEX1 .card-wrapper .card-number .mbr-number {
  display: inline-flex;
  position: relative;
  margin-bottom: 20px;
}
.cid-uJm5DnSEX1 .card-wrapper .card-number .mbr-number span {
  position: absolute;
  top: 0;
  right: -2rem;
  font-size: 50%;
  color: #df3036;
}
.cid-uJm5DnSEX1 .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJm5DnSEX1 .mbr-number {
  color: #ffffff;
}
.cid-uJm5DnSEX1 .mbr-text {
  color: #df3036;
  text-align: center;
}
.cid-uJm5DnSEX1 .card-number {
  text-align: center;
}
.cid-uJm5DnSEX1 .mbr-number,
.cid-uJm5DnSEX1 .card-number {
  color: #df3036;
}
.cid-uKxnl3YunH {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uKxnl3YunH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxnl3YunH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
}
.cid-uKxnl3YunH .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uKxnl3YunH .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uKxnl3YunH .container {
    padding: 0 22px;
  }
}
.cid-uKxnl3YunH .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKxnl3YunH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKxnl3YunH .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uKxnl3YunH .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uKxnl3YunH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKxnl3YunH .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKxnl3YunH .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uKxnl3YunH .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uKxnl3YunH .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uKxnl3YunH .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uKxnl3YunH .image-wrapper {
  min-height: 500px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
  margin-left: 0;
  margin-right: 55px;
}
@media (max-width: 992px) {
  .cid-uKxnl3YunH .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uKxnl3YunH .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-uKxnl3YunH .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
  left: auto;
  right: 0;
}
.cid-uKxnl3YunH .mbr-desc {
  color: #a7a7a7;
}
.cid-uKxnl3YunH .mbr-section-title {
  color: #000000;
}
.cid-uKxnl3YunH .card-title {
  color: #a4a4a1;
}
.cid-uKxnl3YunH .card-text {
  color: #635d60;
}
.cid-uKxnl3YunH .mbr-section-title,
.cid-uKxnl3YunH .mbr-section-btn {
  color: #df3036;
}
.cid-uJm5Dpghx8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJm5Dpghx8 .item:focus,
.cid-uJm5Dpghx8 span:focus {
  outline: none;
}
.cid-uJm5Dpghx8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJm5Dpghx8 .item {
    margin-bottom: 1rem;
  }
}
.cid-uJm5Dpghx8 .mbr-card-title {
  background: #df3036;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uJm5Dpghx8 .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJm5Dpghx8 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJm5Dpghx8 .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uJm5Dpghx8 .item-wrapper {
  position: relative;
  background: #f5f5f5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJm5Dpghx8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJm5Dpghx8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJm5Dpghx8 .mbr-text,
.cid-uJm5Dpghx8 .item .mbr-section-btn {
  text-align: center;
}
.cid-uJm5Dpghx8 .content-head {
  max-width: 800px;
}
.cid-uJm5Dpghx8 .mbr-number {
  color: #ffffff;
}
.cid-uJm5Dpghx8 .mbr-section-subtitle,
.cid-uJm5Dpghx8 .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJm5Dpghx8 .mbr-text {
  text-align: left;
}
.cid-uJm5Dpghx8 .mbr-text,
.cid-uJm5Dpghx8 .mbr-card-btn {
  text-align: left;
}
.cid-uJm5Dpghx8 .mbr-text,
.cid-uJm5Dpghx8 .mbr-section-btn {
  text-align: left;
}
.cid-uJm5Dpghx8 .mbr-text,
.cid-uJm5Dpghx8 .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uJm5Dpghx8 .card-text,
.cid-uJm5Dpghx8 .item .mbr-section-btn {
  text-align: left;
}
.cid-uJm5Dpghx8 .card-title {
  text-align: left;
}
.cid-uJm5Dq4HMB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJm5Dq4HMB img {
  width: 120px;
  margin: auto;
}
.cid-uJm5Dq4HMB .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJm5Dq4HMB .card {
    max-width: 12.5%;
  }
}
.cid-uJm5Dq4HMB .mbr-section-title {
  text-align: left;
}
.cid-uJm5Dq4HMB .mbr-section-subtitle {
  color: #000000;
}
.cid-uJm5DqO9xn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uJm5DqO9xn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJm5DqO9xn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJm5DqO9xn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJm5DqO9xn .container-fluid {
    padding: 0 30px;
  }
}
.cid-uJm5DqO9xn .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJm5DqO9xn .container {
    padding: 0 30px;
  }
}
.cid-uJm5DqO9xn .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-uJm5DqO9xn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-uJm5DqO9xn .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uJm5DqO9xn .embla__slide .card-wrap {
  width: 100%;
}
.cid-uJm5DqO9xn .embla__slide .card-wrap a {
  display: block;
}
.cid-uJm5DqO9xn .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-uJm5DqO9xn .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-uJm5DqO9xn .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-uJm5DqO9xn .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-uJm5DqO9xn .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-uJm5DqO9xn .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uJm5DqO9xn .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-uJm5DqO9xn .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-uJm5DqO9xn .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-uJm5DqO9xn .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-uJm5DqO9xn .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #df3036;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-uJm5DqO9xn .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #df3036;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uJm5DqO9xn .embla__button--next,
.cid-uJm5DqO9xn .embla__button--prev {
  display: flex;
}
.cid-uJm5DqO9xn .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #262626;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uJm5DqO9xn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJm5DqO9xn .embla__button:hover {
  background: transparent;
  color: #df3036;
}
.cid-uJm5DqO9xn .embla__button.embla__button--prev {
  left: 0;
}
.cid-uJm5DqO9xn .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-uJm5DqO9xn .embla__button {
    top: auto;
  }
}
.cid-uJm5DqO9xn .embla {
  position: relative;
  width: 100%;
}
.cid-uJm5DqO9xn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uJm5DqO9xn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJm5DqO9xn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJm5DqO9xn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJm5DqO9xn .mbr-section-title {
  color: #1e1e1e;
}
.cid-uJm5DqO9xn .mbr-date {
  color: #ffffff;
}
.cid-uJm5DqO9xn .mbr-desc {
  color: #df3036;
}
.cid-uJm5DqO9xn .mbr-text {
  color: #ffffff;
}
.cid-uJm5DqO9xn .mbr-text,
.cid-uJm5DqO9xn .mbr-iconfont {
  color: #1e1e1e;
}
.cid-uJm5DrYwNT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uJm5DrYwNT .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uJm5DrYwNT .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uJm5DrYwNT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJm5DrYwNT .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uJm5DrYwNT .container {
    padding: 0 16px;
  }
}
.cid-uJm5DrYwNT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uJm5DrYwNT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJm5DrYwNT .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uJm5DrYwNT .embla__button--next,
.cid-uJm5DrYwNT .embla__button--prev {
  display: flex;
}
.cid-uJm5DrYwNT .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #df3036 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uJm5DrYwNT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJm5DrYwNT .embla__button:hover {
  opacity: .7 !important;
}
.cid-uJm5DrYwNT .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uJm5DrYwNT .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uJm5DrYwNT .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-uJm5DrYwNT .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uJm5DrYwNT .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uJm5DrYwNT .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-uJm5DrYwNT .embla {
  position: relative;
  width: 100%;
}
.cid-uJm5DrYwNT .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uJm5DrYwNT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJm5DrYwNT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJm5DrYwNT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJm5DrYwNT .mbr-section-title {
  color: #df3036;
  text-align: center;
}
.cid-uJm5DsUDRI {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uJm5DsUDRI .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJm5DsUDRI .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJm5DsUDRI .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJm5DsUDRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJm5DsUDRI .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-uJm5DsUDRI .container {
    padding: 0 30px;
  }
}
.cid-uJm5DsUDRI .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uJm5DsUDRI .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJm5DsUDRI .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJm5DsUDRI .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uJm5DsUDRI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJm5DsUDRI .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uJm5DsUDRI .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uJm5DsUDRI .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uJm5DsUDRI .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uJm5DsUDRI .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uJm5DsUDRI .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uJm5DsUDRI .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uJm5DsUDRI .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uJm5DsUDRI .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uJm5DsUDRI .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uJm5DsUDRI .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uJm5DsUDRI .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uJm5DsUDRI .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uJm5DsUDRI .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uJm5DsUDRI .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uJm5DsUDRI .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uJm5DsUDRI .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uJm5DsUDRI .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uJm5DsUDRI .mbr-section-title {
  color: #ffffff;
}
.cid-uJm5DsUDRI .mbr-section-title,
.cid-uJm5DsUDRI .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uJm5DtEhRR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uJm5DtEhRR .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uJm5DtEhRR .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uJm5DtEhRR .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uJm5DtEhRR .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uJm5DtEhRR .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uJm5DtEhRR .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uJm5DtEhRR .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uJm5DtEhRR .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJm5DtEhRR .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uJm5DtEhRR .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJm5DtEhRR .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uJm5DtEhRR .mbr-text {
  text-align: center;
}
.cid-uJooNwUwIW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJooNwUwIW nav.navbar {
  position: fixed;
}
.cid-uJooNwUwIW .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uJooNwUwIW .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uJooNwUwIW .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uJooNwUwIW .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uJooNwUwIW .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uJooNwUwIW .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uJooNwUwIW .dropdown-item:hover,
.cid-uJooNwUwIW .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uJooNwUwIW .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uJooNwUwIW .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uJooNwUwIW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uJooNwUwIW .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uJooNwUwIW .nav-link:hover {
  color: #df3036 !important;
}
.cid-uJooNwUwIW .container {
  display: flex;
  margin: auto;
}
.cid-uJooNwUwIW .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uJooNwUwIW .dropdown-menu,
.cid-uJooNwUwIW .navbar.opened {
  background: #ffffff !important;
}
.cid-uJooNwUwIW .nav-item:focus,
.cid-uJooNwUwIW .nav-link:focus {
  outline: none;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJooNwUwIW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJooNwUwIW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJooNwUwIW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uJooNwUwIW .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uJooNwUwIW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJooNwUwIW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJooNwUwIW .navbar.opened {
  transition: all 0.3s;
}
.cid-uJooNwUwIW .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uJooNwUwIW .navbar .navbar-logo img {
  width: auto;
}
.cid-uJooNwUwIW .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJooNwUwIW .navbar.collapsed {
  justify-content: center;
}
.cid-uJooNwUwIW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJooNwUwIW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJooNwUwIW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uJooNwUwIW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJooNwUwIW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu {
    display: none;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uJooNwUwIW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJooNwUwIW .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uJooNwUwIW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJooNwUwIW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJooNwUwIW .navbar .navbar-buttons,
  .cid-uJooNwUwIW .navbar .icons-menu {
    display: none;
  }
  .cid-uJooNwUwIW .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uJooNwUwIW .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-uJooNwUwIW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJooNwUwIW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJooNwUwIW .dropdown-item.active,
.cid-uJooNwUwIW .dropdown-item:active {
  background-color: transparent;
}
.cid-uJooNwUwIW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJooNwUwIW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJooNwUwIW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJooNwUwIW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJooNwUwIW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJooNwUwIW button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJooNwUwIW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJooNwUwIW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJooNwUwIW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJooNwUwIW .navbar {
    height: 70px;
  }
  .cid-uJooNwUwIW .navbar.opened {
    height: auto;
  }
  .cid-uJooNwUwIW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKxlPb4f3e {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKxlPb4f3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxlPb4f3e .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uKxlPb4f3e .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #cfcfcf;
  z-index: -1;
}
.cid-uKxlPb4f3e img {
  border-radius: 1rem;
}
.cid-uKxlPb4f3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxlPb4f3e .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKxlPb4f3e .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKxlPb4f3e .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKxlPb4f3e .mbr-section-title {
  color: #232323;
}
.cid-uKxlPb4f3e .mbr-section-subtitle,
.cid-uKxlPb4f3e .subtitle-wrap {
  color: #232323;
}
.cid-uKxlPb4f3e .mbr-text,
.cid-uKxlPb4f3e .mbr-section-btn {
  color: #232323;
}
.cid-uJm5XQHolC {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uJm5XQHolC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJm5XQHolC .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-uJm5XQHolC .container {
    padding: 0 16px;
  }
}
.cid-uJm5XQHolC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJm5XQHolC .card-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJm5XQHolC .card-wrapper .card-number .mbr-number {
  display: inline-flex;
  position: relative;
  margin-bottom: 20px;
}
.cid-uJm5XQHolC .card-wrapper .card-number .mbr-number span {
  position: absolute;
  top: 0;
  right: -2rem;
  font-size: 50%;
  color: #df3036;
}
.cid-uJm5XQHolC .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJm5XQHolC .mbr-number {
  color: #ffffff;
}
.cid-uJm5XQHolC .mbr-text {
  color: #df3036;
  text-align: center;
}
.cid-uJm5XQHolC .card-number {
  text-align: center;
}
.cid-uJm5XQHolC .mbr-number,
.cid-uJm5XQHolC .card-number {
  color: #df3036;
}
.cid-uJHSa9vVMJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJHSa9vVMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHSa9vVMJ .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-uJHSa9vVMJ .container {
    padding: 0 30px;
  }
}
.cid-uJHSa9vVMJ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uJHSa9vVMJ .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJHSa9vVMJ .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uJHSa9vVMJ .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJHSa9vVMJ .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uJHSa9vVMJ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uJHSa9vVMJ .items-wrapper {
    display: block;
  }
}
.cid-uJHSa9vVMJ .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #cfcfcf;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-uJHSa9vVMJ .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uJHSa9vVMJ .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #cfcfcf;
  }
}
.cid-uJHSa9vVMJ .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uJHSa9vVMJ .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uJHSa9vVMJ .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uJHSa9vVMJ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uJHSa9vVMJ .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-uJHSa9vVMJ .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uJHSa9vVMJ .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-uJHSa9vVMJ .item-date {
  color: #22654E;
}
.cid-uJHSa9vVMJ .item-title {
  color: #22654E;
}
.cid-uJHSa9vVMJ .item-text {
  color: #1e1e1e;
}
.cid-uJHSa9vVMJ .item-title,
.cid-uJHSa9vVMJ .mbr-section-btn {
  color: #df3036;
}
.cid-uJm5XRk1vv {
  padding-top: 4rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uJm5XRk1vv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJm5XRk1vv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJm5XRk1vv .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uJm5XRk1vv .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uJm5XRk1vv .container {
    padding: 0 22px;
  }
}
.cid-uJm5XRk1vv .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJm5XRk1vv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJm5XRk1vv .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uJm5XRk1vv .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJm5XRk1vv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJm5XRk1vv .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJm5XRk1vv .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJm5XRk1vv .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uJm5XRk1vv .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uJm5XRk1vv .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uJm5XRk1vv .image-wrapper {
  min-height: 420px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
  margin-left: 0;
  margin-right: 55px;
}
@media (max-width: 992px) {
  .cid-uJm5XRk1vv .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJm5XRk1vv .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-uJm5XRk1vv .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
  left: auto;
  right: 0;
}
.cid-uJm5XRk1vv .mbr-desc {
  color: #a7a7a7;
}
.cid-uJm5XRk1vv .mbr-section-title {
  color: #000000;
}
.cid-uJm5XRk1vv .card-title {
  color: #a4a4a1;
}
.cid-uJm5XRk1vv .card-text {
  color: #635d60;
}
.cid-uJm5XRk1vv .mbr-section-title,
.cid-uJm5XRk1vv .mbr-section-btn {
  color: #df3036;
}
.cid-uJm5XS1PL6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJm5XS1PL6 .item:focus,
.cid-uJm5XS1PL6 span:focus {
  outline: none;
}
.cid-uJm5XS1PL6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJm5XS1PL6 .item {
    margin-bottom: 1rem;
  }
}
.cid-uJm5XS1PL6 .mbr-card-title {
  background: #df3036;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uJm5XS1PL6 .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJm5XS1PL6 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJm5XS1PL6 .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uJm5XS1PL6 .item-wrapper {
  position: relative;
  background: #f5f5f5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJm5XS1PL6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJm5XS1PL6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJm5XS1PL6 .mbr-text,
.cid-uJm5XS1PL6 .item .mbr-section-btn {
  text-align: center;
}
.cid-uJm5XS1PL6 .content-head {
  max-width: 800px;
}
.cid-uJm5XS1PL6 .mbr-number {
  color: #ffffff;
}
.cid-uJm5XS1PL6 .mbr-section-subtitle,
.cid-uJm5XS1PL6 .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJm5XS1PL6 .mbr-text {
  text-align: left;
}
.cid-uJm5XS1PL6 .mbr-text,
.cid-uJm5XS1PL6 .mbr-card-btn {
  text-align: left;
}
.cid-uJm5XS1PL6 .mbr-text,
.cid-uJm5XS1PL6 .mbr-section-btn {
  text-align: left;
}
.cid-uJm5XS1PL6 .mbr-text,
.cid-uJm5XS1PL6 .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uJm5XS1PL6 .card-text,
.cid-uJm5XS1PL6 .item .mbr-section-btn {
  text-align: left;
}
.cid-uJm5XS1PL6 .card-title {
  text-align: left;
}
.cid-uJHWmIe1pF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJHWmIe1pF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHWmIe1pF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHWmIe1pF .card {
  justify-content: center;
}
.cid-uJHWmIe1pF .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJHWmIe1pF .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uJHWmIe1pF .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uJHWmIe1pF .mbr-section-btn {
    margin-bottom: 35px;
    text-align: left;
  }
}
.cid-uJHWmIe1pF .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJHWmIe1pF .item {
    margin-bottom: 35px;
  }
}
.cid-uJHWmIe1pF .item:hover .item-wrapper .item-img img,
.cid-uJHWmIe1pF .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uJHWmIe1pF .item .item-wrapper {
  display: grid;
  grid-template-columns: 25px 370px 1fr;
  gap: 62px;
  padding-bottom: 40px;
  border-radius: 0 !important;
  border-bottom: 1px solid #cfcfcf;
}
@media (max-width: 1200px) {
  .cid-uJHWmIe1pF .item .item-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uJHWmIe1pF .item .item-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uJHWmIe1pF .item .item-wrapper .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uJHWmIe1pF .item .item-wrapper .desc-wrapper .item-desc {
  display: inline-flex;
  writing-mode: tb-rl;
  white-space: nowrap;
  transform: rotate(-180deg);
}
@media (max-width: 992px) {
  .cid-uJHWmIe1pF .item .item-wrapper .desc-wrapper .item-desc {
    display: block;
    writing-mode: inherit;
    white-space: inherit;
    transform: none;
    margin-bottom: 0;
  }
}
.cid-uJHWmIe1pF .item .item-wrapper .item-img {
  border-radius: 2rem !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uJHWmIe1pF .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uJHWmIe1pF .item .item-wrapper .item-img img {
  height: 190px;
  border-radius: 2rem;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uJHWmIe1pF .item .item-wrapper .item-content .item-text {
  margin-bottom: 15px;
}
.cid-uJHWmIe1pF .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJHWmIe1pF .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper {
  margin-right: 10px;
}
.cid-uJHWmIe1pF .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #000000;
}
.cid-uJHWmIe1pF .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-uJHWmIe1pF .mbr-section-title {
  color: #000000;
}
.cid-uJHWmIe1pF .item-desc {
  color: #000000;
}
.cid-uJHWmIe1pF .item-text {
  color: #df3036;
}
.cid-uJHWmIe1pF .item-date {
  color: #000000;
}
.cid-uJm5XSLvDI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJm5XSLvDI img {
  width: 120px;
  margin: auto;
}
.cid-uJm5XSLvDI .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJm5XSLvDI .card {
    max-width: 12.5%;
  }
}
.cid-uJm5XSLvDI .mbr-section-title {
  text-align: left;
}
.cid-uJm5XSLvDI .mbr-section-subtitle {
  color: #000000;
}
.cid-uJHQ2gnlFz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJHQ2gnlFz .mbr-media {
  position: relative;
}
.cid-uJHQ2gnlFz .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uJHQ2gnlFz a:hover {
  background-image: none !important;
}
.cid-uJHQ2gnlFz .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uJHQ2gnlFz .card-wrapper {
  border: 1px solid #df3036;
  padding: 0;
  overflow: hidden;
}
.cid-uJHQ2gnlFz .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #df3036;
}
.cid-uJHQ2gnlFz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJHQ2gnlFz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJHQ2gnlFz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJHQ2gnlFz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJHQ2gnlFz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJHQ2gnlFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHQ2gnlFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHQ2gnlFz .mbr-section-title {
  color: #221b35;
}
.cid-uJm5XVsaMB {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uJm5XVsaMB .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJm5XVsaMB .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJm5XVsaMB .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJm5XVsaMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJm5XVsaMB .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-uJm5XVsaMB .container {
    padding: 0 30px;
  }
}
.cid-uJm5XVsaMB .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uJm5XVsaMB .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJm5XVsaMB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJm5XVsaMB .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uJm5XVsaMB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJm5XVsaMB .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uJm5XVsaMB .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uJm5XVsaMB .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uJm5XVsaMB .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uJm5XVsaMB .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uJm5XVsaMB .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uJm5XVsaMB .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uJm5XVsaMB .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uJm5XVsaMB .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uJm5XVsaMB .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uJm5XVsaMB .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uJm5XVsaMB .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uJm5XVsaMB .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uJm5XVsaMB .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uJm5XVsaMB .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uJm5XVsaMB .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uJm5XVsaMB .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uJm5XVsaMB .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uJm5XVsaMB .mbr-section-title {
  color: #ffffff;
}
.cid-uJm5XVsaMB .mbr-section-title,
.cid-uJm5XVsaMB .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uJm5XWg9vZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uJm5XWg9vZ .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uJm5XWg9vZ .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uJm5XWg9vZ .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uJm5XWg9vZ .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uJm5XWg9vZ .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uJm5XWg9vZ .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uJm5XWg9vZ .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uJm5XWg9vZ .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJm5XWg9vZ .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uJm5XWg9vZ .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJm5XWg9vZ .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uJm5XWg9vZ .mbr-text {
  text-align: center;
}
.cid-uJooNwUwIW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJooNwUwIW nav.navbar {
  position: fixed;
}
.cid-uJooNwUwIW .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uJooNwUwIW .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uJooNwUwIW .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uJooNwUwIW .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uJooNwUwIW .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uJooNwUwIW .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uJooNwUwIW .dropdown-item:hover,
.cid-uJooNwUwIW .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uJooNwUwIW .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uJooNwUwIW .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uJooNwUwIW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uJooNwUwIW .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uJooNwUwIW .nav-link:hover {
  color: #df3036 !important;
}
.cid-uJooNwUwIW .container {
  display: flex;
  margin: auto;
}
.cid-uJooNwUwIW .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uJooNwUwIW .dropdown-menu,
.cid-uJooNwUwIW .navbar.opened {
  background: #ffffff !important;
}
.cid-uJooNwUwIW .nav-item:focus,
.cid-uJooNwUwIW .nav-link:focus {
  outline: none;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJooNwUwIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJooNwUwIW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJooNwUwIW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJooNwUwIW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uJooNwUwIW .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uJooNwUwIW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJooNwUwIW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJooNwUwIW .navbar.opened {
  transition: all 0.3s;
}
.cid-uJooNwUwIW .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uJooNwUwIW .navbar .navbar-logo img {
  width: auto;
}
.cid-uJooNwUwIW .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJooNwUwIW .navbar.collapsed {
  justify-content: center;
}
.cid-uJooNwUwIW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJooNwUwIW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJooNwUwIW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uJooNwUwIW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJooNwUwIW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJooNwUwIW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu {
    display: none;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uJooNwUwIW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJooNwUwIW .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uJooNwUwIW .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uJooNwUwIW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJooNwUwIW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJooNwUwIW .navbar .navbar-buttons,
  .cid-uJooNwUwIW .navbar .icons-menu {
    display: none;
  }
  .cid-uJooNwUwIW .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uJooNwUwIW .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-uJooNwUwIW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJooNwUwIW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJooNwUwIW .dropdown-item.active,
.cid-uJooNwUwIW .dropdown-item:active {
  background-color: transparent;
}
.cid-uJooNwUwIW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJooNwUwIW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJooNwUwIW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJooNwUwIW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJooNwUwIW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJooNwUwIW button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJooNwUwIW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJooNwUwIW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJooNwUwIW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJooNwUwIW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJooNwUwIW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJooNwUwIW .navbar {
    height: 70px;
  }
  .cid-uJooNwUwIW .navbar.opened {
    height: auto;
  }
  .cid-uJooNwUwIW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJogSVp6Zf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/11946-1500x1125.jpeg");
}
.cid-uJogSVp6Zf .mbr-text,
.cid-uJogSVp6Zf .mbr-section-btn {
  color: #ffffff;
}
.cid-uJogSVp6Zf .mbr-section-title {
  color: #ffffff;
}
.cid-uJojcKMSnR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJojcKMSnR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uJojcKMSnR .btn {
  box-shadow: none;
  border-radius: 30px;
  padding: 1rem 3rem;
}
.cid-uJojcKMSnR .jq-selectbox li {
  padding: 1em 1.5em;
}
.cid-uJojcKMSnR .col-auto {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}
.cid-uJojcKMSnR .form-control,
.cid-uJojcKMSnR .field-input {
  padding: 0rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  border-bottom: 1px solid #c1c1c1 !important;
  border-radius: 0;
  color: #353535;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uJojcKMSnR .form-control::-webkit-input-placeholder,
.cid-uJojcKMSnR .field-input::-webkit-input-placeholder,
.cid-uJojcKMSnR .form-control::-webkit-input-placeholder,
.cid-uJojcKMSnR .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uJojcKMSnR .form-control:-moz-placeholder,
.cid-uJojcKMSnR .field-input:-moz-placeholder,
.cid-uJojcKMSnR .form-control:-moz-placeholder,
.cid-uJojcKMSnR .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uJojcKMSnR .form-control:hover,
.cid-uJojcKMSnR .field-input:hover,
.cid-uJojcKMSnR .form-control:focus,
.cid-uJojcKMSnR .field-input:focus {
  background-color: #ffffff;
  border-color: transparent!important;
  border-bottom: 1px solid #c1c1c1 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uJojcKMSnR .form-control:hover::-webkit-input-placeholder,
.cid-uJojcKMSnR .field-input:hover::-webkit-input-placeholder,
.cid-uJojcKMSnR .form-control:focus::-webkit-input-placeholder,
.cid-uJojcKMSnR .field-input:focus::-webkit-input-placeholder,
.cid-uJojcKMSnR .form-control:hover::-webkit-input-placeholder,
.cid-uJojcKMSnR .field-input:hover::-webkit-input-placeholder,
.cid-uJojcKMSnR .form-control:focus::-webkit-input-placeholder,
.cid-uJojcKMSnR .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uJojcKMSnR .form-control:hover:-moz-placeholder,
.cid-uJojcKMSnR .field-input:hover:-moz-placeholder,
.cid-uJojcKMSnR .form-control:focus:-moz-placeholder,
.cid-uJojcKMSnR .field-input:focus:-moz-placeholder,
.cid-uJojcKMSnR .form-control:hover:-moz-placeholder,
.cid-uJojcKMSnR .field-input:hover:-moz-placeholder,
.cid-uJojcKMSnR .form-control:focus:-moz-placeholder,
.cid-uJojcKMSnR .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uJojcKMSnR .jq-number__spin:hover,
.cid-uJojcKMSnR .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uJojcKMSnR .jq-number__spin {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #353535;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uJojcKMSnR .jq-selectbox li,
.cid-uJojcKMSnR .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uJojcKMSnR .jq-selectbox li:hover,
.cid-uJojcKMSnR .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uJojcKMSnR .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uJojcKMSnR .jq-number__spin.minus:hover:after,
.cid-uJojcKMSnR .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uJojcKMSnR .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uJojcKMSnR .jq-number__spin.minus:after,
.cid-uJojcKMSnR .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uJojcKMSnR input::-webkit-clear-button {
  display: none;
}
.cid-uJojcKMSnR input::-webkit-inner-spin-button {
  display: none;
}
.cid-uJojcKMSnR input::-webkit-outer-spin-button {
  display: none;
}
.cid-uJojcKMSnR input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uJojcKMSnR .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: black!important;
}
.cid-uJojcKMSnR .jq-selectbox__dropdown {
  border-radius: 0;
}
.cid-uK3gHjln8G {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1e1e1e;
}
.cid-uK3gHjln8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3gHjln8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3gHjln8G .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uK3gHjln8G .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uK3gHjln8G .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uK3gHjln8G .container {
    padding: 0 20px;
  }
}
.cid-uK3gHjln8G .row {
  justify-content: center;
}
.cid-uK3gHjln8G .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uK3gHjln8G .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uK3gHjln8G .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uK3gHjln8G .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uK3gHjln8G .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uK3gHjln8G .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uK3gHjln8G .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uK3gHjln8G .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uK3gHjln8G .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uK3gHjln8G .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uK3gHjln8G .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
  line-height: 1.6;
}
.cid-uK3gHjln8G .mbr-section-title {
  color: #ffffff;
}
.cid-uK3gHjln8G .item-title {
  color: #070035;
}
.cid-uK3gHjln8G .item-text {
  color: #ffffff;
}
.cid-uK3gHjln8G .item-title,
.cid-uK3gHjln8G .icon-wrapper {
  color: #ffffff;
}
.cid-uJogSYKh0x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uJogSYKh0x .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uJogSYKh0x .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uJogSYKh0x .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uJogSYKh0x .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uJogSYKh0x .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uJogSYKh0x .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uJogSYKh0x .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uJogSYKh0x .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJogSYKh0x .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uJogSYKh0x .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJogSYKh0x .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uJogSYKh0x .mbr-text {
  text-align: center;
}
.cid-uJI95GpiQx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJI95GpiQx nav.navbar {
  position: fixed;
}
.cid-uJI95GpiQx .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uJI95GpiQx .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uJI95GpiQx .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uJI95GpiQx .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uJI95GpiQx .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uJI95GpiQx .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uJI95GpiQx .dropdown-item:hover,
.cid-uJI95GpiQx .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uJI95GpiQx .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uJI95GpiQx .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uJI95GpiQx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uJI95GpiQx .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uJI95GpiQx .nav-link:hover {
  color: #df3036 !important;
}
.cid-uJI95GpiQx .container {
  display: flex;
  margin: auto;
}
.cid-uJI95GpiQx .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uJI95GpiQx .dropdown-menu,
.cid-uJI95GpiQx .navbar.opened {
  background: #ffffff !important;
}
.cid-uJI95GpiQx .nav-item:focus,
.cid-uJI95GpiQx .nav-link:focus {
  outline: none;
}
.cid-uJI95GpiQx .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uJI95GpiQx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJI95GpiQx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJI95GpiQx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJI95GpiQx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJI95GpiQx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJI95GpiQx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uJI95GpiQx .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uJI95GpiQx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJI95GpiQx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJI95GpiQx .navbar.opened {
  transition: all 0.3s;
}
.cid-uJI95GpiQx .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uJI95GpiQx .navbar .navbar-logo img {
  width: auto;
}
.cid-uJI95GpiQx .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJI95GpiQx .navbar.collapsed {
  justify-content: center;
}
.cid-uJI95GpiQx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJI95GpiQx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJI95GpiQx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJI95GpiQx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJI95GpiQx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJI95GpiQx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uJI95GpiQx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJI95GpiQx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJI95GpiQx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJI95GpiQx .navbar .dropdown-menu {
    display: none;
  }
  .cid-uJI95GpiQx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJI95GpiQx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJI95GpiQx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uJI95GpiQx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJI95GpiQx .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uJI95GpiQx .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uJI95GpiQx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJI95GpiQx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJI95GpiQx .navbar .navbar-buttons,
  .cid-uJI95GpiQx .navbar .icons-menu {
    display: none;
  }
  .cid-uJI95GpiQx .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uJI95GpiQx .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-uJI95GpiQx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJI95GpiQx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJI95GpiQx .dropdown-item.active,
.cid-uJI95GpiQx .dropdown-item:active {
  background-color: transparent;
}
.cid-uJI95GpiQx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJI95GpiQx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJI95GpiQx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJI95GpiQx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJI95GpiQx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJI95GpiQx button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJI95GpiQx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uJI95GpiQx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJI95GpiQx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJI95GpiQx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJI95GpiQx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJI95GpiQx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJI95GpiQx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJI95GpiQx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJI95GpiQx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJI95GpiQx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJI95GpiQx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJI95GpiQx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJI95GpiQx .navbar {
    height: 70px;
  }
  .cid-uJI95GpiQx .navbar.opened {
    height: auto;
  }
  .cid-uJI95GpiQx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJI95HgHcT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/5570-1500x1200.jpeg");
}
.cid-uJI95HgHcT .mbr-text,
.cid-uJI95HgHcT .mbr-section-btn {
  color: #ffffff;
}
.cid-uJI95HgHcT .mbr-section-title {
  color: #ffffff;
}
.cid-uJI95IWCNw {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uJI95IWCNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJI95IWCNw .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-uJI95IWCNw .container {
    padding: 0 16px;
  }
}
.cid-uJI95IWCNw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJI95IWCNw .card-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJI95IWCNw .card-wrapper .card-number .mbr-number {
  display: inline-flex;
  position: relative;
  margin-bottom: 20px;
}
.cid-uJI95IWCNw .card-wrapper .card-number .mbr-number span {
  position: absolute;
  top: 0;
  right: -2rem;
  font-size: 50%;
  color: #df3036;
}
.cid-uJI95IWCNw .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJI95IWCNw .mbr-number {
  color: #ffffff;
}
.cid-uJI95IWCNw .mbr-text {
  color: #df3036;
  text-align: center;
}
.cid-uJI95IWCNw .card-number {
  text-align: center;
}
.cid-uJI95IWCNw .mbr-number,
.cid-uJI95IWCNw .card-number {
  color: #df3036;
}
.cid-uJIc5J5pz2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uJIc5J5pz2 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uJIc5J5pz2 .card-img {
  padding-bottom: 2rem;
}
.cid-uJIc5J5pz2 .mbr-text {
  color: #767676;
}
.cid-uJIc5J5pz2 span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uJIc5J5pz2 .mbr-section-btn {
  margin-left: 0;
}
.cid-uJIc5J5pz2 .date {
  color: #ffffff;
}
.cid-uJIc5J5pz2 .date span {
  display: inline-block;
  background-color: #df3036;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uJIc5J5pz2 .card-title {
    text-align: center;
  }
  .cid-uJIc5J5pz2 p.mbr-text,
  .cid-uJIc5J5pz2 p.date {
    text-align: center;
  }
}
.cid-uJIc5J5pz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIc5J5pz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJIi1cN1cA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uJIi1cN1cA .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uJIi1cN1cA .card-img {
  padding-bottom: 2rem;
}
.cid-uJIi1cN1cA .mbr-text {
  color: #767676;
}
.cid-uJIi1cN1cA span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uJIi1cN1cA .mbr-section-btn {
  margin-left: 0;
}
.cid-uJIi1cN1cA .date {
  color: #df3036;
}
.cid-uJIi1cN1cA .date span {
  display: inline-block;
  background-color: #df3036;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uJIi1cN1cA .card-title {
    text-align: center;
  }
  .cid-uJIi1cN1cA p.mbr-text,
  .cid-uJIi1cN1cA p.date {
    text-align: center;
  }
}
.cid-uJIi1cN1cA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIi1cN1cA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnPIG6BK0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uKnPIG6BK0 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uKnPIG6BK0 .card-img {
  padding-bottom: 2rem;
}
.cid-uKnPIG6BK0 .mbr-text {
  color: #767676;
}
.cid-uKnPIG6BK0 span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uKnPIG6BK0 .mbr-section-btn {
  margin-left: 0;
}
.cid-uKnPIG6BK0 .date {
  color: #df3036;
}
.cid-uKnPIG6BK0 .date span {
  display: inline-block;
  background-color: #df3036;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uKnPIG6BK0 .card-title {
    text-align: center;
  }
  .cid-uKnPIG6BK0 p.mbr-text,
  .cid-uKnPIG6BK0 p.date {
    text-align: center;
  }
}
.cid-uKnPIG6BK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnPIG6BK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnPJgZbDM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uKnPJgZbDM .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uKnPJgZbDM .card-img {
  padding-bottom: 2rem;
}
.cid-uKnPJgZbDM .mbr-text {
  color: #767676;
}
.cid-uKnPJgZbDM span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uKnPJgZbDM .mbr-section-btn {
  margin-left: 0;
}
.cid-uKnPJgZbDM .date {
  color: #df3036;
}
.cid-uKnPJgZbDM .date span {
  display: inline-block;
  background-color: #df3036;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uKnPJgZbDM .card-title {
    text-align: center;
  }
  .cid-uKnPJgZbDM p.mbr-text,
  .cid-uKnPJgZbDM p.date {
    text-align: center;
  }
}
.cid-uKnPJgZbDM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnPJgZbDM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnXpb2WHf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uKnXpb2WHf .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uKnXpb2WHf .card-img {
  padding-bottom: 2rem;
}
.cid-uKnXpb2WHf .mbr-text {
  color: #767676;
}
.cid-uKnXpb2WHf span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uKnXpb2WHf .mbr-section-btn {
  margin-left: 0;
}
.cid-uKnXpb2WHf .date {
  color: #ffffff;
}
.cid-uKnXpb2WHf .date span {
  display: inline-block;
  background-color: #df3036;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uKnXpb2WHf .card-title {
    text-align: center;
  }
  .cid-uKnXpb2WHf p.mbr-text,
  .cid-uKnXpb2WHf p.date {
    text-align: center;
  }
}
.cid-uKnXpb2WHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnXpb2WHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJI95LsHeX {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uJI95LsHeX .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJI95LsHeX .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJI95LsHeX .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJI95LsHeX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJI95LsHeX .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-uJI95LsHeX .container {
    padding: 0 30px;
  }
}
.cid-uJI95LsHeX .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uJI95LsHeX .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJI95LsHeX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJI95LsHeX .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uJI95LsHeX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJI95LsHeX .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uJI95LsHeX .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uJI95LsHeX .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uJI95LsHeX .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uJI95LsHeX .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uJI95LsHeX .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uJI95LsHeX .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uJI95LsHeX .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uJI95LsHeX .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uJI95LsHeX .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uJI95LsHeX .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uJI95LsHeX .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uJI95LsHeX .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uJI95LsHeX .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uJI95LsHeX .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uJI95LsHeX .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uJI95LsHeX .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uJI95LsHeX .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uJI95LsHeX .mbr-section-title {
  color: #ffffff;
}
.cid-uJI95LsHeX .mbr-section-title,
.cid-uJI95LsHeX .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uJI95LVw25 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uJI95LVw25 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uJI95LVw25 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uJI95LVw25 .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uJI95LVw25 .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uJI95LVw25 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uJI95LVw25 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uJI95LVw25 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uJI95LVw25 .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJI95LVw25 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uJI95LVw25 .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJI95LVw25 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uJI95LVw25 .mbr-text {
  text-align: center;
}
.cid-uJIsNFFCqs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJIsNFFCqs nav.navbar {
  position: fixed;
}
.cid-uJIsNFFCqs .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uJIsNFFCqs .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uJIsNFFCqs .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uJIsNFFCqs .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uJIsNFFCqs .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uJIsNFFCqs .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uJIsNFFCqs .dropdown-item:hover,
.cid-uJIsNFFCqs .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uJIsNFFCqs .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uJIsNFFCqs .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uJIsNFFCqs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uJIsNFFCqs .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uJIsNFFCqs .nav-link:hover {
  color: #df3036 !important;
}
.cid-uJIsNFFCqs .container {
  display: flex;
  margin: auto;
}
.cid-uJIsNFFCqs .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uJIsNFFCqs .dropdown-menu,
.cid-uJIsNFFCqs .navbar.opened {
  background: #ffffff !important;
}
.cid-uJIsNFFCqs .nav-item:focus,
.cid-uJIsNFFCqs .nav-link:focus {
  outline: none;
}
.cid-uJIsNFFCqs .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uJIsNFFCqs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJIsNFFCqs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJIsNFFCqs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJIsNFFCqs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJIsNFFCqs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJIsNFFCqs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uJIsNFFCqs .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uJIsNFFCqs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJIsNFFCqs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJIsNFFCqs .navbar.opened {
  transition: all 0.3s;
}
.cid-uJIsNFFCqs .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uJIsNFFCqs .navbar .navbar-logo img {
  width: auto;
}
.cid-uJIsNFFCqs .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJIsNFFCqs .navbar.collapsed {
  justify-content: center;
}
.cid-uJIsNFFCqs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJIsNFFCqs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJIsNFFCqs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJIsNFFCqs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJIsNFFCqs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJIsNFFCqs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uJIsNFFCqs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJIsNFFCqs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJIsNFFCqs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJIsNFFCqs .navbar .dropdown-menu {
    display: none;
  }
  .cid-uJIsNFFCqs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJIsNFFCqs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJIsNFFCqs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uJIsNFFCqs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJIsNFFCqs .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uJIsNFFCqs .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uJIsNFFCqs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJIsNFFCqs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJIsNFFCqs .navbar .navbar-buttons,
  .cid-uJIsNFFCqs .navbar .icons-menu {
    display: none;
  }
  .cid-uJIsNFFCqs .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uJIsNFFCqs .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-uJIsNFFCqs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJIsNFFCqs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJIsNFFCqs .dropdown-item.active,
.cid-uJIsNFFCqs .dropdown-item:active {
  background-color: transparent;
}
.cid-uJIsNFFCqs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJIsNFFCqs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJIsNFFCqs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJIsNFFCqs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJIsNFFCqs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJIsNFFCqs button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJIsNFFCqs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uJIsNFFCqs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJIsNFFCqs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJIsNFFCqs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJIsNFFCqs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJIsNFFCqs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJIsNFFCqs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJIsNFFCqs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJIsNFFCqs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJIsNFFCqs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJIsNFFCqs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJIsNFFCqs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJIsNFFCqs .navbar {
    height: 70px;
  }
  .cid-uJIsNFFCqs .navbar.opened {
    height: auto;
  }
  .cid-uJIsNFFCqs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJIsNG1xZL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJIsNG1xZL .card-text {
  background-color: #fafafa;
  padding: 1.5rem;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #f24d4a;
}
.cid-uJIsNG1xZL .media-container-column {
  margin-bottom: 2rem;
}
.cid-uJIsNG1xZL .mbr-content-text {
  text-align: left;
}
.cid-uJIsNG1xZL .numder {
  text-align: left;
  color: #000000;
}
.cid-uJIsNG1xZL H4 {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJIsNG1xZL .panel-item {
    margin-bottom: 1.5rem;
  }
}
.cid-uJIsNG1xZL .number {
  text-align: left;
  color: #232323;
}
.cid-uJIsNG1xZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIsNG1xZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiOP2TnOu {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uLiOP2TnOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiOP2TnOu .card-link {
  position: relative;
  width: fit-content;
}
.cid-uLiOP2TnOu .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uLiOP2TnOu .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uLiOP2TnOu .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uLiOP2TnOu .item-wrapper:hover {
  background: #f24d4a;
  transform: translateY(-5px);
}
.cid-uLiOP2TnOu .item-wrapper:hover .card-title,
.cid-uLiOP2TnOu .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uLiOP2TnOu .item-wrapper:hover span,
.cid-uLiOP2TnOu .item-wrapper:hover .card-link,
.cid-uLiOP2TnOu .item-wrapper:hover .card-link a {
  color: #df3036 !important;
}
.cid-uLiOP2TnOu .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uLiOP2TnOu .card-title,
.cid-uLiOP2TnOu .card-text,
.cid-uLiOP2TnOu .card-link,
.cid-uLiOP2TnOu .card-link a {
  transition: all 0.3s;
}
.cid-uLiOP2TnOu .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uLiOP2TnOu .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uLiOP2TnOu .link-wrapper:hover {
  cursor: pointer;
}
.cid-uLiOP2TnOu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #f24d4a;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLiOP2TnOu .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uLiOP2TnOu .card-title,
.cid-uLiOP2TnOu .iconfont-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uLiOP2TnOu .card-text {
  color: #232323;
  text-align: left;
}
.cid-uLiOP2TnOu .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uLiOP2TnOu .card-link,
.cid-uLiOP2TnOu .link-icon,
.cid-uLiOP2TnOu .link-align {
  color: #232323;
}
.cid-uLiOP2TnOu .mbr-section-subtitle {
  text-align: left;
}
.cid-uJIsNGPQXH {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uJIsNGPQXH .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJIsNGPQXH .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJIsNGPQXH .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJIsNGPQXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIsNGPQXH .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-uJIsNGPQXH .container {
    padding: 0 30px;
  }
}
.cid-uJIsNGPQXH .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uJIsNGPQXH .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJIsNGPQXH .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJIsNGPQXH .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uJIsNGPQXH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJIsNGPQXH .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uJIsNGPQXH .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uJIsNGPQXH .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uJIsNGPQXH .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uJIsNGPQXH .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uJIsNGPQXH .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uJIsNGPQXH .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uJIsNGPQXH .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uJIsNGPQXH .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uJIsNGPQXH .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uJIsNGPQXH .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uJIsNGPQXH .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uJIsNGPQXH .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uJIsNGPQXH .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uJIsNGPQXH .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uJIsNGPQXH .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uJIsNGPQXH .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uJIsNGPQXH .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uJIsNGPQXH .mbr-section-title {
  color: #ffffff;
}
.cid-uJIsNGPQXH .mbr-section-title,
.cid-uJIsNGPQXH .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uJIsNHgtUy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uJIsNHgtUy .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uJIsNHgtUy .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uJIsNHgtUy .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uJIsNHgtUy .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uJIsNHgtUy .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uJIsNHgtUy .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uJIsNHgtUy .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uJIsNHgtUy .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJIsNHgtUy .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uJIsNHgtUy .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJIsNHgtUy .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uJIsNHgtUy .mbr-text {
  text-align: center;
}
.cid-uJIlFqpCxd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJIlFqpCxd nav.navbar {
  position: fixed;
}
.cid-uJIlFqpCxd .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uJIlFqpCxd .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uJIlFqpCxd .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uJIlFqpCxd .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uJIlFqpCxd .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uJIlFqpCxd .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uJIlFqpCxd .dropdown-item:hover,
.cid-uJIlFqpCxd .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uJIlFqpCxd .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uJIlFqpCxd .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uJIlFqpCxd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uJIlFqpCxd .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uJIlFqpCxd .nav-link:hover {
  color: #df3036 !important;
}
.cid-uJIlFqpCxd .container {
  display: flex;
  margin: auto;
}
.cid-uJIlFqpCxd .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uJIlFqpCxd .dropdown-menu,
.cid-uJIlFqpCxd .navbar.opened {
  background: #ffffff !important;
}
.cid-uJIlFqpCxd .nav-item:focus,
.cid-uJIlFqpCxd .nav-link:focus {
  outline: none;
}
.cid-uJIlFqpCxd .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uJIlFqpCxd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJIlFqpCxd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJIlFqpCxd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJIlFqpCxd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJIlFqpCxd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJIlFqpCxd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uJIlFqpCxd .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uJIlFqpCxd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJIlFqpCxd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJIlFqpCxd .navbar.opened {
  transition: all 0.3s;
}
.cid-uJIlFqpCxd .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uJIlFqpCxd .navbar .navbar-logo img {
  width: auto;
}
.cid-uJIlFqpCxd .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJIlFqpCxd .navbar.collapsed {
  justify-content: center;
}
.cid-uJIlFqpCxd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJIlFqpCxd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJIlFqpCxd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJIlFqpCxd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJIlFqpCxd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJIlFqpCxd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uJIlFqpCxd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJIlFqpCxd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJIlFqpCxd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJIlFqpCxd .navbar .dropdown-menu {
    display: none;
  }
  .cid-uJIlFqpCxd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJIlFqpCxd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJIlFqpCxd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uJIlFqpCxd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJIlFqpCxd .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uJIlFqpCxd .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uJIlFqpCxd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJIlFqpCxd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJIlFqpCxd .navbar .navbar-buttons,
  .cid-uJIlFqpCxd .navbar .icons-menu {
    display: none;
  }
  .cid-uJIlFqpCxd .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uJIlFqpCxd .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-uJIlFqpCxd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJIlFqpCxd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJIlFqpCxd .dropdown-item.active,
.cid-uJIlFqpCxd .dropdown-item:active {
  background-color: transparent;
}
.cid-uJIlFqpCxd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJIlFqpCxd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJIlFqpCxd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJIlFqpCxd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJIlFqpCxd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJIlFqpCxd button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJIlFqpCxd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uJIlFqpCxd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJIlFqpCxd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJIlFqpCxd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJIlFqpCxd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJIlFqpCxd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJIlFqpCxd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJIlFqpCxd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJIlFqpCxd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJIlFqpCxd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJIlFqpCxd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJIlFqpCxd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJIlFqpCxd .navbar {
    height: 70px;
  }
  .cid-uJIlFqpCxd .navbar.opened {
    height: auto;
  }
  .cid-uJIlFqpCxd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJImg5qFZg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJImg5qFZg .card-text {
  background-color: #fafafa;
  padding: 1.5rem;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #f24d4a;
}
.cid-uJImg5qFZg .media-container-column {
  margin-bottom: 2rem;
}
.cid-uJImg5qFZg .mbr-content-text {
  text-align: left;
}
.cid-uJImg5qFZg .numder {
  text-align: left;
  color: #000000;
}
.cid-uJImg5qFZg H4 {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJImg5qFZg .panel-item {
    margin-bottom: 1.5rem;
  }
}
.cid-uJImg5qFZg .number {
  text-align: left;
  color: #232323;
}
.cid-uJImg5qFZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJImg5qFZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiP8jjqM0 {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uLiP8jjqM0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiP8jjqM0 .card-link {
  position: relative;
  width: fit-content;
}
.cid-uLiP8jjqM0 .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uLiP8jjqM0 .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uLiP8jjqM0 .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uLiP8jjqM0 .item-wrapper:hover {
  background: #f24d4a;
  transform: translateY(-5px);
}
.cid-uLiP8jjqM0 .item-wrapper:hover .card-title,
.cid-uLiP8jjqM0 .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uLiP8jjqM0 .item-wrapper:hover span,
.cid-uLiP8jjqM0 .item-wrapper:hover .card-link,
.cid-uLiP8jjqM0 .item-wrapper:hover .card-link a {
  color: #df3036 !important;
}
.cid-uLiP8jjqM0 .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uLiP8jjqM0 .card-title,
.cid-uLiP8jjqM0 .card-text,
.cid-uLiP8jjqM0 .card-link,
.cid-uLiP8jjqM0 .card-link a {
  transition: all 0.3s;
}
.cid-uLiP8jjqM0 .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uLiP8jjqM0 .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uLiP8jjqM0 .link-wrapper:hover {
  cursor: pointer;
}
.cid-uLiP8jjqM0 .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #f24d4a;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLiP8jjqM0 .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uLiP8jjqM0 .card-title,
.cid-uLiP8jjqM0 .iconfont-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uLiP8jjqM0 .card-text {
  color: #232323;
  text-align: left;
}
.cid-uLiP8jjqM0 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uLiP8jjqM0 .card-link,
.cid-uLiP8jjqM0 .link-icon,
.cid-uLiP8jjqM0 .link-align {
  color: #232323;
}
.cid-uLiP8jjqM0 .mbr-section-subtitle {
  text-align: left;
}
.cid-uJIlFvgJz2 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uJIlFvgJz2 .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJIlFvgJz2 .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJIlFvgJz2 .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJIlFvgJz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIlFvgJz2 .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-uJIlFvgJz2 .container {
    padding: 0 30px;
  }
}
.cid-uJIlFvgJz2 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uJIlFvgJz2 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJIlFvgJz2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJIlFvgJz2 .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uJIlFvgJz2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJIlFvgJz2 .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uJIlFvgJz2 .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uJIlFvgJz2 .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uJIlFvgJz2 .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uJIlFvgJz2 .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uJIlFvgJz2 .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uJIlFvgJz2 .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uJIlFvgJz2 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uJIlFvgJz2 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uJIlFvgJz2 .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uJIlFvgJz2 .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uJIlFvgJz2 .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uJIlFvgJz2 .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uJIlFvgJz2 .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uJIlFvgJz2 .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uJIlFvgJz2 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uJIlFvgJz2 .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uJIlFvgJz2 .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uJIlFvgJz2 .mbr-section-title {
  color: #ffffff;
}
.cid-uJIlFvgJz2 .mbr-section-title,
.cid-uJIlFvgJz2 .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uJIlFvRMUD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uJIlFvRMUD .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uJIlFvRMUD .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uJIlFvRMUD .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uJIlFvRMUD .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uJIlFvRMUD .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uJIlFvRMUD .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uJIlFvRMUD .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uJIlFvRMUD .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJIlFvRMUD .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uJIlFvRMUD .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJIlFvRMUD .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uJIlFvRMUD .mbr-text {
  text-align: center;
}
.cid-uJIurp3UfQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJIurp3UfQ nav.navbar {
  position: fixed;
}
.cid-uJIurp3UfQ .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uJIurp3UfQ .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uJIurp3UfQ .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uJIurp3UfQ .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uJIurp3UfQ .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uJIurp3UfQ .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uJIurp3UfQ .dropdown-item:hover,
.cid-uJIurp3UfQ .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uJIurp3UfQ .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uJIurp3UfQ .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uJIurp3UfQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uJIurp3UfQ .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uJIurp3UfQ .nav-link:hover {
  color: #df3036 !important;
}
.cid-uJIurp3UfQ .container {
  display: flex;
  margin: auto;
}
.cid-uJIurp3UfQ .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uJIurp3UfQ .dropdown-menu,
.cid-uJIurp3UfQ .navbar.opened {
  background: #ffffff !important;
}
.cid-uJIurp3UfQ .nav-item:focus,
.cid-uJIurp3UfQ .nav-link:focus {
  outline: none;
}
.cid-uJIurp3UfQ .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uJIurp3UfQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJIurp3UfQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJIurp3UfQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJIurp3UfQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJIurp3UfQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJIurp3UfQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uJIurp3UfQ .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uJIurp3UfQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJIurp3UfQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJIurp3UfQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJIurp3UfQ .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uJIurp3UfQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uJIurp3UfQ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJIurp3UfQ .navbar.collapsed {
  justify-content: center;
}
.cid-uJIurp3UfQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJIurp3UfQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJIurp3UfQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJIurp3UfQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJIurp3UfQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJIurp3UfQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uJIurp3UfQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJIurp3UfQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJIurp3UfQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJIurp3UfQ .navbar .dropdown-menu {
    display: none;
  }
  .cid-uJIurp3UfQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJIurp3UfQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJIurp3UfQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uJIurp3UfQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJIurp3UfQ .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uJIurp3UfQ .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uJIurp3UfQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJIurp3UfQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJIurp3UfQ .navbar .navbar-buttons,
  .cid-uJIurp3UfQ .navbar .icons-menu {
    display: none;
  }
  .cid-uJIurp3UfQ .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uJIurp3UfQ .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-uJIurp3UfQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJIurp3UfQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJIurp3UfQ .dropdown-item.active,
.cid-uJIurp3UfQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJIurp3UfQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJIurp3UfQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJIurp3UfQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJIurp3UfQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJIurp3UfQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJIurp3UfQ button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJIurp3UfQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uJIurp3UfQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJIurp3UfQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJIurp3UfQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJIurp3UfQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJIurp3UfQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJIurp3UfQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJIurp3UfQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJIurp3UfQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJIurp3UfQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJIurp3UfQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJIurp3UfQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJIurp3UfQ .navbar {
    height: 70px;
  }
  .cid-uJIurp3UfQ .navbar.opened {
    height: auto;
  }
  .cid-uJIurp3UfQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJIurpuqNk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJIurpuqNk .card-text {
  background-color: #fafafa;
  padding: 1.5rem;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #f24d4a;
}
.cid-uJIurpuqNk .media-container-column {
  margin-bottom: 2rem;
}
.cid-uJIurpuqNk .mbr-content-text {
  text-align: left;
}
.cid-uJIurpuqNk .numder {
  text-align: left;
  color: #000000;
}
.cid-uJIurpuqNk H4 {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJIurpuqNk .panel-item {
    margin-bottom: 1.5rem;
  }
}
.cid-uJIurpuqNk .number {
  text-align: left;
  color: #232323;
}
.cid-uJIurpuqNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIurpuqNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiOzMrniK {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uLiOzMrniK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiOzMrniK .card-link {
  position: relative;
  width: fit-content;
}
.cid-uLiOzMrniK .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uLiOzMrniK .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uLiOzMrniK .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uLiOzMrniK .item-wrapper:hover {
  background: #f24d4a;
  transform: translateY(-5px);
}
.cid-uLiOzMrniK .item-wrapper:hover .card-title,
.cid-uLiOzMrniK .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uLiOzMrniK .item-wrapper:hover span,
.cid-uLiOzMrniK .item-wrapper:hover .card-link,
.cid-uLiOzMrniK .item-wrapper:hover .card-link a {
  color: #df3036 !important;
}
.cid-uLiOzMrniK .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uLiOzMrniK .card-title,
.cid-uLiOzMrniK .card-text,
.cid-uLiOzMrniK .card-link,
.cid-uLiOzMrniK .card-link a {
  transition: all 0.3s;
}
.cid-uLiOzMrniK .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uLiOzMrniK .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uLiOzMrniK .link-wrapper:hover {
  cursor: pointer;
}
.cid-uLiOzMrniK .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #f24d4a;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLiOzMrniK .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uLiOzMrniK .card-title,
.cid-uLiOzMrniK .iconfont-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uLiOzMrniK .card-text {
  color: #232323;
  text-align: left;
}
.cid-uLiOzMrniK .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uLiOzMrniK .card-link,
.cid-uLiOzMrniK .link-icon,
.cid-uLiOzMrniK .link-align {
  color: #232323;
}
.cid-uLiOzMrniK .mbr-section-subtitle {
  text-align: left;
}
.cid-uJIurqck5E {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uJIurqck5E .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJIurqck5E .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJIurqck5E .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJIurqck5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIurqck5E .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-uJIurqck5E .container {
    padding: 0 30px;
  }
}
.cid-uJIurqck5E .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uJIurqck5E .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJIurqck5E .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJIurqck5E .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uJIurqck5E .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJIurqck5E .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uJIurqck5E .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uJIurqck5E .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uJIurqck5E .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uJIurqck5E .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uJIurqck5E .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uJIurqck5E .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uJIurqck5E .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uJIurqck5E .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uJIurqck5E .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uJIurqck5E .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uJIurqck5E .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uJIurqck5E .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uJIurqck5E .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uJIurqck5E .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uJIurqck5E .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uJIurqck5E .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uJIurqck5E .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uJIurqck5E .mbr-section-title {
  color: #ffffff;
}
.cid-uJIurqck5E .mbr-section-title,
.cid-uJIurqck5E .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uJIurqEKLp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uJIurqEKLp .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uJIurqEKLp .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uJIurqEKLp .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uJIurqEKLp .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uJIurqEKLp .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uJIurqEKLp .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uJIurqEKLp .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uJIurqEKLp .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJIurqEKLp .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uJIurqEKLp .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJIurqEKLp .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uJIurqEKLp .mbr-text {
  text-align: center;
}
.cid-uJIvJUo8RG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJIvJUo8RG nav.navbar {
  position: fixed;
}
.cid-uJIvJUo8RG .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uJIvJUo8RG .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uJIvJUo8RG .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uJIvJUo8RG .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uJIvJUo8RG .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uJIvJUo8RG .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uJIvJUo8RG .dropdown-item:hover,
.cid-uJIvJUo8RG .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uJIvJUo8RG .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uJIvJUo8RG .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uJIvJUo8RG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uJIvJUo8RG .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uJIvJUo8RG .nav-link:hover {
  color: #df3036 !important;
}
.cid-uJIvJUo8RG .container {
  display: flex;
  margin: auto;
}
.cid-uJIvJUo8RG .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uJIvJUo8RG .dropdown-menu,
.cid-uJIvJUo8RG .navbar.opened {
  background: #ffffff !important;
}
.cid-uJIvJUo8RG .nav-item:focus,
.cid-uJIvJUo8RG .nav-link:focus {
  outline: none;
}
.cid-uJIvJUo8RG .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uJIvJUo8RG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJIvJUo8RG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJIvJUo8RG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJIvJUo8RG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJIvJUo8RG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJIvJUo8RG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uJIvJUo8RG .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uJIvJUo8RG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJIvJUo8RG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJIvJUo8RG .navbar.opened {
  transition: all 0.3s;
}
.cid-uJIvJUo8RG .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uJIvJUo8RG .navbar .navbar-logo img {
  width: auto;
}
.cid-uJIvJUo8RG .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJIvJUo8RG .navbar.collapsed {
  justify-content: center;
}
.cid-uJIvJUo8RG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJIvJUo8RG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJIvJUo8RG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJIvJUo8RG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJIvJUo8RG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJIvJUo8RG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uJIvJUo8RG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJIvJUo8RG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJIvJUo8RG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJIvJUo8RG .navbar .dropdown-menu {
    display: none;
  }
  .cid-uJIvJUo8RG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJIvJUo8RG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJIvJUo8RG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uJIvJUo8RG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJIvJUo8RG .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uJIvJUo8RG .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uJIvJUo8RG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJIvJUo8RG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJIvJUo8RG .navbar .navbar-buttons,
  .cid-uJIvJUo8RG .navbar .icons-menu {
    display: none;
  }
  .cid-uJIvJUo8RG .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uJIvJUo8RG .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-uJIvJUo8RG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJIvJUo8RG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJIvJUo8RG .dropdown-item.active,
.cid-uJIvJUo8RG .dropdown-item:active {
  background-color: transparent;
}
.cid-uJIvJUo8RG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJIvJUo8RG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJIvJUo8RG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJIvJUo8RG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJIvJUo8RG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJIvJUo8RG button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJIvJUo8RG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uJIvJUo8RG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJIvJUo8RG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJIvJUo8RG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJIvJUo8RG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJIvJUo8RG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJIvJUo8RG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJIvJUo8RG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJIvJUo8RG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJIvJUo8RG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJIvJUo8RG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJIvJUo8RG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJIvJUo8RG .navbar {
    height: 70px;
  }
  .cid-uJIvJUo8RG .navbar.opened {
    height: auto;
  }
  .cid-uJIvJUo8RG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJIvJUJWav {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJIvJUJWav .card-text {
  background-color: #fafafa;
  padding: 1.5rem;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #f24d4a;
}
.cid-uJIvJUJWav .media-container-column {
  margin-bottom: 2rem;
}
.cid-uJIvJUJWav .mbr-content-text {
  text-align: left;
}
.cid-uJIvJUJWav .numder {
  text-align: left;
  color: #000000;
}
.cid-uJIvJUJWav H4 {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJIvJUJWav .panel-item {
    margin-bottom: 1.5rem;
  }
}
.cid-uJIvJUJWav .number {
  text-align: left;
  color: #232323;
}
.cid-uJIvJUJWav .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIvJUJWav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiOeVfHeR {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uLiOeVfHeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiOeVfHeR .card-link {
  position: relative;
  width: fit-content;
}
.cid-uLiOeVfHeR .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uLiOeVfHeR .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uLiOeVfHeR .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uLiOeVfHeR .item-wrapper:hover {
  background: #f24d4a;
  transform: translateY(-5px);
}
.cid-uLiOeVfHeR .item-wrapper:hover .card-title,
.cid-uLiOeVfHeR .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uLiOeVfHeR .item-wrapper:hover span,
.cid-uLiOeVfHeR .item-wrapper:hover .card-link,
.cid-uLiOeVfHeR .item-wrapper:hover .card-link a {
  color: #df3036 !important;
}
.cid-uLiOeVfHeR .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uLiOeVfHeR .card-title,
.cid-uLiOeVfHeR .card-text,
.cid-uLiOeVfHeR .card-link,
.cid-uLiOeVfHeR .card-link a {
  transition: all 0.3s;
}
.cid-uLiOeVfHeR .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uLiOeVfHeR .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uLiOeVfHeR .link-wrapper:hover {
  cursor: pointer;
}
.cid-uLiOeVfHeR .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #f24d4a;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLiOeVfHeR .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uLiOeVfHeR .card-title,
.cid-uLiOeVfHeR .iconfont-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uLiOeVfHeR .card-text {
  color: #232323;
  text-align: left;
}
.cid-uLiOeVfHeR .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uLiOeVfHeR .card-link,
.cid-uLiOeVfHeR .link-icon,
.cid-uLiOeVfHeR .link-align {
  color: #232323;
}
.cid-uLiOeVfHeR .mbr-section-subtitle {
  text-align: left;
}
.cid-uJIvJVxSik {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uJIvJVxSik .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJIvJVxSik .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJIvJVxSik .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJIvJVxSik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIvJVxSik .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-uJIvJVxSik .container {
    padding: 0 30px;
  }
}
.cid-uJIvJVxSik .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uJIvJVxSik .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJIvJVxSik .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJIvJVxSik .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uJIvJVxSik .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJIvJVxSik .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uJIvJVxSik .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uJIvJVxSik .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uJIvJVxSik .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uJIvJVxSik .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uJIvJVxSik .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uJIvJVxSik .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uJIvJVxSik .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uJIvJVxSik .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uJIvJVxSik .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uJIvJVxSik .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uJIvJVxSik .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uJIvJVxSik .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uJIvJVxSik .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uJIvJVxSik .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uJIvJVxSik .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uJIvJVxSik .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uJIvJVxSik .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uJIvJVxSik .mbr-section-title {
  color: #ffffff;
}
.cid-uJIvJVxSik .mbr-section-title,
.cid-uJIvJVxSik .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uJIvJVQypK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uJIvJVQypK .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uJIvJVQypK .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uJIvJVQypK .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uJIvJVQypK .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uJIvJVQypK .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uJIvJVQypK .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uJIvJVQypK .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uJIvJVQypK .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJIvJVQypK .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uJIvJVQypK .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJIvJVQypK .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uJIvJVQypK .mbr-text {
  text-align: center;
}
.cid-uJIwGew14I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJIwGew14I nav.navbar {
  position: fixed;
}
.cid-uJIwGew14I .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uJIwGew14I .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uJIwGew14I .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uJIwGew14I .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uJIwGew14I .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uJIwGew14I .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uJIwGew14I .dropdown-item:hover,
.cid-uJIwGew14I .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uJIwGew14I .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uJIwGew14I .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uJIwGew14I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uJIwGew14I .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uJIwGew14I .nav-link:hover {
  color: #df3036 !important;
}
.cid-uJIwGew14I .container {
  display: flex;
  margin: auto;
}
.cid-uJIwGew14I .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uJIwGew14I .dropdown-menu,
.cid-uJIwGew14I .navbar.opened {
  background: #ffffff !important;
}
.cid-uJIwGew14I .nav-item:focus,
.cid-uJIwGew14I .nav-link:focus {
  outline: none;
}
.cid-uJIwGew14I .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uJIwGew14I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJIwGew14I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJIwGew14I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJIwGew14I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJIwGew14I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJIwGew14I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uJIwGew14I .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uJIwGew14I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJIwGew14I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJIwGew14I .navbar.opened {
  transition: all 0.3s;
}
.cid-uJIwGew14I .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uJIwGew14I .navbar .navbar-logo img {
  width: auto;
}
.cid-uJIwGew14I .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJIwGew14I .navbar.collapsed {
  justify-content: center;
}
.cid-uJIwGew14I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJIwGew14I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJIwGew14I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJIwGew14I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJIwGew14I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJIwGew14I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uJIwGew14I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJIwGew14I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJIwGew14I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJIwGew14I .navbar .dropdown-menu {
    display: none;
  }
  .cid-uJIwGew14I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJIwGew14I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJIwGew14I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uJIwGew14I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJIwGew14I .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uJIwGew14I .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uJIwGew14I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJIwGew14I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJIwGew14I .navbar .navbar-buttons,
  .cid-uJIwGew14I .navbar .icons-menu {
    display: none;
  }
  .cid-uJIwGew14I .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uJIwGew14I .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-uJIwGew14I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJIwGew14I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJIwGew14I .dropdown-item.active,
.cid-uJIwGew14I .dropdown-item:active {
  background-color: transparent;
}
.cid-uJIwGew14I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJIwGew14I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJIwGew14I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJIwGew14I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJIwGew14I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJIwGew14I button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJIwGew14I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uJIwGew14I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJIwGew14I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJIwGew14I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJIwGew14I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJIwGew14I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJIwGew14I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJIwGew14I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJIwGew14I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJIwGew14I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJIwGew14I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJIwGew14I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJIwGew14I .navbar {
    height: 70px;
  }
  .cid-uJIwGew14I .navbar.opened {
    height: auto;
  }
  .cid-uJIwGew14I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJIwGeVAc5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJIwGeVAc5 .card-text {
  background-color: #fafafa;
  padding: 1.5rem;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #f24d4a;
}
.cid-uJIwGeVAc5 .media-container-column {
  margin-bottom: 2rem;
}
.cid-uJIwGeVAc5 .mbr-content-text {
  text-align: left;
}
.cid-uJIwGeVAc5 .numder {
  text-align: left;
  color: #000000;
}
.cid-uJIwGeVAc5 H4 {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJIwGeVAc5 .panel-item {
    margin-bottom: 1.5rem;
  }
}
.cid-uJIwGeVAc5 .number {
  text-align: left;
  color: #232323;
}
.cid-uJIwGeVAc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIwGeVAc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiNZvisWM {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uLiNZvisWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiNZvisWM .card-link {
  position: relative;
  width: fit-content;
}
.cid-uLiNZvisWM .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uLiNZvisWM .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uLiNZvisWM .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uLiNZvisWM .item-wrapper:hover {
  background: #f24d4a;
  transform: translateY(-5px);
}
.cid-uLiNZvisWM .item-wrapper:hover .card-title,
.cid-uLiNZvisWM .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uLiNZvisWM .item-wrapper:hover span,
.cid-uLiNZvisWM .item-wrapper:hover .card-link,
.cid-uLiNZvisWM .item-wrapper:hover .card-link a {
  color: #df3036 !important;
}
.cid-uLiNZvisWM .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uLiNZvisWM .card-title,
.cid-uLiNZvisWM .card-text,
.cid-uLiNZvisWM .card-link,
.cid-uLiNZvisWM .card-link a {
  transition: all 0.3s;
}
.cid-uLiNZvisWM .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uLiNZvisWM .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uLiNZvisWM .link-wrapper:hover {
  cursor: pointer;
}
.cid-uLiNZvisWM .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #f24d4a;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLiNZvisWM .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uLiNZvisWM .card-title,
.cid-uLiNZvisWM .iconfont-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uLiNZvisWM .card-text {
  color: #232323;
  text-align: left;
}
.cid-uLiNZvisWM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uLiNZvisWM .card-link,
.cid-uLiNZvisWM .link-icon,
.cid-uLiNZvisWM .link-align {
  color: #232323;
}
.cid-uLiNZvisWM .mbr-section-subtitle {
  text-align: left;
}
.cid-uJIwGfEOMC {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uJIwGfEOMC .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJIwGfEOMC .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJIwGfEOMC .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJIwGfEOMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIwGfEOMC .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-uJIwGfEOMC .container {
    padding: 0 30px;
  }
}
.cid-uJIwGfEOMC .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uJIwGfEOMC .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJIwGfEOMC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJIwGfEOMC .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uJIwGfEOMC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJIwGfEOMC .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uJIwGfEOMC .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uJIwGfEOMC .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uJIwGfEOMC .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uJIwGfEOMC .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uJIwGfEOMC .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uJIwGfEOMC .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uJIwGfEOMC .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uJIwGfEOMC .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uJIwGfEOMC .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uJIwGfEOMC .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uJIwGfEOMC .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uJIwGfEOMC .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uJIwGfEOMC .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uJIwGfEOMC .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uJIwGfEOMC .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uJIwGfEOMC .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uJIwGfEOMC .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uJIwGfEOMC .mbr-section-title {
  color: #ffffff;
}
.cid-uJIwGfEOMC .mbr-section-title,
.cid-uJIwGfEOMC .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uJIwGg0zvN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uJIwGg0zvN .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uJIwGg0zvN .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uJIwGg0zvN .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uJIwGg0zvN .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uJIwGg0zvN .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uJIwGg0zvN .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uJIwGg0zvN .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uJIwGg0zvN .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJIwGg0zvN .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uJIwGg0zvN .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJIwGg0zvN .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uJIwGg0zvN .mbr-text {
  text-align: center;
}
.cid-uJIxl0uKfr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJIxl0uKfr nav.navbar {
  position: fixed;
}
.cid-uJIxl0uKfr .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uJIxl0uKfr .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uJIxl0uKfr .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uJIxl0uKfr .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uJIxl0uKfr .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uJIxl0uKfr .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uJIxl0uKfr .dropdown-item:hover,
.cid-uJIxl0uKfr .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uJIxl0uKfr .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uJIxl0uKfr .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uJIxl0uKfr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uJIxl0uKfr .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uJIxl0uKfr .nav-link:hover {
  color: #df3036 !important;
}
.cid-uJIxl0uKfr .container {
  display: flex;
  margin: auto;
}
.cid-uJIxl0uKfr .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uJIxl0uKfr .dropdown-menu,
.cid-uJIxl0uKfr .navbar.opened {
  background: #ffffff !important;
}
.cid-uJIxl0uKfr .nav-item:focus,
.cid-uJIxl0uKfr .nav-link:focus {
  outline: none;
}
.cid-uJIxl0uKfr .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uJIxl0uKfr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJIxl0uKfr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJIxl0uKfr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJIxl0uKfr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJIxl0uKfr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJIxl0uKfr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uJIxl0uKfr .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uJIxl0uKfr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJIxl0uKfr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJIxl0uKfr .navbar.opened {
  transition: all 0.3s;
}
.cid-uJIxl0uKfr .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uJIxl0uKfr .navbar .navbar-logo img {
  width: auto;
}
.cid-uJIxl0uKfr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJIxl0uKfr .navbar.collapsed {
  justify-content: center;
}
.cid-uJIxl0uKfr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJIxl0uKfr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJIxl0uKfr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJIxl0uKfr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJIxl0uKfr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJIxl0uKfr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uJIxl0uKfr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJIxl0uKfr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJIxl0uKfr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJIxl0uKfr .navbar .dropdown-menu {
    display: none;
  }
  .cid-uJIxl0uKfr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJIxl0uKfr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJIxl0uKfr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uJIxl0uKfr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJIxl0uKfr .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uJIxl0uKfr .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uJIxl0uKfr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJIxl0uKfr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJIxl0uKfr .navbar .navbar-buttons,
  .cid-uJIxl0uKfr .navbar .icons-menu {
    display: none;
  }
  .cid-uJIxl0uKfr .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uJIxl0uKfr .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-uJIxl0uKfr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJIxl0uKfr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJIxl0uKfr .dropdown-item.active,
.cid-uJIxl0uKfr .dropdown-item:active {
  background-color: transparent;
}
.cid-uJIxl0uKfr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJIxl0uKfr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJIxl0uKfr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJIxl0uKfr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJIxl0uKfr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJIxl0uKfr button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJIxl0uKfr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uJIxl0uKfr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJIxl0uKfr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJIxl0uKfr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJIxl0uKfr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJIxl0uKfr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJIxl0uKfr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJIxl0uKfr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJIxl0uKfr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJIxl0uKfr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJIxl0uKfr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJIxl0uKfr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJIxl0uKfr .navbar {
    height: 70px;
  }
  .cid-uJIxl0uKfr .navbar.opened {
    height: auto;
  }
  .cid-uJIxl0uKfr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJIxl0P9Kt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJIxl0P9Kt .card-text {
  background-color: #fafafa;
  padding: 1.5rem;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #f24d4a;
}
.cid-uJIxl0P9Kt .media-container-column {
  margin-bottom: 2rem;
}
.cid-uJIxl0P9Kt .mbr-content-text {
  text-align: left;
}
.cid-uJIxl0P9Kt .numder {
  text-align: left;
  color: #000000;
}
.cid-uJIxl0P9Kt H4 {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJIxl0P9Kt .panel-item {
    margin-bottom: 1.5rem;
  }
}
.cid-uJIxl0P9Kt .number {
  text-align: left;
  color: #232323;
}
.cid-uJIxl0P9Kt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIxl0P9Kt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiNtT1Vyi {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uLiNtT1Vyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiNtT1Vyi .card-link {
  position: relative;
  width: fit-content;
}
.cid-uLiNtT1Vyi .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uLiNtT1Vyi .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uLiNtT1Vyi .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uLiNtT1Vyi .item-wrapper:hover {
  background: #f24d4a;
  transform: translateY(-5px);
}
.cid-uLiNtT1Vyi .item-wrapper:hover .card-title,
.cid-uLiNtT1Vyi .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uLiNtT1Vyi .item-wrapper:hover span,
.cid-uLiNtT1Vyi .item-wrapper:hover .card-link,
.cid-uLiNtT1Vyi .item-wrapper:hover .card-link a {
  color: #df3036 !important;
}
.cid-uLiNtT1Vyi .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uLiNtT1Vyi .card-title,
.cid-uLiNtT1Vyi .card-text,
.cid-uLiNtT1Vyi .card-link,
.cid-uLiNtT1Vyi .card-link a {
  transition: all 0.3s;
}
.cid-uLiNtT1Vyi .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uLiNtT1Vyi .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uLiNtT1Vyi .link-wrapper:hover {
  cursor: pointer;
}
.cid-uLiNtT1Vyi .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #f24d4a;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLiNtT1Vyi .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uLiNtT1Vyi .card-title,
.cid-uLiNtT1Vyi .iconfont-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uLiNtT1Vyi .card-text {
  color: #232323;
  text-align: left;
}
.cid-uLiNtT1Vyi .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uLiNtT1Vyi .card-link,
.cid-uLiNtT1Vyi .link-icon,
.cid-uLiNtT1Vyi .link-align {
  color: #232323;
}
.cid-uLiNtT1Vyi .mbr-section-subtitle {
  text-align: left;
}
.cid-uJIxl1xPpj {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uJIxl1xPpj .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJIxl1xPpj .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJIxl1xPpj .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uJIxl1xPpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIxl1xPpj .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-uJIxl1xPpj .container {
    padding: 0 30px;
  }
}
.cid-uJIxl1xPpj .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uJIxl1xPpj .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJIxl1xPpj .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJIxl1xPpj .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uJIxl1xPpj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJIxl1xPpj .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uJIxl1xPpj .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uJIxl1xPpj .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uJIxl1xPpj .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uJIxl1xPpj .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uJIxl1xPpj .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uJIxl1xPpj .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uJIxl1xPpj .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uJIxl1xPpj .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uJIxl1xPpj .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uJIxl1xPpj .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uJIxl1xPpj .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uJIxl1xPpj .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uJIxl1xPpj .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uJIxl1xPpj .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uJIxl1xPpj .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uJIxl1xPpj .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uJIxl1xPpj .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uJIxl1xPpj .mbr-section-title {
  color: #ffffff;
}
.cid-uJIxl1xPpj .mbr-section-title,
.cid-uJIxl1xPpj .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uJIxl1UrsB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uJIxl1UrsB .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uJIxl1UrsB .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uJIxl1UrsB .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uJIxl1UrsB .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uJIxl1UrsB .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uJIxl1UrsB .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uJIxl1UrsB .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uJIxl1UrsB .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJIxl1UrsB .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uJIxl1UrsB .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJIxl1UrsB .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uJIxl1UrsB .mbr-text {
  text-align: center;
}
.cid-uKqLLhhHQQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKqLLhhHQQ nav.navbar {
  position: fixed;
}
.cid-uKqLLhhHQQ .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uKqLLhhHQQ .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uKqLLhhHQQ .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uKqLLhhHQQ .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uKqLLhhHQQ .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uKqLLhhHQQ .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uKqLLhhHQQ .dropdown-item:hover,
.cid-uKqLLhhHQQ .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uKqLLhhHQQ .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uKqLLhhHQQ .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uKqLLhhHQQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uKqLLhhHQQ .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uKqLLhhHQQ .nav-link:hover {
  color: #df3036 !important;
}
.cid-uKqLLhhHQQ .container {
  display: flex;
  margin: auto;
}
.cid-uKqLLhhHQQ .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uKqLLhhHQQ .dropdown-menu,
.cid-uKqLLhhHQQ .navbar.opened {
  background: #ffffff !important;
}
.cid-uKqLLhhHQQ .nav-item:focus,
.cid-uKqLLhhHQQ .nav-link:focus {
  outline: none;
}
.cid-uKqLLhhHQQ .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uKqLLhhHQQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKqLLhhHQQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKqLLhhHQQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKqLLhhHQQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKqLLhhHQQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKqLLhhHQQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uKqLLhhHQQ .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uKqLLhhHQQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKqLLhhHQQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKqLLhhHQQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uKqLLhhHQQ .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uKqLLhhHQQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uKqLLhhHQQ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKqLLhhHQQ .navbar.collapsed {
  justify-content: center;
}
.cid-uKqLLhhHQQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKqLLhhHQQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKqLLhhHQQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKqLLhhHQQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKqLLhhHQQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKqLLhhHQQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uKqLLhhHQQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKqLLhhHQQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uKqLLhhHQQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKqLLhhHQQ .navbar .dropdown-menu {
    display: none;
  }
  .cid-uKqLLhhHQQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKqLLhhHQQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKqLLhhHQQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uKqLLhhHQQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKqLLhhHQQ .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uKqLLhhHQQ .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uKqLLhhHQQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKqLLhhHQQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKqLLhhHQQ .navbar .navbar-buttons,
  .cid-uKqLLhhHQQ .navbar .icons-menu {
    display: none;
  }
  .cid-uKqLLhhHQQ .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uKqLLhhHQQ .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-uKqLLhhHQQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKqLLhhHQQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKqLLhhHQQ .dropdown-item.active,
.cid-uKqLLhhHQQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uKqLLhhHQQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKqLLhhHQQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKqLLhhHQQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKqLLhhHQQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKqLLhhHQQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKqLLhhHQQ button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKqLLhhHQQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uKqLLhhHQQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKqLLhhHQQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKqLLhhHQQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKqLLhhHQQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKqLLhhHQQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKqLLhhHQQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKqLLhhHQQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKqLLhhHQQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKqLLhhHQQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKqLLhhHQQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKqLLhhHQQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKqLLhhHQQ .navbar {
    height: 70px;
  }
  .cid-uKqLLhhHQQ .navbar.opened {
    height: auto;
  }
  .cid-uKqLLhhHQQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKqLLhFqvg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uKqLLhFqvg .card-text {
  background-color: #fafafa;
  padding: 1.5rem;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #f24d4a;
}
.cid-uKqLLhFqvg .media-container-column {
  margin-bottom: 2rem;
}
.cid-uKqLLhFqvg .mbr-content-text {
  text-align: left;
}
.cid-uKqLLhFqvg .numder {
  text-align: left;
  color: #000000;
}
.cid-uKqLLhFqvg H4 {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uKqLLhFqvg .panel-item {
    margin-bottom: 1.5rem;
  }
}
.cid-uKqLLhFqvg .number {
  text-align: left;
  color: #232323;
}
.cid-uKqLLhFqvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqLLhFqvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiMMzQ6H5 {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uLiMMzQ6H5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiMMzQ6H5 .card-link {
  position: relative;
  width: fit-content;
}
.cid-uLiMMzQ6H5 .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uLiMMzQ6H5 .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uLiMMzQ6H5 .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uLiMMzQ6H5 .item-wrapper:hover {
  background: #f24d4a;
  transform: translateY(-5px);
}
.cid-uLiMMzQ6H5 .item-wrapper:hover .card-title,
.cid-uLiMMzQ6H5 .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uLiMMzQ6H5 .item-wrapper:hover span,
.cid-uLiMMzQ6H5 .item-wrapper:hover .card-link,
.cid-uLiMMzQ6H5 .item-wrapper:hover .card-link a {
  color: #df3036 !important;
}
.cid-uLiMMzQ6H5 .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uLiMMzQ6H5 .card-title,
.cid-uLiMMzQ6H5 .card-text,
.cid-uLiMMzQ6H5 .card-link,
.cid-uLiMMzQ6H5 .card-link a {
  transition: all 0.3s;
}
.cid-uLiMMzQ6H5 .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uLiMMzQ6H5 .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uLiMMzQ6H5 .link-wrapper:hover {
  cursor: pointer;
}
.cid-uLiMMzQ6H5 .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #f24d4a;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLiMMzQ6H5 .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uLiMMzQ6H5 .card-title,
.cid-uLiMMzQ6H5 .iconfont-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uLiMMzQ6H5 .card-text {
  color: #232323;
  text-align: left;
}
.cid-uLiMMzQ6H5 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uLiMMzQ6H5 .card-link,
.cid-uLiMMzQ6H5 .link-icon,
.cid-uLiMMzQ6H5 .link-align {
  color: #232323;
}
.cid-uLiMMzQ6H5 .mbr-section-subtitle {
  text-align: left;
}
.cid-uKqLLiv8h1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uKqLLiv8h1 .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uKqLLiv8h1 .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uKqLLiv8h1 .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uKqLLiv8h1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqLLiv8h1 .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-uKqLLiv8h1 .container {
    padding: 0 30px;
  }
}
.cid-uKqLLiv8h1 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uKqLLiv8h1 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKqLLiv8h1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uKqLLiv8h1 .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uKqLLiv8h1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKqLLiv8h1 .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uKqLLiv8h1 .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uKqLLiv8h1 .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uKqLLiv8h1 .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uKqLLiv8h1 .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uKqLLiv8h1 .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uKqLLiv8h1 .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uKqLLiv8h1 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uKqLLiv8h1 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uKqLLiv8h1 .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uKqLLiv8h1 .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uKqLLiv8h1 .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uKqLLiv8h1 .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uKqLLiv8h1 .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uKqLLiv8h1 .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uKqLLiv8h1 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uKqLLiv8h1 .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uKqLLiv8h1 .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uKqLLiv8h1 .mbr-section-title {
  color: #ffffff;
}
.cid-uKqLLiv8h1 .mbr-section-title,
.cid-uKqLLiv8h1 .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uKqLLiMfkr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uKqLLiMfkr .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uKqLLiMfkr .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uKqLLiMfkr .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uKqLLiMfkr .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uKqLLiMfkr .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uKqLLiMfkr .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uKqLLiMfkr .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uKqLLiMfkr .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKqLLiMfkr .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uKqLLiMfkr .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKqLLiMfkr .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uKqLLiMfkr .mbr-text {
  text-align: center;
}
.cid-uKrZQiMB34 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKrZQiMB34 nav.navbar {
  position: fixed;
}
.cid-uKrZQiMB34 .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uKrZQiMB34 .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uKrZQiMB34 .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uKrZQiMB34 .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uKrZQiMB34 .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uKrZQiMB34 .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uKrZQiMB34 .dropdown-item:hover,
.cid-uKrZQiMB34 .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uKrZQiMB34 .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uKrZQiMB34 .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uKrZQiMB34 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uKrZQiMB34 .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uKrZQiMB34 .nav-link:hover {
  color: #df3036 !important;
}
.cid-uKrZQiMB34 .container {
  display: flex;
  margin: auto;
}
.cid-uKrZQiMB34 .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uKrZQiMB34 .dropdown-menu,
.cid-uKrZQiMB34 .navbar.opened {
  background: #ffffff !important;
}
.cid-uKrZQiMB34 .nav-item:focus,
.cid-uKrZQiMB34 .nav-link:focus {
  outline: none;
}
.cid-uKrZQiMB34 .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uKrZQiMB34 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrZQiMB34 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKrZQiMB34 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKrZQiMB34 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrZQiMB34 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrZQiMB34 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uKrZQiMB34 .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uKrZQiMB34 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKrZQiMB34 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKrZQiMB34 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKrZQiMB34 .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uKrZQiMB34 .navbar .navbar-logo img {
  width: auto;
}
.cid-uKrZQiMB34 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKrZQiMB34 .navbar.collapsed {
  justify-content: center;
}
.cid-uKrZQiMB34 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrZQiMB34 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKrZQiMB34 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKrZQiMB34 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrZQiMB34 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrZQiMB34 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uKrZQiMB34 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrZQiMB34 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uKrZQiMB34 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrZQiMB34 .navbar .dropdown-menu {
    display: none;
  }
  .cid-uKrZQiMB34 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrZQiMB34 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKrZQiMB34 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uKrZQiMB34 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKrZQiMB34 .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uKrZQiMB34 .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uKrZQiMB34 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKrZQiMB34 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKrZQiMB34 .navbar .navbar-buttons,
  .cid-uKrZQiMB34 .navbar .icons-menu {
    display: none;
  }
  .cid-uKrZQiMB34 .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uKrZQiMB34 .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-uKrZQiMB34 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKrZQiMB34 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrZQiMB34 .dropdown-item.active,
.cid-uKrZQiMB34 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrZQiMB34 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKrZQiMB34 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKrZQiMB34 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrZQiMB34 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKrZQiMB34 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKrZQiMB34 button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKrZQiMB34 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uKrZQiMB34 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKrZQiMB34 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKrZQiMB34 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKrZQiMB34 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKrZQiMB34 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKrZQiMB34 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKrZQiMB34 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKrZQiMB34 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKrZQiMB34 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKrZQiMB34 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKrZQiMB34 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrZQiMB34 .navbar {
    height: 70px;
  }
  .cid-uKrZQiMB34 .navbar.opened {
    height: auto;
  }
  .cid-uKrZQiMB34 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrZQjebSp {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uKrZQjebSp .card-text {
  background-color: #fafafa;
  padding: 1.5rem;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #f24d4a;
}
.cid-uKrZQjebSp .media-container-column {
  margin-bottom: 2rem;
}
.cid-uKrZQjebSp .mbr-content-text {
  text-align: left;
}
.cid-uKrZQjebSp .numder {
  text-align: left;
  color: #000000;
}
.cid-uKrZQjebSp H4 {
  text-align: left;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uKrZQjebSp .panel-item {
    margin-bottom: 1.5rem;
  }
}
.cid-uKrZQjebSp .number {
  text-align: left;
  color: #232323;
}
.cid-uKrZQjebSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrZQjebSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiMtbjPNG {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uLiMtbjPNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiMtbjPNG .card-link {
  position: relative;
  width: fit-content;
}
.cid-uLiMtbjPNG .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uLiMtbjPNG .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uLiMtbjPNG .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uLiMtbjPNG .item-wrapper:hover {
  background: #f24d4a;
  transform: translateY(-5px);
}
.cid-uLiMtbjPNG .item-wrapper:hover .card-title,
.cid-uLiMtbjPNG .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uLiMtbjPNG .item-wrapper:hover span,
.cid-uLiMtbjPNG .item-wrapper:hover .card-link,
.cid-uLiMtbjPNG .item-wrapper:hover .card-link a {
  color: #df3036 !important;
}
.cid-uLiMtbjPNG .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uLiMtbjPNG .card-title,
.cid-uLiMtbjPNG .card-text,
.cid-uLiMtbjPNG .card-link,
.cid-uLiMtbjPNG .card-link a {
  transition: all 0.3s;
}
.cid-uLiMtbjPNG .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uLiMtbjPNG .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uLiMtbjPNG .link-wrapper:hover {
  cursor: pointer;
}
.cid-uLiMtbjPNG .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #f24d4a;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLiMtbjPNG .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uLiMtbjPNG .card-title,
.cid-uLiMtbjPNG .iconfont-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uLiMtbjPNG .card-text {
  color: #232323;
  text-align: left;
}
.cid-uLiMtbjPNG .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uLiMtbjPNG .card-link,
.cid-uLiMtbjPNG .link-icon,
.cid-uLiMtbjPNG .link-align {
  color: #232323;
}
.cid-uLiMtbjPNG .mbr-section-subtitle {
  text-align: left;
}
.cid-uKrZQkp0Nm {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uKrZQkp0Nm .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uKrZQkp0Nm .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uKrZQkp0Nm .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uKrZQkp0Nm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrZQkp0Nm .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-uKrZQkp0Nm .container {
    padding: 0 30px;
  }
}
.cid-uKrZQkp0Nm .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uKrZQkp0Nm .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKrZQkp0Nm .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uKrZQkp0Nm .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uKrZQkp0Nm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKrZQkp0Nm .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uKrZQkp0Nm .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uKrZQkp0Nm .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uKrZQkp0Nm .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uKrZQkp0Nm .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uKrZQkp0Nm .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uKrZQkp0Nm .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uKrZQkp0Nm .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uKrZQkp0Nm .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uKrZQkp0Nm .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uKrZQkp0Nm .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uKrZQkp0Nm .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uKrZQkp0Nm .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uKrZQkp0Nm .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uKrZQkp0Nm .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uKrZQkp0Nm .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uKrZQkp0Nm .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uKrZQkp0Nm .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uKrZQkp0Nm .mbr-section-title {
  color: #ffffff;
}
.cid-uKrZQkp0Nm .mbr-section-title,
.cid-uKrZQkp0Nm .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uKrZQkOLGa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uKrZQkOLGa .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uKrZQkOLGa .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uKrZQkOLGa .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uKrZQkOLGa .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uKrZQkOLGa .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uKrZQkOLGa .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uKrZQkOLGa .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uKrZQkOLGa .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKrZQkOLGa .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uKrZQkOLGa .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKrZQkOLGa .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uKrZQkOLGa .mbr-text {
  text-align: center;
}
.cid-uKyeE3CZ9J {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKyeE3CZ9J nav.navbar {
  position: fixed;
}
.cid-uKyeE3CZ9J .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uKyeE3CZ9J .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uKyeE3CZ9J .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uKyeE3CZ9J .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uKyeE3CZ9J .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uKyeE3CZ9J .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uKyeE3CZ9J .dropdown-item:hover,
.cid-uKyeE3CZ9J .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uKyeE3CZ9J .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uKyeE3CZ9J .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uKyeE3CZ9J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uKyeE3CZ9J .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uKyeE3CZ9J .nav-link:hover {
  color: #df3036 !important;
}
.cid-uKyeE3CZ9J .container {
  display: flex;
  margin: auto;
}
.cid-uKyeE3CZ9J .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uKyeE3CZ9J .dropdown-menu,
.cid-uKyeE3CZ9J .navbar.opened {
  background: #ffffff !important;
}
.cid-uKyeE3CZ9J .nav-item:focus,
.cid-uKyeE3CZ9J .nav-link:focus {
  outline: none;
}
.cid-uKyeE3CZ9J .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uKyeE3CZ9J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKyeE3CZ9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKyeE3CZ9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKyeE3CZ9J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKyeE3CZ9J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKyeE3CZ9J .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uKyeE3CZ9J .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uKyeE3CZ9J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKyeE3CZ9J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKyeE3CZ9J .navbar.opened {
  transition: all 0.3s;
}
.cid-uKyeE3CZ9J .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uKyeE3CZ9J .navbar .navbar-logo img {
  width: auto;
}
.cid-uKyeE3CZ9J .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKyeE3CZ9J .navbar.collapsed {
  justify-content: center;
}
.cid-uKyeE3CZ9J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKyeE3CZ9J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKyeE3CZ9J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKyeE3CZ9J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKyeE3CZ9J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKyeE3CZ9J .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uKyeE3CZ9J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKyeE3CZ9J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uKyeE3CZ9J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKyeE3CZ9J .navbar .dropdown-menu {
    display: none;
  }
  .cid-uKyeE3CZ9J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKyeE3CZ9J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKyeE3CZ9J .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uKyeE3CZ9J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKyeE3CZ9J .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uKyeE3CZ9J .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uKyeE3CZ9J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKyeE3CZ9J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKyeE3CZ9J .navbar .navbar-buttons,
  .cid-uKyeE3CZ9J .navbar .icons-menu {
    display: none;
  }
  .cid-uKyeE3CZ9J .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uKyeE3CZ9J .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-uKyeE3CZ9J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKyeE3CZ9J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKyeE3CZ9J .dropdown-item.active,
.cid-uKyeE3CZ9J .dropdown-item:active {
  background-color: transparent;
}
.cid-uKyeE3CZ9J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKyeE3CZ9J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKyeE3CZ9J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKyeE3CZ9J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKyeE3CZ9J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKyeE3CZ9J button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKyeE3CZ9J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uKyeE3CZ9J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKyeE3CZ9J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKyeE3CZ9J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKyeE3CZ9J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKyeE3CZ9J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKyeE3CZ9J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKyeE3CZ9J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKyeE3CZ9J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKyeE3CZ9J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKyeE3CZ9J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKyeE3CZ9J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKyeE3CZ9J .navbar {
    height: 70px;
  }
  .cid-uKyeE3CZ9J .navbar.opened {
    height: auto;
  }
  .cid-uKyeE3CZ9J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKyeE4Rqo2 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uKyeE4Rqo2 .card-text {
  background-color: #fafafa;
  padding: 1.5rem;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #f24d4a;
}
.cid-uKyeE4Rqo2 .media-container-column {
  margin-bottom: 2rem;
}
.cid-uKyeE4Rqo2 .mbr-content-text {
  text-align: left;
}
.cid-uKyeE4Rqo2 .numder {
  text-align: left;
  color: #000000;
}
.cid-uKyeE4Rqo2 H4 {
  text-align: left;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uKyeE4Rqo2 .panel-item {
    margin-bottom: 1.5rem;
  }
}
.cid-uKyeE4Rqo2 .number {
  text-align: left;
  color: #232323;
}
.cid-uKyeE4Rqo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKyeE4Rqo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiM2KlO87 {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uLiM2KlO87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiM2KlO87 .card-link {
  position: relative;
  width: fit-content;
}
.cid-uLiM2KlO87 .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uLiM2KlO87 .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uLiM2KlO87 .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uLiM2KlO87 .item-wrapper:hover {
  background: #f24d4a;
  transform: translateY(-5px);
}
.cid-uLiM2KlO87 .item-wrapper:hover .card-title,
.cid-uLiM2KlO87 .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uLiM2KlO87 .item-wrapper:hover span,
.cid-uLiM2KlO87 .item-wrapper:hover .card-link,
.cid-uLiM2KlO87 .item-wrapper:hover .card-link a {
  color: #df3036 !important;
}
.cid-uLiM2KlO87 .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uLiM2KlO87 .card-title,
.cid-uLiM2KlO87 .card-text,
.cid-uLiM2KlO87 .card-link,
.cid-uLiM2KlO87 .card-link a {
  transition: all 0.3s;
}
.cid-uLiM2KlO87 .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uLiM2KlO87 .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uLiM2KlO87 .link-wrapper:hover {
  cursor: pointer;
}
.cid-uLiM2KlO87 .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #f24d4a;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLiM2KlO87 .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uLiM2KlO87 .card-title,
.cid-uLiM2KlO87 .iconfont-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uLiM2KlO87 .card-text {
  color: #232323;
  text-align: left;
}
.cid-uLiM2KlO87 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uLiM2KlO87 .card-link,
.cid-uLiM2KlO87 .link-icon,
.cid-uLiM2KlO87 .link-align {
  color: #232323;
}
.cid-uLiM2KlO87 .mbr-section-subtitle {
  text-align: left;
}
.cid-uKyeE9aIVZ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uKyeE9aIVZ .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uKyeE9aIVZ .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uKyeE9aIVZ .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uKyeE9aIVZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKyeE9aIVZ .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-uKyeE9aIVZ .container {
    padding: 0 30px;
  }
}
.cid-uKyeE9aIVZ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uKyeE9aIVZ .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKyeE9aIVZ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uKyeE9aIVZ .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uKyeE9aIVZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKyeE9aIVZ .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uKyeE9aIVZ .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uKyeE9aIVZ .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uKyeE9aIVZ .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uKyeE9aIVZ .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uKyeE9aIVZ .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uKyeE9aIVZ .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uKyeE9aIVZ .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uKyeE9aIVZ .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uKyeE9aIVZ .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uKyeE9aIVZ .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uKyeE9aIVZ .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uKyeE9aIVZ .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uKyeE9aIVZ .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uKyeE9aIVZ .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uKyeE9aIVZ .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uKyeE9aIVZ .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uKyeE9aIVZ .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uKyeE9aIVZ .mbr-section-title {
  color: #ffffff;
}
.cid-uKyeE9aIVZ .mbr-section-title,
.cid-uKyeE9aIVZ .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uKyeE9Tkav {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uKyeE9Tkav .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uKyeE9Tkav .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uKyeE9Tkav .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uKyeE9Tkav .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uKyeE9Tkav .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uKyeE9Tkav .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uKyeE9Tkav .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uKyeE9Tkav .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKyeE9Tkav .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uKyeE9Tkav .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKyeE9Tkav .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uKyeE9Tkav .mbr-text {
  text-align: center;
}
.cid-uKyhzwYvA6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKyhzwYvA6 nav.navbar {
  position: fixed;
}
.cid-uKyhzwYvA6 .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uKyhzwYvA6 .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uKyhzwYvA6 .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uKyhzwYvA6 .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uKyhzwYvA6 .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uKyhzwYvA6 .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uKyhzwYvA6 .dropdown-item:hover,
.cid-uKyhzwYvA6 .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uKyhzwYvA6 .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uKyhzwYvA6 .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uKyhzwYvA6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uKyhzwYvA6 .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uKyhzwYvA6 .nav-link:hover {
  color: #df3036 !important;
}
.cid-uKyhzwYvA6 .container {
  display: flex;
  margin: auto;
}
.cid-uKyhzwYvA6 .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uKyhzwYvA6 .dropdown-menu,
.cid-uKyhzwYvA6 .navbar.opened {
  background: #ffffff !important;
}
.cid-uKyhzwYvA6 .nav-item:focus,
.cid-uKyhzwYvA6 .nav-link:focus {
  outline: none;
}
.cid-uKyhzwYvA6 .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uKyhzwYvA6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKyhzwYvA6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKyhzwYvA6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKyhzwYvA6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKyhzwYvA6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKyhzwYvA6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uKyhzwYvA6 .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uKyhzwYvA6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKyhzwYvA6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKyhzwYvA6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKyhzwYvA6 .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uKyhzwYvA6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uKyhzwYvA6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKyhzwYvA6 .navbar.collapsed {
  justify-content: center;
}
.cid-uKyhzwYvA6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKyhzwYvA6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKyhzwYvA6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKyhzwYvA6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKyhzwYvA6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKyhzwYvA6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uKyhzwYvA6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKyhzwYvA6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uKyhzwYvA6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKyhzwYvA6 .navbar .dropdown-menu {
    display: none;
  }
  .cid-uKyhzwYvA6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKyhzwYvA6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKyhzwYvA6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uKyhzwYvA6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKyhzwYvA6 .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uKyhzwYvA6 .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uKyhzwYvA6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKyhzwYvA6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKyhzwYvA6 .navbar .navbar-buttons,
  .cid-uKyhzwYvA6 .navbar .icons-menu {
    display: none;
  }
  .cid-uKyhzwYvA6 .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uKyhzwYvA6 .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-uKyhzwYvA6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKyhzwYvA6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKyhzwYvA6 .dropdown-item.active,
.cid-uKyhzwYvA6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKyhzwYvA6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKyhzwYvA6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKyhzwYvA6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKyhzwYvA6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKyhzwYvA6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKyhzwYvA6 button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKyhzwYvA6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uKyhzwYvA6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKyhzwYvA6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKyhzwYvA6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKyhzwYvA6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKyhzwYvA6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKyhzwYvA6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKyhzwYvA6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKyhzwYvA6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKyhzwYvA6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKyhzwYvA6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKyhzwYvA6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKyhzwYvA6 .navbar {
    height: 70px;
  }
  .cid-uKyhzwYvA6 .navbar.opened {
    height: auto;
  }
  .cid-uKyhzwYvA6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKyhzxFMp2 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uKyhzxFMp2 .card-text {
  background-color: #fafafa;
  padding: 1.5rem;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #f24d4a;
}
.cid-uKyhzxFMp2 .media-container-column {
  margin-bottom: 2rem;
}
.cid-uKyhzxFMp2 .mbr-content-text {
  text-align: left;
}
.cid-uKyhzxFMp2 .numder {
  text-align: left;
  color: #000000;
}
.cid-uKyhzxFMp2 H4 {
  text-align: left;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uKyhzxFMp2 .panel-item {
    margin-bottom: 1.5rem;
  }
}
.cid-uKyhzxFMp2 .number {
  text-align: left;
  color: #232323;
}
.cid-uKyhzxFMp2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKyhzxFMp2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiL3ZddQx {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uLiL3ZddQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiL3ZddQx .card-link {
  position: relative;
  width: fit-content;
}
.cid-uLiL3ZddQx .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uLiL3ZddQx .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uLiL3ZddQx .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uLiL3ZddQx .item-wrapper:hover {
  background: #f24d4a;
  transform: translateY(-5px);
}
.cid-uLiL3ZddQx .item-wrapper:hover .card-title,
.cid-uLiL3ZddQx .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uLiL3ZddQx .item-wrapper:hover span,
.cid-uLiL3ZddQx .item-wrapper:hover .card-link,
.cid-uLiL3ZddQx .item-wrapper:hover .card-link a {
  color: #df3036 !important;
}
.cid-uLiL3ZddQx .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uLiL3ZddQx .card-title,
.cid-uLiL3ZddQx .card-text,
.cid-uLiL3ZddQx .card-link,
.cid-uLiL3ZddQx .card-link a {
  transition: all 0.3s;
}
.cid-uLiL3ZddQx .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uLiL3ZddQx .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uLiL3ZddQx .link-wrapper:hover {
  cursor: pointer;
}
.cid-uLiL3ZddQx .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #f24d4a;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLiL3ZddQx .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uLiL3ZddQx .card-title,
.cid-uLiL3ZddQx .iconfont-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uLiL3ZddQx .card-text {
  color: #232323;
  text-align: left;
}
.cid-uLiL3ZddQx .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uLiL3ZddQx .card-link,
.cid-uLiL3ZddQx .link-icon,
.cid-uLiL3ZddQx .link-align {
  color: #232323;
}
.cid-uLiL3ZddQx .mbr-section-subtitle {
  text-align: left;
}
.cid-uKyhzBYSvL {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uKyhzBYSvL .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uKyhzBYSvL .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uKyhzBYSvL .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uKyhzBYSvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKyhzBYSvL .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-uKyhzBYSvL .container {
    padding: 0 30px;
  }
}
.cid-uKyhzBYSvL .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uKyhzBYSvL .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKyhzBYSvL .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uKyhzBYSvL .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uKyhzBYSvL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKyhzBYSvL .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uKyhzBYSvL .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uKyhzBYSvL .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uKyhzBYSvL .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uKyhzBYSvL .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uKyhzBYSvL .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uKyhzBYSvL .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uKyhzBYSvL .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uKyhzBYSvL .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uKyhzBYSvL .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uKyhzBYSvL .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uKyhzBYSvL .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uKyhzBYSvL .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uKyhzBYSvL .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uKyhzBYSvL .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uKyhzBYSvL .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uKyhzBYSvL .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uKyhzBYSvL .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uKyhzBYSvL .mbr-section-title {
  color: #ffffff;
}
.cid-uKyhzBYSvL .mbr-section-title,
.cid-uKyhzBYSvL .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uKyhzCGrb8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uKyhzCGrb8 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uKyhzCGrb8 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uKyhzCGrb8 .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uKyhzCGrb8 .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uKyhzCGrb8 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uKyhzCGrb8 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uKyhzCGrb8 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uKyhzCGrb8 .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKyhzCGrb8 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uKyhzCGrb8 .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKyhzCGrb8 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uKyhzCGrb8 .mbr-text {
  text-align: center;
}
.cid-uKymACYv3s {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKymACYv3s nav.navbar {
  position: fixed;
}
.cid-uKymACYv3s .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uKymACYv3s .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uKymACYv3s .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uKymACYv3s .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uKymACYv3s .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uKymACYv3s .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uKymACYv3s .dropdown-item:hover,
.cid-uKymACYv3s .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uKymACYv3s .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uKymACYv3s .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uKymACYv3s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uKymACYv3s .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uKymACYv3s .nav-link:hover {
  color: #df3036 !important;
}
.cid-uKymACYv3s .container {
  display: flex;
  margin: auto;
}
.cid-uKymACYv3s .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uKymACYv3s .dropdown-menu,
.cid-uKymACYv3s .navbar.opened {
  background: #ffffff !important;
}
.cid-uKymACYv3s .nav-item:focus,
.cid-uKymACYv3s .nav-link:focus {
  outline: none;
}
.cid-uKymACYv3s .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uKymACYv3s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKymACYv3s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKymACYv3s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKymACYv3s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKymACYv3s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKymACYv3s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uKymACYv3s .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uKymACYv3s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKymACYv3s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKymACYv3s .navbar.opened {
  transition: all 0.3s;
}
.cid-uKymACYv3s .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uKymACYv3s .navbar .navbar-logo img {
  width: auto;
}
.cid-uKymACYv3s .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKymACYv3s .navbar.collapsed {
  justify-content: center;
}
.cid-uKymACYv3s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKymACYv3s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKymACYv3s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKymACYv3s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKymACYv3s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKymACYv3s .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uKymACYv3s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKymACYv3s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uKymACYv3s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKymACYv3s .navbar .dropdown-menu {
    display: none;
  }
  .cid-uKymACYv3s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKymACYv3s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKymACYv3s .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uKymACYv3s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKymACYv3s .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uKymACYv3s .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uKymACYv3s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKymACYv3s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKymACYv3s .navbar .navbar-buttons,
  .cid-uKymACYv3s .navbar .icons-menu {
    display: none;
  }
  .cid-uKymACYv3s .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uKymACYv3s .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-uKymACYv3s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKymACYv3s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKymACYv3s .dropdown-item.active,
.cid-uKymACYv3s .dropdown-item:active {
  background-color: transparent;
}
.cid-uKymACYv3s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKymACYv3s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKymACYv3s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKymACYv3s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKymACYv3s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKymACYv3s button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKymACYv3s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uKymACYv3s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKymACYv3s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKymACYv3s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKymACYv3s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKymACYv3s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKymACYv3s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKymACYv3s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKymACYv3s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKymACYv3s .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKymACYv3s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKymACYv3s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKymACYv3s .navbar {
    height: 70px;
  }
  .cid-uKymACYv3s .navbar.opened {
    height: auto;
  }
  .cid-uKymACYv3s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKymADGuJ4 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uKymADGuJ4 .card-text {
  background-color: #fafafa;
  padding: 1.5rem;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #f24d4a;
}
.cid-uKymADGuJ4 .media-container-column {
  margin-bottom: 2rem;
}
.cid-uKymADGuJ4 .mbr-content-text {
  text-align: left;
}
.cid-uKymADGuJ4 .numder {
  text-align: left;
  color: #000000;
}
.cid-uKymADGuJ4 H4 {
  text-align: left;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uKymADGuJ4 .panel-item {
    margin-bottom: 1.5rem;
  }
}
.cid-uKymADGuJ4 .number {
  text-align: left;
  color: #232323;
}
.cid-uKymADGuJ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKymADGuJ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKymAEZIKl {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uKymAEZIKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKymAEZIKl .card-link {
  position: relative;
  width: fit-content;
}
.cid-uKymAEZIKl .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uKymAEZIKl .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uKymAEZIKl .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uKymAEZIKl .item-wrapper:hover {
  background: #f24d4a;
  transform: translateY(-5px);
}
.cid-uKymAEZIKl .item-wrapper:hover .card-title,
.cid-uKymAEZIKl .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uKymAEZIKl .item-wrapper:hover span,
.cid-uKymAEZIKl .item-wrapper:hover .card-link,
.cid-uKymAEZIKl .item-wrapper:hover .card-link a {
  color: #df3036 !important;
}
.cid-uKymAEZIKl .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uKymAEZIKl .card-title,
.cid-uKymAEZIKl .card-text,
.cid-uKymAEZIKl .card-link,
.cid-uKymAEZIKl .card-link a {
  transition: all 0.3s;
}
.cid-uKymAEZIKl .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uKymAEZIKl .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uKymAEZIKl .link-wrapper:hover {
  cursor: pointer;
}
.cid-uKymAEZIKl .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #f24d4a;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uKymAEZIKl .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uKymAEZIKl .card-title,
.cid-uKymAEZIKl .iconfont-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uKymAEZIKl .card-text {
  color: #232323;
  text-align: left;
}
.cid-uKymAEZIKl .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uKymAEZIKl .card-link,
.cid-uKymAEZIKl .link-icon,
.cid-uKymAEZIKl .link-align {
  color: #232323;
}
.cid-uKymAEZIKl .mbr-section-subtitle {
  text-align: left;
}
.cid-uKymAHAfPD {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uKymAHAfPD .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uKymAHAfPD .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uKymAHAfPD .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uKymAHAfPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKymAHAfPD .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-uKymAHAfPD .container {
    padding: 0 30px;
  }
}
.cid-uKymAHAfPD .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uKymAHAfPD .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKymAHAfPD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uKymAHAfPD .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uKymAHAfPD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKymAHAfPD .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uKymAHAfPD .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uKymAHAfPD .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uKymAHAfPD .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uKymAHAfPD .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uKymAHAfPD .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uKymAHAfPD .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uKymAHAfPD .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uKymAHAfPD .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uKymAHAfPD .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uKymAHAfPD .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uKymAHAfPD .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uKymAHAfPD .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uKymAHAfPD .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uKymAHAfPD .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uKymAHAfPD .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uKymAHAfPD .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uKymAHAfPD .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uKymAHAfPD .mbr-section-title {
  color: #ffffff;
}
.cid-uKymAHAfPD .mbr-section-title,
.cid-uKymAHAfPD .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uKymAIhKRL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uKymAIhKRL .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uKymAIhKRL .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uKymAIhKRL .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uKymAIhKRL .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uKymAIhKRL .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uKymAIhKRL .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uKymAIhKRL .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uKymAIhKRL .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKymAIhKRL .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uKymAIhKRL .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKymAIhKRL .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uKymAIhKRL .mbr-text {
  text-align: center;
}
.cid-uLiPnvLXv8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLiPnvLXv8 nav.navbar {
  position: fixed;
}
.cid-uLiPnvLXv8 .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uLiPnvLXv8 .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uLiPnvLXv8 .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uLiPnvLXv8 .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uLiPnvLXv8 .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uLiPnvLXv8 .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uLiPnvLXv8 .dropdown-item:hover,
.cid-uLiPnvLXv8 .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uLiPnvLXv8 .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uLiPnvLXv8 .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uLiPnvLXv8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uLiPnvLXv8 .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uLiPnvLXv8 .nav-link:hover {
  color: #df3036 !important;
}
.cid-uLiPnvLXv8 .container {
  display: flex;
  margin: auto;
}
.cid-uLiPnvLXv8 .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uLiPnvLXv8 .dropdown-menu,
.cid-uLiPnvLXv8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uLiPnvLXv8 .nav-item:focus,
.cid-uLiPnvLXv8 .nav-link:focus {
  outline: none;
}
.cid-uLiPnvLXv8 .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uLiPnvLXv8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLiPnvLXv8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLiPnvLXv8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLiPnvLXv8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLiPnvLXv8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLiPnvLXv8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uLiPnvLXv8 .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uLiPnvLXv8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLiPnvLXv8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLiPnvLXv8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLiPnvLXv8 .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uLiPnvLXv8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLiPnvLXv8 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uLiPnvLXv8 .navbar.collapsed {
  justify-content: center;
}
.cid-uLiPnvLXv8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLiPnvLXv8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLiPnvLXv8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLiPnvLXv8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLiPnvLXv8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLiPnvLXv8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uLiPnvLXv8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLiPnvLXv8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLiPnvLXv8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLiPnvLXv8 .navbar .dropdown-menu {
    display: none;
  }
  .cid-uLiPnvLXv8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLiPnvLXv8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLiPnvLXv8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uLiPnvLXv8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLiPnvLXv8 .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uLiPnvLXv8 .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uLiPnvLXv8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLiPnvLXv8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLiPnvLXv8 .navbar .navbar-buttons,
  .cid-uLiPnvLXv8 .navbar .icons-menu {
    display: none;
  }
  .cid-uLiPnvLXv8 .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uLiPnvLXv8 .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-uLiPnvLXv8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLiPnvLXv8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLiPnvLXv8 .dropdown-item.active,
.cid-uLiPnvLXv8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLiPnvLXv8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLiPnvLXv8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLiPnvLXv8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLiPnvLXv8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLiPnvLXv8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLiPnvLXv8 button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLiPnvLXv8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uLiPnvLXv8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLiPnvLXv8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLiPnvLXv8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLiPnvLXv8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLiPnvLXv8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLiPnvLXv8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLiPnvLXv8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLiPnvLXv8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLiPnvLXv8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLiPnvLXv8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLiPnvLXv8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLiPnvLXv8 .navbar {
    height: 70px;
  }
  .cid-uLiPnvLXv8 .navbar.opened {
    height: auto;
  }
  .cid-uLiPnvLXv8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLiPnwaoQh {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uLiPnwaoQh .card-text {
  background-color: #fafafa;
  padding: 1.5rem;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #f24d4a;
}
.cid-uLiPnwaoQh .media-container-column {
  margin-bottom: 2rem;
}
.cid-uLiPnwaoQh .mbr-content-text {
  text-align: left;
}
.cid-uLiPnwaoQh .numder {
  text-align: left;
  color: #000000;
}
.cid-uLiPnwaoQh H4 {
  text-align: left;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uLiPnwaoQh .panel-item {
    margin-bottom: 1.5rem;
  }
}
.cid-uLiPnwaoQh .number {
  text-align: left;
  color: #232323;
}
.cid-uLiPnwaoQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiPnwaoQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiPnwv34l {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uLiPnwv34l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiPnwv34l .card-link {
  position: relative;
  width: fit-content;
}
.cid-uLiPnwv34l .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uLiPnwv34l .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uLiPnwv34l .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uLiPnwv34l .item-wrapper:hover {
  background: #f24d4a;
  transform: translateY(-5px);
}
.cid-uLiPnwv34l .item-wrapper:hover .card-title,
.cid-uLiPnwv34l .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uLiPnwv34l .item-wrapper:hover span,
.cid-uLiPnwv34l .item-wrapper:hover .card-link,
.cid-uLiPnwv34l .item-wrapper:hover .card-link a {
  color: #df3036 !important;
}
.cid-uLiPnwv34l .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uLiPnwv34l .card-title,
.cid-uLiPnwv34l .card-text,
.cid-uLiPnwv34l .card-link,
.cid-uLiPnwv34l .card-link a {
  transition: all 0.3s;
}
.cid-uLiPnwv34l .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uLiPnwv34l .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uLiPnwv34l .link-wrapper:hover {
  cursor: pointer;
}
.cid-uLiPnwv34l .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #f24d4a;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLiPnwv34l .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uLiPnwv34l .card-title,
.cid-uLiPnwv34l .iconfont-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uLiPnwv34l .card-text {
  color: #232323;
  text-align: left;
}
.cid-uLiPnwv34l .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uLiPnwv34l .card-link,
.cid-uLiPnwv34l .link-icon,
.cid-uLiPnwv34l .link-align {
  color: #232323;
}
.cid-uLiPnwv34l .mbr-section-subtitle {
  text-align: left;
}
.cid-uLiPnx84C8 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uLiPnx84C8 .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uLiPnx84C8 .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uLiPnx84C8 .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uLiPnx84C8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiPnx84C8 .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-uLiPnx84C8 .container {
    padding: 0 30px;
  }
}
.cid-uLiPnx84C8 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uLiPnx84C8 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLiPnx84C8 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLiPnx84C8 .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLiPnx84C8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLiPnx84C8 .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uLiPnx84C8 .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uLiPnx84C8 .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uLiPnx84C8 .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uLiPnx84C8 .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uLiPnx84C8 .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uLiPnx84C8 .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uLiPnx84C8 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uLiPnx84C8 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uLiPnx84C8 .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uLiPnx84C8 .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uLiPnx84C8 .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uLiPnx84C8 .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uLiPnx84C8 .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uLiPnx84C8 .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uLiPnx84C8 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uLiPnx84C8 .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uLiPnx84C8 .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uLiPnx84C8 .mbr-section-title {
  color: #ffffff;
}
.cid-uLiPnx84C8 .mbr-section-title,
.cid-uLiPnx84C8 .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uLiPnxsgwo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uLiPnxsgwo .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLiPnxsgwo .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uLiPnxsgwo .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uLiPnxsgwo .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uLiPnxsgwo .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uLiPnxsgwo .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uLiPnxsgwo .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uLiPnxsgwo .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLiPnxsgwo .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uLiPnxsgwo .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLiPnxsgwo .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uLiPnxsgwo .mbr-text {
  text-align: center;
}
.cid-uLiTGmbpxk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLiTGmbpxk nav.navbar {
  position: fixed;
}
.cid-uLiTGmbpxk .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uLiTGmbpxk .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uLiTGmbpxk .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uLiTGmbpxk .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uLiTGmbpxk .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uLiTGmbpxk .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uLiTGmbpxk .dropdown-item:hover,
.cid-uLiTGmbpxk .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uLiTGmbpxk .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uLiTGmbpxk .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uLiTGmbpxk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uLiTGmbpxk .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uLiTGmbpxk .nav-link:hover {
  color: #df3036 !important;
}
.cid-uLiTGmbpxk .container {
  display: flex;
  margin: auto;
}
.cid-uLiTGmbpxk .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uLiTGmbpxk .dropdown-menu,
.cid-uLiTGmbpxk .navbar.opened {
  background: #ffffff !important;
}
.cid-uLiTGmbpxk .nav-item:focus,
.cid-uLiTGmbpxk .nav-link:focus {
  outline: none;
}
.cid-uLiTGmbpxk .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uLiTGmbpxk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLiTGmbpxk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLiTGmbpxk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLiTGmbpxk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLiTGmbpxk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLiTGmbpxk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uLiTGmbpxk .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uLiTGmbpxk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLiTGmbpxk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLiTGmbpxk .navbar.opened {
  transition: all 0.3s;
}
.cid-uLiTGmbpxk .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uLiTGmbpxk .navbar .navbar-logo img {
  width: auto;
}
.cid-uLiTGmbpxk .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uLiTGmbpxk .navbar.collapsed {
  justify-content: center;
}
.cid-uLiTGmbpxk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLiTGmbpxk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLiTGmbpxk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLiTGmbpxk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLiTGmbpxk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLiTGmbpxk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uLiTGmbpxk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLiTGmbpxk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLiTGmbpxk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLiTGmbpxk .navbar .dropdown-menu {
    display: none;
  }
  .cid-uLiTGmbpxk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLiTGmbpxk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLiTGmbpxk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uLiTGmbpxk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLiTGmbpxk .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uLiTGmbpxk .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uLiTGmbpxk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLiTGmbpxk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLiTGmbpxk .navbar .navbar-buttons,
  .cid-uLiTGmbpxk .navbar .icons-menu {
    display: none;
  }
  .cid-uLiTGmbpxk .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uLiTGmbpxk .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-uLiTGmbpxk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLiTGmbpxk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLiTGmbpxk .dropdown-item.active,
.cid-uLiTGmbpxk .dropdown-item:active {
  background-color: transparent;
}
.cid-uLiTGmbpxk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLiTGmbpxk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLiTGmbpxk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLiTGmbpxk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLiTGmbpxk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLiTGmbpxk button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLiTGmbpxk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uLiTGmbpxk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLiTGmbpxk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLiTGmbpxk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLiTGmbpxk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLiTGmbpxk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLiTGmbpxk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLiTGmbpxk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLiTGmbpxk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLiTGmbpxk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLiTGmbpxk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLiTGmbpxk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLiTGmbpxk .navbar {
    height: 70px;
  }
  .cid-uLiTGmbpxk .navbar.opened {
    height: auto;
  }
  .cid-uLiTGmbpxk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLiTGmBumX {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uLiTGmBumX .card-text {
  background-color: #fafafa;
  padding: 1.5rem;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #f24d4a;
}
.cid-uLiTGmBumX .media-container-column {
  margin-bottom: 2rem;
}
.cid-uLiTGmBumX .mbr-content-text {
  text-align: left;
}
.cid-uLiTGmBumX .numder {
  text-align: left;
  color: #000000;
}
.cid-uLiTGmBumX H4 {
  text-align: left;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uLiTGmBumX .panel-item {
    margin-bottom: 1.5rem;
  }
}
.cid-uLiTGmBumX .number {
  text-align: left;
  color: #232323;
}
.cid-uLiTGmBumX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiTGmBumX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiTGn3G4W {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uLiTGn3G4W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiTGn3G4W .card-link {
  position: relative;
  width: fit-content;
}
.cid-uLiTGn3G4W .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uLiTGn3G4W .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uLiTGn3G4W .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uLiTGn3G4W .item-wrapper:hover {
  background: #f24d4a;
  transform: translateY(-5px);
}
.cid-uLiTGn3G4W .item-wrapper:hover .card-title,
.cid-uLiTGn3G4W .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uLiTGn3G4W .item-wrapper:hover span,
.cid-uLiTGn3G4W .item-wrapper:hover .card-link,
.cid-uLiTGn3G4W .item-wrapper:hover .card-link a {
  color: #df3036 !important;
}
.cid-uLiTGn3G4W .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uLiTGn3G4W .card-title,
.cid-uLiTGn3G4W .card-text,
.cid-uLiTGn3G4W .card-link,
.cid-uLiTGn3G4W .card-link a {
  transition: all 0.3s;
}
.cid-uLiTGn3G4W .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uLiTGn3G4W .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uLiTGn3G4W .link-wrapper:hover {
  cursor: pointer;
}
.cid-uLiTGn3G4W .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #f24d4a;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLiTGn3G4W .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uLiTGn3G4W .card-title,
.cid-uLiTGn3G4W .iconfont-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uLiTGn3G4W .card-text {
  color: #232323;
  text-align: left;
}
.cid-uLiTGn3G4W .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uLiTGn3G4W .card-link,
.cid-uLiTGn3G4W .link-icon,
.cid-uLiTGn3G4W .link-align {
  color: #232323;
}
.cid-uLiTGn3G4W .mbr-section-subtitle {
  text-align: left;
}
.cid-uLiTGnAlEy {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uLiTGnAlEy .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uLiTGnAlEy .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uLiTGnAlEy .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uLiTGnAlEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiTGnAlEy .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-uLiTGnAlEy .container {
    padding: 0 30px;
  }
}
.cid-uLiTGnAlEy .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uLiTGnAlEy .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLiTGnAlEy .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLiTGnAlEy .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLiTGnAlEy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLiTGnAlEy .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uLiTGnAlEy .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uLiTGnAlEy .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uLiTGnAlEy .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uLiTGnAlEy .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uLiTGnAlEy .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uLiTGnAlEy .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uLiTGnAlEy .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uLiTGnAlEy .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uLiTGnAlEy .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uLiTGnAlEy .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uLiTGnAlEy .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uLiTGnAlEy .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uLiTGnAlEy .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uLiTGnAlEy .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uLiTGnAlEy .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uLiTGnAlEy .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uLiTGnAlEy .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uLiTGnAlEy .mbr-section-title {
  color: #ffffff;
}
.cid-uLiTGnAlEy .mbr-section-title,
.cid-uLiTGnAlEy .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uLiTGo0Kj6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uLiTGo0Kj6 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLiTGo0Kj6 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uLiTGo0Kj6 .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uLiTGo0Kj6 .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uLiTGo0Kj6 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uLiTGo0Kj6 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uLiTGo0Kj6 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uLiTGo0Kj6 .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLiTGo0Kj6 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uLiTGo0Kj6 .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLiTGo0Kj6 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uLiTGo0Kj6 .mbr-text {
  text-align: center;
}
.cid-uLiUzHvj9j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLiUzHvj9j nav.navbar {
  position: fixed;
}
.cid-uLiUzHvj9j .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uLiUzHvj9j .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uLiUzHvj9j .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uLiUzHvj9j .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uLiUzHvj9j .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uLiUzHvj9j .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uLiUzHvj9j .dropdown-item:hover,
.cid-uLiUzHvj9j .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uLiUzHvj9j .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uLiUzHvj9j .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uLiUzHvj9j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uLiUzHvj9j .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uLiUzHvj9j .nav-link:hover {
  color: #df3036 !important;
}
.cid-uLiUzHvj9j .container {
  display: flex;
  margin: auto;
}
.cid-uLiUzHvj9j .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uLiUzHvj9j .dropdown-menu,
.cid-uLiUzHvj9j .navbar.opened {
  background: #ffffff !important;
}
.cid-uLiUzHvj9j .nav-item:focus,
.cid-uLiUzHvj9j .nav-link:focus {
  outline: none;
}
.cid-uLiUzHvj9j .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uLiUzHvj9j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLiUzHvj9j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLiUzHvj9j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLiUzHvj9j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLiUzHvj9j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLiUzHvj9j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uLiUzHvj9j .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uLiUzHvj9j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLiUzHvj9j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLiUzHvj9j .navbar.opened {
  transition: all 0.3s;
}
.cid-uLiUzHvj9j .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uLiUzHvj9j .navbar .navbar-logo img {
  width: auto;
}
.cid-uLiUzHvj9j .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uLiUzHvj9j .navbar.collapsed {
  justify-content: center;
}
.cid-uLiUzHvj9j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLiUzHvj9j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLiUzHvj9j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLiUzHvj9j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLiUzHvj9j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLiUzHvj9j .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uLiUzHvj9j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLiUzHvj9j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLiUzHvj9j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLiUzHvj9j .navbar .dropdown-menu {
    display: none;
  }
  .cid-uLiUzHvj9j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLiUzHvj9j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLiUzHvj9j .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uLiUzHvj9j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLiUzHvj9j .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uLiUzHvj9j .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uLiUzHvj9j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLiUzHvj9j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLiUzHvj9j .navbar .navbar-buttons,
  .cid-uLiUzHvj9j .navbar .icons-menu {
    display: none;
  }
  .cid-uLiUzHvj9j .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uLiUzHvj9j .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-uLiUzHvj9j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLiUzHvj9j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLiUzHvj9j .dropdown-item.active,
.cid-uLiUzHvj9j .dropdown-item:active {
  background-color: transparent;
}
.cid-uLiUzHvj9j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLiUzHvj9j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLiUzHvj9j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLiUzHvj9j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLiUzHvj9j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLiUzHvj9j button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLiUzHvj9j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uLiUzHvj9j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLiUzHvj9j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLiUzHvj9j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLiUzHvj9j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLiUzHvj9j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLiUzHvj9j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLiUzHvj9j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLiUzHvj9j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLiUzHvj9j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLiUzHvj9j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLiUzHvj9j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLiUzHvj9j .navbar {
    height: 70px;
  }
  .cid-uLiUzHvj9j .navbar.opened {
    height: auto;
  }
  .cid-uLiUzHvj9j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLiUzHUQLz {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uLiUzHUQLz .card-text {
  background-color: #fafafa;
  padding: 1.5rem;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #f24d4a;
}
.cid-uLiUzHUQLz .media-container-column {
  margin-bottom: 2rem;
}
.cid-uLiUzHUQLz .mbr-content-text {
  text-align: left;
}
.cid-uLiUzHUQLz .numder {
  text-align: left;
  color: #000000;
}
.cid-uLiUzHUQLz H4 {
  text-align: left;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uLiUzHUQLz .panel-item {
    margin-bottom: 1.5rem;
  }
}
.cid-uLiUzHUQLz .number {
  text-align: left;
  color: #232323;
}
.cid-uLiUzHUQLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiUzHUQLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiUzInPLU {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uLiUzInPLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiUzInPLU .card-link {
  position: relative;
  width: fit-content;
}
.cid-uLiUzInPLU .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uLiUzInPLU .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uLiUzInPLU .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uLiUzInPLU .item-wrapper:hover {
  background: #f24d4a;
  transform: translateY(-5px);
}
.cid-uLiUzInPLU .item-wrapper:hover .card-title,
.cid-uLiUzInPLU .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uLiUzInPLU .item-wrapper:hover span,
.cid-uLiUzInPLU .item-wrapper:hover .card-link,
.cid-uLiUzInPLU .item-wrapper:hover .card-link a {
  color: #df3036 !important;
}
.cid-uLiUzInPLU .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uLiUzInPLU .card-title,
.cid-uLiUzInPLU .card-text,
.cid-uLiUzInPLU .card-link,
.cid-uLiUzInPLU .card-link a {
  transition: all 0.3s;
}
.cid-uLiUzInPLU .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uLiUzInPLU .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uLiUzInPLU .link-wrapper:hover {
  cursor: pointer;
}
.cid-uLiUzInPLU .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #f24d4a;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLiUzInPLU .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uLiUzInPLU .card-title,
.cid-uLiUzInPLU .iconfont-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uLiUzInPLU .card-text {
  color: #232323;
  text-align: left;
}
.cid-uLiUzInPLU .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uLiUzInPLU .card-link,
.cid-uLiUzInPLU .link-icon,
.cid-uLiUzInPLU .link-align {
  color: #232323;
}
.cid-uLiUzInPLU .mbr-section-subtitle {
  text-align: left;
}
.cid-uLiUzIVwjp {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uLiUzIVwjp .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uLiUzIVwjp .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uLiUzIVwjp .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uLiUzIVwjp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiUzIVwjp .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-uLiUzIVwjp .container {
    padding: 0 30px;
  }
}
.cid-uLiUzIVwjp .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uLiUzIVwjp .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLiUzIVwjp .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLiUzIVwjp .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLiUzIVwjp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLiUzIVwjp .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uLiUzIVwjp .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uLiUzIVwjp .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uLiUzIVwjp .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uLiUzIVwjp .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uLiUzIVwjp .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uLiUzIVwjp .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uLiUzIVwjp .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uLiUzIVwjp .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uLiUzIVwjp .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uLiUzIVwjp .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uLiUzIVwjp .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uLiUzIVwjp .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uLiUzIVwjp .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uLiUzIVwjp .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uLiUzIVwjp .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uLiUzIVwjp .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uLiUzIVwjp .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uLiUzIVwjp .mbr-section-title {
  color: #ffffff;
}
.cid-uLiUzIVwjp .mbr-section-title,
.cid-uLiUzIVwjp .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uLiUzJhUmE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uLiUzJhUmE .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLiUzJhUmE .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uLiUzJhUmE .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uLiUzJhUmE .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uLiUzJhUmE .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uLiUzJhUmE .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uLiUzJhUmE .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uLiUzJhUmE .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLiUzJhUmE .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uLiUzJhUmE .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLiUzJhUmE .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uLiUzJhUmE .mbr-text {
  text-align: center;
}
.cid-uLiWx20bEK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLiWx20bEK nav.navbar {
  position: fixed;
}
.cid-uLiWx20bEK .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uLiWx20bEK .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uLiWx20bEK .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uLiWx20bEK .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uLiWx20bEK .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uLiWx20bEK .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uLiWx20bEK .dropdown-item:hover,
.cid-uLiWx20bEK .dropdown-item:focus {
  background: rgba(223, 48, 54, 0.1) !important;
  color: #df3036 !important;
}
.cid-uLiWx20bEK .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uLiWx20bEK .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uLiWx20bEK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uLiWx20bEK .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uLiWx20bEK .nav-link:hover {
  color: #df3036 !important;
}
.cid-uLiWx20bEK .container {
  display: flex;
  margin: auto;
}
.cid-uLiWx20bEK .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uLiWx20bEK .dropdown-menu,
.cid-uLiWx20bEK .navbar.opened {
  background: #ffffff !important;
}
.cid-uLiWx20bEK .nav-item:focus,
.cid-uLiWx20bEK .nav-link:focus {
  outline: none;
}
.cid-uLiWx20bEK .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uLiWx20bEK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLiWx20bEK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLiWx20bEK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLiWx20bEK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLiWx20bEK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLiWx20bEK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uLiWx20bEK .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uLiWx20bEK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLiWx20bEK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLiWx20bEK .navbar.opened {
  transition: all 0.3s;
}
.cid-uLiWx20bEK .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uLiWx20bEK .navbar .navbar-logo img {
  width: auto;
}
.cid-uLiWx20bEK .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uLiWx20bEK .navbar.collapsed {
  justify-content: center;
}
.cid-uLiWx20bEK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLiWx20bEK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLiWx20bEK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLiWx20bEK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLiWx20bEK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLiWx20bEK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uLiWx20bEK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLiWx20bEK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLiWx20bEK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLiWx20bEK .navbar .dropdown-menu {
    display: none;
  }
  .cid-uLiWx20bEK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLiWx20bEK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLiWx20bEK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uLiWx20bEK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLiWx20bEK .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uLiWx20bEK .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uLiWx20bEK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLiWx20bEK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLiWx20bEK .navbar .navbar-buttons,
  .cid-uLiWx20bEK .navbar .icons-menu {
    display: none;
  }
  .cid-uLiWx20bEK .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uLiWx20bEK .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-uLiWx20bEK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLiWx20bEK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLiWx20bEK .dropdown-item.active,
.cid-uLiWx20bEK .dropdown-item:active {
  background-color: transparent;
}
.cid-uLiWx20bEK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLiWx20bEK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLiWx20bEK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLiWx20bEK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLiWx20bEK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLiWx20bEK button.navbar-toggler {
  outline: none;
  width: 21px;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLiWx20bEK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uLiWx20bEK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLiWx20bEK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLiWx20bEK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLiWx20bEK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLiWx20bEK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLiWx20bEK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLiWx20bEK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLiWx20bEK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLiWx20bEK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLiWx20bEK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLiWx20bEK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLiWx20bEK .navbar {
    height: 70px;
  }
  .cid-uLiWx20bEK .navbar.opened {
    height: auto;
  }
  .cid-uLiWx20bEK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLiWx2r4PM {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uLiWx2r4PM .card-text {
  background-color: #fafafa;
  padding: 1.5rem;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #f24d4a;
}
.cid-uLiWx2r4PM .media-container-column {
  margin-bottom: 2rem;
}
.cid-uLiWx2r4PM .mbr-content-text {
  text-align: left;
}
.cid-uLiWx2r4PM .numder {
  text-align: left;
  color: #000000;
}
.cid-uLiWx2r4PM H4 {
  text-align: left;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uLiWx2r4PM .panel-item {
    margin-bottom: 1.5rem;
  }
}
.cid-uLiWx2r4PM .number {
  text-align: left;
  color: #232323;
}
.cid-uLiWx2r4PM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiWx2r4PM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiWx30k0H {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uLiWx30k0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiWx30k0H .card-link {
  position: relative;
  width: fit-content;
}
.cid-uLiWx30k0H .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uLiWx30k0H .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uLiWx30k0H .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uLiWx30k0H .item-wrapper:hover {
  background: #f24d4a;
  transform: translateY(-5px);
}
.cid-uLiWx30k0H .item-wrapper:hover .card-title,
.cid-uLiWx30k0H .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uLiWx30k0H .item-wrapper:hover span,
.cid-uLiWx30k0H .item-wrapper:hover .card-link,
.cid-uLiWx30k0H .item-wrapper:hover .card-link a {
  color: #df3036 !important;
}
.cid-uLiWx30k0H .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uLiWx30k0H .card-title,
.cid-uLiWx30k0H .card-text,
.cid-uLiWx30k0H .card-link,
.cid-uLiWx30k0H .card-link a {
  transition: all 0.3s;
}
.cid-uLiWx30k0H .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uLiWx30k0H .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uLiWx30k0H .link-wrapper:hover {
  cursor: pointer;
}
.cid-uLiWx30k0H .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #f24d4a;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLiWx30k0H .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uLiWx30k0H .card-title,
.cid-uLiWx30k0H .iconfont-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uLiWx30k0H .card-text {
  color: #232323;
  text-align: left;
}
.cid-uLiWx30k0H .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uLiWx30k0H .card-link,
.cid-uLiWx30k0H .link-icon,
.cid-uLiWx30k0H .link-align {
  color: #232323;
}
.cid-uLiWx30k0H .mbr-section-subtitle {
  text-align: left;
}
.cid-uLiWx3y9Pi {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.cid-uLiWx3y9Pi .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uLiWx3y9Pi .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uLiWx3y9Pi .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e6e6e6 0, #f5f5f5 43%, #ffffff 100%);
}
.cid-uLiWx3y9Pi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiWx3y9Pi .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-uLiWx3y9Pi .container {
    padding: 0 30px;
  }
}
.cid-uLiWx3y9Pi .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uLiWx3y9Pi .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLiWx3y9Pi .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLiWx3y9Pi .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLiWx3y9Pi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLiWx3y9Pi .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uLiWx3y9Pi .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uLiWx3y9Pi .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uLiWx3y9Pi .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uLiWx3y9Pi .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uLiWx3y9Pi .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #df3036 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uLiWx3y9Pi .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uLiWx3y9Pi .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #df3036;
  transition: all 0.3s ease-in-out;
}
.cid-uLiWx3y9Pi .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uLiWx3y9Pi .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #f5f5f5;
}
.cid-uLiWx3y9Pi .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uLiWx3y9Pi .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uLiWx3y9Pi .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uLiWx3y9Pi .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uLiWx3y9Pi .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #df3036;
  border-color: #df3036;
  border-radius: 0;
}
.cid-uLiWx3y9Pi .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uLiWx3y9Pi .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uLiWx3y9Pi .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uLiWx3y9Pi .mbr-section-title {
  color: #ffffff;
}
.cid-uLiWx3y9Pi .mbr-section-title,
.cid-uLiWx3y9Pi .mbr-section-btn {
  text-align: center;
  color: #df3036;
}
.cid-uLiWx3U2KJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
.cid-uLiWx3U2KJ .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLiWx3U2KJ .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uLiWx3U2KJ .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uLiWx3U2KJ .text-wrap .icons-wrap .icon-wrapper {
  background: #1e1e1e;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uLiWx3U2KJ .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.cid-uLiWx3U2KJ .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-uLiWx3U2KJ .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uLiWx3U2KJ .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLiWx3U2KJ .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uLiWx3U2KJ .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLiWx3U2KJ .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uLiWx3U2KJ .mbr-text {
  text-align: center;
}
