body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #6592e6 !important;
}
.bg-success {
  background-color: #000056 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #27ff00 !important;
  border-color: #27ff00 !important;
  color: #000000 !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: #1aa800 !important;
  border-color: #1aa800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #1aa800 !important;
  border-color: #1aa800 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #000056 !important;
  border-color: #000056 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #27ff00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1aa800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #27ff00 !important;
  border-color: #27ff00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000056;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !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: #000056 !important;
  border-color: #000056 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #6592e6 !important;
}
.text-secondary {
  color: #27ff00 !important;
}
.text-success {
  color: #000056 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #179900 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.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: #0000d6;
}
.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: 'Ubuntu', sans-serif;
  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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #27ff00 !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='%236592e6' %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-solaFxJYJQ {
  background-image: url("../../../assets/images/overlay-drip-right-slow.svg");
}
.cid-solaFxJYJQ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-solaFxJYJQ .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-solaFxJYJQ .mbr-section-title {
  color: #fafafa;
}
.cid-solaFxJYJQ .mbr-text,
.cid-solaFxJYJQ .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uhBU8B9up1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #000056, #000056);
}
.cid-uhBU8B9up1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhBU8B9up1 .card-link {
  position: relative;
  width: fit-content;
}
.cid-uhBU8B9up1 .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uhBU8B9up1 .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #fafafa;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uhBU8B9up1 .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uhBU8B9up1 .item-wrapper:hover {
  background: #000056;
  transform: translateY(-5px);
}
.cid-uhBU8B9up1 .item-wrapper:hover .card-title,
.cid-uhBU8B9up1 .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uhBU8B9up1 .item-wrapper:hover span,
.cid-uhBU8B9up1 .item-wrapper:hover .card-link,
.cid-uhBU8B9up1 .item-wrapper:hover .card-link a {
  color: #6592e6 !important;
}
.cid-uhBU8B9up1 .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uhBU8B9up1 .card-title,
.cid-uhBU8B9up1 .card-text,
.cid-uhBU8B9up1 .card-link,
.cid-uhBU8B9up1 .card-link a {
  transition: all 0.3s;
}
.cid-uhBU8B9up1 .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uhBU8B9up1 .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uhBU8B9up1 .link-wrapper:hover {
  cursor: pointer;
}
.cid-uhBU8B9up1 .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #000056;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uhBU8B9up1 .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uhBU8B9up1 .card-title,
.cid-uhBU8B9up1 .iconfont-wrapper {
  color: #000000;
}
.cid-uhBU8B9up1 .card-text {
  color: #232323;
}
.cid-uhBU8B9up1 .mbr-section-title {
  color: #27ff00;
  text-align: left;
}
.cid-uhBU8B9up1 .card-link,
.cid-uhBU8B9up1 .link-icon,
.cid-uhBU8B9up1 .link-align {
  color: #232323;
  text-align: center;
}
.cid-uhBU8B9up1 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-sMlTWuDy9S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000052;
}
.cid-sMlTWuDy9S img,
.cid-sMlTWuDy9S .item-img {
  width: 100%;
}
.cid-sMlTWuDy9S .item:focus,
.cid-sMlTWuDy9S span:focus {
  outline: none;
}
.cid-sMlTWuDy9S .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMlTWuDy9S .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMlTWuDy9S .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sMlTWuDy9S .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMlTWuDy9S .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sMlTWuDy9S .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sMlTWuDy9S .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMlTWuDy9S .mbr-section-title {
  color: #ffffff;
}
.cid-sMlTWuDy9S .mbr-text,
.cid-sMlTWuDy9S .mbr-section-btn {
  text-align: center;
  color: #000052;
}
.cid-sMlTWuDy9S .item-title {
  text-align: center;
  color: #000052;
}
.cid-sMlTWuDy9S .item-subtitle {
  text-align: left;
}
.cid-sMlTWuDy9S .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-soqNv0YKM6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000056;
}
.cid-soqNv0YKM6 .card .card-img {
  overflow: hidden;
}
.cid-soqNv0YKM6 .card .card-img img {
  transition: all .5s;
}
.cid-soqNv0YKM6 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-soqNv0YKM6 .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-soqNv0YKM6 .card {
  height: 100%;
}
.cid-soqNv0YKM6 .card .card-wrapper {
  height: 100%;
}
.cid-soqNv0YKM6 .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-soqNv0YKM6 .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-soqNv0YKM6 .card .card-box .card-title {
  margin: 0;
}
.cid-soqNv0YKM6 .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-soqNv0YKM6 .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-soqNv0YKM6 .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-soqNv0YKM6 .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-soqNv0YKM6 .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-soqNv0YKM6 .card .card-footer .icons-list {
  margin: 0;
}
.cid-soqNv0YKM6 .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-soqNv0YKM6 .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-soqNv0YKM6 .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-soqNv0YKM6 .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-soqNv0YKM6 .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-soqNv0YKM6 .card-footer {
  border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
  .cid-soqNv0YKM6 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-soqNv0YKM6 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-soqNv0YKM6 .card-title,
.cid-soqNv0YKM6 .card-info {
  color: #000056;
}
.cid-soqNv0YKM6 .card-text,
.cid-soqNv0YKM6 .card-btn {
  color: #000056;
}
.cid-soqNv0YKM6 .main-title {
  color: #27ff00;
}
.cid-tsgAKKyiKt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsgAKKyiKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsgAKKyiKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsgAKKyiKt .card-wrapper {
  background: #000056;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tsgAKKyiKt .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsgAKKyiKt .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsgAKKyiKt .card-wrapper {
    padding: 4rem;
  }
}
.cid-tsgAKKyiKt .mbr-text,
.cid-tsgAKKyiKt .mbr-section-btn {
  color: #ffffff;
}
.cid-tsgAKKyiKt .card-title,
.cid-tsgAKKyiKt .card-box {
  text-align: left;
}
.cid-sopqkMr8P7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sopqkMr8P7 img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sopqkMr8P7 .row {
  justify-content: center;
}
.cid-sopqkMr8P7 .mbr-text {
  color: #000056;
}
.cid-sopqkMr8P7 .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sopqkMr8P7 .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sopqkMr8P7 .date {
  margin: 0;
  color: #cccccc;
}
.cid-sopqkMr8P7 .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sopqkMr8P7 .icon-box {
    flex-direction: column;
  }
  .cid-sopqkMr8P7 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sopqkMr8P7 img {
    margin-bottom: 2rem;
  }
}
.cid-sopqkMr8P7 H3 {
  color: #000056;
}
.cid-sopqkMr8P7 H1 {
  color: #000056;
}
.cid-sqmyvvu6G4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sqmyvvu6G4 .mbr-text,
.cid-sqmyvvu6G4 .mbr-section-btn {
  color: #000056;
}
.cid-sqmyvvu6G4 .card-title,
.cid-sqmyvvu6G4 .card-box {
  color: #ffffff;
}
.cid-sqmyvvu6G4 .mbr-text,
.cid-sqmyvvu6G4 .link-wrap {
  color: #ffffff;
}
.cid-taTvYjMnrF {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-taTvYjMnrF .mbr-section-subtitle {
  color: #cccccc;
}
.cid-taTvYjMnrF h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-taTvYjMnrF h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-taTvYjMnrF h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-taTvYjMnrF .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #000056;
  margin: 15px 0.5rem;
  display: block;
}
.cid-taTvYjMnrF .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-taTvYjMnrF .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-taTvYjMnrF .mbr-iconfont-social:hover:before {
  background: #000056;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-taTvYjMnrF .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-taTvYjMnrF .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-taTvYjMnrF .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-taTvYjMnrF .mbr-section-title,
.cid-taTvYjMnrF .social-list {
  color: #000056;
}
@media (max-width: 768px) {
  .cid-taTvYjMnrF h2:before,
  .cid-taTvYjMnrF h2:after {
    display: none;
  }
}
.cid-sop0D1A9lJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000056;
}
.cid-sop0D1A9lJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sop0D1A9lJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sop0D1A9lJ .row {
    text-align: center;
  }
  .cid-sop0D1A9lJ .row > div {
    margin: auto;
  }
  .cid-sop0D1A9lJ .social-row {
    justify-content: center;
  }
}
.cid-sop0D1A9lJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sop0D1A9lJ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sop0D1A9lJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sop0D1A9lJ .list {
    margin-bottom: 0rem;
  }
}
.cid-sop0D1A9lJ .mbr-text {
  color: #bbbbbb;
}
.cid-sop0D1A9lJ .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-sop0D1A9lJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sop0D1A9lJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sO4ZPpRfdM.popup-builder {
  background-color: #ffffff;
}
.cid-sO4ZPpRfdM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sO4ZPpRfdM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sO4ZPpRfdM .modal-content,
.cid-sO4ZPpRfdM .modal-dialog {
  height: auto;
}
.cid-sO4ZPpRfdM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sO4ZPpRfdM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sO4ZPpRfdM .form-wrapper .mbr-form .form-group,
  .cid-sO4ZPpRfdM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sO4ZPpRfdM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sO4ZPpRfdM .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-sO4ZPpRfdM .mbr-text {
  text-align: center;
}
.cid-sO4ZPpRfdM .pt-0 {
  padding-top: 0 !important;
}
.cid-sO4ZPpRfdM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sO4ZPpRfdM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sO4ZPpRfdM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sO4ZPpRfdM .modal-open {
  overflow: hidden;
}
.cid-sO4ZPpRfdM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sO4ZPpRfdM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sO4ZPpRfdM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sO4ZPpRfdM .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-sO4ZPpRfdM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sO4ZPpRfdM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sO4ZPpRfdM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sO4ZPpRfdM .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-sO4ZPpRfdM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sO4ZPpRfdM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sO4ZPpRfdM .modal-backdrop.fade {
  opacity: 0;
}
.cid-sO4ZPpRfdM .modal-backdrop.show {
  opacity: .5;
}
.cid-sO4ZPpRfdM .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-sO4ZPpRfdM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sO4ZPpRfdM .modal-header {
    padding: 1rem;
  }
}
.cid-sO4ZPpRfdM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sO4ZPpRfdM .modal-header .close svg {
  fill: #353535;
}
.cid-sO4ZPpRfdM .modal-header .close:hover {
  opacity: 1;
}
.cid-sO4ZPpRfdM .modal-header .close:focus {
  outline: none;
}
.cid-sO4ZPpRfdM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sO4ZPpRfdM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sO4ZPpRfdM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sO4ZPpRfdM .modal-body {
    padding: 1rem;
  }
}
.cid-sO4ZPpRfdM .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-sO4ZPpRfdM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sO4ZPpRfdM .modal-footer {
    padding: 1rem;
  }
}
.cid-sO4ZPpRfdM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sO4ZPpRfdM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sO4ZPpRfdM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sO4ZPpRfdM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sO4ZPpRfdM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sO4ZPpRfdM .modal-lg,
  .cid-sO4ZPpRfdM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sO4ZPpRfdM .modal-xl {
    max-width: 1140px;
  }
}
.cid-sO4ZPpRfdM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sO4ZPpRfdM .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-sO4ZPpRfdM .form-group {
  margin-bottom: 1rem;
}
.cid-sO4ZPpRfdM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sO4ZPpRfdM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sO4ZPpRfdM .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-sO4ZPpRfdM .mbr-section-btn {
  margin: 0;
}
.cid-sO4ZPpRfdM .mbr-section-btn .btn {
  margin: 0;
}
.cid-sqmw4NnUji.popup-builder {
  background-color: #ffffff;
}
.cid-sqmw4NnUji.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqmw4NnUji.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqmw4NnUji .modal-content,
.cid-sqmw4NnUji .modal-dialog {
  height: auto;
}
.cid-sqmw4NnUji .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqmw4NnUji .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqmw4NnUji .form-wrapper .mbr-form .form-group,
  .cid-sqmw4NnUji .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqmw4NnUji .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqmw4NnUji .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-sqmw4NnUji .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-sqmw4NnUji .pt-0 {
  padding-top: 0 !important;
}
.cid-sqmw4NnUji .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqmw4NnUji .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqmw4NnUji .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqmw4NnUji .modal-open {
  overflow: hidden;
}
.cid-sqmw4NnUji .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqmw4NnUji .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqmw4NnUji .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqmw4NnUji .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-sqmw4NnUji .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqmw4NnUji .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqmw4NnUji .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqmw4NnUji .modal-content {
  background: #000056;
  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-sqmw4NnUji .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqmw4NnUji .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqmw4NnUji .modal-backdrop.show {
  opacity: .5;
}
.cid-sqmw4NnUji .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqmw4NnUji .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqmw4NnUji .modal-header .close:hover {
  opacity: 1;
}
.cid-sqmw4NnUji .modal-header .close:focus {
  outline: none;
}
.cid-sqmw4NnUji .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sqmw4NnUji .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqmw4NnUji .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqmw4NnUji .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqmw4NnUji .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqmw4NnUji .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqmw4NnUji .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqmw4NnUji .modal-sm {
    max-width: 300px;
  }
  .cid-sqmw4NnUji .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqmw4NnUji .modal-lg,
  .cid-sqmw4NnUji .modal-xl {
    max-width: 800px;
  }
  .cid-sqmw4NnUji .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqmw4NnUji .modal-xl {
    max-width: 1140px;
  }
  .cid-sqmw4NnUji .container {
    max-width: 1140px;
  }
}
.cid-sqmw4NnUji .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqmw4NnUji .container {
    max-width: 720px;
  }
}
.cid-sqmw4NnUji .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqmw4NnUji .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-sqmw4NnUji .form-group {
  margin-bottom: 1rem;
}
.cid-sqmw4NnUji .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqmw4NnUji .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqmw4NnUji .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-sqmw4NnUji P {
  color: #fafafa;
}
.cid-svEQRohtbq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-svEQRohtbq .mbr-text {
  color: #767676;
}
.cid-svEQRohtbq h4 {
  text-align: center;
}
.cid-svEQRohtbq p {
  text-align: center;
}
.cid-svEQRohtbq .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svEQRohtbq .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-svEQRohtbq .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-svEQRohtbq .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-svEQRohtbq .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #ff3366, #149dcc);
  border-radius: 50%;
}
.cid-svEQRohtbq .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-svEQRohtbq .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #6592e6, #27ff00);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-svEQRohtbq .mbr-section-title,
  .cid-svEQRohtbq .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-svEUigRJII {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-svEUigRJII .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-svEUigRJII .mbr-iconfont:hover {
  color: #777777;
}
.cid-svEUigRJII .card-img {
  position: relative;
  overflow: hidden;
}
.cid-svEUigRJII a {
  font-weight: 600;
}
.cid-svEUigRJII .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #000056;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-svEUigRJII .card-box {
  padding: 2rem 1rem;
  background-color: #ffffff;
  width: 80%;
  margin: auto;
  margin-top: -25%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-svEUigRJII .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-svEUigRJII .card-wrapper {
  height: 100%;
}
.cid-svEUigRJII .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-svEUigRJII .text {
  color: #767676;
}
.cid-svEUigRJII .card-subtitle {
  color: #ff3366;
}
.cid-svELxDDjPZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-svELxDDjPZ .counter-container {
  color: #464646;
}
.cid-svELxDDjPZ .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-svELxDDjPZ .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-svELxDDjPZ .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-svELxDDjPZ P {
  text-align: left;
  color: #767676;
}
.cid-svEStVm1kG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-svEStVm1kG .counter-container {
  color: #464646;
}
.cid-svEStVm1kG .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-svEStVm1kG .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-svEStVm1kG .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-svEStVm1kG P {
  text-align: left;
  color: #767676;
}
.cid-svESxWtzII {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-svESxWtzII .counter-container {
  color: #464646;
}
.cid-svESxWtzII .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-svESxWtzII .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-svESxWtzII .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-svESxWtzII P {
  text-align: left;
  color: #767676;
}
.cid-svESBhJKr4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-svESBhJKr4 .counter-container {
  color: #464646;
}
.cid-svESBhJKr4 .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-svESBhJKr4 .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-svESBhJKr4 .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-svESBhJKr4 P {
  text-align: left;
  color: #767676;
}
.cid-svESEhifBH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-svESEhifBH .counter-container {
  color: #464646;
}
.cid-svESEhifBH .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-svESEhifBH .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-svESEhifBH .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-svESEhifBH P {
  text-align: left;
  color: #767676;
}
.cid-sop0D1A9lJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000056;
}
.cid-sop0D1A9lJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sop0D1A9lJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sop0D1A9lJ .row {
    text-align: center;
  }
  .cid-sop0D1A9lJ .row > div {
    margin: auto;
  }
  .cid-sop0D1A9lJ .social-row {
    justify-content: center;
  }
}
.cid-sop0D1A9lJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sop0D1A9lJ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sop0D1A9lJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sop0D1A9lJ .list {
    margin-bottom: 0rem;
  }
}
.cid-sop0D1A9lJ .mbr-text {
  color: #bbbbbb;
}
.cid-sop0D1A9lJ .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-sop0D1A9lJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sop0D1A9lJ div > *:last-child {
    margin-top: 0 !important;
  }
}
