body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0488fa !important;
}
.bg-success {
  background-color: #374048 !important;
}
.bg-info {
  background-color: #8a90a1 !important;
}
.bg-warning {
  background-color: #a49da3 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0488fa !important;
  border-color: #0488fa !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #035faf !important;
  border-color: #035faf !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #035faf !important;
  border-color: #035faf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fe642e !important;
  border-color: #fe642e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #de3b01 !important;
  border-color: #de3b01 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #de3b01 !important;
  border-color: #de3b01 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8a90a1 !important;
  border-color: #8a90a1 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #63697b !important;
  border-color: #63697b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #63697b !important;
  border-color: #63697b !important;
}
.btn-success,
.btn-success:active {
  background-color: #374048 !important;
  border-color: #374048 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #16191d !important;
  border-color: #16191d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #16191d !important;
  border-color: #16191d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a49da3 !important;
  border-color: #a49da3 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #7f767d !important;
  border-color: #7f767d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #7f767d !important;
  border-color: #7f767d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #025196;
  color: #025196;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0488fa;
  border-color: #0488fa;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0488fa !important;
  border-color: #0488fa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #c53401;
  color: #c53401;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fe642e;
  border-color: #fe642e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fe642e !important;
  border-color: #fe642e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #585d6d;
  color: #585d6d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #8a90a1;
  border-color: #8a90a1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8a90a1 !important;
  border-color: #8a90a1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0b0d0e;
  color: #0b0d0e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #374048;
  border-color: #374048;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #374048 !important;
  border-color: #374048 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #726970;
  color: #726970;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #a49da3;
  border-color: #a49da3;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a49da3 !important;
  border-color: #a49da3 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0488fa !important;
}
.text-secondary {
  color: #fe642e !important;
}
.text-success {
  color: #374048 !important;
}
.text-info {
  color: #8a90a1 !important;
}
.text-warning {
  color: #a49da3 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #025196 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c53401 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0b0d0e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #585d6d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #726970 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8a90a1;
}
.alert-warning {
  background-color: #a49da3;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0488fa;
  border-color: #0488fa;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0488fa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cce7fe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a8b3bd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d1d3da;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e1dfe1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #0488fa;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0488fa;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0488fa;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0488fa;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0488fa;
  border-bottom-color: #0488fa;
}
.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: #0488fa !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: #fe642e !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%230488fa' %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.3;
}
.cid-rS3XaVx3t6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-rS3XaVx3t6 .mbr-text,
.cid-rS3XaVx3t6 blockquote {
  color: #767676;
}
.cid-rS3XaVx3t6 .mbr-text {
  color: #374048;
}
.cid-rS4895JbrS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #eeeff1;
}
.cid-rS4895JbrS .mbr-text,
.cid-rS4895JbrS blockquote {
  color: #767676;
}
.cid-rS4895JbrS .mbr-text {
  color: #8a90a1;
}
.cid-rS3VBrYctW {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #eeeff1;
}
.cid-rS3VBrYctW .form-control,
.cid-rS3VBrYctW .form-control:focus {
  background: #ffffff;
  border: 1px solid #374048;
}
.cid-rS3VBrYctW .form-container {
  transition: all .2s;
  border: 1px solid #374048;
  padding: 1rem;
  background: linear-gradient(#ff7f9f, #55b4d4);
  border: none;
}
.cid-rS3VBrYctW textarea.form-control {
  min-height: 188px;
}
.cid-rS3VBrYctW .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-rS3VBrYctW .content-container {
    padding-right: 5rem;
  }
}
.cid-rS3VBrYctW H1 {
  color: #374048;
}
.cid-rS3VBrYctW .mbr-text,
.cid-rS3VBrYctW .mbr-section-btn {
  color: #8a90a1;
  text-align: left;
}
.cid-rS52dEevRO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #374048;
}
.cid-rS52dEevRO .media-container-row .mbr-text {
  color: #8a90a1;
  text-align: center;
}
.cid-rS5PiCjTYg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #374048;
}
.cid-rS5PiCjTYg .mbr-text,
.cid-rS5PiCjTYg blockquote {
  color: #767676;
}
.cid-rS5PiCjTYg .mbr-text {
  color: #ffffff;
}
.cid-rS5PiCjTYg .mbr-text P {
  text-align: center;
}
.cid-rS5PiDa8u3 {
  background: #374048;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-rS5PiDa8u3 .image-block {
  margin: auto;
}
.cid-rS5PiDa8u3 figcaption {
  position: relative;
}
.cid-rS5PiDa8u3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS5PiDa8u3 .image-block {
    width: 100% !important;
  }
}
.cid-rS5PiDISVC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-rS5PiDISVC .mbr-text,
.cid-rS5PiDISVC blockquote {
  color: #767676;
}
.cid-rS5PiDISVC .mbr-text {
  color: #fe642e;
}
.cid-rS5PKQpgEn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-rS5PKQpgEn H1 {
  color: #374048;
}
.cid-rS5PKQpgEn .mbr-text,
.cid-rS5PKQpgEn .mbr-section-btn {
  color: #8a90a1;
}
.cid-rS5PKQpgEn H3 {
  color: #8a90a1;
}
.cid-rS5PKQpgEn .mbr-section-btn {
  color: #8a90a1;
}
.cid-rS5PiGkvEg .divider-top {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-rS5PiGkvEg .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-rS5PiGkvEg .divider-top::before,
.cid-rS5PiGkvEg .divider-bottom::before,
.cid-rS5PiGkvEg .divider-top::after,
.cid-rS5PiGkvEg .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-rS5PiGkvEg .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-rS5PiGkvEg .divider-triangles::before {
  top: -50px;
}
.cid-rS5PiGkvEg .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-rS5PiGkvEg .divider-halfcircle::before {
  top: -50px;
}
.cid-rS5PiGkvEg .divider-multitriangles::before,
.cid-rS5PiGkvEg .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-rS5PiGkvEg .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #eeeff1, 50px -50px 0 #eeeff1;
}
.cid-rS5Qme9spm {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-rS5Qme9spm .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-rS5Qme9spm .social-list a:focus {
  text-decoration: none;
}
.cid-rS5S7P9G8t {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #374048;
}
@media (max-width: 767px) {
  .cid-rS5S7P9G8t .content {
    text-align: center;
  }
  .cid-rS5S7P9G8t .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rS5S7P9G8t .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rS5S7P9G8t .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rS5S7P9G8t .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rS5S7P9G8t .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rS5S7P9G8t .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rS5S7P9G8t .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rS5S7P9G8t .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rS5S7P9G8t .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rS5S7P9G8t .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rS5S7P9G8t .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rS5S7P9G8t .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rS5PiKK32U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #374048;
}
.cid-rS5PiKK32U .media-container-row .mbr-text {
  color: #8a90a1;
  text-align: center;
}
.cid-rSR6HZNAIQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-rSR6HZNAIQ .mbr-text,
.cid-rSR6HZNAIQ blockquote {
  color: #767676;
}
.cid-rSR6HZNAIQ .mbr-text {
  color: #ffffff;
}
.cid-rSR6HZNAIQ .mbr-text P {
  text-align: center;
}
.cid-rSR6I2Axk3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-rSR6I2Axk3 .mbr-section-subtitle {
  color: #8a90a1;
}
.cid-rSR6I2Axk3 H2 {
  color: #374048;
  text-align: center;
}
.cid-rSR6I3ZLhf {
  background: #eeeff1;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rSR6I3ZLhf .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rSR6I3ZLhf .video-block {
    width: 100% !important;
  }
}
.cid-rSR6I5aQ8G {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #eeeff1;
}
.cid-rSR6I6ngnz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSR6I6ngnz .mbr-section-subtitle {
  color: #8a90a1;
}
.cid-rSR6I6ngnz H2 {
  color: #374048;
}
.cid-rSR6I7RLEs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rSR6I7RLEs .mbr-text {
  color: #8a90a1;
}
.cid-rSR6I7RLEs h4 {
  text-align: center;
}
.cid-rSR6I7RLEs p {
  text-align: center;
}
.cid-rSR6I7RLEs .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rSR6I7RLEs .card-title,
.cid-rSR6I7RLEs .card-img {
  color: #374048;
}
.cid-rSR6I9GqHt .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-rSR6I9GqHt .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-rSR6I9GqHt .divider-top::before,
.cid-rSR6I9GqHt .divider-bottom::before,
.cid-rSR6I9GqHt .divider-top::after,
.cid-rSR6I9GqHt .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-rSR6I9GqHt .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-rSR6I9GqHt .divider-triangles::before {
  top: -50px;
}
.cid-rSR6I9GqHt .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-rSR6I9GqHt .divider-halfcircle::before {
  top: -50px;
}
.cid-rSR6I9GqHt .divider-multitriangles::before,
.cid-rSR6I9GqHt .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-rSR6I9GqHt .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-rSR6IaNu6b {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #eeeff1;
}
.cid-rSR6IaNu6b .mbr-section-subtitle {
  color: #8a90a1;
}
.cid-rSR6IaNu6b H2 {
  color: #374048;
}
.cid-rSR6Ic1eFQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #eeeff1;
}
.cid-rSR6Ic1eFQ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rSR6Ic1eFQ .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #8a90a1;
}
.cid-rSR6Ic1eFQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rSR6Ic1eFQ .inner-container {
    width: 100% !important;
  }
}
.cid-rSR6Idgy4H {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #eeeff1;
}
.cid-rSR6Idgy4H .mbr-text,
.cid-rSR6Idgy4H blockquote {
  color: #767676;
}
.cid-rSR6Idgy4H .mbr-text {
  color: #374048;
  text-align: center;
}
.cid-rSR6IfbO94 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #eeeff1;
}
.cid-rSR6IfbO94 .counter-container {
  color: #767676;
}
.cid-rSR6IfbO94 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-rSR6IfbO94 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-rSR6IfbO94 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-rSR6IfbO94 .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #0488fa;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-rSR6IfbO94 .mbr-text {
  color: #8a90a1;
}
.cid-rSR6IgpEby .divider-top {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-rSR6IgpEby .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-rSR6IgpEby .divider-top::before,
.cid-rSR6IgpEby .divider-bottom::before,
.cid-rSR6IgpEby .divider-top::after,
.cid-rSR6IgpEby .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-rSR6IgpEby .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-rSR6IgpEby .divider-triangles::before {
  top: -50px;
}
.cid-rSR6IgpEby .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-rSR6IgpEby .divider-halfcircle::before {
  top: -50px;
}
.cid-rSR6IgpEby .divider-multitriangles::before,
.cid-rSR6IgpEby .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-rSR6IgpEby .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #eeeff1, 50px -50px 0 #eeeff1;
}
.cid-rSR6Ihz5Sg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSR6Ihz5Sg .mbr-section-subtitle {
  color: #8a90a1;
}
.cid-rSR6Ihz5Sg H2 {
  color: #374048;
}
.cid-rSR6IiWgTc {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSR6IiWgTc .mbr-text,
.cid-rSR6IiWgTc blockquote {
  color: #767676;
}
.cid-rSR6IiWgTc .mbr-text {
  color: #8a90a1;
}
.cid-rSR6Ik7Ww3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSR6Ik7Ww3 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #374048;
}
.cid-rSR6Ik7Ww3 .mbr-author-name {
  font-weight: bold;
  color: #8a90a1;
}
.cid-rSR6Ik7Ww3 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rSR6Ik7Ww3 .mbr-figure,
  .cid-rSR6Ik7Ww3 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rSR6Ik7Ww3 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rSR6Ik7Ww3 .mbr-author-desc {
  color: #8a90a1;
}
.cid-rSR6IlAJby .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-rSR6IlAJby .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-rSR6IlAJby .divider-top::before,
.cid-rSR6IlAJby .divider-bottom::before,
.cid-rSR6IlAJby .divider-top::after,
.cid-rSR6IlAJby .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-rSR6IlAJby .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-rSR6IlAJby .divider-triangles::before {
  top: -50px;
}
.cid-rSR6IlAJby .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-rSR6IlAJby .divider-halfcircle::before {
  top: -50px;
}
.cid-rSR6IlAJby .divider-multitriangles::before,
.cid-rSR6IlAJby .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-rSR6IlAJby .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-rSR6ImP8qo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff1;
}
.cid-rSR6ImP8qo .mbr-text,
.cid-rSR6ImP8qo blockquote {
  color: #767676;
}
.cid-rSR6Io1WMS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-rSR6Io1WMS h2 {
  text-align: left;
}
.cid-rSR6Io1WMS h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rSR6Io1WMS p {
  color: #767676;
  text-align: left;
}
.cid-rSR6Io1WMS .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rSR6Io1WMS .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rSR6Io1WMS .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rSR6Io1WMS .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rSR6Io1WMS .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rSR6Io1WMS .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rSR6Io1WMS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSR6Io1WMS .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rSR6Io1WMS .card-img span {
    font-size: 40px !important;
  }
}
.cid-rSR6Ipy1OF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSR6Ipy1OF h2 {
  text-align: left;
}
.cid-rSR6Ipy1OF h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rSR6Ipy1OF p {
  color: #767676;
  text-align: left;
}
.cid-rSR6Ipy1OF .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rSR6Ipy1OF .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rSR6Ipy1OF .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rSR6Ipy1OF .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rSR6Ipy1OF .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rSR6Ipy1OF .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rSR6Ipy1OF .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-rSR6Ipy1OF .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-rSR6Ipy1OF .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-rSR6Ipy1OF .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-rSR6Ipy1OF .card-img span {
    font-size: 40px !important;
  }
}
.cid-rSR6IrMPC9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-rSR6IrMPC9 h2 {
  text-align: left;
}
.cid-rSR6IrMPC9 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rSR6IrMPC9 p {
  color: #767676;
  text-align: left;
}
.cid-rSR6IrMPC9 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rSR6IrMPC9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rSR6IrMPC9 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rSR6IrMPC9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rSR6IrMPC9 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rSR6IrMPC9 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rSR6IrMPC9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSR6IrMPC9 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rSR6IrMPC9 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rSR6ItrOv7 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-rSR6ItrOv7 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-rSR6ItrOv7 .divider-top::before,
.cid-rSR6ItrOv7 .divider-bottom::before,
.cid-rSR6ItrOv7 .divider-top::after,
.cid-rSR6ItrOv7 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-rSR6ItrOv7 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-rSR6ItrOv7 .divider-triangles::before {
  top: -50px;
}
.cid-rSR6ItrOv7 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-rSR6ItrOv7 .divider-halfcircle::before {
  top: -50px;
}
.cid-rSR6ItrOv7 .divider-multitriangles::before,
.cid-rSR6ItrOv7 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-rSR6ItrOv7 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #eeeff1, 50px -50px 0 #eeeff1;
}
.cid-rSR6IuHCon {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSR6IuHCon h2 {
  text-align: center;
}
.cid-rSR6IuHCon h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rSR6IuHCon p {
  color: #767676;
}
.cid-rSR6IuHCon img {
  object-fit: cover;
}
.cid-rSR6IuHCon .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rSR6IuHCon .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rSR6IuHCon .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rSR6IuHCon .mbr-section-subtitle {
  color: #767676;
}
.cid-rSR6IuHCon .card-title {
  font-weight: 500;
}
.cid-rSR6IuHCon .card-img {
  text-align: inherit;
}
.cid-rSR6IuHCon .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rSR6IuHCon .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-rSR6IuHCon .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rSR6IuHCon .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-rSR6IuHCon .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-rSR6IuHCon .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-rSR6Ix1JSK {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSR6IysZKw .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-rSR6IysZKw .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-rSR6IysZKw .divider-top::before,
.cid-rSR6IysZKw .divider-bottom::before,
.cid-rSR6IysZKw .divider-top::after,
.cid-rSR6IysZKw .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-rSR6IysZKw .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-rSR6IysZKw .divider-triangles::before {
  top: -50px;
}
.cid-rSR6IysZKw .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-rSR6IysZKw .divider-halfcircle::before {
  top: -50px;
}
.cid-rSR6IysZKw .divider-multitriangles::before,
.cid-rSR6IysZKw .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-rSR6IysZKw .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-rSR6IzM8Mf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSR6IzM8Mf .mbr-text,
.cid-rSR6IzM8Mf blockquote {
  color: #767676;
}
.cid-rSR6IzM8Mf .mbr-text {
  color: #374048;
  text-align: center;
}
.cid-rSR6IB7wxX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSR6IB7wxX .mbr-section-btn > * {
  margin: 0;
}
.cid-rSR6IB7wxX h4 {
  font-weight: 500;
}
.cid-rSR6IB7wxX p {
  color: #232323;
}
.cid-rSR6IB7wxX .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rSR6IB7wxX .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rSR6IB7wxX .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rSR6IB7wxX .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rSR6IB7wxX .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rSR6IB7wxX .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rSR6IB7wxX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSR6IB7wxX .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rSR6IB7wxX .card-img span {
    font-size: 40px !important;
  }
}
.cid-rSR6IB7wxX .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rSR6ICT6gm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSR6ICT6gm .mbr-section-btn > * {
  margin: 0;
}
.cid-rSR6ICT6gm h4 {
  font-weight: 500;
}
.cid-rSR6ICT6gm p {
  color: #232323;
}
.cid-rSR6ICT6gm .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rSR6ICT6gm .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rSR6ICT6gm .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rSR6ICT6gm .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rSR6ICT6gm .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rSR6ICT6gm .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rSR6ICT6gm .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSR6ICT6gm .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rSR6ICT6gm .card-img span {
    font-size: 40px !important;
  }
}
.cid-rSR6ICT6gm .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rSR6IF2o3i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSR6IF2o3i .mbr-section-btn > * {
  margin: 0;
}
.cid-rSR6IF2o3i h4 {
  font-weight: 500;
}
.cid-rSR6IF2o3i p {
  color: #232323;
}
.cid-rSR6IF2o3i .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rSR6IF2o3i .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rSR6IF2o3i .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rSR6IF2o3i .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rSR6IF2o3i .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rSR6IF2o3i .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rSR6IF2o3i .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSR6IF2o3i .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rSR6IF2o3i .card-img span {
    font-size: 40px !important;
  }
}
.cid-rSR6IF2o3i .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rSR6IGSb0l .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-rSR6IGSb0l .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-rSR6IGSb0l .divider-top::before,
.cid-rSR6IGSb0l .divider-bottom::before,
.cid-rSR6IGSb0l .divider-top::after,
.cid-rSR6IGSb0l .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-rSR6IGSb0l .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-rSR6IGSb0l .divider-triangles::before {
  top: -50px;
}
.cid-rSR6IGSb0l .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-rSR6IGSb0l .divider-halfcircle::before {
  top: -50px;
}
.cid-rSR6IGSb0l .divider-multitriangles::before,
.cid-rSR6IGSb0l .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-rSR6IGSb0l .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-rSR6IIk1Qf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff1;
}
.cid-rSR6IIk1Qf .testimonials-container {
  margin: 0 auto;
}
.cid-rSR6IIk1Qf .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-rSR6IIk1Qf .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-rSR6IIk1Qf .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-rSR6IIk1Qf .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  margin: 2rem auto 2rem auto;
}
.cid-rSR6IIk1Qf .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rSR6IIk1Qf .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 300px) {
  .cid-rSR6IIk1Qf .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-rSR6IIk1Qf .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-rSR6IIk1Qf H2 {
  color: #374048;
}
.cid-rSR6ILfhkC .divider-top {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-rSR6ILfhkC .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-rSR6ILfhkC .divider-top::before,
.cid-rSR6ILfhkC .divider-bottom::before,
.cid-rSR6ILfhkC .divider-top::after,
.cid-rSR6ILfhkC .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-rSR6ILfhkC .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-rSR6ILfhkC .divider-triangles::before {
  top: -50px;
}
.cid-rSR6ILfhkC .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-rSR6ILfhkC .divider-halfcircle::before {
  top: -50px;
}
.cid-rSR6ILfhkC .divider-multitriangles::before,
.cid-rSR6ILfhkC .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-rSR6ILfhkC .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #eeeff1, 50px -50px 0 #eeeff1;
}
.cid-rSR6IMHDGi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rSR6IMHDGi .mbr-section-subtitle {
  color: #8a90a1;
}
.cid-rSR6IMHDGi .btn {
  margin: 0 0 .5rem 0;
}
.cid-rSR6IMHDGi H2 {
  color: #374048;
}
.cid-rSR6IOq5V4 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-rSR6IOq5V4 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-rSR6IOq5V4 .divider-top::before,
.cid-rSR6IOq5V4 .divider-bottom::before,
.cid-rSR6IOq5V4 .divider-top::after,
.cid-rSR6IOq5V4 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-rSR6IOq5V4 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-rSR6IOq5V4 .divider-triangles::before {
  top: -50px;
}
.cid-rSR6IOq5V4 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-rSR6IOq5V4 .divider-halfcircle::before {
  top: -50px;
}
.cid-rSR6IOq5V4 .divider-multitriangles::before,
.cid-rSR6IOq5V4 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-rSR6IOq5V4 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-rSR6IPV7QZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eeeff1;
}
.cid-rSR6IPV7QZ h3 {
  text-align: center;
}
.cid-rSR6IPV7QZ .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rSR6IPV7QZ .mbr-content-text {
  color: #8a90a1;
}
.cid-rSR6IPV7QZ .panel-item {
  background: #ffffff;
}
.cid-rSR6IPV7QZ .card {
  word-wrap: break-word;
}
.cid-rSR6IPV7QZ .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rSR6IPV7QZ .mbr-section-title {
  color: #374048;
}
.cid-rSR6IPV7QZ H4 {
  color: #374048;
}
.cid-rSR6ISfB4S {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSR6ISfB4S .mbr-section-subtitle {
  color: #767676;
}
.cid-rSR6ISfB4S H2 {
  color: #374048;
}
.cid-rSR6ITKKQC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSR6ITKKQC .mbr-text,
.cid-rSR6ITKKQC blockquote {
  color: #767676;
}
.cid-rSR6ITKKQC .mbr-text {
  color: #8a90a1;
}
.cid-rSR6IVbcQH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #374048;
}
.cid-rSR6IWNhQ0 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 30px;
}
.cid-rSR6IWNhQ0 .image-block {
  margin: auto;
}
.cid-rSR6IWNhQ0 figcaption {
  position: relative;
}
.cid-rSR6IWNhQ0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSR6IWNhQ0 .image-block {
    width: 100% !important;
  }
}
.cid-rSR6IYi4nV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSR6IYi4nV h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rSR6IYi4nV p {
  color: #767676;
}
.cid-rSR6IYi4nV .card-wrapper {
  border-top: 1px solid #eeeff1;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-rSR6IYi4nV .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-rSR6IYi4nV .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rSR6IYi4nV .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rSR6IYi4nV .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rSR6IYi4nV .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rSR6IYi4nV .cost {
  color: #fe642e;
}
.cid-rSR6IYi4nV .card-title {
  color: #374048;
}
.cid-rSR6J0FDCs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSR6J0FDCs .mbr-text,
.cid-rSR6J0FDCs blockquote {
  color: #767676;
}
.cid-rSR6J0FDCs .mbr-text P {
  text-align: center;
}
.cid-rSR6J0FDCs .mbr-text {
  color: #fe642e;
}
.cid-rSR6J2d1KC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSR6J2d1KC .mbr-text,
.cid-rSR6J2d1KC blockquote {
  color: #767676;
}
.cid-rSR6J2d1KC .mbr-text P {
  text-align: center;
}
.cid-rSR6J4fMAZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSR6J4fMAZ .mbr-text,
.cid-rSR6J4fMAZ blockquote {
  color: #767676;
}
.cid-rSR6J4fMAZ .mbr-text P {
  text-align: center;
}
.cid-rSR6J4fMAZ .mbr-text {
  color: #fe642e;
}
.cid-rSR6J5Ix2D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSR6J7bP5s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSR6J7bP5s .mbr-text,
.cid-rSR6J7bP5s blockquote {
  color: #767676;
}
.cid-rSR6J7bP5s .mbr-text P {
  text-align: center;
}
.cid-rSR6J8IBUh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eeeff1;
}
.cid-rSR6J8IBUh .mbr-section-subtitle {
  color: #8a90a1;
  text-align: center;
  font-weight: 300;
}
.cid-rSR6J8IBUh .step {
  width: 84px;
  height: 84px;
  font-size: 42px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-rSR6J8IBUh .separline .step-wrapper {
    position: relative;
  }
  .cid-rSR6J8IBUh .separline .step-wrapper:before,
  .cid-rSR6J8IBUh .separline .step-wrapper:after {
    top: 44px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 42px - 8px);
    background-color: #efefef;
  }
  .cid-rSR6J8IBUh .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rSR6J8IBUh .separline .step-wrapper:after {
    left: calc(50% + 8px + 42px);
  }
  .cid-rSR6J8IBUh .separline.last-child .step-wrapper:after,
  .cid-rSR6J8IBUh .separline:nth-child(3n) .step-wrapper:after,
  .cid-rSR6J8IBUh .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rSR6J8IBUh .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rSR6J8IBUh .mbr-section-title {
  color: #374048;
}
.cid-rSR6J8IBUh .mbr-step-text {
  color: #8a90a1;
}
.cid-rSR6JbeZyz .divider-top {
  position: relative;
  padding: 2.5em;
  background: #efefef;
}
.cid-rSR6JbeZyz .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-rSR6JbeZyz .divider-top::before,
.cid-rSR6JbeZyz .divider-bottom::before,
.cid-rSR6JbeZyz .divider-top::after,
.cid-rSR6JbeZyz .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-rSR6JbeZyz .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-rSR6JbeZyz .divider-triangles::before {
  top: -50px;
}
.cid-rSR6JbeZyz .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-rSR6JbeZyz .divider-halfcircle::before {
  top: -50px;
}
.cid-rSR6JbeZyz .divider-multitriangles::before,
.cid-rSR6JbeZyz .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-rSR6JbeZyz .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #efefef, 50px -50px 0 #efefef;
}
.cid-rSR6JdutXi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSR6JdutXi .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rSR6JdutXi .carousel-item.active,
.cid-rSR6JdutXi .carousel-item-next,
.cid-rSR6JdutXi .carousel-item-prev {
  display: flex;
}
.cid-rSR6JdutXi .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-rSR6JdutXi .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-rSR6JdutXi .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rSR6JdutXi .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-rSR6JdutXi .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-rSR6JdutXi .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rSR6JdutXi H2 {
  color: #374048;
}
.cid-rSR6JfFmSR {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rSR6JfFmSR p {
  color: #767676;
}
.cid-rSR6JfFmSR .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rSR6JfFmSR .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rSR6JfFmSR .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-rSR6JfFmSR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rSR6JfFmSR .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rSR6JfFmSR .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rSR6JfFmSR .panel-text {
  color: #8a90a1;
}
.cid-rSR6JhP1TW .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-rSR6JhP1TW .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #374048;
}
.cid-rSR6JhP1TW .divider-top::before,
.cid-rSR6JhP1TW .divider-bottom::before,
.cid-rSR6JhP1TW .divider-top::after,
.cid-rSR6JhP1TW .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-rSR6JhP1TW .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-rSR6JhP1TW .divider-triangles::before {
  top: -50px;
}
.cid-rSR6JhP1TW .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-rSR6JhP1TW .divider-halfcircle::before {
  top: -50px;
}
.cid-rSR6JhP1TW .divider-multitriangles::before,
.cid-rSR6JhP1TW .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-rSR6JhP1TW .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-rSR6Jjeanc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #374048;
}
.cid-rSR6JkO72O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #374048;
}
.cid-rSR6JkO72O .media-container-row .mbr-text {
  color: #8a90a1;
  text-align: center;
}
.cid-rT1EJA7ZiG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #374048;
}
.cid-rT1EJA7ZiG .mbr-text,
.cid-rT1EJA7ZiG blockquote {
  color: #767676;
}
.cid-rT1EJA7ZiG .mbr-text {
  color: #ffffff;
}
.cid-rT1EJA7ZiG .mbr-text P {
  text-align: center;
}
.cid-rT1EJAPD6a {
  background: #374048;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-rT1EJAPD6a .image-block {
  margin: auto;
}
.cid-rT1EJAPD6a figcaption {
  position: relative;
}
.cid-rT1EJAPD6a figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rT1EJAPD6a .image-block {
    width: 100% !important;
  }
}
.cid-rT1EJBAc84 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-rT1EJBAc84 .mbr-text,
.cid-rT1EJBAc84 blockquote {
  color: #767676;
}
.cid-rT1EJBAc84 .mbr-text {
  color: #fe642e;
}
.cid-rT1EJC9wxC {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #eeeff1, #eeeff1);
}
@media (min-width: 992px) {
  .cid-rT1EJC9wxC .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rT1EJC9wxC .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rT1EJC9wxC .mbr-section-title {
  color: #374048;
  text-align: left;
}
.cid-rT1EJC9wxC .mbr-text,
.cid-rT1EJC9wxC .mbr-section-btn {
  color: #8a90a1;
  text-align: left;
}
.cid-rT1EJD8DLf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-rT1EJD8DLf .mbr-text,
.cid-rT1EJD8DLf blockquote {
  color: #767676;
}
.cid-rT1EJD8DLf .mbr-text {
  color: #fe642e;
}
.cid-rT1EJD8DLf .mbr-text P {
  text-align: center;
}
.cid-rT1EJDIIAh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-rT1EJEfd1d {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-rT1EJEfd1d .mbr-text,
.cid-rT1EJEfd1d blockquote {
  color: #767676;
}
.cid-rT1EJEfd1d .mbr-text P {
  text-align: center;
}
.cid-rT1EJEfd1d .mbr-text {
  color: #0488fa;
}
.cid-rT1EJEZCcC .divider-top {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-rT1EJEZCcC .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-rT1EJEZCcC .divider-top::before,
.cid-rT1EJEZCcC .divider-bottom::before,
.cid-rT1EJEZCcC .divider-top::after,
.cid-rT1EJEZCcC .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-rT1EJEZCcC .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-rT1EJEZCcC .divider-triangles::before {
  top: -50px;
}
.cid-rT1EJEZCcC .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-rT1EJEZCcC .divider-halfcircle::before {
  top: -50px;
}
.cid-rT1EJEZCcC .divider-multitriangles::before,
.cid-rT1EJEZCcC .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-rT1EJEZCcC .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #eeeff1, 50px -50px 0 #eeeff1;
}
.cid-rT1EJFuXV5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rT1EJFuXV5 .mbr-text,
.cid-rT1EJFuXV5 blockquote {
  color: #767676;
}
.cid-rT1EJFuXV5 .mbr-text P {
  text-align: center;
}
.cid-rT1EJFuXV5 .mbr-text {
  color: #374048;
}
.cid-rT1EJGadXz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rT1EJGadXz .card-box {
  padding: 0 2rem;
}
.cid-rT1EJGadXz .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rT1EJGadXz .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rT1EJGadXz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rT1EJGadXz p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rT1EJGadXz .mbr-text {
  color: #767676;
}
.cid-rT1EJGadXz .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rT1EJGadXz .card-wrapper .card-img {
  max-width: 300px;
}
.cid-rT1EJGadXz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rT1EJHI12s {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #374048;
}
.cid-rT1EJHI12s h2 {
  text-align: left;
}
.cid-rT1EJHI12s h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rT1EJHI12s p {
  color: #767676;
  text-align: left;
}
.cid-rT1EJHI12s .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rT1EJHI12s .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rT1EJHI12s .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rT1EJHI12s .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rT1EJHI12s .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rT1EJHI12s .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rT1EJHI12s .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rT1EJHI12s .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rT1EJHI12s .card-img span {
    font-size: 40px !important;
  }
}
.cid-rT1EJHI12s H2 {
  color: #ffffff;
}
.cid-rT1EJHI12s .mbr-text {
  color: #eeeff1;
}
.cid-rT1EJHI12s H4 {
  color: #ffffff;
}
.cid-rT1EJHI12s P {
  color: #eeeff1;
}
.cid-rT1EJINWM7 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #374048;
}
.cid-rT1EJINWM7 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-rT1EJINWM7 .divider-top::before,
.cid-rT1EJINWM7 .divider-bottom::before,
.cid-rT1EJINWM7 .divider-top::after,
.cid-rT1EJINWM7 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-rT1EJINWM7 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-rT1EJINWM7 .divider-triangles::before {
  top: -50px;
}
.cid-rT1EJINWM7 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-rT1EJINWM7 .divider-halfcircle::before {
  top: -50px;
}
.cid-rT1EJINWM7 .divider-multitriangles::before,
.cid-rT1EJINWM7 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-rT1EJINWM7 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #374048, 50px -50px 0 #374048;
}
.cid-rT1EJJH1Nz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rT1EJK9M0O {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rT1EJK9M0O .mbr-text,
.cid-rT1EJK9M0O blockquote {
  color: #767676;
}
.cid-rT1EJK9M0O .mbr-text P {
  text-align: center;
}
.cid-rT1EJKU2Tt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #374048;
}
.cid-rT1EJKU2Tt .media-container-row .mbr-text {
  color: #8a90a1;
  text-align: center;
}
.cid-swqUCayv7t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #374048;
}
.cid-swqUCayv7t .mbr-text,
.cid-swqUCayv7t blockquote {
  color: #767676;
}
.cid-swqUCayv7t .mbr-text {
  color: #ffffff;
}
.cid-swqUCayv7t .mbr-text P {
  text-align: center;
}
.cid-swqUCbmKhh {
  background: #374048;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-swqUCbmKhh .image-block {
  margin: auto;
}
.cid-swqUCbmKhh figcaption {
  position: relative;
}
.cid-swqUCbmKhh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-swqUCbmKhh .image-block {
    width: 100% !important;
  }
}
.cid-swqUCc92On {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-swqUCc92On .mbr-text,
.cid-swqUCc92On blockquote {
  color: #767676;
}
.cid-swqUCc92On .mbr-text {
  color: #fe642e;
}
.cid-swqUCdbgba {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #eeeff1, #eeeff1);
}
@media (min-width: 992px) {
  .cid-swqUCdbgba .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-swqUCdbgba .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-swqUCdbgba .mbr-section-title {
  color: #374048;
  text-align: left;
}
.cid-swqUCdbgba .mbr-text,
.cid-swqUCdbgba .mbr-section-btn {
  color: #8a90a1;
  text-align: left;
}
.cid-swqUCegAor {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-swqUCegAor .mbr-text,
.cid-swqUCegAor blockquote {
  color: #767676;
}
.cid-swqUCegAor .mbr-text {
  color: #fe642e;
}
.cid-swqUCegAor .mbr-text P {
  text-align: center;
}
.cid-swqUCf4tEU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-swqUCfRmKg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-swqUCfRmKg .mbr-text,
.cid-swqUCfRmKg blockquote {
  color: #767676;
}
.cid-swqUCfRmKg .mbr-text P {
  text-align: center;
}
.cid-swqUCfRmKg .mbr-text {
  color: #0488fa;
}
.cid-swqUCgLGeL .divider-top {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-swqUCgLGeL .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-swqUCgLGeL .divider-top::before,
.cid-swqUCgLGeL .divider-bottom::before,
.cid-swqUCgLGeL .divider-top::after,
.cid-swqUCgLGeL .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-swqUCgLGeL .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-swqUCgLGeL .divider-triangles::before {
  top: -50px;
}
.cid-swqUCgLGeL .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-swqUCgLGeL .divider-halfcircle::before {
  top: -50px;
}
.cid-swqUCgLGeL .divider-multitriangles::before,
.cid-swqUCgLGeL .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-swqUCgLGeL .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #eeeff1, 50px -50px 0 #eeeff1;
}
.cid-swqUChzWIA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swqUChzWIA .mbr-text,
.cid-swqUChzWIA blockquote {
  color: #767676;
}
.cid-swqUChzWIA .mbr-text P {
  text-align: center;
}
.cid-swqUChzWIA .mbr-text {
  color: #374048;
}
.cid-swqUCioVvl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swqUCioVvl .card-box {
  padding: 0 2rem;
}
.cid-swqUCioVvl .mbr-section-btn {
  padding-top: 1rem;
}
.cid-swqUCioVvl .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-swqUCioVvl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-swqUCioVvl p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-swqUCioVvl .mbr-text {
  color: #767676;
}
.cid-swqUCioVvl .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-swqUCioVvl .card-wrapper .card-img {
  max-width: 300px;
}
.cid-swqUCioVvl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-swqUCjfh97 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #374048;
}
.cid-swqUCjfh97 h2 {
  text-align: left;
}
.cid-swqUCjfh97 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-swqUCjfh97 p {
  color: #767676;
  text-align: left;
}
.cid-swqUCjfh97 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-swqUCjfh97 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-swqUCjfh97 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swqUCjfh97 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-swqUCjfh97 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-swqUCjfh97 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-swqUCjfh97 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-swqUCjfh97 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-swqUCjfh97 .card-img span {
    font-size: 40px !important;
  }
}
.cid-swqUCjfh97 H2 {
  color: #ffffff;
}
.cid-swqUCjfh97 .mbr-text {
  color: #eeeff1;
}
.cid-swqUCjfh97 H4 {
  color: #ffffff;
}
.cid-swqUCjfh97 P {
  color: #eeeff1;
}
.cid-swqUCkbpei .divider-top {
  position: relative;
  padding: 2.5em;
  background: #374048;
}
.cid-swqUCkbpei .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-swqUCkbpei .divider-top::before,
.cid-swqUCkbpei .divider-bottom::before,
.cid-swqUCkbpei .divider-top::after,
.cid-swqUCkbpei .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-swqUCkbpei .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-swqUCkbpei .divider-triangles::before {
  top: -50px;
}
.cid-swqUCkbpei .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-swqUCkbpei .divider-halfcircle::before {
  top: -50px;
}
.cid-swqUCkbpei .divider-multitriangles::before,
.cid-swqUCkbpei .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-swqUCkbpei .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #374048, 50px -50px 0 #374048;
}
.cid-swqUCl7qOW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swqUCm0gPy {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-swqUCm0gPy .mbr-text,
.cid-swqUCm0gPy blockquote {
  color: #767676;
}
.cid-swqUCm0gPy .mbr-text P {
  text-align: center;
}
.cid-swqUCmZM1W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #374048;
}
.cid-swqUCmZM1W .media-container-row .mbr-text {
  color: #8a90a1;
  text-align: center;
}
.cid-swqUE31Mry {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #374048;
}
.cid-swqUE31Mry .mbr-text,
.cid-swqUE31Mry blockquote {
  color: #767676;
}
.cid-swqUE31Mry .mbr-text {
  color: #ffffff;
}
.cid-swqUE31Mry .mbr-text P {
  text-align: center;
}
.cid-swqUE3FwsV {
  background: #374048;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-swqUE3FwsV .image-block {
  margin: auto;
}
.cid-swqUE3FwsV figcaption {
  position: relative;
}
.cid-swqUE3FwsV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-swqUE3FwsV .image-block {
    width: 100% !important;
  }
}
.cid-swqUE4rx7r {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-swqUE4rx7r .mbr-text,
.cid-swqUE4rx7r blockquote {
  color: #767676;
}
.cid-swqUE4rx7r .mbr-text {
  color: #fe642e;
}
.cid-swqUE5nfJg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-swqUE5nfJg H1 {
  color: #374048;
}
.cid-swqUE5nfJg .mbr-text,
.cid-swqUE5nfJg .mbr-section-btn {
  color: #8a90a1;
}
.cid-swqUE5nfJg H3 {
  color: #8a90a1;
}
.cid-swqUE5nfJg .mbr-section-btn {
  color: #8a90a1;
}
.cid-swqUE6Hhr9 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-swqUE6Hhr9 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-swqUE6Hhr9 .divider-top::before,
.cid-swqUE6Hhr9 .divider-bottom::before,
.cid-swqUE6Hhr9 .divider-top::after,
.cid-swqUE6Hhr9 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-swqUE6Hhr9 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-swqUE6Hhr9 .divider-triangles::before {
  top: -50px;
}
.cid-swqUE6Hhr9 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-swqUE6Hhr9 .divider-halfcircle::before {
  top: -50px;
}
.cid-swqUE6Hhr9 .divider-multitriangles::before,
.cid-swqUE6Hhr9 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-swqUE6Hhr9 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #eeeff1, 50px -50px 0 #eeeff1;
}
.cid-swqUE7qsBY {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-swqUE7qsBY .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-swqUE7qsBY .social-list a:focus {
  text-decoration: none;
}
.cid-swqUE8j2xn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #374048;
}
@media (max-width: 767px) {
  .cid-swqUE8j2xn .content {
    text-align: center;
  }
  .cid-swqUE8j2xn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-swqUE8j2xn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-swqUE8j2xn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-swqUE8j2xn .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-swqUE8j2xn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-swqUE8j2xn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-swqUE8j2xn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-swqUE8j2xn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-swqUE8j2xn .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-swqUE8j2xn .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-swqUE8j2xn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-swqUE8j2xn .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-swqUE9d2aP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #374048;
}
.cid-swqUE9d2aP .media-container-row .mbr-text {
  color: #8a90a1;
  text-align: center;
}
.cid-swqUvonjsr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-swqUvonjsr .mbr-text,
.cid-swqUvonjsr blockquote {
  color: #767676;
}
.cid-swqUvonjsr .mbr-text {
  color: #374048;
}
.cid-swqUvptFC6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #eeeff1;
}
.cid-swqUvptFC6 .mbr-text,
.cid-swqUvptFC6 blockquote {
  color: #767676;
}
.cid-swqUvptFC6 .mbr-text {
  color: #8a90a1;
}
.cid-swqUvqeUsB {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #eeeff1;
}
.cid-swqUvqeUsB .form-control,
.cid-swqUvqeUsB .form-control:focus {
  background: #ffffff;
  border: 1px solid #374048;
}
.cid-swqUvqeUsB .form-container {
  transition: all .2s;
  border: 1px solid #374048;
  padding: 1rem;
  background: linear-gradient(#ff7f9f, #55b4d4);
  border: none;
}
.cid-swqUvqeUsB textarea.form-control {
  min-height: 188px;
}
.cid-swqUvqeUsB .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-swqUvqeUsB .content-container {
    padding-right: 5rem;
  }
}
.cid-swqUvqeUsB H1 {
  color: #374048;
}
.cid-swqUvqeUsB .mbr-text,
.cid-swqUvqeUsB .mbr-section-btn {
  color: #8a90a1;
  text-align: left;
}
.cid-swqUvrx0QW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #374048;
}
.cid-swqUvrx0QW .media-container-row .mbr-text {
  color: #8a90a1;
  text-align: center;
}
.cid-swqUyXADV4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-swqUyXADV4 .mbr-text,
.cid-swqUyXADV4 blockquote {
  color: #767676;
}
.cid-swqUyXADV4 .mbr-text {
  color: #ffffff;
}
.cid-swqUyXADV4 .mbr-text P {
  text-align: center;
}
.cid-swqUyYOify {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-swqUyYOify .mbr-section-subtitle {
  color: #8a90a1;
}
.cid-swqUyYOify H2 {
  color: #374048;
  text-align: center;
}
.cid-swqUz0s4dF {
  background: #eeeff1;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-swqUz0s4dF .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-swqUz0s4dF .video-block {
    width: 100% !important;
  }
}
.cid-swqUz1AnEG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #eeeff1;
}
.cid-swqUz2EtsV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swqUz2EtsV .mbr-section-subtitle {
  color: #8a90a1;
}
.cid-swqUz2EtsV H2 {
  color: #374048;
}
.cid-swqUz3ML1X {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-swqUz3ML1X .mbr-text {
  color: #8a90a1;
}
.cid-swqUz3ML1X h4 {
  text-align: center;
}
.cid-swqUz3ML1X p {
  text-align: center;
}
.cid-swqUz3ML1X .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-swqUz3ML1X .card-title,
.cid-swqUz3ML1X .card-img {
  color: #374048;
}
.cid-swqUz4WDnD .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-swqUz4WDnD .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-swqUz4WDnD .divider-top::before,
.cid-swqUz4WDnD .divider-bottom::before,
.cid-swqUz4WDnD .divider-top::after,
.cid-swqUz4WDnD .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-swqUz4WDnD .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-swqUz4WDnD .divider-triangles::before {
  top: -50px;
}
.cid-swqUz4WDnD .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-swqUz4WDnD .divider-halfcircle::before {
  top: -50px;
}
.cid-swqUz4WDnD .divider-multitriangles::before,
.cid-swqUz4WDnD .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-swqUz4WDnD .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-swqUz6epGD {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #eeeff1;
}
.cid-swqUz6epGD .mbr-section-subtitle {
  color: #8a90a1;
}
.cid-swqUz6epGD H2 {
  color: #374048;
}
.cid-swqUz7mINC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #eeeff1;
}
.cid-swqUz7mINC .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-swqUz7mINC .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #8a90a1;
}
.cid-swqUz7mINC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-swqUz7mINC .inner-container {
    width: 100% !important;
  }
}
.cid-swqUz8DIUN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #eeeff1;
}
.cid-swqUz8DIUN .mbr-text,
.cid-swqUz8DIUN blockquote {
  color: #767676;
}
.cid-swqUz8DIUN .mbr-text {
  color: #374048;
  text-align: center;
}
.cid-swqUz9PZf2 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #eeeff1;
}
.cid-swqUz9PZf2 .counter-container {
  color: #767676;
}
.cid-swqUz9PZf2 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-swqUz9PZf2 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-swqUz9PZf2 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-swqUz9PZf2 .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #0488fa;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-swqUz9PZf2 .mbr-text {
  color: #8a90a1;
}
.cid-swqUzb4VM4 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-swqUzb4VM4 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-swqUzb4VM4 .divider-top::before,
.cid-swqUzb4VM4 .divider-bottom::before,
.cid-swqUzb4VM4 .divider-top::after,
.cid-swqUzb4VM4 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-swqUzb4VM4 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-swqUzb4VM4 .divider-triangles::before {
  top: -50px;
}
.cid-swqUzb4VM4 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-swqUzb4VM4 .divider-halfcircle::before {
  top: -50px;
}
.cid-swqUzb4VM4 .divider-multitriangles::before,
.cid-swqUzb4VM4 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-swqUzb4VM4 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #eeeff1, 50px -50px 0 #eeeff1;
}
.cid-swqUzcjFJj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-swqUzcjFJj .mbr-section-subtitle {
  color: #8a90a1;
}
.cid-swqUzcjFJj H2 {
  color: #374048;
}
.cid-swqUzdBLVh {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-swqUzdBLVh .mbr-text,
.cid-swqUzdBLVh blockquote {
  color: #767676;
}
.cid-swqUzdBLVh .mbr-text {
  color: #8a90a1;
}
.cid-swqUzeP2gS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swqUzeP2gS .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #374048;
}
.cid-swqUzeP2gS .mbr-author-name {
  font-weight: bold;
  color: #8a90a1;
}
.cid-swqUzeP2gS .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-swqUzeP2gS .mbr-figure,
  .cid-swqUzeP2gS img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-swqUzeP2gS .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-swqUzeP2gS .mbr-author-desc {
  color: #8a90a1;
}
.cid-swqUzfSfsM .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-swqUzfSfsM .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-swqUzfSfsM .divider-top::before,
.cid-swqUzfSfsM .divider-bottom::before,
.cid-swqUzfSfsM .divider-top::after,
.cid-swqUzfSfsM .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-swqUzfSfsM .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-swqUzfSfsM .divider-triangles::before {
  top: -50px;
}
.cid-swqUzfSfsM .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-swqUzfSfsM .divider-halfcircle::before {
  top: -50px;
}
.cid-swqUzfSfsM .divider-multitriangles::before,
.cid-swqUzfSfsM .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-swqUzfSfsM .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-swqUzhfKbf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff1;
}
.cid-swqUzhfKbf .mbr-text,
.cid-swqUzhfKbf blockquote {
  color: #767676;
}
.cid-swqUzivGwY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-swqUzivGwY h2 {
  text-align: left;
}
.cid-swqUzivGwY h4 {
  text-align: left;
  font-weight: 500;
}
.cid-swqUzivGwY p {
  color: #767676;
  text-align: left;
}
.cid-swqUzivGwY .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-swqUzivGwY .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-swqUzivGwY .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swqUzivGwY .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-swqUzivGwY .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-swqUzivGwY .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-swqUzivGwY .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-swqUzivGwY .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-swqUzivGwY .card-img span {
    font-size: 40px !important;
  }
}
.cid-swqUzkbstk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swqUzkbstk h2 {
  text-align: left;
}
.cid-swqUzkbstk h4 {
  text-align: left;
  font-weight: 500;
}
.cid-swqUzkbstk p {
  color: #767676;
  text-align: left;
}
.cid-swqUzkbstk .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-swqUzkbstk .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-swqUzkbstk .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swqUzkbstk .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-swqUzkbstk .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-swqUzkbstk .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-swqUzkbstk .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-swqUzkbstk .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-swqUzkbstk .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-swqUzkbstk .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-swqUzkbstk .card-img span {
    font-size: 40px !important;
  }
}
.cid-swqUzmfqyf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-swqUzmfqyf h2 {
  text-align: left;
}
.cid-swqUzmfqyf h4 {
  text-align: left;
  font-weight: 500;
}
.cid-swqUzmfqyf p {
  color: #767676;
  text-align: left;
}
.cid-swqUzmfqyf .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-swqUzmfqyf .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-swqUzmfqyf .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swqUzmfqyf .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-swqUzmfqyf .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-swqUzmfqyf .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-swqUzmfqyf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-swqUzmfqyf .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-swqUzmfqyf .card-img span {
    font-size: 40px !important;
  }
}
.cid-swqUznMYUL .divider-top {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-swqUznMYUL .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-swqUznMYUL .divider-top::before,
.cid-swqUznMYUL .divider-bottom::before,
.cid-swqUznMYUL .divider-top::after,
.cid-swqUznMYUL .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-swqUznMYUL .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-swqUznMYUL .divider-triangles::before {
  top: -50px;
}
.cid-swqUznMYUL .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-swqUznMYUL .divider-halfcircle::before {
  top: -50px;
}
.cid-swqUznMYUL .divider-multitriangles::before,
.cid-swqUznMYUL .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-swqUznMYUL .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #eeeff1, 50px -50px 0 #eeeff1;
}
.cid-swqUzpA6M4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swqUzpA6M4 h2 {
  text-align: center;
}
.cid-swqUzpA6M4 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-swqUzpA6M4 p {
  color: #767676;
}
.cid-swqUzpA6M4 img {
  object-fit: cover;
}
.cid-swqUzpA6M4 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-swqUzpA6M4 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-swqUzpA6M4 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-swqUzpA6M4 .mbr-section-subtitle {
  color: #767676;
}
.cid-swqUzpA6M4 .card-title {
  font-weight: 500;
}
.cid-swqUzpA6M4 .card-img {
  text-align: inherit;
}
.cid-swqUzpA6M4 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-swqUzpA6M4 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-swqUzpA6M4 .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-swqUzpA6M4 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-swqUzpA6M4 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-swqUzpA6M4 .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-swqUzraJou {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-swqUzsJS2j .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-swqUzsJS2j .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-swqUzsJS2j .divider-top::before,
.cid-swqUzsJS2j .divider-bottom::before,
.cid-swqUzsJS2j .divider-top::after,
.cid-swqUzsJS2j .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-swqUzsJS2j .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-swqUzsJS2j .divider-triangles::before {
  top: -50px;
}
.cid-swqUzsJS2j .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-swqUzsJS2j .divider-halfcircle::before {
  top: -50px;
}
.cid-swqUzsJS2j .divider-multitriangles::before,
.cid-swqUzsJS2j .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-swqUzsJS2j .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-swqUzu5Z29 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-swqUzu5Z29 .mbr-text,
.cid-swqUzu5Z29 blockquote {
  color: #767676;
}
.cid-swqUzu5Z29 .mbr-text {
  color: #374048;
  text-align: center;
}
.cid-swqUzvH1Zo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-swqUzvH1Zo .mbr-section-btn > * {
  margin: 0;
}
.cid-swqUzvH1Zo h4 {
  font-weight: 500;
}
.cid-swqUzvH1Zo p {
  color: #232323;
}
.cid-swqUzvH1Zo .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-swqUzvH1Zo .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-swqUzvH1Zo .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swqUzvH1Zo .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-swqUzvH1Zo .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-swqUzvH1Zo .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-swqUzvH1Zo .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-swqUzvH1Zo .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-swqUzvH1Zo .card-img span {
    font-size: 40px !important;
  }
}
.cid-swqUzvH1Zo .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-swqUzx0sfE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-swqUzx0sfE .mbr-section-btn > * {
  margin: 0;
}
.cid-swqUzx0sfE h4 {
  font-weight: 500;
}
.cid-swqUzx0sfE p {
  color: #232323;
}
.cid-swqUzx0sfE .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-swqUzx0sfE .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-swqUzx0sfE .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swqUzx0sfE .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-swqUzx0sfE .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-swqUzx0sfE .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-swqUzx0sfE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-swqUzx0sfE .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-swqUzx0sfE .card-img span {
    font-size: 40px !important;
  }
}
.cid-swqUzx0sfE .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-swqUzywTK9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-swqUzywTK9 .mbr-section-btn > * {
  margin: 0;
}
.cid-swqUzywTK9 h4 {
  font-weight: 500;
}
.cid-swqUzywTK9 p {
  color: #232323;
}
.cid-swqUzywTK9 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-swqUzywTK9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-swqUzywTK9 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swqUzywTK9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-swqUzywTK9 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-swqUzywTK9 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-swqUzywTK9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-swqUzywTK9 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-swqUzywTK9 .card-img span {
    font-size: 40px !important;
  }
}
.cid-swqUzywTK9 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-swqUzAo7Ru .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-swqUzAo7Ru .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-swqUzAo7Ru .divider-top::before,
.cid-swqUzAo7Ru .divider-bottom::before,
.cid-swqUzAo7Ru .divider-top::after,
.cid-swqUzAo7Ru .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-swqUzAo7Ru .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-swqUzAo7Ru .divider-triangles::before {
  top: -50px;
}
.cid-swqUzAo7Ru .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-swqUzAo7Ru .divider-halfcircle::before {
  top: -50px;
}
.cid-swqUzAo7Ru .divider-multitriangles::before,
.cid-swqUzAo7Ru .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-swqUzAo7Ru .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-swqUzC6BAs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff1;
}
.cid-swqUzC6BAs .testimonials-container {
  margin: 0 auto;
}
.cid-swqUzC6BAs .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-swqUzC6BAs .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-swqUzC6BAs .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-swqUzC6BAs .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  margin: 2rem auto 2rem auto;
}
.cid-swqUzC6BAs .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-swqUzC6BAs .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 300px) {
  .cid-swqUzC6BAs .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-swqUzC6BAs .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-swqUzC6BAs H2 {
  color: #374048;
}
.cid-swqUzEmb6Z .divider-top {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-swqUzEmb6Z .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-swqUzEmb6Z .divider-top::before,
.cid-swqUzEmb6Z .divider-bottom::before,
.cid-swqUzEmb6Z .divider-top::after,
.cid-swqUzEmb6Z .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-swqUzEmb6Z .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-swqUzEmb6Z .divider-triangles::before {
  top: -50px;
}
.cid-swqUzEmb6Z .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-swqUzEmb6Z .divider-halfcircle::before {
  top: -50px;
}
.cid-swqUzEmb6Z .divider-multitriangles::before,
.cid-swqUzEmb6Z .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-swqUzEmb6Z .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #eeeff1, 50px -50px 0 #eeeff1;
}
.cid-swqUzFYFwX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-swqUzFYFwX .mbr-section-subtitle {
  color: #8a90a1;
}
.cid-swqUzFYFwX .btn {
  margin: 0 0 .5rem 0;
}
.cid-swqUzFYFwX H2 {
  color: #374048;
}
.cid-swqUzHxp5U .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-swqUzHxp5U .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-swqUzHxp5U .divider-top::before,
.cid-swqUzHxp5U .divider-bottom::before,
.cid-swqUzHxp5U .divider-top::after,
.cid-swqUzHxp5U .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-swqUzHxp5U .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-swqUzHxp5U .divider-triangles::before {
  top: -50px;
}
.cid-swqUzHxp5U .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-swqUzHxp5U .divider-halfcircle::before {
  top: -50px;
}
.cid-swqUzHxp5U .divider-multitriangles::before,
.cid-swqUzHxp5U .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-swqUzHxp5U .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-swqUzJ5eld {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eeeff1;
}
.cid-swqUzJ5eld h3 {
  text-align: center;
}
.cid-swqUzJ5eld .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-swqUzJ5eld .mbr-content-text {
  color: #8a90a1;
}
.cid-swqUzJ5eld .panel-item {
  background: #ffffff;
}
.cid-swqUzJ5eld .card {
  word-wrap: break-word;
}
.cid-swqUzJ5eld .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-swqUzJ5eld .mbr-section-title {
  color: #374048;
}
.cid-swqUzJ5eld H4 {
  color: #374048;
}
.cid-swqUzKOu7A {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swqUzKOu7A .mbr-section-subtitle {
  color: #767676;
}
.cid-swqUzKOu7A H2 {
  color: #374048;
}
.cid-swqUzMzuja {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-swqUzMzuja .mbr-text,
.cid-swqUzMzuja blockquote {
  color: #767676;
}
.cid-swqUzMzuja .mbr-text {
  color: #8a90a1;
}
.cid-swqUzOl82Z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #374048;
}
.cid-swqUzQ11MQ {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 30px;
}
.cid-swqUzQ11MQ .image-block {
  margin: auto;
}
.cid-swqUzQ11MQ figcaption {
  position: relative;
}
.cid-swqUzQ11MQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-swqUzQ11MQ .image-block {
    width: 100% !important;
  }
}
.cid-swqUzRqT2E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swqUzRqT2E h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-swqUzRqT2E p {
  color: #767676;
}
.cid-swqUzRqT2E .card-wrapper {
  border-top: 1px solid #eeeff1;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-swqUzRqT2E .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-swqUzRqT2E .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-swqUzRqT2E .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-swqUzRqT2E .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-swqUzRqT2E .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-swqUzRqT2E .cost {
  color: #fe642e;
}
.cid-swqUzRqT2E .card-title {
  color: #374048;
}
.cid-swqUzTPJ3V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swqUzTPJ3V .mbr-text,
.cid-swqUzTPJ3V blockquote {
  color: #767676;
}
.cid-swqUzTPJ3V .mbr-text P {
  text-align: center;
}
.cid-swqUzTPJ3V .mbr-text {
  color: #fe642e;
}
.cid-swqUzVGS9C {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swqUzVGS9C .mbr-text,
.cid-swqUzVGS9C blockquote {
  color: #767676;
}
.cid-swqUzVGS9C .mbr-text P {
  text-align: center;
}
.cid-swqUzXvVsj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swqUzXvVsj .mbr-text,
.cid-swqUzXvVsj blockquote {
  color: #767676;
}
.cid-swqUzXvVsj .mbr-text P {
  text-align: center;
}
.cid-swqUzXvVsj .mbr-text {
  color: #fe642e;
}
.cid-swqUzZfA0X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swqUA0ZNut {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swqUA0ZNut .mbr-text,
.cid-swqUA0ZNut blockquote {
  color: #767676;
}
.cid-swqUA0ZNut .mbr-text P {
  text-align: center;
}
.cid-swqUA2JFJ8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eeeff1;
}
.cid-swqUA2JFJ8 .mbr-section-subtitle {
  color: #8a90a1;
  text-align: center;
  font-weight: 300;
}
.cid-swqUA2JFJ8 .step {
  width: 84px;
  height: 84px;
  font-size: 42px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-swqUA2JFJ8 .separline .step-wrapper {
    position: relative;
  }
  .cid-swqUA2JFJ8 .separline .step-wrapper:before,
  .cid-swqUA2JFJ8 .separline .step-wrapper:after {
    top: 44px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 42px - 8px);
    background-color: #efefef;
  }
  .cid-swqUA2JFJ8 .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-swqUA2JFJ8 .separline .step-wrapper:after {
    left: calc(50% + 8px + 42px);
  }
  .cid-swqUA2JFJ8 .separline.last-child .step-wrapper:after,
  .cid-swqUA2JFJ8 .separline:nth-child(3n) .step-wrapper:after,
  .cid-swqUA2JFJ8 .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-swqUA2JFJ8 .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-swqUA2JFJ8 .mbr-section-title {
  color: #374048;
}
.cid-swqUA2JFJ8 .mbr-step-text {
  color: #8a90a1;
}
.cid-swqUA5Sj8y .divider-top {
  position: relative;
  padding: 2.5em;
  background: #efefef;
}
.cid-swqUA5Sj8y .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-swqUA5Sj8y .divider-top::before,
.cid-swqUA5Sj8y .divider-bottom::before,
.cid-swqUA5Sj8y .divider-top::after,
.cid-swqUA5Sj8y .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-swqUA5Sj8y .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-swqUA5Sj8y .divider-triangles::before {
  top: -50px;
}
.cid-swqUA5Sj8y .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-swqUA5Sj8y .divider-halfcircle::before {
  top: -50px;
}
.cid-swqUA5Sj8y .divider-multitriangles::before,
.cid-swqUA5Sj8y .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-swqUA5Sj8y .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #efefef, 50px -50px 0 #efefef;
}
.cid-swqUA7INoi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-swqUA7INoi .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-swqUA7INoi .carousel-item.active,
.cid-swqUA7INoi .carousel-item-next,
.cid-swqUA7INoi .carousel-item-prev {
  display: flex;
}
.cid-swqUA7INoi .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-swqUA7INoi .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-swqUA7INoi .carousel-controls a:hover span {
  opacity: 1;
}
.cid-swqUA7INoi .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-swqUA7INoi .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-swqUA7INoi .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-swqUA7INoi H2 {
  color: #374048;
}
.cid-swqUAaZffN {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-swqUAaZffN p {
  color: #767676;
}
.cid-swqUAaZffN .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-swqUAaZffN .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-swqUAaZffN .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-swqUAaZffN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-swqUAaZffN .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-swqUAaZffN .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-swqUAaZffN .panel-text {
  color: #8a90a1;
}
.cid-swqUAdk3S7 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-swqUAdk3S7 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #374048;
}
.cid-swqUAdk3S7 .divider-top::before,
.cid-swqUAdk3S7 .divider-bottom::before,
.cid-swqUAdk3S7 .divider-top::after,
.cid-swqUAdk3S7 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-swqUAdk3S7 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-swqUAdk3S7 .divider-triangles::before {
  top: -50px;
}
.cid-swqUAdk3S7 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-swqUAdk3S7 .divider-halfcircle::before {
  top: -50px;
}
.cid-swqUAdk3S7 .divider-multitriangles::before,
.cid-swqUAdk3S7 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-swqUAdk3S7 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-swqUAfkSJe {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #374048;
}
.cid-swqUAhkBE3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #374048;
}
.cid-swqUAhkBE3 .media-container-row .mbr-text {
  color: #8a90a1;
  text-align: center;
}
