.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Dela Gothic One', display;
  font-size: 5.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Dela Gothic One', display;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Dela Gothic One', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Dela Gothic One', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.48rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.61rem + (5.6 - 2.61) * ((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.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))));
  }
  .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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #ff8cbc !important;
}
.bg-success {
  background-color: #0225ac !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ffaac7 !important;
}
.bg-danger {
  background-color: #39e88d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8cbc !important;
  border-color: #ff8cbc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffbfda !important;
  border-color: #ffbfda !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffbfda !important;
  border-color: #ffbfda !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #0225ac !important;
  border-color: #0225ac !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #0330de !important;
  border-color: #0330de !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0330de !important;
  border-color: #0330de !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffaac7 !important;
  border-color: #ffaac7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffdde9 !important;
  border-color: #ffdde9 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffdde9 !important;
  border-color: #ffdde9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #39e88d !important;
  border-color: #39e88d !important;
  color: #041e10 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #67eda7 !important;
  border-color: #67eda7 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #041e10 !important;
  background-color: #67eda7 !important;
  border-color: #67eda7 !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: #ff8cbc;
  color: #ff8cbc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff3589 !important;
  background-color: transparent !important;
  border-color: #ff3589 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8cbc !important;
  border-color: #ff8cbc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0225ac;
  color: #0225ac;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #011356 !important;
  background-color: transparent !important;
  border-color: #011356 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0225ac !important;
  border-color: #0225ac !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffaac7;
  color: #ffaac7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff538e !important;
  background-color: transparent !important;
  border-color: #ff538e !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffaac7 !important;
  border-color: #ffaac7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #39e88d;
  color: #39e88d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #15b562 !important;
  background-color: transparent !important;
  border-color: #15b562 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #041e10 !important;
  background-color: #39e88d !important;
  border-color: #39e88d !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: #ff8cbc !important;
}
.text-secondary {
  color: #f92c50 !important;
}
.text-success {
  color: #0225ac !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ffaac7 !important;
}
.text-danger {
  color: #39e88d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff2681 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ba0525 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #010f47 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4484 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #13a85b !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff8cbc;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ffaac7;
}
.alert-danger {
  background-color: #39e88d;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8cbc;
  border-color: #ff8cbc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff8cbc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #315bfd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #f0fdf6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff8cbc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff8cbc;
}
/* 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: #ff8cbc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff8cbc;
}
.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: #ff8cbc;
  border-bottom-color: #ff8cbc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff8cbc !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: #f92c50 !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='%23ff8cbc' %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;
  }
}
.cid-u6KD9CDbXZ {
  display: flex;
  background-image: url("../../../assets/images/cover-designer-freelance-2.webp");
}
.cid-u6KD9CDbXZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u6KD9CDbXZ {
    align-items: flex-end;
  }
  .cid-u6KD9CDbXZ .row {
    justify-content: center;
  }
  .cid-u6KD9CDbXZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u6KD9CDbXZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u6KD9CDbXZ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-u6KD9CDbXZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u6KD9CDbXZ .content-wrap {
    width: 100%;
  }
}
.cid-u6KD9CDbXZ .mbr-section-title,
.cid-u6KD9CDbXZ .mbr-section-subtitle {
  text-align: center;
}
.cid-u6KD9CDbXZ .mbr-text,
.cid-u6KD9CDbXZ .mbr-section-btn {
  text-align: center;
}
.cid-u6KD9CDbXZ .mbr-section-title {
  color: #ffffff;
}
.cid-u6HpsjhW16 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #39e88d;
}
.cid-u6HpsjhW16 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u6HpsjhW16 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u6HpsjhW16 {
    align-items: center;
  }
  .cid-u6HpsjhW16 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u6HpsjhW16 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u6HpsjhW16 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u6HpsjhW16 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u6HpsjhW16 .content-wrap {
    width: 100%;
  }
}
.cid-u6HpsjhW16 .mbr-section-title {
  text-align: center;
  color: #f92c50;
}
.cid-u6HpsjhW16 .mbr-text,
.cid-u6HpsjhW16 .mbr-section-btn {
  text-align: center;
  color: #072fa8;
}
.cid-u6HpsjhW16 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-tIsi3HZcCy {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background: #072fa8;
}
.cid-tIsi3HZcCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsi3HZcCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsi3HZcCy .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tIsi3HZcCy .team-card:hover {
  transform: translateY(-10px);
}
.cid-tIsi3HZcCy .card1 {
  background: #f92c50;
}
.cid-tIsi3HZcCy .card2 {
  background: #39e88d;
}
.cid-tIsi3HZcCy .card3 {
  background: #ffa600;
}
.cid-tIsi3HZcCy .card4 {
  background: #2e481a;
}
.cid-tIsi3HZcCy .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tIsi3HZcCy .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tIsi3HZcCy .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tIsi3HZcCy .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tIsi3HZcCy .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tIsi3HZcCy .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tIsi3HZcCy .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tIsi3HZcCy .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tIsi3HZcCy .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tIsi3HZcCy .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tIsi3HZcCy .tag1 {
  background: #f92c50;
  color: #502274;
}
.cid-tIsi3HZcCy .tag2 {
  background: #39e88d;
  color: #ffd7ef;
}
.cid-tIsi3HZcCy .tag3 {
  background: #ffa600;
  color: #232323;
  text-align: right;
}
.cid-tIsi3HZcCy .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tIsi3HZcCy .card-text3,
.cid-tIsi3HZcCy .mbr-section-btn {
  color: #232323;
}
.cid-tIsi3HZcCy .card-text2,
.cid-tIsi3HZcCy .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tIsi3HZcCy .card-text1,
.cid-tIsi3HZcCy .mbr-section-btn {
  color: #502274;
}
.cid-tIsi3HZcCy .card-title2,
.cid-tIsi3HZcCy .social-row {
  color: #f92c50;
}
.cid-tIsi3HZcCy .mbr-role3,
.cid-tIsi3HZcCy .social-row {
  color: #ffffff;
}
.cid-tIsi3HZcCy .card-title3,
.cid-tIsi3HZcCy .social-row {
  color: #320707;
}
.cid-tIsi3HZcCy .card-title4,
.cid-tIsi3HZcCy .social-row {
  color: #ffffff;
}
.cid-tIsi3HZcCy .mbr-role3 {
  color: #232323;
}
.cid-tIsi3HZcCy .mbr-role2 {
  color: #ffd7ef;
}
.cid-tIsi3HZcCy .mbr-role4 {
  color: #ffffff;
}
.cid-tIsi3HZcCy .card-text4,
.cid-tIsi3HZcCy .mbr-section-btn {
  color: #ffffff;
}
.cid-tIsi3HZcCy .mbr-section-title {
  text-align: center;
  color: #ffaac7;
}
.cid-tIsi3HZcCy .card-title1,
.cid-tIsi3HZcCy .social-row {
  color: #39e88d;
}
.cid-tIsi3HZcCy .card-text2,
.cid-tIsi3HZcCy .card2 .mbr-section-btn {
  color: #000000;
}
.cid-tIsi3HZcCy .card-text1,
.cid-tIsi3HZcCy .card1 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIsi3HZcCy .card-text3,
.cid-tIsi3HZcCy .card3 .mbr-section-btn {
  color: #000000;
}
.cid-tIsj2q7oBw {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffaac7;
}
.cid-tIsj2q7oBw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsj2q7oBw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsj2q7oBw .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-tIsj2q7oBw .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-tIsj2q7oBw .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-tIsj2q7oBw .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-tIsj2q7oBw .image-wrapper {
  padding: 0 0.75rem;
}
.cid-tIsj2q7oBw img,
.cid-tIsj2q7oBw .image-wrapper {
  height: 600px;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-tIsj2q7oBw .mbr-section-title {
  color: #072fa8;
}
.cid-tIsj2q7oBw .mbr-text {
  color: #000000;
}
.cid-tIsj2q7oBw .mbr-text,
.cid-tIsj2q7oBw .mbr-section-btn {
  color: #232323;
}
.cid-u6Hlo47mtv {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #39e88d;
}
.cid-u6Hlo47mtv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Hlo47mtv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-u6Hlo47mtv .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #072fa8;
}
.cid-u6Hlo47mtv .mbr-section-title {
  color: #f92c50;
}
.cid-u6Hlo47mtv .mbr-text,
.cid-u6Hlo47mtv .mbr-section-btn {
  color: #0225ac;
}
.cid-u6Hlo47mtv .media-content,
.cid-u6Hlo47mtv .mbr-figure {
  align-self: center;
}
.cid-u6Hlo47mtv .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-u6Hlo47mtv .app-video-wrapper {
  background: transparent;
}
.cid-u6Hlo5szSD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #0225ac;
}
.cid-u6Hlo5szSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Hlo5szSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Hlo5szSD .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-u6Hlo5szSD .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6Hlo5szSD .card1 {
  background: #ffaac7;
}
.cid-u6Hlo5szSD .card2 {
  background: #008063;
}
.cid-u6Hlo5szSD .card3 {
  background: #ffa600;
}
.cid-u6Hlo5szSD .card4 {
  background: #2e481a;
}
.cid-u6Hlo5szSD .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-u6Hlo5szSD .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-u6Hlo5szSD .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-u6Hlo5szSD .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u6Hlo5szSD .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u6Hlo5szSD .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u6Hlo5szSD .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-u6Hlo5szSD .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u6Hlo5szSD .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-u6Hlo5szSD .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-u6Hlo5szSD .tag1 {
  background: #ffaac7;
  color: #502274;
}
.cid-u6Hlo5szSD .tag2 {
  background: #008063;
  color: #ffd7ef;
}
.cid-u6Hlo5szSD .tag3 {
  background: #ffa600;
  color: #232323;
  text-align: right;
}
.cid-u6Hlo5szSD .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-u6Hlo5szSD .card-text3,
.cid-u6Hlo5szSD .mbr-section-btn {
  color: #232323;
}
.cid-u6Hlo5szSD .card-text2,
.cid-u6Hlo5szSD .mbr-section-btn {
  color: #ffd7ef;
}
.cid-u6Hlo5szSD .card-text1,
.cid-u6Hlo5szSD .mbr-section-btn {
  color: #502274;
}
.cid-u6Hlo5szSD .card-title2,
.cid-u6Hlo5szSD .social-row {
  color: #ff8cbc;
}
.cid-u6Hlo5szSD .mbr-role3,
.cid-u6Hlo5szSD .social-row {
  color: #ffffff;
}
.cid-u6Hlo5szSD .card-title3,
.cid-u6Hlo5szSD .social-row {
  color: #320707;
}
.cid-u6Hlo5szSD .card-title4,
.cid-u6Hlo5szSD .social-row {
  color: #ffffff;
}
.cid-u6Hlo5szSD .mbr-role3 {
  color: #232323;
}
.cid-u6Hlo5szSD .mbr-role2 {
  color: #ffd7ef;
}
.cid-u6Hlo5szSD .mbr-role4 {
  color: #ffffff;
}
.cid-u6Hlo5szSD .card-text4,
.cid-u6Hlo5szSD .mbr-section-btn {
  color: #ffffff;
}
.cid-u6Hlo5szSD .mbr-section-title {
  text-align: center;
  color: #ffaac7;
}
.cid-u6Hlo5szSD .card-title1,
.cid-u6Hlo5szSD .social-row {
  color: #008063;
}
.cid-u6Hlo5szSD .card-text2,
.cid-u6Hlo5szSD .card2 .mbr-section-btn {
  color: #ffffff;
}
.cid-u6Hlo5szSD .card-text1,
.cid-u6Hlo5szSD .card1 .mbr-section-btn {
  color: #000000;
}
.cid-u6Hlo5szSD .card-text3,
.cid-u6Hlo5szSD .card3 .mbr-section-btn {
  color: #000000;
}
.cid-u6Hlo6fdLa {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffaac7;
}
.cid-u6Hlo6fdLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Hlo6fdLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Hlo6fdLa .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-u6Hlo6fdLa .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-u6Hlo6fdLa .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u6Hlo6fdLa .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u6Hlo6fdLa .row {
  flex-direction: row-reverse;
}
.cid-u6Hlo6fdLa .image-wrapper {
  padding: 0 0.75rem;
}
.cid-u6Hlo6fdLa img,
.cid-u6Hlo6fdLa .image-wrapper {
  height: 600px;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-u6Hlo6fdLa .mbr-section-title {
  color: #1a3c22;
}
.cid-u6Hlo6fdLa .mbr-text {
  color: #000000;
}
.cid-u6Hlo6fdLa .mbr-text,
.cid-u6Hlo6fdLa .mbr-section-btn {
  color: #1a3c22;
}
.cid-u6Hlo6Dnm5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #008063;
}
.cid-u6Hlo6Dnm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Hlo6Dnm5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Hlo6Dnm5 .item {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u6Hlo6Dnm5 .item {
    padding-bottom: 1rem;
  }
}
.cid-u6Hlo6Dnm5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u6Hlo6Dnm5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u6Hlo6Dnm5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-u6Hlo6Dnm5 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-u6Hlo6Dnm5 .carousel-control,
.cid-u6Hlo6Dnm5 .close {
  background: #1b1b1b;
}
.cid-u6Hlo6Dnm5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u6Hlo6Dnm5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u6Hlo6Dnm5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u6Hlo6Dnm5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-u6Hlo6Dnm5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u6Hlo6Dnm5 .close::before {
  content: '\e91a';
}
.cid-u6Hlo6Dnm5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u6Hlo6Dnm5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u6Hlo6Dnm5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6Hlo6Dnm5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6Hlo6Dnm5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6Hlo6Dnm5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u6Hlo6Dnm5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u6Hlo6Dnm5 .carousel-indicators li.active,
.cid-u6Hlo6Dnm5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6Hlo6Dnm5 .carousel-indicators li::after,
.cid-u6Hlo6Dnm5 .carousel-indicators li::before {
  content: none;
}
.cid-u6Hlo6Dnm5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6Hlo6Dnm5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u6Hlo6Dnm5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u6Hlo6Dnm5 .carousel-indicators {
    display: none;
  }
}
.cid-u6Hlo6Dnm5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u6Hlo6Dnm5 .carousel-inner > .active {
  display: block;
}
.cid-u6Hlo6Dnm5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6Hlo6Dnm5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6Hlo6Dnm5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u6Hlo6Dnm5 .carousel-control,
  .cid-u6Hlo6Dnm5 .carousel-indicators,
  .cid-u6Hlo6Dnm5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u6Hlo6Dnm5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u6Hlo6Dnm5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u6Hlo6Dnm5 .carousel-indicators .active,
.cid-u6Hlo6Dnm5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u6Hlo6Dnm5 .carousel-indicators .active {
  background: #fff;
}
.cid-u6Hlo6Dnm5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u6Hlo6Dnm5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u6Hlo6Dnm5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u6Hlo6Dnm5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u6Hlo6Dnm5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u6Hlo6Dnm5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u6Hlo6Dnm5 .carousel {
  width: 100%;
}
.cid-u6Hlo6Dnm5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u6Hlo6Dnm5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u6Hlo6Dnm5 .modal.fade .modal-dialog,
.cid-u6Hlo6Dnm5 .modal.in .modal-dialog {
  transform: none;
}
.cid-u6Hlo6Dnm5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u6Hlo6Dnm5 H6 {
  text-align: center;
}
.cid-u6Hlo6Dnm5 H3 {
  color: #ff8cbc;
}
.cid-u6Hlo7UPDq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u6Hlo7UPDq .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u6Hlo7UPDq .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-u6Hlo7UPDq .item-head {
  background: #ffa600;
  padding: 2.25rem;
}
.cid-u6Hlo7UPDq .item-content {
  padding: 2rem 2rem 0;
  background: #ffffff;
}
.cid-u6Hlo7UPDq .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u6Hlo7UPDq .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6Hlo7UPDq .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-u6Hlo7UPDq .btn {
  width: -webkit-fill-available;
}
.cid-u6Hlo7UPDq .item:focus,
.cid-u6Hlo7UPDq span:focus {
  outline: none;
}
.cid-u6Hlo7UPDq .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-u6Hlo7UPDq .mbr-section-btn {
    padding: 0rem 3rem 2rem;
  }
}
.cid-u6Hlo7UPDq .mbr-section-title {
  color: #0225ac;
}
.cid-u6Hlo7UPDq .mbr-section-subtitle {
  color: #000000;
}
.cid-u6Hlo7UPDq .mbr-text,
.cid-u6Hlo7UPDq .mbr-section-btn {
  text-align: left;
}
.cid-u6Hlo7UPDq .item-title {
  text-align: left;
  color: #000000;
}
.cid-u6Hlo7UPDq .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-u6Hlo8yWYF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #008063;
}
.cid-u6Hlo8yWYF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u6Hlo8yWYF form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u6Hlo8yWYF form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u6Hlo8yWYF form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u6Hlo8yWYF .mbr-section-title {
  color: #ff8cbc;
}
.cid-u6Hlo925RS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #260a30;
}
.cid-u6Hlo925RS input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-u6Hlo925RS input:hover {
  border: none !important;
}
.cid-u6Hlo925RS .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6Hlo925RS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6Hlo925RS .row {
  justify-content: center;
}
.cid-u6Hlo925RS .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-u6Hlo925RS .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-u6Hlo925RS .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u6Hlo925RS .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-u6Hlo925RS .justify-content-center {
  align-items: center;
}
.cid-u6Hlo925RS H1 {
  color: #d2dc1d;
}
.cid-u6Hlo925RS P {
  color: #d2dc1d;
  text-align: center;
}
.cid-u6Hlo925RS .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-u6Hlo9xH5J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u6Hlo9xH5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Hlo9xH5J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Hlo9xH5J .row {
  justify-content: center;
}
.cid-u6Hlo9xH5J .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u6Hlo9xH5J .item {
    margin-bottom: 1rem;
  }
}
.cid-u6Hlo9xH5J .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u6Hlo9xH5J .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-u6Hlo9xH5J .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-u6Hlo9xH5J .mbr-section-title {
  text-align: left;
  color: #0225ac;
}
.cid-u6Hloa539O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6c1ec5;
}
.cid-u6Hloa539O .item-subtitle {
  line-height: 1.2;
  color: #ffaac7;
}
.cid-u6Hloa539O img,
.cid-u6Hloa539O .item-img {
  width: 100%;
}
.cid-u6Hloa539O .item:focus,
.cid-u6Hloa539O span:focus {
  outline: none;
}
.cid-u6Hloa539O .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u6Hloa539O .item {
    margin-bottom: 1rem;
  }
}
.cid-u6Hloa539O .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u6Hloa539O .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u6Hloa539O .item-footer {
  margin-top: auto;
}
.cid-u6Hloa539O .mbr-section-title {
  color: #ffaac7;
  text-align: left;
}
.cid-u6Hloa539O .mbr-text,
.cid-u6Hloa539O .mbr-section-btn {
  color: #232323;
}
.cid-u6Hloa539O .item-title {
  color: #ffaac7;
}
