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





body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.2rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((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.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #848abd !important;
}
.bg-success {
  background-color: #e44232 !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #d80f50 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #848abd !important;
  border-color: #848abd !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #555d9f !important;
  border-color: #555d9f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #509aff !important;
  border-color: #509aff !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #036eff !important;
  border-color: #036eff !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e44232 !important;
  border-color: #e44232 !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b22517 !important;
  border-color: #b22517 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d80f50 !important;
  border-color: #d80f50 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #900a36 !important;
  border-color: #900a36 !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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.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: #848abd;
  color: #848abd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #848abd;
  border-color: #848abd;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #848abd !important;
  border-color: #848abd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #509aff;
  color: #509aff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #509aff;
  border-color: #509aff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #509aff !important;
  border-color: #509aff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #e44232;
  color: #e44232;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #e44232;
  border-color: #e44232;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e44232 !important;
  border-color: #e44232 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d80f50;
  color: #d80f50;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d80f50;
  border-color: #d80f50;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d80f50 !important;
  border-color: #d80f50 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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: #848abd !important;
}
.text-secondary {
  color: #509aff !important;
}
.text-success {
  color: #e44232 !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #d80f50 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c6c9e1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #b6d5ff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f0958c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f4598b !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #999999;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #d80f50;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #848abd;
  border-color: #848abd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #848abd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7d9ea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fce8e6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9d9d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fab9ce;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #848abd;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #848abd;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #848abd;
  border-bottom-color: #848abd;
}
.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: #848abd !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: #509aff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23848abd' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sdLEmKAKhE {
  background-image: url("../../../assets/images/startbild-gb-2000x947.jpg");
}
.cid-sdLEmKAKhE .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-sdLEmKAKhE .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-sdLEmKAKhE .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sdLEmKAKhE .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-sdHB4j7dFM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdHB4j7dFM .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sdHB4j7dFM .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sdHB4j7dFM .minibadge {
  display: inline-block;
  border-radius: 10rem;
  padding: 7px 14px;
  color: #ffffff;
  background-color: #848abd;
  text-align: center;
  margin-bottom: 26px;
  font-weight: 600;
}
.cid-sdHB4j7dFM .minibadge.display-4 {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sdHB4j7dFM .meta {
  color: #999999;
  text-align: left;
  margin-top: 20px;
}
.cid-sdHB4j7dFM .meta .date .clock {
  margin-right: 4px;
}
.cid-sdHB4j7dFM .meta .comments .comment {
  margin-right: 4px;
}
.cid-sdHB4j7dFM .meta .comments:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin: 0 0.6rem 0 0.6rem;
  vertical-align: 3px;
  background: rgba(48, 48, 48, 0.35);
}
.cid-sdHB4j7dFM .meta.display-4 {
  font-size: 13px;
}
.cid-sdHB4j7dFM .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sdHB4j7dFM .main-text {
  color: #606060;
}
.cid-sdHB4j7dFM .carousel {
  margin-top: 56px;
}
.cid-sdHB4j7dFM .wrapper {
  position: relative;
  padding: 2rem;
  border-radius: 4px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 18rem;
  margin-bottom: 30px;
}
.cid-sdHB4j7dFM .wrapper .mbr-overlay {
  background: #509aff;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease;
  border-radius: 4px;
}
.cid-sdHB4j7dFM .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 4px;
}
.cid-sdHB4j7dFM .wrapper .content-block {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-80%);
  opacity: 0;
  padding: 0.75rem 1rem;
  transition: all 0.4s ease;
}
.cid-sdHB4j7dFM .wrapper:hover .mbr-overlay {
  background: #509aff;
  opacity: 0.4;
  z-index: 1;
}
.cid-sdHB4j7dFM .wrapper:hover .content-block {
  opacity: 1;
  transform: translateY(-50%);
}
.cid-sdHB4j7dFM .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdHB4j7dFM .carousel-item.active,
.cid-sdHB4j7dFM .carousel-item-next,
.cid-sdHB4j7dFM .carousel-item-prev {
  display: flex;
}
.cid-sdHB4j7dFM .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: -40px;
}
.cid-sdHB4j7dFM .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(153, 153, 153, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-sdHB4j7dFM .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(153, 153, 153, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
}
.cid-sdHB4j7dFM .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sdHB4j7dFM .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sdHB4j7dFM .carousel-controls {
    display: block;
  }
  .cid-sdHB4j7dFM .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-sdHB4j7dFM .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-sdHB4j7dFM .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sdHB4j7dFM .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sdHB4j7dFM .text-element {
    padding: 1rem;
  }
  .cid-sdHB4j7dFM .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdHB4j7dFM .image-element {
    min-width: 50%;
  }
  .cid-sdHB4j7dFM .media-container-row {
    width: 100%;
  }
}
.cid-sdHB4j7dFM .carousel-control-prev {
  left: -70px;
}
.cid-sdHB4j7dFM .carousel-control-next {
  right: -40px;
}
.cid-sdHB4j7dFM .main-title DIV {
  text-align: center;
}
.cid-sdHB4j7dFM .caption {
  text-align: center;
}
.cid-rVs1KGgY6Y {
  padding-top: 165px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background5neuneu-1920x1280.jpg");
  overflow: hidden;
}
.cid-rVs1KGgY6Y .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rVs1KGgY6Y svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-rVs1KGgY6Y #e2_shape {
  fill: #ffffff !important;
}
.cid-rVs1KGgY6Y .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-rVs1KGgY6Y .mbr-text {
  font-weight: 300;
}
.cid-rVs1KGgY6Y .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-rVs1KGgY6Y .btn-white {
  color: #404040 !important;
}
.cid-rVs1KGgY6Y .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-rVs1KGgY6Y .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-rVs1KGgY6Y .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-rVs1KGgY6Y {
    padding: 30px;
  }
  .cid-rVs1KGgY6Y svg {
    display: none;
  }
}
.cid-sdHEPX4B86 {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdHEPX4B86 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-sdHEPX4B86 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sdHEPX4B86 .main-title {
  color: #404040;
}
.cid-sdHEPX4B86 .main-title.display-2 {
  line-height: 1.375;
}
.cid-sdHEPX4B86 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-sdHEPX4B86 .mbr-text {
  color: #606060;
}
.cid-sdHEPX4B86 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sdHEPX4B86 .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #ffffff;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-sdHEPX4B86 .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-sdHEPX4B86 .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sdHEPX4B86 .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-sdHEPX4B86 .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-sdHEPX4B86 .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-sdHEPX4B86 .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-sdHEPX4B86 .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-sdHEPX4B86 .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sdHEPX4B86 .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-sdHEPX4B86 .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sdHEPX4B86 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sdHEPX4B86 .card-wrapper {
    flex-direction: column;
  }
  .cid-sdHEPX4B86 .card-box {
    padding: 2rem 1rem;
  }
  .cid-sdHEPX4B86 .card-box,
  .cid-sdHEPX4B86 .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-sdHEPX4B86 .card {
    margin-bottom: 2rem;
  }
}
.cid-sdHExxElcd {
  padding-top: 195px;
  padding-bottom: 195px;
}
.cid-sdHExxElcd .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-sdHExxElcd .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sdHHYclFzk {
  padding-top: 195px;
  padding-bottom: 195px;
}
.cid-sdHHYclFzk .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-sdHHYclFzk .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sdHJ7J2kWM {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sdHJ7J2kWM .mbr-section-title {
  color: #404040;
}
.cid-sdHJ7J2kWM .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sdHJ7J2kWM .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-sdHJ7J2kWM .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rVs1Nz9nWp {
  padding-top: 210px;
  padding-bottom: 60px;
  background-color: #e44232;
  background: linear-gradient(0deg, #e44232, #d80f50);
}
.cid-rVs1Nz9nWp ul {
  padding: 0;
  margin: 0;
}
.cid-rVs1Nz9nWp ul li {
  list-style: none;
}
.cid-rVs1Nz9nWp ul li h4 {
  margin: 0;
}
.cid-rVs1Nz9nWp ul li h4.display-4 {
  line-height: 1.75;
}
.cid-rVs1Nz9nWp .item {
  color: #f9fafb;
}
.cid-rVs1Nz9nWp .col-title {
  color: #ffffff;
}
.cid-rVs1Nz9nWp .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-rVs1Nz9nWp .col-title1 {
  margin-bottom: 40px;
}
.cid-rVs1Nz9nWp .form-group,
.cid-rVs1Nz9nWp .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rVs1Nz9nWp .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-rVs1Nz9nWp .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rVs1Nz9nWp .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-rVs1Nz9nWp .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-rVs1Nz9nWp .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-rVs1Nz9nWp .col + .mbr-section-btn .btn,
.cid-rVs1Nz9nWp .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-rVs1Nz9nWp .col + .mbr-section-btn .btn.display-4,
.cid-rVs1Nz9nWp .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-rVs1Nz9nWp .col + .mbr-section-btn .btn:hover,
.cid-rVs1Nz9nWp .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-rVs1Nz9nWp .dragArea > *:nth-last-child(2).col,
.cid-rVs1Nz9nWp .dragArea > *:nth-last-child(2).col-auto,
.cid-rVs1Nz9nWp .col + .mbr-section-btn,
.cid-rVs1Nz9nWp .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-rVs1Nz9nWp .form1 {
  margin-top: 30px;
}
.cid-rVs1Nz9nWp .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-rVs1Nz9nWp .md-pb {
    margin-bottom: 30px;
  }
}
.cid-rVs1NQEant {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e44232;
}
@media (min-width: 1500px) {
  .cid-rVs1NQEant .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rVs1NQEant .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rVs1NQEant p {
  color: #ffffff;
}
.cid-sdL2WEsEOg {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1128.jpg");
}
.cid-sdL2WEsEOg .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-sdL2WEsEOg .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sdL45NrTex {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ecedee;
}
.cid-sdL45NrTex .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
.cid-sdL45NrTex .form-control,
.cid-sdL45NrTex .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-sdL45NrTex .form-control::-webkit-input-placeholder,
.cid-sdL45NrTex .field-input::-webkit-input-placeholder,
.cid-sdL45NrTex .form-control::-webkit-input-placeholder,
.cid-sdL45NrTex .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-sdL45NrTex .form-control:-moz-placeholder,
.cid-sdL45NrTex .field-input:-moz-placeholder,
.cid-sdL45NrTex .form-control:-moz-placeholder,
.cid-sdL45NrTex .field-input:-moz-placeholder {
  color: #606060;
}
.cid-sdL45NrTex .form-control:hover,
.cid-sdL45NrTex .field-input:hover,
.cid-sdL45NrTex .form-control:focus,
.cid-sdL45NrTex .field-input:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sdL45NrTex .form-control:hover::-webkit-input-placeholder,
.cid-sdL45NrTex .field-input:hover::-webkit-input-placeholder,
.cid-sdL45NrTex .form-control:focus::-webkit-input-placeholder,
.cid-sdL45NrTex .field-input:focus::-webkit-input-placeholder,
.cid-sdL45NrTex .form-control:hover::-webkit-input-placeholder,
.cid-sdL45NrTex .field-input:hover::-webkit-input-placeholder,
.cid-sdL45NrTex .form-control:focus::-webkit-input-placeholder,
.cid-sdL45NrTex .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-sdL45NrTex .form-control:hover:-moz-placeholder,
.cid-sdL45NrTex .field-input:hover:-moz-placeholder,
.cid-sdL45NrTex .form-control:focus:-moz-placeholder,
.cid-sdL45NrTex .field-input:focus:-moz-placeholder,
.cid-sdL45NrTex .form-control:hover:-moz-placeholder,
.cid-sdL45NrTex .field-input:hover:-moz-placeholder,
.cid-sdL45NrTex .form-control:focus:-moz-placeholder,
.cid-sdL45NrTex .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-sdL45NrTex textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-sdL45NrTex .jq-number__spin:hover,
.cid-sdL45NrTex .jq-number__spin:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sdL45NrTex .jq-number__spin {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sdL45NrTex .jq-selectbox li,
.cid-sdL45NrTex .jq-selectbox li {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-sdL45NrTex .jq-selectbox li:hover,
.cid-sdL45NrTex .jq-selectbox li.selected {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-sdL45NrTex .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sdL45NrTex .jq-number__spin.minus:hover:after,
.cid-sdL45NrTex .jq-number__spin.plus:hover:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-sdL45NrTex .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sdL45NrTex .jq-number__spin.minus:after,
.cid-sdL45NrTex .jq-number__spin.plus:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-sdL45NrTex input::-webkit-clear-button {
  display: none;
}
.cid-sdL45NrTex input::-webkit-inner-spin-button {
  display: none;
}
.cid-sdL45NrTex input::-webkit-outer-spin-button {
  display: none;
}
.cid-sdL45NrTex input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sdL45NrTex .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sdL45NrTex .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sdL45NrTex .mbr-section-title {
  color: #404040;
}
.cid-sdL45NrTex .mbr-section-title.display-2 {
  line-height: 1.2;
  font-size: 30px;
}
.cid-sdL45NrTex .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sdL45NrTex .mbr-section-subtitle.display-7 {
  line-height: 1.5;
}
.cid-sdL45NrTex .mbr-text {
  color: #606060;
}
.cid-sdL45NrTex .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-sdL45NrTex .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sdL45NrTex .box {
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.88);
  border-radius: 4px;
}
.cid-sdL45NrTex .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-sdL45NrTex .form-control-label,
.cid-sdL45NrTex .form-check {
  margin-left: 20px;
}
.cid-sdL2EzsD7d {
  padding-top: 195px;
  padding-bottom: 195px;
}
.cid-sdL2EzsD7d .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-sdL2EzsD7d .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sdL2EAhSrL {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sdL2EAhSrL .mbr-section-title {
  color: #404040;
}
.cid-sdL2EAhSrL .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sdL2EAhSrL .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-sdL2EAhSrL .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-seDy4NsWa6 {
  padding-top: 210px;
  padding-bottom: 60px;
  background-color: #e44232;
  background: linear-gradient(0deg, #e44232, #d80f50);
}
.cid-seDy4NsWa6 ul {
  padding: 0;
  margin: 0;
}
.cid-seDy4NsWa6 ul li {
  list-style: none;
}
.cid-seDy4NsWa6 ul li h4 {
  margin: 0;
}
.cid-seDy4NsWa6 ul li h4.display-4 {
  line-height: 1.75;
}
.cid-seDy4NsWa6 .item {
  color: #f9fafb;
}
.cid-seDy4NsWa6 .col-title {
  color: #ffffff;
}
.cid-seDy4NsWa6 .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-seDy4NsWa6 .col-title1 {
  margin-bottom: 40px;
}
.cid-seDy4NsWa6 .form-group,
.cid-seDy4NsWa6 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-seDy4NsWa6 .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-seDy4NsWa6 .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-seDy4NsWa6 .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-seDy4NsWa6 .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-seDy4NsWa6 .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-seDy4NsWa6 .col + .mbr-section-btn .btn,
.cid-seDy4NsWa6 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-seDy4NsWa6 .col + .mbr-section-btn .btn.display-4,
.cid-seDy4NsWa6 .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-seDy4NsWa6 .col + .mbr-section-btn .btn:hover,
.cid-seDy4NsWa6 .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-seDy4NsWa6 .dragArea > *:nth-last-child(2).col,
.cid-seDy4NsWa6 .dragArea > *:nth-last-child(2).col-auto,
.cid-seDy4NsWa6 .col + .mbr-section-btn,
.cid-seDy4NsWa6 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-seDy4NsWa6 .form1 {
  margin-top: 30px;
}
.cid-seDy4NsWa6 .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-seDy4NsWa6 .md-pb {
    margin-bottom: 30px;
  }
}
.cid-sdL2EBcroq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e44232;
}
@media (min-width: 1500px) {
  .cid-sdL2EBcroq .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sdL2EBcroq .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sdL2EBcroq p {
  color: #ffffff;
}
.cid-sdL5WMNPra {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sdL5WMNPra .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-sdL5WMNPra .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sdL7MbNDnl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-sdL7MbNDnl .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-sdL7MbNDnl .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sdL7MbNDnl .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-sdL7MbNDnl .main-title.display-2 {
  line-height: 1.375;
}
.cid-sdL7MbNDnl .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sdL7MbNDnl .mbr-text {
  color: #606060;
}
.cid-sdL7MbNDnl .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sdL7MbNDnl .mbr-section-btn {
  margin-top: 24px;
}
.cid-sdL7MbNDnl .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-sdL7MbNDnl .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sdL7MbNDnl .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sdL8vnjVkp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdL8vnjVkp .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-sdL8vnjVkp .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sdL8vnjVkp .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-sdL8vnjVkp .main-title.display-2 {
  line-height: 1.375;
}
.cid-sdL8vnjVkp .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sdL8vnjVkp .mbr-text {
  color: #606060;
}
.cid-sdL8vnjVkp .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sdL8vnjVkp .mbr-section-btn {
  margin-top: 24px;
}
.cid-sdL8vnjVkp .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-sdL8vnjVkp .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sdL8vnjVkp .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sdL8vPG8Ou {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-sdL8vPG8Ou .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-sdL8vPG8Ou .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sdL8vPG8Ou .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-sdL8vPG8Ou .main-title.display-2 {
  line-height: 1.375;
}
.cid-sdL8vPG8Ou .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sdL8vPG8Ou .mbr-text {
  color: #606060;
}
.cid-sdL8vPG8Ou .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sdL8vPG8Ou .mbr-section-btn {
  margin-top: 24px;
}
.cid-sdL8vPG8Ou .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-sdL8vPG8Ou .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sdL8vPG8Ou .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sdL8BWXjGY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdL8BWXjGY .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-sdL8BWXjGY .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sdL8BWXjGY .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-sdL8BWXjGY .main-title.display-2 {
  line-height: 1.375;
}
.cid-sdL8BWXjGY .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sdL8BWXjGY .mbr-text {
  color: #606060;
}
.cid-sdL8BWXjGY .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sdL8BWXjGY .mbr-section-btn {
  margin-top: 24px;
}
.cid-sdL8BWXjGY .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-sdL8BWXjGY .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sdL8BWXjGY .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sdL5WNEbP6 {
  padding-top: 195px;
  padding-bottom: 195px;
}
.cid-sdL5WNEbP6 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-sdL5WNEbP6 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sdL5WO2va0 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sdL5WO2va0 .mbr-section-title {
  color: #404040;
}
.cid-sdL5WO2va0 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sdL5WO2va0 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-sdL5WO2va0 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-seDy7o7LbC {
  padding-top: 210px;
  padding-bottom: 60px;
  background-color: #e44232;
  background: linear-gradient(0deg, #e44232, #d80f50);
}
.cid-seDy7o7LbC ul {
  padding: 0;
  margin: 0;
}
.cid-seDy7o7LbC ul li {
  list-style: none;
}
.cid-seDy7o7LbC ul li h4 {
  margin: 0;
}
.cid-seDy7o7LbC ul li h4.display-4 {
  line-height: 1.75;
}
.cid-seDy7o7LbC .item {
  color: #f9fafb;
}
.cid-seDy7o7LbC .col-title {
  color: #ffffff;
}
.cid-seDy7o7LbC .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-seDy7o7LbC .col-title1 {
  margin-bottom: 40px;
}
.cid-seDy7o7LbC .form-group,
.cid-seDy7o7LbC .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-seDy7o7LbC .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-seDy7o7LbC .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-seDy7o7LbC .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-seDy7o7LbC .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-seDy7o7LbC .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-seDy7o7LbC .col + .mbr-section-btn .btn,
.cid-seDy7o7LbC .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-seDy7o7LbC .col + .mbr-section-btn .btn.display-4,
.cid-seDy7o7LbC .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-seDy7o7LbC .col + .mbr-section-btn .btn:hover,
.cid-seDy7o7LbC .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-seDy7o7LbC .dragArea > *:nth-last-child(2).col,
.cid-seDy7o7LbC .dragArea > *:nth-last-child(2).col-auto,
.cid-seDy7o7LbC .col + .mbr-section-btn,
.cid-seDy7o7LbC .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-seDy7o7LbC .form1 {
  margin-top: 30px;
}
.cid-seDy7o7LbC .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-seDy7o7LbC .md-pb {
    margin-bottom: 30px;
  }
}
.cid-sdL5WOTa1M {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e44232;
}
@media (min-width: 1500px) {
  .cid-sdL5WOTa1M .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sdL5WOTa1M .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sdL5WOTa1M p {
  color: #ffffff;
}
.cid-seDqmrv9Cb {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background5neuneu-1920x1280.jpg");
}
.cid-seDqmrv9Cb .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-seDqmrv9Cb .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-seDqduH7o4 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-seDqduH7o4 .mbr-section-title {
  color: #404040;
}
.cid-seDqduH7o4 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-seDqduH7o4 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-seDqduH7o4 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-seDqduH7o4 .mbr-text,
.cid-seDqduH7o4 .mbr-section-btn {
  text-align: left;
}
.cid-seDxTWYogR {
  padding-top: 210px;
  padding-bottom: 60px;
  background-color: #e44232;
  background: linear-gradient(0deg, #e44232, #d80f50);
}
.cid-seDxTWYogR ul {
  padding: 0;
  margin: 0;
}
.cid-seDxTWYogR ul li {
  list-style: none;
}
.cid-seDxTWYogR ul li h4 {
  margin: 0;
}
.cid-seDxTWYogR ul li h4.display-4 {
  line-height: 1.75;
}
.cid-seDxTWYogR .item {
  color: #f9fafb;
}
.cid-seDxTWYogR .col-title {
  color: #ffffff;
}
.cid-seDxTWYogR .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-seDxTWYogR .col-title1 {
  margin-bottom: 40px;
}
.cid-seDxTWYogR .form-group,
.cid-seDxTWYogR .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-seDxTWYogR .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-seDxTWYogR .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-seDxTWYogR .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-seDxTWYogR .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-seDxTWYogR .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-seDxTWYogR .col + .mbr-section-btn .btn,
.cid-seDxTWYogR .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-seDxTWYogR .col + .mbr-section-btn .btn.display-4,
.cid-seDxTWYogR .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-seDxTWYogR .col + .mbr-section-btn .btn:hover,
.cid-seDxTWYogR .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-seDxTWYogR .dragArea > *:nth-last-child(2).col,
.cid-seDxTWYogR .dragArea > *:nth-last-child(2).col-auto,
.cid-seDxTWYogR .col + .mbr-section-btn,
.cid-seDxTWYogR .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-seDxTWYogR .form1 {
  margin-top: 30px;
}
.cid-seDxTWYogR .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-seDxTWYogR .md-pb {
    margin-bottom: 30px;
  }
}
.cid-seDqdvrn0t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e44232;
}
@media (min-width: 1500px) {
  .cid-seDqdvrn0t .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-seDqdvrn0t .copyright {
    margin-bottom: 1rem;
  }
}
.cid-seDqdvrn0t p {
  color: #ffffff;
}
.cid-seDsaqOdeP {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background5neuneu-1920x1280.jpg");
}
.cid-seDsaqOdeP .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-seDsaqOdeP .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-seDsareZIN {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-seDsareZIN .mbr-section-title {
  color: #404040;
}
.cid-seDsareZIN .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-seDsareZIN .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-seDsareZIN .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-seDsareZIN .mbr-text,
.cid-seDsareZIN .mbr-section-btn {
  text-align: left;
}
.cid-seDxZtTlGD {
  padding-top: 210px;
  padding-bottom: 60px;
  background-color: #e44232;
  background: linear-gradient(0deg, #e44232, #d80f50);
}
.cid-seDxZtTlGD ul {
  padding: 0;
  margin: 0;
}
.cid-seDxZtTlGD ul li {
  list-style: none;
}
.cid-seDxZtTlGD ul li h4 {
  margin: 0;
}
.cid-seDxZtTlGD ul li h4.display-4 {
  line-height: 1.75;
}
.cid-seDxZtTlGD .item {
  color: #f9fafb;
}
.cid-seDxZtTlGD .col-title {
  color: #ffffff;
}
.cid-seDxZtTlGD .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-seDxZtTlGD .col-title1 {
  margin-bottom: 40px;
}
.cid-seDxZtTlGD .form-group,
.cid-seDxZtTlGD .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-seDxZtTlGD .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-seDxZtTlGD .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-seDxZtTlGD .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-seDxZtTlGD .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-seDxZtTlGD .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-seDxZtTlGD .col + .mbr-section-btn .btn,
.cid-seDxZtTlGD .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-seDxZtTlGD .col + .mbr-section-btn .btn.display-4,
.cid-seDxZtTlGD .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-seDxZtTlGD .col + .mbr-section-btn .btn:hover,
.cid-seDxZtTlGD .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-seDxZtTlGD .dragArea > *:nth-last-child(2).col,
.cid-seDxZtTlGD .dragArea > *:nth-last-child(2).col-auto,
.cid-seDxZtTlGD .col + .mbr-section-btn,
.cid-seDxZtTlGD .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-seDxZtTlGD .form1 {
  margin-top: 30px;
}
.cid-seDxZtTlGD .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-seDxZtTlGD .md-pb {
    margin-bottom: 30px;
  }
}
.cid-seDsas7gfm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e44232;
}
@media (min-width: 1500px) {
  .cid-seDsas7gfm .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-seDsas7gfm .copyright {
    margin-bottom: 1rem;
  }
}
.cid-seDsas7gfm p {
  color: #ffffff;
}
.cid-seDtEc6Yvz {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background5neuneu-1920x1280.jpg");
}
.cid-seDtEc6Yvz .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-seDtEc6Yvz .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-seDtEctACh {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-seDtEctACh .mbr-section-title {
  color: #404040;
}
.cid-seDtEctACh .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-seDtEctACh .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-seDtEctACh .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-seDtEctACh .mbr-text,
.cid-seDtEctACh .mbr-section-btn {
  text-align: left;
}
.cid-seDy2cVjSm {
  padding-top: 210px;
  padding-bottom: 60px;
  background-color: #e44232;
  background: linear-gradient(0deg, #e44232, #d80f50);
}
.cid-seDy2cVjSm ul {
  padding: 0;
  margin: 0;
}
.cid-seDy2cVjSm ul li {
  list-style: none;
}
.cid-seDy2cVjSm ul li h4 {
  margin: 0;
}
.cid-seDy2cVjSm ul li h4.display-4 {
  line-height: 1.75;
}
.cid-seDy2cVjSm .item {
  color: #f9fafb;
}
.cid-seDy2cVjSm .col-title {
  color: #ffffff;
}
.cid-seDy2cVjSm .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-seDy2cVjSm .col-title1 {
  margin-bottom: 40px;
}
.cid-seDy2cVjSm .form-group,
.cid-seDy2cVjSm .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-seDy2cVjSm .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-seDy2cVjSm .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-seDy2cVjSm .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-seDy2cVjSm .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-seDy2cVjSm .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-seDy2cVjSm .col + .mbr-section-btn .btn,
.cid-seDy2cVjSm .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-seDy2cVjSm .col + .mbr-section-btn .btn.display-4,
.cid-seDy2cVjSm .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-seDy2cVjSm .col + .mbr-section-btn .btn:hover,
.cid-seDy2cVjSm .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-seDy2cVjSm .dragArea > *:nth-last-child(2).col,
.cid-seDy2cVjSm .dragArea > *:nth-last-child(2).col-auto,
.cid-seDy2cVjSm .col + .mbr-section-btn,
.cid-seDy2cVjSm .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-seDy2cVjSm .form1 {
  margin-top: 30px;
}
.cid-seDy2cVjSm .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-seDy2cVjSm .md-pb {
    margin-bottom: 30px;
  }
}
.cid-seDtEdYVK4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e44232;
}
@media (min-width: 1500px) {
  .cid-seDtEdYVK4 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-seDtEdYVK4 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-seDtEdYVK4 p {
  color: #ffffff;
}
