@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap);





body {
  font-family: Work Sans;
}
.display-1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 6.25rem;
  line-height: 0.833;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3.43rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.2875rem;
}
.display-4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.69rem;
  line-height: 2;
}
.display-4 > .mbr-iconfont {
  font-size: 0.8625rem;
}
.display-5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.87rem;
  line-height: 1.06;
}
.display-5 > .mbr-iconfont {
  font-size: 2.3375rem;
}
.display-7 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.73;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
form .display-5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.04rem;
  line-height: 1.5625;
}
/* ---- 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: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.744rem;
    font-size: calc( 1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.496rem;
    font-size: calc( 1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.94rem 2.25rem;
  position: relative;
}
.btn-sm {
  padding: 0.94rem 2.25rem;
}
.btn-md {
  padding: 0.94rem 2.25rem;
}
.btn-lg {
  padding: 0.94rem 2.25rem;
}
.bg-primary {
  background-color: #4b648c !important;
}
.bg-success {
  background-color: #9b9d9f !important;
}
.bg-info {
  background-color: #9b9d9f !important;
}
.bg-warning {
  background-color: #9b9d9f !important;
}
.bg-danger {
  background-color: #9b9d9f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4b648c !important;
  border-color: #4b648c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover:after,
.btn-primary:focus:after,
.btn-primary.focus:after,
.btn-primary.active:after {
  transform: translateX(10px);
}
.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary.focus::before,
.btn-primary.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2d3c54 !important;
  border-color: #2d3c54 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4b648c !important;
  border-color: #4b648c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover:after,
.btn-secondary:focus:after,
.btn-secondary.focus:after,
.btn-secondary.active:after {
  transform: translateX(10px);
}
.btn-secondary:hover::before,
.btn-secondary:focus::before,
.btn-secondary.focus::before,
.btn-secondary.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2d3c54 !important;
  border-color: #2d3c54 !important;
}
.btn-info,
.btn-info:active {
  background-color: #9b9d9f !important;
  border-color: #9b9d9f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover:after,
.btn-info:focus:after,
.btn-info.focus:after,
.btn-info.active:after {
  transform: translateX(10px);
}
.btn-info:hover::before,
.btn-info:focus::before,
.btn-info.focus::before,
.btn-info.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6f7274 !important;
  border-color: #6f7274 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9b9d9f !important;
  border-color: #9b9d9f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover:after,
.btn-success:focus:after,
.btn-success.focus:after,
.btn-success.active:after {
  transform: translateX(10px);
}
.btn-success:hover::before,
.btn-success:focus::before,
.btn-success.focus::before,
.btn-success.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6f7274 !important;
  border-color: #6f7274 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9b9d9f !important;
  border-color: #9b9d9f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover:after,
.btn-warning:focus:after,
.btn-warning.focus:after,
.btn-warning.active:after {
  transform: translateX(10px);
}
.btn-warning:hover::before,
.btn-warning:focus::before,
.btn-warning.focus::before,
.btn-warning.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6f7274 !important;
  border-color: #6f7274 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9b9d9f !important;
  border-color: #9b9d9f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover:after,
.btn-danger:focus:after,
.btn-danger.focus:after,
.btn-danger.active:after {
  transform: translateX(10px);
}
.btn-danger:hover::before,
.btn-danger:focus::before,
.btn-danger.focus::before,
.btn-danger.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6f7274 !important;
  border-color: #6f7274 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover:after,
.btn-white:focus:after,
.btn-white.focus:after,
.btn-white.active:after {
  transform: translateX(10px);
}
.btn-white:hover::before,
.btn-white:focus::before,
.btn-white.focus::before,
.btn-white.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover:after,
.btn-black:focus:after,
.btn-black.focus:after,
.btn-black.active:after {
  transform: translateX(10px);
}
.btn-black:hover::before,
.btn-black:focus::before,
.btn-black.focus::before,
.btn-black.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  color: #4b648c;
}
.btn-primary-outline:hover:after,
.btn-primary-outline:focus:after,
.btn-primary-outline.focus:after,
.btn-primary-outline.active:after {
  transform: translateX(10px);
}
.btn-primary-outline:hover::before,
.btn-primary-outline:focus::before,
.btn-primary-outline.focus::before,
.btn-primary-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4b648c !important;
  border-color: #4b648c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #4b648c;
}
.btn-secondary-outline:hover:after,
.btn-secondary-outline:focus:after,
.btn-secondary-outline.focus:after,
.btn-secondary-outline.active:after {
  transform: translateX(10px);
}
.btn-secondary-outline:hover::before,
.btn-secondary-outline:focus::before,
.btn-secondary-outline.focus::before,
.btn-secondary-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4b648c !important;
  border-color: #4b648c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #9b9d9f;
}
.btn-info-outline:hover:after,
.btn-info-outline:focus:after,
.btn-info-outline.focus:after,
.btn-info-outline.active:after {
  transform: translateX(10px);
}
.btn-info-outline:hover::before,
.btn-info-outline:focus::before,
.btn-info-outline.focus::before,
.btn-info-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9b9d9f !important;
  border-color: #9b9d9f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #9b9d9f;
}
.btn-success-outline:hover:after,
.btn-success-outline:focus:after,
.btn-success-outline.focus:after,
.btn-success-outline.active:after {
  transform: translateX(10px);
}
.btn-success-outline:hover::before,
.btn-success-outline:focus::before,
.btn-success-outline.focus::before,
.btn-success-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9b9d9f !important;
  border-color: #9b9d9f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #9b9d9f;
}
.btn-warning-outline:hover:after,
.btn-warning-outline:focus:after,
.btn-warning-outline.focus:after,
.btn-warning-outline.active:after {
  transform: translateX(10px);
}
.btn-warning-outline:hover::before,
.btn-warning-outline:focus::before,
.btn-warning-outline.focus::before,
.btn-warning-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9b9d9f !important;
  border-color: #9b9d9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #9b9d9f;
}
.btn-danger-outline:hover:after,
.btn-danger-outline:focus:after,
.btn-danger-outline.focus:after,
.btn-danger-outline.active:after {
  transform: translateX(10px);
}
.btn-danger-outline:hover::before,
.btn-danger-outline:focus::before,
.btn-danger-outline.focus::before,
.btn-danger-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9b9d9f !important;
  border-color: #9b9d9f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
}
.btn-black-outline:hover:after,
.btn-black-outline:focus:after,
.btn-black-outline.focus:after,
.btn-black-outline.active:after {
  transform: translateX(10px);
}
.btn-black-outline:hover::before,
.btn-black-outline:focus::before,
.btn-black-outline.focus::before,
.btn-black-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !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;
  color: #fafafa;
}
.btn-white-outline:hover:after,
.btn-white-outline:focus:after,
.btn-white-outline.focus:after,
.btn-white-outline.active:after {
  transform: translateX(10px);
}
.btn-white-outline:hover::before,
.btn-white-outline:focus::before,
.btn-white-outline.focus::before,
.btn-white-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4b648c !important;
}
.text-secondary {
  color: #4b648c !important;
}
.text-success {
  color: #9b9d9f !important;
}
.text-info {
  color: #9b9d9f !important;
}
.text-warning {
  color: #9b9d9f !important;
}
.text-danger {
  color: #9b9d9f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #27354a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #27354a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #686a6c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #686a6c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #686a6c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #686a6c !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;
}
.nav-tabs .nav-link.active {
  color: #4b648c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9b9d9f;
}
.alert-warning {
  background-color: #9b9d9f;
}
.alert-danger {
  background-color: #9b9d9f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn .btn::after,
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  transition: 0.3s;
}
.mbr-section-btn .btn::before {
  right: -20px;
  width: 40px;
  height: 2px;
}
.mbr-section-btn .btn::after {
  border: 4px solid transparent;
  border-left: 4px solid #000;
  right: -27px;
}
.mbr-section-btn .btn[class*="-outline"] {
  padding-left: 0;
}
.mbr-section-btn .btn[class*="-outline"]::before {
  background: #000;
}
.mbr-section-btn .btn:not([class*="-outline"])::before {
  background: linear-gradient(90deg, #ffffff 50%, #000000 50%);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4b648c;
  border-color: #4b648c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4b648c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #92a5c5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dcdddd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dcdddd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dcdddd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dcdddd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.69rem;
  line-height: 2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.8625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
  border-color: #4b648c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.69rem;
  line-height: 2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.8625rem;
}
blockquote {
  border-color: #4b648c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: none;
}
.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: none;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4b648c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4b648c;
}
.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: #4b648c;
  border-bottom-color: #4b648c;
}
.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: #4b648c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4b648c !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='%234b648c' %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-seIPiQ3eaI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-seIPiQ3eaI .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-seIPiQ3eaI .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-seIPiQ3eaI .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seIPiQ3eaI .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-seIPiQ3eaI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seIPiQ3eaI .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-seIPiQ3eaI .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-seIPiQ3eaI .mbr-text,
.cid-seIPiQ3eaI .mbr-section-btn {
  text-align: left;
}
.cid-seIPiQ3eaI .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-seIPiQ3eaI .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-seIPiQ3eaI .mbr-section-title b:last-child,
.cid-seIPiQ3eaI .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-seIPiQ3eaI .mbr-section-subtitle {
  text-align: left;
}
.cid-seIPiQ3eaI .mbr-section-subtitle,
.cid-seIPiQ3eaI .mbr-section-btn {
  text-align: left;
}
.cid-seIUby5aD3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background22.jpg");
}
.cid-seIUby5aD3 .row {
  flex-direction: column;
}
.cid-seIUby5aD3 .row {
  flex-direction: column-reverse;
}
.cid-seIUby5aD3 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-seIUby5aD3 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seIUby5aD3 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-seIUby5aD3 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seIUby5aD3 .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-seIUby5aD3 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-seIUby5aD3 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-seIPphEXgb {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-seIPphEXgb .container {
    max-width: 1400px;
  }
}
.cid-seIPphEXgb .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-seIPphEXgb .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-seIPphEXgb .row {
  justify-content: center;
}
.cid-seIPphEXgb .card {
  margin-bottom: 3rem;
}
.cid-seIPphEXgb .card-title {
  margin-top: 1rem;
}
.cid-seIPphEXgb .card-text {
  margin-top: 0.6875rem;
}
.cid-seIPphEXgb .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-seIPphEXgb .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-seIPphEXgb .mbr-section-title b:last-child,
.cid-seIPphEXgb .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-seIPphEXgb .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-seIPphEXgb .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-seIVDjkEiI {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-seIVDjkEiI .container {
    max-width: 1400px;
  }
}
.cid-seIVDjkEiI .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-seIVDjkEiI .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-seIVDjkEiI .row {
  justify-content: center;
}
.cid-seIVDjkEiI .card {
  margin-bottom: 3rem;
}
.cid-seIVDjkEiI .card-title {
  margin-top: 1rem;
}
.cid-seIVDjkEiI .card-text {
  margin-top: 0.6875rem;
}
.cid-seIVDjkEiI .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-seIVDjkEiI .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-seIVDjkEiI .mbr-section-title b:last-child,
.cid-seIVDjkEiI .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-seIVDjkEiI .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-seIVDjkEiI .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-seIWMzbkFx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-seIWMzbkFx .card {
  -webkit-align-items: center;
  align-items: center;
}
.cid-seIWMzbkFx .card-box {
  width: 100%;
}
.cid-seIWMzbkFx .card-img {
  padding: 1rem;
  border: 2px solid #f7e4d6;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-seIWMzbkFx .card-img span {
  color: #f23801;
  font-size: 3.2rem;
}
.cid-seIWMzbkFx p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-seIWMzbkFx .card {
    margin-bottom: 2rem;
  }
}
.cid-seIWMzbkFx .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-seIWMzbkFx .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-seIWMzbkFx .mbr-section-title b:last-child,
.cid-seIWMzbkFx .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-seIWMzbkFx .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-seIPqqXo4D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-seIPqqXo4D img,
.cid-seIPqqXo4D .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-seIPqqXo4D .item:focus,
.cid-seIPqqXo4D span:focus {
  outline: none;
}
.cid-seIPqqXo4D .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-seIPqqXo4D .item-title {
  font-weight: 500;
}
.cid-seIPqqXo4D .item-subtitle {
  margin-bottom: 1rem;
}
.cid-seIPqqXo4D .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 991px) {
  .cid-seIPqqXo4D .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-seIPqqXo4D .item-wrapper:hover .item-content {
  opacity: 1;
  z-index: 1;
}
.cid-seIPqqXo4D .item-wrapper:hover .item-text-wrap {
  opacity: 1;
  transform: translateY(0);
}
.cid-seIPqqXo4D .item-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: 0.3s ease-out;
}
.cid-seIPqqXo4D .item-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition-delay: .3s;
}
.cid-seIPqqXo4D .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-seIPqqXo4D .mbr-social-likes a {
  color: #000000;
}
.cid-seIPqqXo4D .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #000000;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-seIPqqXo4D .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-seIPqqXo4D .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-seIPqqXo4D .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-seIPqqXo4D .mbr-section-title b:last-child,
.cid-seIPqqXo4D .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-seIPqqXo4D .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-seIPqqXo4D .features-items-wrap {
  margin-top: 3.3125rem;
  margin-bottom: 0;
}
.cid-seIPqqXo4D .mbr-section-bottom {
  display: flex;
}
.cid-seIPqqXo4D .bottom-text {
  margin-top: 1.25rem;
}
.cid-seIPqqXo4D .item-features-image {
  margin-bottom: 3.125rem;
}
.is-builder .cid-seIPqqXo4D .item-content {
  border-bottom-left-radius: 100px;
}
.cid-seJ0leriim {
  padding-top: 60px;
  padding-bottom: 180px;
  background-color: #ffffff;
}
.cid-seJ0leriim .carousel-item {
  padding: 0 10%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-seJ0leriim .carousel-item.active,
.cid-seJ0leriim .carousel-item-next,
.cid-seJ0leriim .carousel-item-prev {
  display: flex;
}
.cid-seJ0leriim .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-seJ0leriim .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-seJ0leriim .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-seJ0leriim .carousel-controls a span {
  color: #f23801 !important;
  font-size: 35px !important;
}
.cid-seJ0leriim .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-seJ0leriim .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-seJ0leriim .carousel-controls .carousel-control-next,
.cid-seJ0leriim .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-seJ0leriim .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-seJ0leriim .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-seJ0leriim .author-box {
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-seJ0leriim .face {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-seJ0leriim .author {
  margin: auto 0;
}
.cid-seJ0leriim .mbr-text {
  margin-bottom: 34px !important;
}
.cid-seJ0leriim h3,
.cid-seJ0leriim h4 {
  margin: 0;
  padding: 0;
}
.cid-seJ0leriim .mbr-bottom {
  color: #767676;
}
.cid-seJ0leriim .box {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px!important;
}
@media (max-width: 992px) {
  .cid-seJ0leriim .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-seJ0leriim .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-seJ0leriim .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-seJ0leriim .carousel-indicators {
    bottom: -75px;
  }
}
.cid-seJ0leriim .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-seJ0leriim .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-seJ0leriim .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-seJ0leriim .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-seJ0leriim .carousel-indicators li.active {
  background: #000000;
}
.cid-seJ0leriim .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-seJ0leriim .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-seJ0leriim .mbr-text,
.cid-seJ0leriim .mbr-section-btn {
  text-align: center;
}
.cid-seQ8uenQf8 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-seQ8uenQf8 img {
  width: 120px;
  margin: auto;
}
.cid-seQ8uenQf8 .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-seQ8uenQf8 .card img {
  margin: 0;
  transition: 0.4s;
  transform: translateY(-100%);
}
.cid-seQ8uenQf8 .card:hover img {
  transform: translateY(0);
}
.cid-seQ8uenQf8 .card:hover .img-sec {
  transform: translateY(100%);
}
.cid-seQ8uenQf8 .img-sec {
  position: absolute;
  transform: translateY(-100%);
}
.is-builder .cid-seQ8uenQf8 img {
  pointer-events: none;
}
.cid-seQ8uenQf8 .features-image {
  margin-bottom: 50px;
}
.cid-sLQEJXIhQv {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #4b648c;
  overflow: hidden;
}
.cid-slPJCn0FXu {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-slPJCn0FXu svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-slPJCn0FXu #e2_shape {
  fill: #9b9d9f !important;
}
.cid-slPJCn0FXu img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(75, 100, 140, 0);
}
@media (max-width: 576px) {
  .cid-slPJCn0FXu img {
    width: 90%!important;
  }
}
.cid-slPJCn0FXu H1 {
  color: #232323;
}
.cid-slPNnlRYmz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #9b9d9f;
}
.cid-slPNnlRYmz .mbr-text {
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-slPNnlRYmz .mbr-text:before {
  color: #9b9d9f;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 0px;
  left: -2rem;
}
.cid-slPNnlRYmz img {
  object-fit: contain;
}
.cid-slPNnlRYmz .mbr-text:after {
  color: #9b9d9f;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-slPNnlRYmz .mbr-text:after,
  .cid-slPNnlRYmz .mbr-text:before {
    display: none;
  }
}
.cid-slPNnlRYmz .mbr-section-title,
.cid-slPNnlRYmz .logo {
  color: #ffffff;
}
.cid-slPP5iA0J2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #9b9d9f;
}
@media (max-width: 767px) {
  .cid-slPP5iA0J2 .content {
    text-align: center;
  }
  .cid-slPP5iA0J2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-slPP5iA0J2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-slPP5iA0J2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-slPP5iA0J2 .media-wrap img {
  height: 6rem;
}
.cid-slPP5iA0J2 .mbr-text {
  color: #8d97ad;
}
.cid-slPP5iA0J2 .p-title {
  font-size: 17px;
}
.cid-slPP5iA0J2 .p-title span {
  color: #111111;
}
.cid-slPP5iA0J2 .title-card {
  font-size: 1.3rem;
}
.cid-slPP5iA0J2 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-slPP5iA0J2 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-slPP5iA0J2 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-slPP5iA0J2 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-slPP5iA0J2 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-slPP5iA0J2 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slPP5iA0J2 .copyright img {
  margin-right: 10px;
}
.cid-slPP5iA0J2 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4b648c;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-slPP5iA0J2 .icon-transition span:hover {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-slPP5iA0J2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slPP5iA0J2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-slPP5iA0J2 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-slPP5iA0J2 H5 {
  color: #ffffff;
  text-align: center;
}
.cid-slPP5iA0J2 .p-title,
.cid-slPP5iA0J2 .social-media {
  color: #ffffff;
  text-align: center;
}
.cid-sLQEJXIhQv {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #4b648c;
  overflow: hidden;
}
