body {
  font-family: Albert Sans;
}
.display-1 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 10rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 12.5rem;
}
.display-2 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 3.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-7 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 7rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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-2 {
  line-height: 1;
}
.display-5 {
  line-height: 1;
}
.display-7 {
  line-height: 1.2;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
@media (max-width: 992px) {
  .display-2 {
    font-size: 3.6rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .display-2 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
/* 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: #000052 !important;
}
.bg-success {
  background-color: #6bffc7 !important;
}
.bg-info {
  background-color: #449ddd !important;
}
.bg-warning {
  background-color: #e8e8e8 !important;
}
.bg-danger {
  background-color: #db2b39 !important;
}
.btn-primary {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-primary,
.btn-primary:active {
  background-color: #000052 !important;
  border-color: #000052 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-primary:hover {
  box-shadow: none;
  color: #000052 !important;
}
.btn-primary:hover:before {
  transform: translateX(0);
}
.btn-secondary {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #27ff00 !important;
  border-color: #27ff00 !important;
  color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1aa800 !important;
  border-color: #1aa800 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #1aa800 !important;
  border-color: #1aa800 !important;
}
.btn-secondary:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-secondary:hover {
  box-shadow: none;
  color: #27ff00 !important;
}
.btn-secondary:hover:before {
  transform: translateX(0);
}
.btn-info {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-info,
.btn-info:active {
  background-color: #449ddd !important;
  border-color: #449ddd !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1f71ab !important;
  border-color: #1f71ab !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1f71ab !important;
  border-color: #1f71ab !important;
}
.btn-info:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-info:hover {
  box-shadow: none;
  color: #449ddd !important;
}
.btn-info:hover:before {
  transform: translateX(0);
}
.btn-success {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-success,
.btn-success:active {
  background-color: #6bffc7 !important;
  border-color: #6bffc7 !important;
  color: #006b43 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #00140d !important;
  background-color: #14ffa6 !important;
  border-color: #14ffa6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #006b43 !important;
  background-color: #14ffa6 !important;
  border-color: #14ffa6 !important;
}
.btn-success:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-success:hover {
  box-shadow: none;
  color: #6bffc7 !important;
}
.btn-success:hover:before {
  transform: translateX(0);
}
.btn-warning {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-warning,
.btn-warning:active {
  background-color: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
  color: #696969 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #bdbdbd !important;
  border-color: #bdbdbd !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #696969 !important;
  background-color: #bdbdbd !important;
  border-color: #bdbdbd !important;
}
.btn-warning:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-warning:hover {
  box-shadow: none;
  color: #e8e8e8 !important;
}
.btn-warning:hover:before {
  transform: translateX(0);
}
.btn-danger {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-danger,
.btn-danger:active {
  background-color: #db2b39 !important;
  border-color: #db2b39 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #961923 !important;
  border-color: #961923 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #961923 !important;
  border-color: #961923 !important;
}
.btn-danger:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-danger:hover {
  box-shadow: none;
  color: #db2b39 !important;
}
.btn-danger:hover:before {
  transform: translateX(0);
}
.btn-white {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-white:hover {
  box-shadow: none;
  color: #fafafa !important;
}
.btn-white:hover:before {
  transform: translateX(0);
}
.btn-black {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-black:hover {
  box-shadow: none;
  color: #232323 !important;
}
.btn-black:hover:before {
  transform: translateX(0);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000052;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000052 !important;
  border-color: #000052 !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: #449ddd;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1f71ab !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: #449ddd !important;
  border-color: #449ddd !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6bffc7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #14ffa6 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #006b43 !important;
  background-color: #6bffc7 !important;
  border-color: #6bffc7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e8e8e8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bdbdbd !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #696969 !important;
  background-color: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #db2b39;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #961923 !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: #db2b39 !important;
  border-color: #db2b39 !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: #000052 !important;
}
.text-secondary {
  color: #27ff00 !important;
}
.text-success {
  color: #6bffc7 !important;
}
.text-info {
  color: #449ddd !important;
}
.text-warning {
  color: #e8e8e8 !important;
}
.text-danger {
  color: #db2b39 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000052 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #27ff00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6bffc7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #449ddd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e8e8e8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #db2b39 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: none;
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000052;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #449ddd;
}
.alert-warning {
  background-color: #e8e8e8;
}
.alert-danger {
  background-color: #db2b39;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000052;
  border-color: #000052;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000052;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3939ff;
}
.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: #f1f7fc;
}
.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: #f9d9dc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #000052 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #000052;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000052;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000052;
}
.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: #000052;
  border-bottom-color: #000052;
}
.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: #000052 !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='%23000052' %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-uQvzMKHf8l {
  z-index: 1000;
  width: 100%;
}
.cid-uQvzMKHf8l .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-uQvzMKHf8l .dropdown-menu {
  padding: 0;
}
.cid-uQvzMKHf8l .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQvzMKHf8l .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQvzMKHf8l .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQvzMKHf8l .dropdown-item:hover:after {
  color: #000052;
}
.cid-uQvzMKHf8l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQvzMKHf8l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQvzMKHf8l .nav-link {
  position: relative;
}
.cid-uQvzMKHf8l .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uQvzMKHf8l .dropdown-menu,
.cid-uQvzMKHf8l .navbar.opened {
  background: #000052 !important;
}
.cid-uQvzMKHf8l .nav-item:focus,
.cid-uQvzMKHf8l .nav-link:focus {
  outline: none;
}
.cid-uQvzMKHf8l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQvzMKHf8l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQvzMKHf8l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQvzMKHf8l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQvzMKHf8l .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uQvzMKHf8l .navbar.opened {
  transition: all 0.3s;
}
.cid-uQvzMKHf8l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQvzMKHf8l .navbar .navbar-logo img {
  width: auto;
}
.cid-uQvzMKHf8l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQvzMKHf8l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQvzMKHf8l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQvzMKHf8l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQvzMKHf8l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQvzMKHf8l .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-uQvzMKHf8l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQvzMKHf8l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQvzMKHf8l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQvzMKHf8l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQvzMKHf8l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQvzMKHf8l .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uQvzMKHf8l .navbar {
    min-height: 80px;
  }
}
.cid-uQvzMKHf8l .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uQvzMKHf8l .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uQvzMKHf8l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQvzMKHf8l .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uQvzMKHf8l .navbar-brand {
    min-height: 69px;
  }
}
.cid-uQvzMKHf8l .dropdown-item.active,
.cid-uQvzMKHf8l .dropdown-item:active {
  background-color: transparent;
}
.cid-uQvzMKHf8l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQvzMKHf8l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQvzMKHf8l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQvzMKHf8l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000052;
}
.cid-uQvzMKHf8l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQvzMKHf8l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQvzMKHf8l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQvzMKHf8l button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #27ff00, #27ff00);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uQvzMKHf8l button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uQvzMKHf8l button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uQvzMKHf8l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #000052;
}
.cid-uQvzMKHf8l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uQvzMKHf8l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uQvzMKHf8l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uQvzMKHf8l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQvzMKHf8l nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQvzMKHf8l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQvzMKHf8l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQvzMKHf8l nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQvzMKHf8l .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQvzMKHf8l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQvzMKHf8l .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-uQvzMKHf8l .navbar {
    height: 70px;
  }
  .cid-uQvzMKHf8l .navbar.opened {
    height: auto;
  }
  .cid-uQvzMKHf8l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQvzMKHf8l .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #000052;
}
@media (max-width: 575px) {
  .cid-uQvzMKHf8l .navbar-short {
    min-height: 70px;
  }
}
.cid-uQvzMKHf8l .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uQvzMKHf8l .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uQvzMKHf8l .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uQvzMKHf8l .container-fluid {
    padding: 0 3px;
  }
}
.cid-uQvzMKHf8l .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQvzMKHf8l .navbar-nav {
  display: flex !important;
}
.cid-uQvzMKHf8l .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uQvzMKHf8l .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uQvzMKHf8l .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uQvzMKHf8l .navbar-nav .nav-item .nav-link:hover,
.cid-uQvzMKHf8l .navbar-nav .nav-item .nav-link:focus,
.cid-uQvzMKHf8l .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uQvzMKHf8l .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000052 !important;
}
.cid-uQvzMKHf8l .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uQvzMKHf8l .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uQvzMKHf8l button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #27ff00, #27ff00);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uQvzMKHf8l button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uQvzMKHf8l button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uQvzMKHf8l button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #000052;
}
.cid-uQvzMKHf8l button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uQvzMKHf8l button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uQvzMKHf8l button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uQvzMKHf8l button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQvzMKHf8l .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #27ff00, #27ff00);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uQvzMKHf8l .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uQvzMKHf8l .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uQvzMKHf8l .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #000052;
}
.cid-uQvzMKHf8l .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uQvzMKHf8l .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQvzMKHf8l .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQvzMKHf8l .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uQvzMKHf8l .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uQvzMKHf8l .offcanvas.show {
  transform: translateX(0);
}
.cid-uQvzMKHf8l .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uQvzMKHf8l .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQvzMKHf8l .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #000052;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uQvzMKHf8l .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uQvzMKHf8l .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uQvzMKHf8l .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQvzMKHf8l .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uQvzMKHf8l .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uQvzMKHf8l .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uQvzMKHf8l .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uQvzMKHf8l .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uQvzMKHf8l .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uQvzMKHf8l .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uQvzMKHf8l .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uQvzMKHf8l .social-container {
    padding-top: 40px;
  }
}
.cid-uQvzMKHf8l .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-uQvzMKHf8l .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uQvzMKHf8l .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #27ff00, #27ff00);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uQvzMKHf8l .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uQvzMKHf8l .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #000052;
}
.cid-uQvzMKHf8l .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uQvzMKHf8l .soc-item:hover:before {
  opacity: 1;
}
.cid-uQvzMKHf8l .offcanvas_btn {
  margin-top: auto;
}
.cid-uQvzMKHf8l .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uQvzMKHf8l .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tqJ3oa7HGE {
  background-image: url("../../../assets/images/erichawkinson-standing-at-the-edge-of-a-techno-cliff.-looking-d-e9b50c52-7334-4017-9462-57963c66e561-2000x1121.png");
  overflow: hidden;
}
.cid-tqJ3oa7HGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJ3oa7HGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqJ3oa7HGE path {
  fill: #000052;
}
@keyframes wave3 {
  0% {
    transform: scaleY(0.9) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(1.1) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(0.9) translate(-50%, -50%);
  }
}
.cid-tqJ3oa7HGE b,
.cid-tqJ3oa7HGE strong {
  font-weight: 900;
}
.cid-tqJ3oa7HGE svg {
  position: absolute;
  top: 30px;
  left: 45%;
  right: 50%;
  animation: 5s ease infinite wave3;
  transform-origin: top;
  transform: scaleY(0.8) translate(-50%, -50%);
}
.cid-tqJ3oa7HGE a {
  font-weight: 900;
  background: #27ff00;
}
.cid-tqJ3oa7HGE .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tqJ3oa7HGE .mbr-text,
.cid-tqJ3oa7HGE .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tqJ3oa7HGE .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tqJ3ClteMg {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #000052;
}
.cid-tqJ3ClteMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJ3ClteMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave2 {
  0% {
    transform: scaleY(0.8);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.8);
  }
}
.cid-tqJ3ClteMg #gentle-wave {
  fill: #000052;
}
.cid-tqJ3ClteMg .svg2 {
  background: transparent;
  position: absolute;
  bottom: 100%;
  animation: 5s ease infinite wave2;
  transform: scaleY(0.8);
  transform-origin: bottom;
}
.cid-tqJ3ClteMg b {
  font-weight: 900;
}
.cid-tqJ3ClteMg .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tqJ3ClteMg img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tqJ3ClteMg img {
    padding-bottom: 2rem;
  }
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tqJ3ClteMg .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tqJ3ClteMg .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tqJ3ClteMg .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tqJ3ClteMg .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tqJ3ClteMg .row {
  align-items: center;
}
.cid-tqJ3ClteMg .mbr-section-title {
  color: #ffffff;
}
.cid-tqJ3ClteMg .mbr-text,
.cid-tqJ3ClteMg .mbr-section-btn {
  color: #ffffff;
}
.cid-tqJ3ClteMg .mbr-link,
.cid-tqJ3ClteMg .link-wrapper {
  color: #ffffff;
}
.cid-uQgLUz43i7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000052;
}
.cid-uQgLUz43i7 .left-side {
  text-align: left;
  padding: 5rem;
}
.cid-uQgLUz43i7 .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uQgLUz43i7 .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-uQgLUz43i7 .mbr-section-title {
    margin-top: 25px;
  }
  .cid-uQgLUz43i7 .rating {
    padding-top: 20px;
  }
  .cid-uQgLUz43i7 .left-side {
    padding: 2rem 1rem;
  }
}
.cid-uQgLUz43i7 .mbr-section-subtitle {
  color: #33eebb;
}
.cid-uQgLUz43i7 .mbr-text {
  color: #449ddd;
  padding-top: 10px;
}
.cid-uQgLUz43i7 .iconfont-wrapper {
  display: flex;
  justify-content: center;
}
.cid-tqJ3ABTmeu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqJ3ABTmeu .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-tqJ3ABTmeu .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #33eebb;
  z-index: -1;
}
.cid-tqJ3ABTmeu .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tqJ3ABTmeu .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-tqJ3ABTmeu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqJ3ABTmeu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tqJ3ABTmeu b,
.cid-tqJ3ABTmeu strong {
  font-weight: 900;
}
.cid-tqJ3ABTmeu img,
.cid-tqJ3ABTmeu .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tqJ3ABTmeu .item:focus,
.cid-tqJ3ABTmeu span:focus {
  outline: none;
}
.cid-tqJ3ABTmeu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqJ3ABTmeu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqJ3ABTmeu .mbr-section-title {
  color: #000052;
}
.cid-tqJ3ABTmeu .mbr-text,
.cid-tqJ3ABTmeu .mbr-section-btn {
  text-align: center;
  color: #000052;
}
.cid-tqJ3ABTmeu .item-title {
  text-align: center;
  color: #000052;
}
.cid-tqJ3ABTmeu .mbr-section-subtitle {
  color: #000052;
}
.cid-tqJ3ABTmeu .item-subtitle,
.cid-tqJ3ABTmeu .item-content {
  text-align: center;
  color: #000052;
}
.cid-uQgI26XLJj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQgI26XLJj b,
.cid-uQgI26XLJj strong {
  font-weight: 900;
}
.cid-uQgI26XLJj img,
.cid-uQgI26XLJj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uQgI26XLJj .item:focus,
.cid-uQgI26XLJj span:focus {
  outline: none;
}
.cid-uQgI26XLJj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQgI26XLJj .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQgI26XLJj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uQgI26XLJj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgI26XLJj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uQgI26XLJj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uQgI26XLJj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQgI26XLJj .mbr-section-title {
  color: #000052;
}
.cid-uQgI26XLJj .mbr-text,
.cid-uQgI26XLJj .mbr-section-btn {
  text-align: center;
  color: #000052;
}
.cid-uQgI26XLJj .item-title {
  text-align: center;
}
.cid-uQgI26XLJj .item-subtitle {
  text-align: left;
}
.cid-uQgI26XLJj .mbr-section-subtitle {
  color: #000052;
}
.cid-uQgTYMrtsx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uQgTYMrtsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgTYMrtsx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgTYMrtsx .mbr-section-title {
  text-align: center;
  color: #000052;
}
.cid-uQgTYMrtsx .mbr-text,
.cid-uQgTYMrtsx .mbr-section-btn {
  text-align: center;
  color: #000052;
}
.cid-uQgTYMrtsx b,
.cid-uQgTYMrtsx strong {
  font-weight: 900;
}
.cid-uQgTYMrtsx .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tqJ4Lz1YWs {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #33eebb;
}
.cid-tqJ4Lz1YWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJ4Lz1YWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tqJ4Lz1YWs b,
.cid-tqJ4Lz1YWs strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tqJ4Lz1YWs img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tqJ4Lz1YWs img {
    padding-bottom: 2rem;
  }
}
.cid-tqJ4Lz1YWs .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tqJ4Lz1YWs .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tqJ4Lz1YWs .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tqJ4Lz1YWs .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tqJ4Lz1YWs .row {
  align-items: center;
}
.cid-tqJ4Lz1YWs .mbr-section-title {
  color: #000052;
}
.cid-tqJ4Lz1YWs .mbr-text,
.cid-tqJ4Lz1YWs .mbr-section-btn {
  color: #ffffff;
}
.cid-tqJ4Lz1YWs .mbr-link,
.cid-tqJ4Lz1YWs .link-wrapper {
  color: #ffffff;
}
.cid-tqJ4Lz1YWs .mbr-text,
.cid-tqJ4Lz1YWs .text-wrapper {
  color: #000052;
}
.cid-tqJ4Lz1YWs .mbr-link,
.cid-tqJ4Lz1YWs .text-wrapper,
.cid-tqJ4Lz1YWs path {
  color: #17003b;
}
.cid-uQvi2LLOen {
  align-items: flex-end;
  background-image: url("../../../assets/images/boomdone-2000x797.png");
}
.cid-uQvi2LLOen .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQvi2LLOen .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQvi2LLOen .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQvi2LLOen .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uQvi2LLOen .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uQvi2LLOen .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uQvi2LLOen .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uQvi2LLOen .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQvi2LLOen .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQvi2LLOen .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQvi2LLOen .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQvi2LLOen .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQvi2LLOen .mbr-section-title {
  color: #f4f4f4;
}
.cid-uQvi2LLOen .mbr-text {
  color: #d7d2d2;
}
.cid-uQvi2LLOen .mbr-section-title,
.cid-uQvi2LLOen .mbr-section-btn,
.cid-uQvi2LLOen .content-wrapper {
  color: #ffffff;
}
.cid-uQvi2LLOen .mbr-text,
.cid-uQvi2LLOen .text-wrapper {
  color: #ffffff;
}
.cid-uQgkyiReSi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uQgkyiReSi {
    padding-top: 2.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uQgkyiReSi {
    padding-top: 1.5rem;
    padding-bottom: 0rem;
  }
}
.cid-uQgkyiReSi .f-row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uQgkyiReSi .f-row {
    flex-direction: row;
  }
}
.cid-uQgkyiReSi .f-item {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .cid-uQgkyiReSi .f-item {
    flex: 1 1 50%;
  }
}
@media (min-width: 992px) {
  .cid-uQgkyiReSi .image-wrapper {
    min-height: 750px;
  }
}
.cid-uQgkyiReSi .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uQgkyiReSi .text-wrapper {
  width: 100%;
  background-color: #33eebb;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-uQgkyiReSi .text-wrapper {
    transform: translate(20%, 3rem);
  }
}
@media (min-width: 1200px) {
  .cid-uQgkyiReSi .text-wrapper {
    padding: 6rem 3.25rem;
    margin: 1rem;
  }
}
.cid-uQgkyiReSi .mbr-section-title {
  color: #000052;
  text-align: left;
}
.cid-uQgkyiReSi .mbr-text,
.cid-uQgkyiReSi .mbr-section-btn {
  color: #ffd8db;
}
.cid-uQgkyiReSi .z-100 {
  z-index: 100;
}
.cid-uQgkyiReSi .mbr-text {
  text-align: left;
  color: #000052;
}
.cid-uQgtYSCwjC {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #000052;
}
.cid-uQgtYSCwjC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgtYSCwjC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave2 {
  0% {
    transform: scaleY(0.8);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.8);
  }
}
.cid-uQgtYSCwjC #gentle-wave {
  fill: #000052;
}
.cid-uQgtYSCwjC .svg2 {
  background: transparent;
  position: absolute;
  bottom: 100%;
  animation: 5s ease infinite wave2;
  transform: scaleY(0.8);
  transform-origin: bottom;
}
.cid-uQgtYSCwjC b {
  font-weight: 900;
}
.cid-uQgtYSCwjC .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uQgtYSCwjC img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uQgtYSCwjC img {
    padding-bottom: 2rem;
  }
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-uQgtYSCwjC .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-uQgtYSCwjC .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-uQgtYSCwjC .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-uQgtYSCwjC .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-uQgtYSCwjC .row {
  align-items: center;
}
.cid-uQgtYSCwjC .mbr-section-title {
  color: #ffffff;
}
.cid-uQgtYSCwjC .mbr-text,
.cid-uQgtYSCwjC .mbr-section-btn {
  color: #ffffff;
}
.cid-uQgtYSCwjC .mbr-link,
.cid-uQgtYSCwjC .link-wrapper {
  color: #ffffff;
}
.cid-uQgtYSCwjC .mbr-text,
.cid-uQgtYSCwjC .text-wrapper {
  color: #33eebb;
}
.cid-uQggvhmUDc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000052;
}
.cid-uQggvhmUDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQggvhmUDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQggvhmUDc .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uQggvhmUDc img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uQggvhmUDc img {
    padding-bottom: 2rem;
  }
}
.cid-uQggvhmUDc .row {
  align-items: center;
}
.cid-uQggvhmUDc .mbr-section-title {
  color: #ffffff;
}
.cid-uQggvhmUDc .mbr-text,
.cid-uQggvhmUDc .mbr-section-btn {
  color: #ffffff;
}
.cid-uQggvhmUDc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQgXTpzeP6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000052;
}
.cid-uQgXTpzeP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgXTpzeP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgXTpzeP6 b,
.cid-uQgXTpzeP6 strong {
  font-weight: 900;
}
.cid-uQgXTpzeP6 .mbr-section-title {
  color: #33eebb;
  text-align: center;
}
.cid-uQgXTpzeP6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQgr4X673Z {
  padding-top: 165px;
  padding-bottom: 60px;
  background-color: #000052;
  background: linear-gradient(0deg, #000052, #33eebb);
}
.cid-uQgr4X673Z ul {
  padding: 0;
  margin: 0;
}
.cid-uQgr4X673Z ul li {
  list-style: none;
}
.cid-uQgr4X673Z ul li h4 {
  margin: 0;
}
.cid-uQgr4X673Z ul li h4.display-4 {
  line-height: 1.75;
}
.cid-uQgr4X673Z .item {
  color: #cacaca;
}
.cid-uQgr4X673Z .col-title {
  color: #ffffff;
}
.cid-uQgr4X673Z .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-uQgr4X673Z .col-title1 {
  margin-bottom: 40px;
}
.cid-uQgr4X673Z .form-group,
.cid-uQgr4X673Z .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uQgr4X673Z .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-uQgr4X673Z .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uQgr4X673Z .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-uQgr4X673Z .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-uQgr4X673Z .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-uQgr4X673Z .col + .mbr-section-btn .btn,
.cid-uQgr4X673Z .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-uQgr4X673Z .col + .mbr-section-btn .btn.display-4,
.cid-uQgr4X673Z .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-uQgr4X673Z .col + .mbr-section-btn .btn:hover,
.cid-uQgr4X673Z .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-uQgr4X673Z .dragArea > *:nth-last-child(2).col,
.cid-uQgr4X673Z .dragArea > *:nth-last-child(2).col-auto,
.cid-uQgr4X673Z .col + .mbr-section-btn,
.cid-uQgr4X673Z .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-uQgr4X673Z .form1 {
  margin-top: 30px;
}
.cid-uQgr4X673Z .fill-light-wrapper {
  fill: #000052;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQgr4X673Z .md-pb {
    margin-bottom: 30px;
  }
}
.cid-uQgqMMmNSe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000052;
  overflow: hidden;
}
.cid-uQgjKCJIgL.popup-builder {
  background-color: #ffffff;
}
.cid-uQgjKCJIgL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQgjKCJIgL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQgjKCJIgL .modal-content,
.cid-uQgjKCJIgL .modal-dialog {
  height: auto;
}
.cid-uQgjKCJIgL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQgjKCJIgL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQgjKCJIgL .form-wrapper .mbr-form .form-group,
  .cid-uQgjKCJIgL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQgjKCJIgL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQgjKCJIgL .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-uQgjKCJIgL .mbr-text {
  text-align: center;
}
.cid-uQgjKCJIgL .pt-0 {
  padding-top: 0 !important;
}
.cid-uQgjKCJIgL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQgjKCJIgL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQgjKCJIgL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQgjKCJIgL .modal-open {
  overflow: hidden;
}
.cid-uQgjKCJIgL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQgjKCJIgL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQgjKCJIgL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQgjKCJIgL .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-uQgjKCJIgL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQgjKCJIgL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQgjKCJIgL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQgjKCJIgL .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-uQgjKCJIgL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQgjKCJIgL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQgjKCJIgL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQgjKCJIgL .modal-backdrop.show {
  opacity: .5;
}
.cid-uQgjKCJIgL .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-uQgjKCJIgL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgjKCJIgL .modal-header {
    padding: 1rem;
  }
}
.cid-uQgjKCJIgL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQgjKCJIgL .modal-header .close svg {
  fill: #000052;
}
.cid-uQgjKCJIgL .modal-header .close:hover {
  opacity: 1;
}
.cid-uQgjKCJIgL .modal-header .close:focus {
  outline: none;
}
.cid-uQgjKCJIgL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQgjKCJIgL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQgjKCJIgL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgjKCJIgL .modal-body {
    padding: 1rem;
  }
}
.cid-uQgjKCJIgL .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-uQgjKCJIgL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgjKCJIgL .modal-footer {
    padding: 1rem;
  }
}
.cid-uQgjKCJIgL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQgjKCJIgL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQgjKCJIgL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQgjKCJIgL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQgjKCJIgL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQgjKCJIgL .modal-lg,
  .cid-uQgjKCJIgL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQgjKCJIgL .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQgjKCJIgL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQgjKCJIgL .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-uQgjKCJIgL .form-group {
  margin-bottom: 1rem;
}
.cid-uQgjKCJIgL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQgjKCJIgL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQgjKCJIgL .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-uQgjKCJIgL .mbr-section-btn {
  margin: 0;
}
.cid-uQgjKCJIgL .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQgQ9iqsec.popup-builder {
  background-color: #ffffff;
}
.cid-uQgQ9iqsec.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQgQ9iqsec.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQgQ9iqsec .modal-content,
.cid-uQgQ9iqsec .modal-dialog {
  height: auto;
}
.cid-uQgQ9iqsec .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQgQ9iqsec .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQgQ9iqsec .form-wrapper .mbr-form .form-group,
  .cid-uQgQ9iqsec .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQgQ9iqsec .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQgQ9iqsec .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-uQgQ9iqsec .mbr-text {
  text-align: center;
  color: #e8e8e8;
}
.cid-uQgQ9iqsec .pt-0 {
  padding-top: 0 !important;
}
.cid-uQgQ9iqsec .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQgQ9iqsec .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQgQ9iqsec .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQgQ9iqsec .modal-open {
  overflow: hidden;
}
.cid-uQgQ9iqsec .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQgQ9iqsec .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQgQ9iqsec .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQgQ9iqsec .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-uQgQ9iqsec .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQgQ9iqsec .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQgQ9iqsec .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQgQ9iqsec .modal-content {
  background: #000052;
  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-uQgQ9iqsec .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQgQ9iqsec .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQgQ9iqsec .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQgQ9iqsec .modal-backdrop.show {
  opacity: .5;
}
.cid-uQgQ9iqsec .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-uQgQ9iqsec .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgQ9iqsec .modal-header {
    padding: 1rem;
  }
}
.cid-uQgQ9iqsec .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQgQ9iqsec .modal-header .close svg {
  fill: #353535;
}
.cid-uQgQ9iqsec .modal-header .close:hover {
  opacity: 1;
}
.cid-uQgQ9iqsec .modal-header .close:focus {
  outline: none;
}
.cid-uQgQ9iqsec .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #33eebb;
}
.cid-uQgQ9iqsec .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQgQ9iqsec .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgQ9iqsec .modal-body {
    padding: 1rem;
  }
}
.cid-uQgQ9iqsec .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-uQgQ9iqsec .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgQ9iqsec .modal-footer {
    padding: 1rem;
  }
}
.cid-uQgQ9iqsec .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQgQ9iqsec .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQgQ9iqsec .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQgQ9iqsec .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQgQ9iqsec .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQgQ9iqsec .modal-lg,
  .cid-uQgQ9iqsec .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQgQ9iqsec .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQgQ9iqsec .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQgQ9iqsec .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-uQgQ9iqsec .form-group {
  margin-bottom: 1rem;
}
.cid-uQgQ9iqsec .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQgQ9iqsec .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQgQ9iqsec .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-uQgQ9iqsec .mbr-section-btn {
  margin: 0;
}
.cid-uQgQ9iqsec .mbr-section-btn .btn {
  margin: 0;
}
