body {
  font-family: Jost;
}
.display-1 {
  font-family: 'NotoSans-Regular';
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'NotoSans-Regular';
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'NotoSans-Regular';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'NotoSans-Regular';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'NotoSans-Regular';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #95bcd7 !important;
}
.bg-success {
  background-color: #9fdbf8 !important;
}
.bg-info {
  background-color: #6d6d6d !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #353535 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #95bcd7 !important;
  border-color: #95bcd7 !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: #5694bf !important;
  border-color: #5694bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5694bf !important;
  border-color: #5694bf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #6d6d6d !important;
  border-color: #6d6d6d !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #424242 !important;
  border-color: #424242 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #424242 !important;
  border-color: #424242 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9fdbf8 !important;
  border-color: #9fdbf8 !important;
  color: #0a638e !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: #4ebdf2 !important;
  border-color: #4ebdf2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0a638e !important;
  background-color: #4ebdf2 !important;
  border-color: #4ebdf2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #353535 !important;
  border-color: #353535 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !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: #95bcd7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5694bf !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: #95bcd7 !important;
  border-color: #95bcd7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6d6d6d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #424242 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6d6d6d !important;
  border-color: #6d6d6d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9fdbf8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4ebdf2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0a638e !important;
  background-color: #9fdbf8 !important;
  border-color: #9fdbf8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0a0a0a !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: #353535 !important;
  border-color: #353535 !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: #95bcd7 !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #9fdbf8 !important;
}
.text-info {
  color: #6d6d6d !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #353535 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4b8dbb !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #40b7f1 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3a3a3a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #020202 !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: #95bcd7;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6d6d6d;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #353535;
}
.mbr-gallery-filter li.active .btn {
  background-color: #95bcd7;
  border-color: #95bcd7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #95bcd7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #adadad;
}
.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: #a8a8a8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'NotoSans-Regular';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #95bcd7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'NotoSans-Regular';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #95bcd7;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #95bcd7;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #95bcd7;
}
.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: #95bcd7;
  border-bottom-color: #95bcd7;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #95bcd7 !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: #e43f3f !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='%2395bcd7' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-spsm0xzCfK {
  z-index: 1000;
  width: 100%;
}
.cid-spsm0xzCfK nav.navbar {
  position: fixed;
}
.cid-spsm0xzCfK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spsm0xzCfK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spsm0xzCfK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spsm0xzCfK .dropdown-item:hover,
.cid-spsm0xzCfK .dropdown-item:focus {
  background: #95bcd7 !important;
  color: white !important;
}
.cid-spsm0xzCfK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spsm0xzCfK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spsm0xzCfK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spsm0xzCfK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spsm0xzCfK .nav-link {
  position: relative;
}
.cid-spsm0xzCfK .container {
  display: flex;
  margin: auto;
}
.cid-spsm0xzCfK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spsm0xzCfK .dropdown-menu,
.cid-spsm0xzCfK .navbar.opened {
  background: #fafafa !important;
}
.cid-spsm0xzCfK .nav-item:focus,
.cid-spsm0xzCfK .nav-link:focus {
  outline: none;
}
.cid-spsm0xzCfK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spsm0xzCfK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spsm0xzCfK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spsm0xzCfK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spsm0xzCfK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spsm0xzCfK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spsm0xzCfK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(250, 250, 250, 0.7);
}
.cid-spsm0xzCfK .navbar.opened {
  transition: all 0.3s;
}
.cid-spsm0xzCfK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spsm0xzCfK .navbar .navbar-logo img {
  width: auto;
}
.cid-spsm0xzCfK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spsm0xzCfK .navbar.collapsed {
  justify-content: center;
}
.cid-spsm0xzCfK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spsm0xzCfK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spsm0xzCfK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-spsm0xzCfK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spsm0xzCfK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spsm0xzCfK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-spsm0xzCfK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spsm0xzCfK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spsm0xzCfK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spsm0xzCfK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spsm0xzCfK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spsm0xzCfK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spsm0xzCfK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spsm0xzCfK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-spsm0xzCfK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spsm0xzCfK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spsm0xzCfK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spsm0xzCfK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spsm0xzCfK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spsm0xzCfK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spsm0xzCfK .navbar.navbar-short {
  min-height: 60px;
}
.cid-spsm0xzCfK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spsm0xzCfK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spsm0xzCfK .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-spsm0xzCfK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spsm0xzCfK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spsm0xzCfK .dropdown-item.active,
.cid-spsm0xzCfK .dropdown-item:active {
  background-color: transparent;
}
.cid-spsm0xzCfK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spsm0xzCfK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spsm0xzCfK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spsm0xzCfK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-spsm0xzCfK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spsm0xzCfK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spsm0xzCfK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spsm0xzCfK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spsm0xzCfK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spsm0xzCfK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-spsm0xzCfK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spsm0xzCfK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spsm0xzCfK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spsm0xzCfK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spsm0xzCfK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spsm0xzCfK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spsm0xzCfK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spsm0xzCfK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spsm0xzCfK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spsm0xzCfK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spsm0xzCfK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spsm0xzCfK .navbar {
    height: 70px;
  }
  .cid-spsm0xzCfK .navbar.opened {
    height: auto;
  }
  .cid-spsm0xzCfK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urgV5ogpln {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/ur-header-2000x835.jpg");
}
.cid-urgV5ogpln .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-urgV5ogpln .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-urgV5ogpln {
    align-items: flex-end;
  }
  .cid-urgV5ogpln .row {
    justify-content: flex-start;
  }
  .cid-urgV5ogpln .content-wrap {
    width: 20%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-urgV5ogpln .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-urgV5ogpln {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-urgV5ogpln .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urgV5ogpln .content-wrap {
    width: 100%;
  }
}
.cid-urhhIzFIhC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urhi6KgfFz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urhi6KgfFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-urhi6KgfFz .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-urhi6KgfFz .container {
    padding: 0 30px;
  }
}
.cid-urhi6KgfFz .row {
  justify-content: center;
}
.cid-urhi6KgfFz .content-wrapper .mbr-text_1 {
  padding: 20px 0;
  margin-bottom: 0;
}
.cid-urhi6KgfFz .content-wrapper .mbr-text_2 {
  padding: 20px 0 ;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urhi6KgfFz .content-wrapper .mbr-text_2 {
    padding: 20px 0;
  }
}
.cid-urhi6KgfFz .mbr-text_1 {
  color: #000000;
}
.cid-urhi6KgfFz .mbr-text_2 {
  color: #000000;
}
.cid-sn62LWM6O8 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sn62LWM6O8 .container {
  max-width: 1500px;
}
.cid-sn62LWM6O8 img {
  width: 100%;
}
.cid-sn62LWM6O8 h2 {
  padding: 0;
  margin: 0;
}
.cid-sn62LWM6O8 .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sn62LWM6O8 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sn62LWM6O8 .img-col {
  position: relative;
}
.cid-sn62LWM6O8 .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-sn62LWM6O8 .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-sn62LWM6O8 .title-col {
    margin-top: 4rem!important;
  }
  .cid-sn62LWM6O8 .img2 {
    top: -2rem;
  }
  .cid-sn62LWM6O8 .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sn62LWM6O8 .img2 {
    width: 50%;
  }
  .cid-sn62LWM6O8 .number {
    margin: auto;
  }
}
.cid-urhlfZOKU1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f0f9ff;
}
.cid-tD2xo27Pgg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f0f9ff;
}
.cid-tD2xo27Pgg .container {
  max-width: 1500px;
}
.cid-tD2xo27Pgg img {
  width: 100%;
}
.cid-tD2xo27Pgg h2 {
  padding: 0;
  margin: 0;
}
.cid-tD2xo27Pgg .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-tD2xo27Pgg .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-tD2xo27Pgg .img-col {
  position: relative;
}
.cid-tD2xo27Pgg .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-tD2xo27Pgg .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-tD2xo27Pgg .title-col {
    margin-top: 4rem!important;
  }
  .cid-tD2xo27Pgg .img2 {
    top: -2rem;
  }
  .cid-tD2xo27Pgg .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-tD2xo27Pgg .img2 {
    width: 50%;
  }
  .cid-tD2xo27Pgg .number {
    margin: auto;
  }
}
.cid-uriNnQAhcx.popup-builder {
  background-color: #ffffff;
}
.cid-uriNnQAhcx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uriNnQAhcx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uriNnQAhcx .modal-content,
.cid-uriNnQAhcx .modal-dialog {
  height: auto;
}
.cid-uriNnQAhcx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uriNnQAhcx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uriNnQAhcx .form-wrapper .mbr-form .form-group,
  .cid-uriNnQAhcx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uriNnQAhcx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uriNnQAhcx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uriNnQAhcx .mbr-text {
  text-align: center;
}
.cid-uriNnQAhcx .pt-0 {
  padding-top: 0 !important;
}
.cid-uriNnQAhcx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uriNnQAhcx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uriNnQAhcx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uriNnQAhcx .modal-open {
  overflow: hidden;
}
.cid-uriNnQAhcx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uriNnQAhcx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uriNnQAhcx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uriNnQAhcx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uriNnQAhcx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uriNnQAhcx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uriNnQAhcx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uriNnQAhcx .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uriNnQAhcx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uriNnQAhcx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uriNnQAhcx .modal-backdrop.fade {
  opacity: 0;
}
.cid-uriNnQAhcx .modal-backdrop.show {
  opacity: .5;
}
.cid-uriNnQAhcx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uriNnQAhcx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uriNnQAhcx .modal-header {
    padding: 1rem;
  }
}
.cid-uriNnQAhcx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uriNnQAhcx .modal-header .close svg {
  fill: #353535;
}
.cid-uriNnQAhcx .modal-header .close:hover {
  opacity: 1;
}
.cid-uriNnQAhcx .modal-header .close:focus {
  outline: none;
}
.cid-uriNnQAhcx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #95bcd7;
}
.cid-uriNnQAhcx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uriNnQAhcx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uriNnQAhcx .modal-body {
    padding: 1rem;
  }
}
.cid-uriNnQAhcx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uriNnQAhcx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uriNnQAhcx .modal-footer {
    padding: 1rem;
  }
}
.cid-uriNnQAhcx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uriNnQAhcx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uriNnQAhcx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uriNnQAhcx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uriNnQAhcx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uriNnQAhcx .modal-lg,
  .cid-uriNnQAhcx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uriNnQAhcx .modal-xl {
    max-width: 1140px;
  }
}
.cid-uriNnQAhcx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uriNnQAhcx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uriNnQAhcx .form-group {
  margin-bottom: 1rem;
}
.cid-uriNnQAhcx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uriNnQAhcx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uriNnQAhcx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uriNnQAhcx .mbr-section-btn {
  margin: 0;
}
.cid-uriNnQAhcx .mbr-section-btn .btn {
  margin: 0;
}
.cid-uriOiUj6Jh.popup-builder {
  background-color: #ffffff;
}
.cid-uriOiUj6Jh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uriOiUj6Jh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uriOiUj6Jh .modal-content,
.cid-uriOiUj6Jh .modal-dialog {
  height: auto;
}
.cid-uriOiUj6Jh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uriOiUj6Jh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uriOiUj6Jh .form-wrapper .mbr-form .form-group,
  .cid-uriOiUj6Jh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uriOiUj6Jh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uriOiUj6Jh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uriOiUj6Jh .mbr-text {
  text-align: center;
}
.cid-uriOiUj6Jh .pt-0 {
  padding-top: 0 !important;
}
.cid-uriOiUj6Jh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uriOiUj6Jh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uriOiUj6Jh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uriOiUj6Jh .modal-open {
  overflow: hidden;
}
.cid-uriOiUj6Jh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uriOiUj6Jh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uriOiUj6Jh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uriOiUj6Jh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uriOiUj6Jh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uriOiUj6Jh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uriOiUj6Jh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uriOiUj6Jh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uriOiUj6Jh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uriOiUj6Jh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uriOiUj6Jh .modal-backdrop.fade {
  opacity: 0;
}
.cid-uriOiUj6Jh .modal-backdrop.show {
  opacity: .5;
}
.cid-uriOiUj6Jh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uriOiUj6Jh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uriOiUj6Jh .modal-header {
    padding: 1rem;
  }
}
.cid-uriOiUj6Jh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uriOiUj6Jh .modal-header .close svg {
  fill: #353535;
}
.cid-uriOiUj6Jh .modal-header .close:hover {
  opacity: 1;
}
.cid-uriOiUj6Jh .modal-header .close:focus {
  outline: none;
}
.cid-uriOiUj6Jh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #95bcd7;
}
.cid-uriOiUj6Jh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uriOiUj6Jh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uriOiUj6Jh .modal-body {
    padding: 1rem;
  }
}
.cid-uriOiUj6Jh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uriOiUj6Jh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uriOiUj6Jh .modal-footer {
    padding: 1rem;
  }
}
.cid-uriOiUj6Jh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uriOiUj6Jh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uriOiUj6Jh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uriOiUj6Jh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uriOiUj6Jh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uriOiUj6Jh .modal-lg,
  .cid-uriOiUj6Jh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uriOiUj6Jh .modal-xl {
    max-width: 1140px;
  }
}
.cid-uriOiUj6Jh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uriOiUj6Jh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uriOiUj6Jh .form-group {
  margin-bottom: 1rem;
}
.cid-uriOiUj6Jh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uriOiUj6Jh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uriOiUj6Jh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uriOiUj6Jh .mbr-section-btn {
  margin: 0;
}
.cid-uriOiUj6Jh .mbr-section-btn .btn {
  margin: 0;
}
.cid-sn1T1FVGZC {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #95bcd7;
}
@media (min-width: 1500px) {
  .cid-sn1T1FVGZC .container {
    max-width: 1400px;
  }
}
.cid-sn1T1FVGZC .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #95bcd7;
  margin-bottom: 2rem;
}
.cid-sn1T1FVGZC .card-wrapper {
  margin-top: 3rem;
}
.cid-sn1T1FVGZC .row {
  justify-content: center;
}
.cid-sn1T1FVGZC .card-text {
  text-align: center;
  color: #6d6d6d;
}
.cid-urihU5DIO2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tD2xlpAvzq {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tD2xlpAvzq .container {
  max-width: 1500px;
}
.cid-tD2xlpAvzq img {
  width: 100%;
}
.cid-tD2xlpAvzq h2 {
  padding: 0;
  margin: 0;
}
.cid-tD2xlpAvzq .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-tD2xlpAvzq .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-tD2xlpAvzq .img-col {
  position: relative;
}
.cid-tD2xlpAvzq .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-tD2xlpAvzq .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-tD2xlpAvzq .title-col {
    margin-top: 4rem!important;
  }
  .cid-tD2xlpAvzq .img2 {
    top: -2rem;
  }
  .cid-tD2xlpAvzq .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-tD2xlpAvzq .img2 {
    width: 50%;
  }
  .cid-tD2xlpAvzq .number {
    margin: auto;
  }
}
.cid-uriiRi9JMy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f0f9ff;
}
.cid-sp6KEayia0 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f0f9ff;
}
.cid-sp6KEayia0 .container {
  max-width: 1500px;
}
.cid-sp6KEayia0 img {
  width: 100%;
}
.cid-sp6KEayia0 h2 {
  padding: 0;
  margin: 0;
}
.cid-sp6KEayia0 .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sp6KEayia0 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sp6KEayia0 .img-col {
  position: relative;
}
.cid-sp6KEayia0 .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-sp6KEayia0 .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-sp6KEayia0 .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-sp6KEayia0 .img2 {
    top: -2rem;
  }
  .cid-sp6KEayia0 .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sp6KEayia0 .img2 {
    width: 50%;
  }
  .cid-sp6KEayia0 .number {
    margin: auto;
  }
}
.cid-uriPrmcwbY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urjjBAHHlF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urjjBAHHlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjjBAHHlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjjBAHHlF .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-urjjBAHHlF .content-container {
    flex-wrap: wrap;
  }
}
.cid-urjjBAHHlF .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-urjjBAHHlF .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-urjjBAHHlF .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-urjjBAHHlF .card-wrapper {
  width: 100%;
}
.cid-urjjBAHHlF .card-box {
  width: 100%;
}
.cid-urjjBAHHlF .card-title {
  color: #000000;
  margin-bottom: 4px;
  width: 100%;
}
.cid-urjjBAHHlF .card-subtitle {
  color: #000000;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-urjjBAHHlF .mbr-text {
  color: #e43f3f;
  margin-bottom: 24px;
  width: 100%;
}
.cid-urjjBAHHlF .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-urjjBAHHlF .col-img {
    width: 100%;
  }
}
.cid-urjjBAHHlF .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-urjjBAHHlF .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-urjjBAHHlF .image-wrapper {
    width: 250px;
  }
}
.cid-urjjBAHHlF .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-urjjBAHHlF .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-urjjBAHHlF .mbr-iconfont {
  font-size: 48px;
  color: #e43f3f;
}
.cid-uFN6evocqS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFN6evocqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFN6evocqS .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-uFN6evocqS .container {
    padding: 0 30px;
  }
}
.cid-uFN6evocqS .row {
  justify-content: center;
}
.cid-uFN6evocqS .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uFN6evocqS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFN6evocqS .mbr-desc {
  color: #144031;
}
.cid-uFN6evocqS .mbr-text {
  color: #000000;
}
.cid-uriRdUZt2R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uriRdUZt2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uriRdUZt2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uriRdUZt2R .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uriRdUZt2R .content-container {
    flex-wrap: wrap;
  }
}
.cid-uriRdUZt2R .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uriRdUZt2R .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uriRdUZt2R .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-uriRdUZt2R .card-wrapper {
  width: 100%;
}
.cid-uriRdUZt2R .card-box {
  width: 100%;
}
.cid-uriRdUZt2R .card-title {
  color: #000000;
  margin-bottom: 4px;
  width: 100%;
}
.cid-uriRdUZt2R .card-subtitle {
  color: #000000;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-uriRdUZt2R .mbr-text {
  color: #507a96;
  margin-bottom: 24px;
  width: 100%;
}
.cid-uriRdUZt2R .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uriRdUZt2R .col-img {
    width: 100%;
  }
}
.cid-uriRdUZt2R .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-uriRdUZt2R .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uriRdUZt2R .image-wrapper {
    width: 250px;
  }
}
.cid-uriRdUZt2R .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-uriRdUZt2R .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-uriRdUZt2R .mbr-iconfont {
  font-size: 48px;
  color: #95bcd7;
}
.cid-uFN2Elq6c5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFN2Elq6c5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFN2Elq6c5 .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-uFN2Elq6c5 .container {
    padding: 0 30px;
  }
}
.cid-uFN2Elq6c5 .row {
  justify-content: center;
}
.cid-uFN2Elq6c5 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uFN2Elq6c5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFN2Elq6c5 .mbr-desc {
  color: #144031;
}
.cid-uFN2Elq6c5 .mbr-text {
  color: #000000;
}
.cid-urjBotkVI2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f0f9ff;
}
.cid-uHRObKduIt {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f0f9ff;
}
.cid-uHRObKduIt .showAlerts {
  display: block !important;
}
.cid-uHRObKduIt .rowflexrev {
  display: -webkit-flex;
}
.cid-uHRObKduIt .title {
  margin-bottom: 2rem;
}
.cid-uHRObKduIt .mbr-section-subtitle {
  color: #767676;
}
.cid-uHRObKduIt textarea.form-control {
  min-height: 188px;
}
.cid-uHRObKduIt LABEL {
  color: #232323;
  display: initial;
}
.cid-uHRObKduIt .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uHRObKduIt .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uHRObKduIt .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uHRObKduIt .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uHRObKduIt .alert {
  margin-bottom: 0;
}
.cid-uHRObKduIt .alert-success {
  background-color: #70c770;
}
.cid-uHRObKduIt .alert-danger {
  background-color: #ff4a52;
}
.cid-uHRObKduIt .btn {
  display: inline-flex;
}
.cid-uHRObKduIt .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uHRObKduIt .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uHRObKduIt .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-uHRObKduIt input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uHRObKduIt input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uHRObKduIt input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uHRObKduIt input,
.cid-uHRObKduIt option,
.cid-uHRObKduIt textarea {
  color: #000000;
}
.cid-uriI1PPb8z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cbddea;
}
.cid-uriI1PPb8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uriI1PPb8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uriI1PPb8z .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uriI1PPb8z .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uriI1PPb8z .row {
    text-align: center;
  }
  .cid-uriI1PPb8z .row > div {
    margin: auto;
  }
  .cid-uriI1PPb8z .social-row {
    justify-content: center;
  }
}
.cid-uriI1PPb8z .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uriI1PPb8z .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uriI1PPb8z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uriI1PPb8z .list {
    margin-bottom: 0rem;
  }
}
.cid-uriI1PPb8z .mbr-text {
  color: #000000;
}
.cid-uriI1PPb8z .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uriI1PPb8z .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uriI1PPb8z div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uriI1PPb8z .copyright {
  color: #ffffff;
}
#custom-html-95 {
  /* Type valid CSS here */
}
#custom-html-95 .cid-HGMxiOKTvx .float {
  width: 71px;
  height: 72px;
  bottom: 28px;
  right: 15px;
  background-color: #e43f3f;
  color: #ffffff;
  border-radius: 69px;
  font-size: 42px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
#custom-html-95 .cid-HGMxiOKTvx .my-float {
  margin-top: 16px;
}
#custom-html-95 .cid-HGMxiOKTvx p {
  color: #232323;
}
#custom-html-95 .cid-HGMxiOKTvx div {
  color: #ffffff;
}
