body {
  font-family: 'Ne10-Regular';
}
.display-1 {
  font-family: 'Ne10-Regular';
  font-size: 5.5625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.953125rem;
}
.display-2 {
  font-family: 'Ne10-Regular';
  font-size: 2.8125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.515625rem;
}
.display-4 {
  font-family: 'Ne10-Regular';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Ne10-Regular';
  font-size: 1.875rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Ne10-Regular';
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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: 4.45rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.89375rem;
    font-size: calc( 2.596875rem + (5.5625 - 2.596875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.596875rem + (5.5625 - 2.596875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.25rem;
    font-size: calc( 1.634375rem + (2.8125 - 1.634375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.634375rem + (2.8125 - 1.634375) * ((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: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #3793f7 !important;
}
.bg-info {
  background-color: #ebfff2 !important;
}
.bg-warning {
  background-color: #d3efef !important;
}
.bg-danger {
  background-color: #99ccb5 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dddddd !important;
  border-color: #dddddd !important;
  color: #5e5e5e !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b2b2b2 !important;
  border-color: #b2b2b2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5e5e5e !important;
  background-color: #b2b2b2 !important;
  border-color: #b2b2b2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ebfff2 !important;
  border-color: #ebfff2 !important;
  color: #00eb52 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #009434 !important;
  background-color: #94ffba !important;
  border-color: #94ffba !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #00eb52 !important;
  background-color: #94ffba !important;
  border-color: #94ffba !important;
}
.btn-success,
.btn-success:active {
  background-color: #3793f7 !important;
  border-color: #3793f7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0868cf !important;
  border-color: #0868cf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0868cf !important;
  border-color: #0868cf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d3efef !important;
  border-color: #d3efef !important;
  color: #348f8f !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #1d4f4f !important;
  background-color: #93d8d8 !important;
  border-color: #93d8d8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #348f8f !important;
  background-color: #93d8d8 !important;
  border-color: #93d8d8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #99ccb5 !important;
  border-color: #99ccb5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #5faf8b !important;
  border-color: #5faf8b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5faf8b !important;
  border-color: #5faf8b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dddddd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b2b2b2 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5e5e5e !important;
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ebfff2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #94ffba !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #00eb52 !important;
  background-color: #ebfff2 !important;
  border-color: #ebfff2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3793f7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0868cf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3793f7 !important;
  border-color: #3793f7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d3efef;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #93d8d8 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #348f8f !important;
  background-color: #d3efef !important;
  border-color: #d3efef !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #99ccb5;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5faf8b !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #99ccb5 !important;
  border-color: #99ccb5 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !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: transparent;
  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: transparent !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: #000000 !important;
}
.text-secondary {
  color: #dddddd !important;
}
.text-success {
  color: #3793f7 !important;
}
.text-info {
  color: #ebfff2 !important;
}
.text-warning {
  color: #d3efef !important;
}
.text-danger {
  color: #99ccb5 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #dddddd !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3793f7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ebfff2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d3efef !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #99ccb5 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !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 0.3s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ebfff2;
}
.alert-warning {
  background-color: #d3efef;
}
.alert-danger {
  background-color: #99ccb5;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fbfdff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Ne10-Regular';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Ne10-Regular';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #dddddd !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='%23000000' %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;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1440px;
}
a {
  transition: color 300ms ease !important;
}
a.btn {
  transition: all 200ms !important;
  border: 0.075rem solid #000 !important;
  box-shadow: 4px 4px 0 0 #000 !important;
}
a.btn:hover {
  transform: scale(1.075);
  border: 0.075rem solid #000 !important;
  background-color: #d2efef !important;
  color: #000000 !important;
}
a.btn.btn-white {
  color: #000000 !important;
}
.card-title {
  margin-bottom: 0;
}
button:focus {
  box-shadow: none !important;
}
.cid-sYQHDSPP4t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.cid-sYQHDSPP4t .iconfont-wrapper > .mbr-iconfont {
  font-size: 22px;
  padding: 8px;
  border-radius: 50%;
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
.cid-sYQHDSPP4t .iconfont-wrapper {
  margin-bottom: 15px;
}
.cid-sYQHDSPP4t .card-text {
  color: #ffffff;
}
.cid-sYQHDSPP4t .card-title {
  margin-bottom: 15px;
}
.cid-sYQHDSPP4t .icon1 {
  background-color: #e2e2e2;
}
.cid-sYQHDSPP4t .icon2 {
  background-color: #cfcfcf;
}
.cid-sYQHDSPP4t .icon3 {
  background-color: #e2e2e2;
}
.cid-sYQHDSPP4t .icon4 {
  background-color: #f3f4f6;
}
.cid-sYQHDSPP4t .icon5 {
  background-color: #e2e2e2;
}
.cid-sYQHDSPP4t .icon6 {
  background-color: #f3f4f6;
}
.cid-sYQHDSPP4t .card {
  padding: 2.8rem 3.4rem;
  /* outline: 2px solid #fff; */
  border-radius: 0;
  border-collapse: collapse;
}
.cid-sYQHDSPP4t .card-text,
.cid-sYQHDSPP4t .link {
  color: #000000;
  text-align: left;
}
.cid-sYQHDSPP4t .container-fluid {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 440px) {
  .cid-sYQHDSPP4t .card {
    padding: 25px 15px;
  }
}
.cid-sYQHDSPP4t .card-title,
.cid-sYQHDSPP4t .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-sYQHDSPP4t .card-title,
.cid-sYQHDSPP4t .iconfont-wrapper P {
  text-align: left;
}
.cid-udtLBNmJiB {
  background-image: url("../../../assets/images/gif.gif");
  margin-bottom: 2px;
  background-position: top;
}
.cid-udtLBNmJiB .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #333333;
  text-align: center;
}
.cid-udtLBNmJiB .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-udtLBNmJiB .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-udtLBNmJiB .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-udtLBNmJiB .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-udqGK4gWQN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.jpg");
  margin-bottom: 2px;
}
.cid-udqGK4gWQN .iconfont-wrapper > .mbr-iconfont {
  font-size: 22px;
  padding: 8px;
  border-radius: 50%;
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
.cid-udqGK4gWQN .iconfont-wrapper {
  margin-bottom: 15px;
}
.cid-udqGK4gWQN .card-text {
  color: #ffffff;
}
.cid-udqGK4gWQN .card-title {
  margin-bottom: 15px;
}
.cid-udqGK4gWQN .icon1 {
  background-color: #e2e2e2;
}
.cid-udqGK4gWQN .icon2 {
  background-color: #f3f4f6;
}
.cid-udqGK4gWQN .icon3 {
  background-color: #e2e2e2;
}
.cid-udqGK4gWQN .icon4 {
  background-color: #f3f4f6;
}
.cid-udqGK4gWQN .icon5 {
  background-color: #e2e2e2;
}
.cid-udqGK4gWQN .icon6 {
  background-color: #f3f4f6;
}
.cid-udqGK4gWQN .card {
  padding: 2.8rem 3.4rem;
  /* outline: 2px solid #fff; */
  border-radius: 0;
  border-collapse: collapse;
}
.cid-udqGK4gWQN .card-text,
.cid-udqGK4gWQN .link {
  color: #000000;
}
.cid-udqGK4gWQN .container-fluid {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 440px) {
  .cid-udqGK4gWQN .card {
    padding: 25px 15px;
  }
}
.cid-udqGK4gWQN .card-title,
.cid-udqGK4gWQN .iconfont-wrapper {
  text-align: left;
}
.cid-udqGMMhB7X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ba8e8a;
  margin-bottom: 2px;
}
.cid-udqGMMhB7X .iconfont-wrapper > .mbr-iconfont {
  font-size: 22px;
  padding: 8px;
  border-radius: 50%;
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
.cid-udqGMMhB7X .iconfont-wrapper {
  margin-bottom: 15px;
}
.cid-udqGMMhB7X .card-text {
  color: #ffffff;
}
.cid-udqGMMhB7X .card-title {
  margin-bottom: 15px;
}
.cid-udqGMMhB7X .icon1 {
  background-color: #e2e2e2;
}
.cid-udqGMMhB7X .icon2 {
  background-color: #f3f4f6;
}
.cid-udqGMMhB7X .icon3 {
  background-color: #e2e2e2;
}
.cid-udqGMMhB7X .icon4 {
  background-color: #f3f4f6;
}
.cid-udqGMMhB7X .icon5 {
  background-color: #e2e2e2;
}
.cid-udqGMMhB7X .icon6 {
  background-color: #f3f4f6;
}
.cid-udqGMMhB7X .card {
  padding: 2.8rem 3.4rem;
  /* outline: 2px solid #fff; */
  border-radius: 0;
  border-collapse: collapse;
}
.cid-udqGMMhB7X .card-text,
.cid-udqGMMhB7X .link {
  color: #000000;
}
.cid-udqGMMhB7X .container-fluid {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 440px) {
  .cid-udqGMMhB7X .card {
    padding: 25px 15px;
  }
}
.cid-udqGKmUeh9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1264.jpg");
  margin-bottom: 2px;
}
.cid-udqGKmUeh9 .iconfont-wrapper > .mbr-iconfont {
  font-size: 22px;
  padding: 8px;
  border-radius: 50%;
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
.cid-udqGKmUeh9 .iconfont-wrapper {
  margin-bottom: 15px;
}
.cid-udqGKmUeh9 .card-text {
  color: #ffffff;
}
.cid-udqGKmUeh9 .card-title {
  margin-bottom: 15px;
}
.cid-udqGKmUeh9 .icon1 {
  background-color: #e2e2e2;
}
.cid-udqGKmUeh9 .icon2 {
  background-color: #f3f4f6;
}
.cid-udqGKmUeh9 .icon3 {
  background-color: #e2e2e2;
}
.cid-udqGKmUeh9 .icon4 {
  background-color: #f3f4f6;
}
.cid-udqGKmUeh9 .icon5 {
  background-color: #e2e2e2;
}
.cid-udqGKmUeh9 .icon6 {
  background-color: #f3f4f6;
}
.cid-udqGKmUeh9 .card {
  padding: 2.8rem 3.4rem;
  /* outline: 2px solid #fff; */
  border-radius: 0;
  border-collapse: collapse;
}
.cid-udqGKmUeh9 .card-text,
.cid-udqGKmUeh9 .link {
  color: #000000;
}
.cid-udqGKmUeh9 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 440px) {
  .cid-udqGKmUeh9 .card {
    padding: 25px 15px;
  }
}
.cid-udqGMWmwpF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ba8e8a;
  margin-bottom: 2px;
}
.cid-udqGMWmwpF .iconfont-wrapper > .mbr-iconfont {
  font-size: 22px;
  padding: 8px;
  border-radius: 50%;
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
.cid-udqGMWmwpF .iconfont-wrapper {
  margin-bottom: 15px;
}
.cid-udqGMWmwpF .card-text {
  color: #ffffff;
}
.cid-udqGMWmwpF .card-title {
  margin-bottom: 15px;
}
.cid-udqGMWmwpF .icon1 {
  background-color: #e2e2e2;
}
.cid-udqGMWmwpF .icon2 {
  background-color: #f3f4f6;
}
.cid-udqGMWmwpF .icon3 {
  background-color: #e2e2e2;
}
.cid-udqGMWmwpF .icon4 {
  background-color: #f3f4f6;
}
.cid-udqGMWmwpF .icon5 {
  background-color: #e2e2e2;
}
.cid-udqGMWmwpF .icon6 {
  background-color: #f3f4f6;
}
.cid-udqGMWmwpF .card {
  padding: 2.8rem 3.4rem;
  /* outline: 2px solid #fff; */
  border-radius: 0;
  border-collapse: collapse;
}
.cid-udqGMWmwpF .card-text,
.cid-udqGMWmwpF .link {
  color: #000000;
}
.cid-udqGMWmwpF .container-fluid {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 440px) {
  .cid-udqGMWmwpF .card {
    padding: 25px 15px;
  }
}
.cid-uxLyN0JjwS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2024su-19-2000x949.jpg");
}
.cid-uxLyN0JjwS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uxLyN0JjwS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-uxLyN0JjwS .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxLyN0JjwS .soc-item a:hover {
  background: #FFFFFF;
}
.cid-uxLyN0JjwS .soc-item a:hover .mbr-iconfont {
  color: #141414;
}
.cid-uxLyN0JjwS .footer-list-container {
  display: flex;
  margin-left: -16px;
}
.cid-uxLyN0JjwS .list {
  list-style: none;
  padding-left: 16px;
  min-width: 132px;
  margin-bottom: 0;
}
.cid-uxLyN0JjwS .list .link {
  padding-bottom: 8px;
  margin-bottom: 14px;
}
.cid-uxLyN0JjwS .mbr-text {
  color: #FFFFFF;
}
.cid-uxLyN0JjwS .mbr-iconfont {
  color: #FFFFFF;
  font-size: 18px;
  margin: 11px;
}
.cid-uxLyN0JjwS .row {
  margin: -1px -32px 0;
  border-bottom: 1px solid #ffffff;
  /* border-top: 1px solid #ffffff; */
}
.cid-uxLyN0JjwS .footer-item {
  display: flex;
  flex-direction: column;
  padding: 40px 48px;
  /* border-right: 2px solid #ffffff; */
}
@media (max-width: 991px) {
  .cid-uxLyN0JjwS .footer-item {
    /* border-bottom: 2px solid #ffffff; */
  }
  .cid-uxLyN0JjwS .footer-item_contacts {
    border-bottom: none;
  }
}
.cid-uxLyN0JjwS .footer-item_contacts {
  border-right: none;
}
.cid-uxLyN0JjwS form p {
  margin: 0;
}
.cid-uxLyN0JjwS form .form-group {
  width: 100%;
}
@media (min-width: 576px) {
  .cid-uxLyN0JjwS form .form-group {
    max-width: 238px;
  }
}
.cid-uxLyN0JjwS form .form-control {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
  border-radius: 0;
  webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
  min-height: 64px;
}
.cid-uxLyN0JjwS form .form-control:focus {
  border-color: #A2A0A0 !important;
}
.cid-uxLyN0JjwS form .mbr-section-btn {
  padding-left: 16px;
}
@media (max-width: 575px) {
  .cid-uxLyN0JjwS form .mbr-section-btn {
    padding-left: 0;
    padding-top: 16px;
  }
}
.cid-uxLyN0JjwS form .btn {
  min-height: 64px;
}
.cid-uxLyN0JjwS .dragArea {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 575px) {
  .cid-uxLyN0JjwS .dragArea {
    flex-wrap: wrap;
  }
}
.cid-uxLyN0JjwS .mbr-section-btn {
  box-sizing: border-box;
  padding-right: 0;
  width: auto;
}
.cid-uxLyN0JjwS .section-subtitle {
  text-transform: uppercase;
}
.cid-uxLyN0JjwS .footer-item_links {
  display: flex;
  flex-direction: column;
}
.cid-uxLyN0JjwS .small-label {
  color: #A2A0A0;
}
.cid-uxLyN0JjwS .custom-link::after {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  height: 1px;
  width: 0;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-uxLyN0JjwS .custom-link:hover::after {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uxLyN0JjwS .container-fluid {
    padding: 0 32px;
  }
}
.cid-uxLyN0JjwS .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
