.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 2.05rem + (3 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
	text-align:center!important;
  }
  .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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: .7rem 1.25rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #567fbf !important;
}
.bg-success {
  background-color: #56b270 !important;
}
.bg-info {
  background-color: #0fa525 !important;
}
.bg-warning {
  background-color: #a11414 !important;
}
.bg-danger {
  background-color: #f00404 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #567fbf !important;
  border-color: #567fbf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #7b9bcd !important;
  border-color: #7b9bcd !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7b9bcd !important;
  border-color: #7b9bcd !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0fa525 !important;
  border-color: #0fa525 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #13d42f !important;
  border-color: #13d42f !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #13d42f !important;
  border-color: #13d42f !important;
}
.btn-success,
.btn-success:active {
  background-color: #56b270 !important;
  border-color: #56b270 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #79c28e !important;
  border-color: #79c28e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #79c28e !important;
  border-color: #79c28e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a11414 !important;
  border-color: #a11414 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ce1a1a !important;
  border-color: #ce1a1a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ce1a1a !important;
  border-color: #ce1a1a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f00404 !important;
  border-color: #f00404 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fb2c2c !important;
  border-color: #fb2c2c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fb2c2c !important;
  border-color: #fb2c2c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #567fbf;
  color: #567fbf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #34568a !important;
  background-color: transparent !important;
  border-color: #34568a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #567fbf !important;
  border-color: #567fbf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0fa525;
  color: #0fa525;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #085613 !important;
  background-color: transparent !important;
  border-color: #085613 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0fa525 !important;
  border-color: #0fa525 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #56b270;
  color: #56b270;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #377a4a !important;
  background-color: transparent !important;
  border-color: #377a4a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #56b270 !important;
  border-color: #56b270 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a11414;
  color: #a11414;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #540a0a !important;
  background-color: transparent !important;
  border-color: #540a0a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a11414 !important;
  border-color: #a11414 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f00404;
  color: #f00404;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9b0303 !important;
  background-color: transparent !important;
  border-color: #9b0303 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f00404 !important;
  border-color: #f00404 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #567fbf !important;
}
.text-secondary {
  color: #ffa600 !important;
}
.text-success {
  color: #56b270 !important;
}
.text-info {
  color: #0fa525 !important;
}
.text-warning {
  color: #a11414 !important;
}
.text-danger {
  color: #f00404 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #304f7f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #996400 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #336f44 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #074810 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #460909 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8c0202 !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: #567fbf;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0fa525;
}
.alert-warning {
  background-color: #a11414;
}
.alert-danger {
  background-color: #f00404;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 4px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #567fbf;
  border-color: #567fbf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #567fbf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b2c5e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aedaba;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #45ee5e;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e94c4c;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fec2c2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #567fbf !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #567fbf;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #567fbf;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #567fbf;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #567fbf;
  border-bottom-color: #567fbf;
}
.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: #567fbf !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: #ffa600 !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='%23567fbf' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v67SvreVIz {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v67SvreVIz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v67SvreVIz form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
  margin:auto!important;
}
@media (min-width: 992px) {
  .cid-v67SvreVIz form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-v67SvreVIz form.mbr-form {
    padding: 1rem;
  }
}
.cid-v67SvreVIz form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v67SvreVIz form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v67SvreVIz .mbr-section-title {
  color:#345486;
  margin-bottom:1rem!important;
}
.cid-v67SHCPge2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
  overflow: hidden;
}
.cid-v67SHCPge2 .media-container-row .mbr-text {
  color: #567fbf;
}
.cid-v683CCEAXp {
  padding-top: 14rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v683CCEAXp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v683CCEAXp form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v683CCEAXp form.mbr-form {
    padding: 3rem 2rem;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-v683CCEAXp form.mbr-form {
    padding: 1rem;
  }
}
.cid-v683CCEAXp form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v683CCEAXp form.mbr-form .mbr-section-btn .btn {
  min-width: 200px;
  border-radius: 100px;
}
.cid-v683CCEAXp .mbr-section-title {
  color:#345486;
}
.cid-v683842NdP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
  overflow: hidden;
}
.cid-v683842NdP .media-container-row .mbr-text {
  color: #567fbf;
}
@media (min-width: 768px) {
  .cid-v686ng1jQW {
    padding-top: 10rem;
    padding-bottom: 1rem;
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .cid-v686ng1jQW {
    padding-top: 9rem;
    padding-bottom: 1rem;
    background-color: #ffffff;
	padding-right:1rem;
	padding-left:1rem;
  }
}
.cid-v686ng1jQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v686ng1jQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v686ng1jQW .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
  background-color:#FFFFFF!important;
}
.cid-v686ng1jQW .icon-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 4px !important;
  background-color:#567fbf!important;
  min-width:6rem!important;
}
.cid-v686ng1jQW .card-box {
  padding-top:1rem;
  padding-left:1rem;
}
@media (max-width: 767px) {
  .cid-v686ng1jQW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v686ng1jQW .mbr-iconfont {
  font-size: 3rem;
  color: #FFFFFF;
  padding: 1rem;
}
.cid-v686ng1jQW .content-head {
  max-width: 100%;
}
@media (min-width: 768px) {
  .cid-v686ng1jQW .mbr-section-title {
    text-align:left!important;
	color:#345486;
  }
}
@media (max-width: 767px) {
  .cid-v686ng1jQW .mbr-section-title {
    text-align:center!important;
	color:#345486;
  }
}
@media (min-width: 768px) {
  .cid-v6878sQ4Ud {
    padding-top: 0rem;
    padding-bottom: 2rem;
    background-color: #FFFFFF;
  }
}
@media (max-width: 767px) {
  .cid-v6878sQ4Ud {
    padding-top: 1rem;
    padding-bottom: 2rem;
	padding-right:1rem;
	padding-left:1rem;
    background-color: #ffffff;
  }
}
.cid-v6878sQ4Ud .row {
  border-top:1px solid #CCCCCC;
  padding-top:2rem;
}
.cid-v6878sQ4Ud .mbr-text {
  margin-top:-2rem;
  color: #000000;
}
.cid-v6878sQ4Ud .mbr-section-subtitle {
  color: #000000;
}
.cid-v6878sQ4Ud .mbr-section-title {
  color: #345486;
}
.cid-v685uWdU13 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
  overflow: hidden;
}
.cid-v685uWdU13 .media-container-row .mbr-text {
  color: #567fbf;
}
.cid-v69syb0g9f {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v69syb0g9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v69syb0g9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v69syb0g9f .mbr-section-title {
  text-align: justify;
  color:#345486;
}
.cid-v68rJty8kT {
  padding-top: .5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v68rJty8kT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68rJty8kT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68rJty8kT .media-container-row {
  justify-content: space-between;
}
.cid-v68rJty8kT .text-content {
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v68rJty8kT .text-content {
    max-width: none;
  }
}
.cid-v68rJty8kT .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v68rJty8kT .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v68rJty8kT .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v68rJty8kT .icons {
    justify-content: center !important;
  }
  .cid-v68rJty8kT .text-content * {
    text-align: center;
  }
}
.cid-v68rJty8kT .mbr-section-title {
  color: #516a91;
}
.cid-v68rJty8kT .mbr-text {
  color: #516a91;
}
.cid-v68rJty9lU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #F9F9F9;
}
.cid-v68rJty9lU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68rJty9lU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68rJty9lU .media-container-row {
  justify-content: space-between;
}
.cid-v68rJty9lU .text-content {
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v68rJty9lU .text-content {
    max-width: none;
  }
}
.cid-v68rJty9lU .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v68rJty9lU .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v68rJty9lU .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v68rJty9lU .icons {
    justify-content: center !important;
  }
  .cid-v68rJty9lU .text-content * {
    text-align: center;
  }
}
.cid-v68qGrtR9T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
  overflow: hidden;
}
.cid-v68qGrtR9T .media-container-row .mbr-text {
  color: #567fbf;
}
.cid-v68sw5zESA {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v68sw5zESA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v68sw5zESA form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v68sw5zESA form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-v68sw5zESA form.mbr-form {
    padding: 1rem;
  }
}
.cid-v68sw5zESA form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v68sw5zESA form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v68sw5YAWP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
  overflow: hidden;
}
.cid-v68sw5YAWP .media-container-row .mbr-text {
  color: #567fbf;
}
.cid-v68tsELhB3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v68tsELhB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68tsELhB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68tsELhB3 .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-v68tsELhB3 .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.cid-v68tsELhB3 .img1 {
  background: #56b270;
}
.cid-v68tsELhB3 .img2 {
  background: #ffa600;
}
.cid-v68tsELhB3 .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v68tsELhB3 .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-v68tsELhB3 .card-wrapper {
  background: #F0F0F0;
  border-radius:12px!important;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v68tsELhB3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v68tsELhB3 .card-wrapper {
    flex-direction: column;
  }
  .cid-v68tsELhB3 .card-box {
    padding: 1rem;
  }
  .cid-v68tsELhB3 .card-box,
  .cid-v68tsELhB3 .img-wrapper {
    width: 100%;
  }
  .cid-v68tsELhB3 .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-v68tsELhB3 .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-v68tsELhB3 .card-subtitle {
  color: #0077ff;
}
.cid-v68tsELhB3 .mbr-text,
.cid-v68tsELhB3 .link-wrap {
  color: #555555;
}
.cid-v68t0cuN20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
  overflow: hidden;
}
.cid-v68t0cuN20 .media-container-row .mbr-text {
  color: #567fbf;
}
.cid-v68xfvyDur {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-color: #56b270;
}
.cid-v68xfvyDur .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68xfvyDur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68xfvyDur .mbr-section-title {
  color: #ffffff;
}
.cid-v68xfvyDur .mbr-text,
.cid-v68xfvyDur .mbr-section-btn {
  color: #ffffff;
}
.cid-v68xfvyFat {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-color: #567fbf;
}
.cid-v68xfvyFat .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68xfvyFat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68xfvyFat .mbr-section-title {
  color: #ffffff;
}
.cid-v68xfvyFat .mbr-text,
.cid-v68xfvyFat .mbr-section-btn {
  color: #ffffff;
}
.cid-v68wr2JKya {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v68wr2JKya .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68wr2JKya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68wr2JKya .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .cid-v68wr2JKya .mbr-section-title {
    color: #45494E;
	text-align:left!important;
  }
}
@media (max-width: 991px) {
  .cid-v68wr2JKya .mbr-section-title {
    color: #45494E;
	text-align:center!important;
  }
}
.cid-v68wr2JKya .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}å
.cid-v68wr2JKya .card-title {
  color: #45494E;
}
.cid-v68wr2JKya .card-text {
  color: #45494E;
}
.cid-v68wr2JKya .mbr-iconfont-delete {
  background-color:#a11414;
  color:#FFFFFF;
}
.cid-v68wr2JKya .mbr-iconfont-edit {
  width:50px;
  height:50px;
  font-size: 25px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  background-color:#097118;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
  margin:auto;
  padding-top:2px;
}
.cid-v68wr2JKya .mbr-iconfont-edit:before {
  padding: 0.6rem;
}
.cid-v68wr2JKya .mbr-iconfont-edit:hover {
  background-color: #0fa525;
  color: #ffffff;
}
.cid-v68wr2JKya .mbr-iconfont-delete {
  width:50px;
  height:50px;
  font-size: 25px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  background-color:#a11414;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
  margin:auto;
  padding-top:2px;
}
.cid-v68wr2JKya .mbr-iconfont-delete:before {
  padding: 0.6rem;
}
.cid-v68wr2JKya .mbr-iconfont-delete:hover {
  background-color: #f00404;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v68wr2JKya .icons {
    justify-content: center !important;
  }
}
@media (min-width: 992px) {
  .cid-v68wr2JKya .title {
    padding:1rem 0rem;
	border-bottom:1px solid #CCCCCC;
  }
  .cid-v68wr2JKya .customers {
	background-color:#FCFCFC;
    padding:1rem 0rem 0rem 0rem!important;
	border-bottom:1px solid #CCCCCC!important;
  }
  .cid-v68wr2JKya .info {
    padding-top: 1.2rem!important;
  }
  .cid-v68wr2JKya .card-text {
    text-align:left;
  }
}
@media (max-width: 991px) {
  .cid-v68wr2JKya .title {
    display:none;
  }
  .cid-v68wr2JKya .customers {
    padding:1rem 0rem;
	border-bottom:1px solid #CCCCCC!important;
  }
  .cid-v68wr2JKya .info {
    padding-top: 0rem!important;
  }
  .cid-v68wr2JKya .card-text {
    text-align:center;
	font-weight:bold;
  }
  .cid-v68wr2JKya .icons {
    margin-top:1rem;
  }
}
.cid-v68vdonUZC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
  overflow: hidden;
}
.cid-v68vdonUZC .media-container-row .mbr-text {
  color: #567fbf;
}
.cid-v68yjVaPz7 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v68yjVaPz7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v68yjVaPz7 form.mbr-form {
  border-radius: 10px;
  background-color: #F3F3F3;
}
@media (min-width: 992px) {
  .cid-v68yjVaPz7 form.mbr-form {
    padding: 3rem 2rem;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-v68yjVaPz7 form.mbr-form {
    padding: 1rem;
  }
}
.cid-v68yjVaPz7 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 270px;
  margin:auto;
}
.cid-v68yjVaPz7 form.mbr-form .mbr-section-btn .btn {
  width: 270px;
  margin:auto;
}
.cid-v68yjVaPz7 .mbr-section-title {
  color:#345486;
}
.cid-v68yjVaPz7 .mbr-text {
  margin-top:1rem;
}
.cid-v68y4NXMiL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
  overflow: hidden;
}
.cid-v68y4NXMiL .media-container-row .mbr-text {
  color: #567fbf;
}
.cid-v68BgSmLVz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v68BgSmLVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68BgSmLVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68BgSmLVz .mbr-section-title {
  color: #567fbf;
}
.cid-v68BgSmLVz .mbr-text,
.cid-v68BgSmLVz .mbr-section-btn {
  color: #345486;
}
.cid-v68B4npG0I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
  overflow: hidden;
}
.cid-v68B4npG0I .media-container-row .mbr-text {
  color: #567fbf;
}
.cid-v68E6HHP7D {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-v68E6HHP7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68E6HHP7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68E6HHP7D .mbr-section-title {
  color: #ffffff;
}
.cid-v68E6HHP7D .mbr-text,
.cid-v68E6HHP7D .mbr-section-btn {
  color: #ffffff;
}
.cid-v68E6IkiW3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v68E6IkiW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68E6IkiW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68E6IkiW3 .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-v68E6IkiW3 .mbr-section-title {
  color: #45494E;
}
.cid-v68E6IkiW3 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-v68E6IkiW3 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-v68E6IkiW3 .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-v68E6IkiW3 .tabl-item-row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.cid-v68E6IkiW3 .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-v68E6IkiW3 .tabl-item-column {
    padding: 10px;
  }
}
.cid-v68E6IkiW3 .card-title {
  color: #45494E;
}
.cid-v68E6IkiW3 .card-text {
  color: #45494E;
}
.cid-v68E6IOQpJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
  overflow: hidden;
}
.cid-v68E6IOQpJ .media-container-row .mbr-text {
  color: #567fbf;
}
.cid-v68EEFIv6s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v68EEFIv6s .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v68EEFIv6s form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v68EEFIv6s form.mbr-form {
    padding: 3rem 2rem;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-v68EEFIv6s form.mbr-form {
    padding: 1rem;
  }
}
.cid-v68EEFIv6s form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v68EEFIv6s form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v68EEGbmjC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
  overflow: hidden;
}
.cid-v68EEGbmjC .media-container-row .mbr-text {
  color: #567fbf;
}
.cid-v68FWgp03Y {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v68FWgp03Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68FWgp03Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68FWgp03Y .mbr-section-title {
  color: #567fbf;
}
.cid-v68FWgp03Y .mbr-text,
.cid-v68FWgp03Y .mbr-section-btn {
  color: #345486;
}
.cid-v68FWgQmJ8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
  overflow: hidden;
}
.cid-v68FWgQmJ8 .media-container-row .mbr-text {
  color: #567fbf;
}
