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





body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.8rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.8rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #050033 !important;
}
.bg-success {
  background-color: #231145 !important;
}
.bg-info {
  background-color: #e2e3e7 !important;
}
.bg-warning {
  background-color: #b28305 !important;
}
.bg-danger {
  background-color: #ffcc00 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #050033 !important;
  border-color: #050033 !important;
  color: #e2e3e7 !important;
}
.btn-primary:hover {
  color: #e2e3e7 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #e2e3e7 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #0a0066 !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #050033 !important;
  border-color: #050033 !important;
  color: #e2e3e7 !important;
}
.btn-secondary:hover {
  color: #e2e3e7 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #e2e3e7 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #e2e3e7 !important;
  border-color: #e2e3e7 !important;
  color: #e2e3e7 !important;
}
.btn-info:hover {
  color: #e2e3e7 !important;
  background-color: #b8bbc4 !important;
  border-color: #b8bbc4 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #e2e3e7 !important;
  background-color: #b8bbc4 !important;
  border-color: #b8bbc4 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #231145 !important;
  border-color: #231145 !important;
  color: #e2e3e7 !important;
}
.btn-success:hover {
  color: #e2e3e7 !important;
  background-color: #040208 !important;
  border-color: #040208 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #e2e3e7 !important;
  background-color: #040208 !important;
  border-color: #040208 !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #b28305 !important;
  border-color: #b28305 !important;
  color: #e2e3e7 !important;
}
.btn-warning:hover {
  color: #e2e3e7 !important;
  background-color: #684c03 !important;
  border-color: #684c03 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #e2e3e7 !important;
  background-color: #684c03 !important;
  border-color: #684c03 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
  color: #e2e3e7 !important;
}
.btn-danger:hover {
  color: #e2e3e7 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #e2e3e7 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #e2e3e7 !important;
}
.btn-white:hover {
  color: #e2e3e7 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #e2e3e7 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #e2e3e7 !important;
}
.btn-black:hover {
  color: #e2e3e7 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #e2e3e7 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #050033 !important;
  color: #ffffff !important;
  color: #050033 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #050033;
  color: #050033;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #050033;
  border-color: #050033;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #050033 !important;
  border-color: #050033 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #050033 !important;
  color: #e2e3e7 !important;
}
.btn-primary-outline:hover {
  color: #e2e3e7 !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #050033 !important;
  color: #ffffff !important;
  color: #050033 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #050033;
  color: #050033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #050033;
  border-color: #050033;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #050033 !important;
  border-color: #050033 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #050033 !important;
  color: #e2e3e7 !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #e2e3e7 !important;
  color: #ffffff !important;
  color: #e2e3e7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #e2e3e7;
  color: #e2e3e7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5b5f6f;
  background-color: #e2e3e7;
  border-color: #e2e3e7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #5b5f6f !important;
  background-color: #e2e3e7 !important;
  border-color: #e2e3e7 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #e2e3e7 !important;
  color: #e2e3e7 !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #231145 !important;
  color: #ffffff !important;
  color: #231145 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #231145;
  color: #231145;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #231145;
  border-color: #231145;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #231145 !important;
  border-color: #231145 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #231145 !important;
  color: #e2e3e7 !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #b28305 !important;
  color: #ffffff !important;
  color: #b28305 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b28305;
  color: #b28305;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b28305;
  border-color: #b28305;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b28305 !important;
  border-color: #b28305 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #b28305 !important;
  color: #e2e3e7 !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #ffcc00 !important;
  color: #ffffff !important;
  color: #ffcc00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ffcc00;
  color: #ffcc00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #ffcc00 !important;
  color: #e2e3e7 !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !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-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #e2e3e7 !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: #050033 !important;
}
.text-secondary {
  color: #050033 !important;
}
.text-success {
  color: #231145 !important;
}
.text-info {
  color: #e2e3e7 !important;
}
.text-warning {
  color: #b28305 !important;
}
.text-danger {
  color: #ffcc00 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0f0099 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0f0099 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #4d2597 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #e2e3e7 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f9bf24 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffe066 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #050033;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e2e3e7;
}
.alert-warning {
  background-color: #b28305;
}
.alert-danger {
  background-color: #ffcc00;
}
.mbr-gallery-filter li.active .btn {
  background-color: #050033;
  border-color: #050033;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #050033;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #301aff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8c63d9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fac63d;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff5cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.8rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #050033;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #050033;
  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: #050033;
  border-bottom-color: #050033;
}
.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: #050033 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #050033 !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='%23050033' %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-t0dPdHxiXW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0dPdHxiXW .nav-item,
.cid-t0dPdHxiXW .nav-link,
.cid-t0dPdHxiXW .navbar-caption {
  font-weight: normal;
}
.cid-t0dPdHxiXW .nav-item:focus,
.cid-t0dPdHxiXW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t0dPdHxiXW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-t0dPdHxiXW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-t0dPdHxiXW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0dPdHxiXW .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-t0dPdHxiXW .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t0dPdHxiXW .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t0dPdHxiXW .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0dPdHxiXW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0dPdHxiXW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0dPdHxiXW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #050033;
  background: none;
}
.cid-t0dPdHxiXW .navbar.opened {
  transition: all .3s;
  background: #050033 !important;
}
.cid-t0dPdHxiXW .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t0dPdHxiXW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0dPdHxiXW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0dPdHxiXW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0dPdHxiXW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 8rem);
  }
}
.cid-t0dPdHxiXW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t0dPdHxiXW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0dPdHxiXW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0dPdHxiXW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t0dPdHxiXW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0dPdHxiXW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t0dPdHxiXW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t0dPdHxiXW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0dPdHxiXW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0dPdHxiXW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t0dPdHxiXW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0dPdHxiXW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0dPdHxiXW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t0dPdHxiXW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t0dPdHxiXW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0dPdHxiXW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0dPdHxiXW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t0dPdHxiXW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t0dPdHxiXW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t0dPdHxiXW .navbar.navbar-short {
  background: #050033 !important;
  min-height: 60px;
}
.cid-t0dPdHxiXW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t0dPdHxiXW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t0dPdHxiXW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0dPdHxiXW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0dPdHxiXW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0dPdHxiXW .dropdown-item.active,
.cid-t0dPdHxiXW .dropdown-item:active {
  background-color: transparent;
}
.cid-t0dPdHxiXW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0dPdHxiXW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0dPdHxiXW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0dPdHxiXW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050033;
}
.cid-t0dPdHxiXW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0dPdHxiXW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0dPdHxiXW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t0dPdHxiXW .navbar-buttons {
  text-align: center;
}
.cid-t0dPdHxiXW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0dPdHxiXW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t0dPdHxiXW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t0dPdHxiXW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t0dPdHxiXW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t0dPdHxiXW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t0dPdHxiXW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0dPdHxiXW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t0dPdHxiXW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t0dPdHxiXW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0dPdHxiXW .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-t0dPdHxiXW a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t0dPdHxiXW .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-t0dPdHxiXW .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-t0dPdHxiXW .soc-item {
  margin: .5rem .3rem;
}
.cid-t0dPdHxiXW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t0dPdHxiXW a.nav-link,
.cid-t0dPdHxiXW a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-t0dPdHxiXW a.nav-link .mbr-iconfont-btn,
.cid-t0dPdHxiXW a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-t0dPdHxiXW a.nav-link:hover .mbr-iconfont-btn,
.cid-t0dPdHxiXW a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-t0dPdHxiXW a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0dPdHxiXW .navbar {
    height: 77px;
  }
  .cid-t0dPdHxiXW .navbar.opened {
    height: auto;
  }
  .cid-t0dPdHxiXW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5OQBfRQEJ {
  background-image: url("../../../assets/images/blume-arquitectura-7-1800x1200.jpg");
}
.cid-t5OQBfRQEJ .mbr-text,
.cid-t5OQBfRQEJ .typed-text,
.cid-t5OQBfRQEJ .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-t5OQBfRQEJ .btn {
  margin-left: 4px !important;
}
.cid-t5OQBfRQEJ .animated-element {
  color: #ffbc00;
}
.cid-t5OQBfRQEJ .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-t5OQBfRQEJ .mbr-section-title {
  color: #ffffff;
}
.cid-t6d4jmh3s9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #050033;
}
.cid-t6d4jmh3s9 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
}
.cid-t6d4jmh3s9 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t6d4jmh3s9 H3 {
  color: #ffffff;
}
.cid-rUTpFZsfIT {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rUTpFZsfIT img {
  width: 100%;
  object-fit: cover;
}
.cid-rUTpFZsfIT .quote {
  color: #333333;
  font-weight: 700;
}
.cid-rUTpFZsfIT .img-card {
  justify-content: center;
}
.cid-rUTpFZsfIT .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-rUTpFZsfIT .card-title {
  margin-bottom: 1.2rem;
}
.cid-rUTpFZsfIT .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-rUTpFZsfIT .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-rUTpFZsfIT .card-title,
.cid-rUTpFZsfIT .card-box {
  color: #050033;
}
.cid-rUTpFZsfIT H3 {
  color: #050033;
}
.cid-sWk2x4WFnM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050033;
}
@media (max-width: 992px) {
  .cid-sWk2x4WFnM {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .cid-sWk2x4WFnM {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.cid-sWk2x4WFnM .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sWk2x4WFnM .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 767px) {
  .cid-sWk2x4WFnM .row {
    padding: 0;
  }
}
.cid-sWk2x4WFnM .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-sWk2x4WFnM .mbr-section-text {
    margin-top: 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sWk2x4WFnM .mbr-section-text {
    margin-top: 1.5rem;
  }
}
.cid-sWk2x4WFnM .btn-primary-outline {
  color: #ffffff !important;
}
.cid-sWk2x4WFnM H4 {
  color: #ffffff;
}
.cid-t6INAytFx3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t6INAytFx3 .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-t6INAytFx3 .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #6d6d74;
  margin-bottom: 0.7rem;
}
.cid-t6INAytFx3 input,
.cid-t6INAytFx3 textarea {
  font-size: 14px;
}
.cid-t6INAytFx3 input {
  padding: 1.5rem 1.8rem!important;
  border-radius: 50px;
}
.cid-t6INAytFx3 textarea {
  padding: 0.9rem 2rem!important;
  border-radius: 30px;
  height: 100%;
}
.cid-t6INAytFx3 .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-t6INAytFx3 .col-auto {
  width: 100%;
  text-align: center;
}
.cid-t6INAytFx3 img {
  width: 90%;
  border-radius: 8px;
}
.cid-t6INAytFx3 .mbr-form .btn {
  margin: .4rem .4rem;
  margin-left: 0rem;
}
.cid-t6INAytFx3 .btn {
  padding: 1rem 3.5rem!important;
}
.cid-t6INAytFx3 .title-block {
  margin-bottom: 2rem;
}
.cid-t6INAytFx3 .form-control,
.cid-t6INAytFx3 .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t6INAytFx3 .form-control:hover,
.cid-t6INAytFx3 .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t6INAytFx3 .form-control:focus,
.cid-t6INAytFx3 .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t6INAytFx3 input::-webkit-input-placeholder,
.cid-t6INAytFx3 textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-t6INAytFx3 input:-moz-placeholder,
.cid-t6INAytFx3 textarea:-moz-placeholder {
  color: #807d78;
}
.cid-t6INAytFx3 .jq-selectbox li,
.cid-t6INAytFx3 .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-t6INAytFx3 .jq-selectbox li:hover,
.cid-t6INAytFx3 .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-t6INAytFx3 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-t6INAytFx3 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-t6INAytFx3 H5 {
  padding-bottom: 2rem;
  color: #231145;
  text-align: left;
}
.cid-t6INAytFx3 .mbr-text {
  color: #777777;
}
.cid-t6INAytFx3 .mbr-form {
  padding: 0rem;
}
.cid-t6INAytFx3 .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-t6INAytFx3 .form-row {
    margin: 0;
  }
  .cid-t6INAytFx3 .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-t6INAytFx3 .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-t6INAytFx3 img {
    width: 100%;
  }
}
.cid-t6INAytFx3 .form-row > [class*=col-] {
  padding: 0 1rem;
}
.cid-t6INAytFx3 H3 {
  color: #050033;
}
.cid-t6INAytFx3 P {
  color: #050033;
}
.cid-t6IQtfAATY .mbr-section-title {
  font-family: 'Montserrat', sans-serif;
}
.cid-t6IQtfAATY .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-t6IQtfAATY .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
}
.cid-t6IQtfAATY .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #e2e3e7;
}
.cid-t6IQtfAATY .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #e2e3e7;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-t6IQtfAATY .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-t6IQtfAATY .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-t6IQtfAATY .bottom-title {
  letter-spacing: 0px;
}
.cid-t6IQtfAATY .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-t6IQtfAATY .btn-primary-outline {
  color: #ffffff !important;
}
.cid-t6IQtfAATY .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-t6fSB1vMbK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-t6fSB1vMbK .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-t6fSB1vMbK .mbr-section-title {
  margin: 0;
  color: #050033;
}
.cid-t6fSB1vMbK .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-t6fSB1vMbK .card-img span {
  color: #1dc9cb;
}
.cid-t6fSB1vMbK .row-item {
  margin-bottom: 2rem;
}
.cid-t6fSB1vMbK .row-item:hover .wrapper {
  background: linear-gradient(90deg, #050033, #110673);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-t6fSB1vMbK .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-t6fSB1vMbK .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-t6fSB1vMbK .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-t6d8r8QDUu {
  background-image: url("../../../assets/images/golfer-playing-golf-on-course-korschenbroich-dus-2022-03-07-23-54-26-utc-2000x1333.jpg");
}
.cid-t6d8r8QDUu .mbr-section-title {
  text-align: left;
}
.cid-t6d8r8QDUu .mbr-text,
.cid-t6d8r8QDUu .mbr-section-btn {
  text-align: left;
}
.cid-rUTpIakqPn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f2f2f2;
}
.cid-rUTpIakqPn .mbri-left:before {
  content: "\f053" !important;
}
.cid-rUTpIakqPn .mbri-right:before {
  content: "\f054" !important;
}
.cid-rUTpIakqPn .carousel-control-next,
.cid-rUTpIakqPn .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-rUTpIakqPn .profession {
  display: inline;
  font-weight: 700;
  color: #555555;
}
.cid-rUTpIakqPn .author {
  display: inline;
  margin: auto 0;
  font-weight: 700;
  color: #555555;
}
.cid-rUTpIakqPn .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.cid-rUTpIakqPn .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rUTpIakqPn .carousel-item.active,
.cid-rUTpIakqPn .carousel-item-next,
.cid-rUTpIakqPn .carousel-item-prev {
  display: flex;
}
.cid-rUTpIakqPn .mbr-section-subtitle {
  margin-bottom: 0.8rem;
  color: #6d6d74;
  font-weight: 700;
}
.cid-rUTpIakqPn .testimonials-slider__icon {
  font-size: 150px;
  width: 100px;
  color: #050033;
  font-weight: 700;
  display: inline-block;
}
.cid-rUTpIakqPn .line::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 40px;
  background: #cdba6d;
  vertical-align: middle;
  margin-right: 20px;
}
.cid-rUTpIakqPn .carousel-controls a {
  transition: .3s;
  border: 2px solid #42474c;
  border-radius: 50%;
}
.cid-rUTpIakqPn .carousel-controls a span {
  font-size: 1rem !important;
  color: #050033;
}
.cid-rUTpIakqPn .carousel-controls a:hover {
  background-color: #42474c;
  border-color: #42474c;
}
.cid-rUTpIakqPn .carousel-controls a:hover span {
  color: #ffffff;
}
.cid-rUTpIakqPn .mbr-section-title {
  margin-bottom: 3.2rem;
}
.cid-rUTpIakqPn .mbr-text {
  margin-bottom: 2.4rem;
}
.cid-rUTpIakqPn .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rUTpIakqPn h3,
.cid-rUTpIakqPn h4 {
  margin: 0;
  padding: 0;
}
.cid-rUTpIakqPn .block-bottom {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-rUTpIakqPn .wrapper-block {
    display: flex;
    margin-top: 5.5rem;
  }
  .cid-rUTpIakqPn .carousel-control-next {
    left: 4.3rem;
  }
  .cid-rUTpIakqPn .carousel-control-prev {
    position: absolute;
    left: 0.8rem !important;
  }
  .cid-rUTpIakqPn .testimonials-slider__icon {
    display: none;
  }
  .cid-rUTpIakqPn .carousel-controls a {
    top: 7rem;
    bottom: auto;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpIakqPn .wrapper-block {
    display: flex;
    margin-top: 5.5rem;
  }
  .cid-rUTpIakqPn .carousel-control-next {
    left: 4.3rem;
  }
  .cid-rUTpIakqPn .carousel-control-prev {
    position: absolute;
    left: 0.8rem !important;
  }
  .cid-rUTpIakqPn .testimonials-slider__icon {
    line-height: 80px;
    font-size: 100px;
    margin-right: 1rem;
  }
  .cid-rUTpIakqPn .carousel-controls a {
    top: 9rem;
    bottom: auto;
  }
}
@media (min-width: 992px) {
  .cid-rUTpIakqPn .wrapper-block {
    display: flex;
  }
  .cid-rUTpIakqPn .carousel-control-next {
    right: 2.2rem;
  }
  .cid-rUTpIakqPn .carousel-control-prev {
    position: absolute;
    right: 5.7rem !important;
    left: auto;
  }
  .cid-rUTpIakqPn .testimonials-slider__icon {
    line-height: 105px;
    margin-right: 2rem;
  }
  .cid-rUTpIakqPn .carousel-controls a {
    top: 3.5rem;
    bottom: auto;
  }
}
.cid-rUTpIakqPn .icon-left {
  margin-right: 0.1rem;
}
.cid-rUTpIakqPn .icon-right {
  margin-left: 0.1rem;
}
.cid-rUTpIakqPn H1 {
  color: #050033;
}
.cid-rUTpIakqPn .mbr-text,
.cid-rUTpIakqPn .mbr-section-btn {
  color: #555555;
}
.cid-t0e4TFw5ar {
  background-image: url("../../../assets/images/blume-arquitectura-15-1-1778x1200.jpg");
}
.cid-t0e4TFw5ar .mbr-overlay {
  background: #000000;
}
.cid-t0e4TFw5ar .mbr-section-title {
  letter-spacing: -1px;
  color: #ffffff;
}
.cid-t0e4TFw5ar .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t6fRldbDiY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t6fRldbDiY .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-t6fRldbDiY .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #6d6d74;
  margin-bottom: 0.7rem;
}
.cid-t6fRldbDiY input,
.cid-t6fRldbDiY textarea {
  font-size: 14px;
}
.cid-t6fRldbDiY input {
  padding: 1.5rem 1.8rem!important;
  border-radius: 50px;
}
.cid-t6fRldbDiY textarea {
  padding: 0.9rem 2rem!important;
  border-radius: 30px;
  height: 100%;
}
.cid-t6fRldbDiY .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-t6fRldbDiY .col-auto {
  width: 100%;
  text-align: center;
}
.cid-t6fRldbDiY img {
  width: 90%;
  border-radius: 8px;
}
.cid-t6fRldbDiY .mbr-form .btn {
  margin: .4rem .4rem;
  margin-left: 0rem;
}
.cid-t6fRldbDiY .btn {
  padding: 1rem 3.5rem!important;
}
.cid-t6fRldbDiY .title-block {
  margin-bottom: 2rem;
}
.cid-t6fRldbDiY .form-control,
.cid-t6fRldbDiY .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t6fRldbDiY .form-control:hover,
.cid-t6fRldbDiY .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t6fRldbDiY .form-control:focus,
.cid-t6fRldbDiY .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t6fRldbDiY input::-webkit-input-placeholder,
.cid-t6fRldbDiY textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-t6fRldbDiY input:-moz-placeholder,
.cid-t6fRldbDiY textarea:-moz-placeholder {
  color: #807d78;
}
.cid-t6fRldbDiY .jq-selectbox li,
.cid-t6fRldbDiY .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-t6fRldbDiY .jq-selectbox li:hover,
.cid-t6fRldbDiY .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-t6fRldbDiY .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-t6fRldbDiY .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-t6fRldbDiY H5 {
  padding-bottom: 2rem;
  color: #231145;
}
.cid-t6fRldbDiY .mbr-text {
  color: #777777;
}
.cid-t6fRldbDiY .mbr-form {
  padding: 0rem;
}
.cid-t6fRldbDiY .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-t6fRldbDiY .form-row {
    margin: 0;
  }
  .cid-t6fRldbDiY .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-t6fRldbDiY .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-t6fRldbDiY img {
    width: 100%;
  }
}
.cid-t6fRldbDiY .form-row > [class*=col-] {
  padding: 0 1rem;
}
.cid-t0e2xqWd2N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0e2xqWd2N .google-map {
  height: 25rem;
  position: relative;
}
.cid-t0e2xqWd2N .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t0e2xqWd2N .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t0e2xqWd2N .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t0e2xqWd2N .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t0e2xqWd2N .container-fluid {
  padding: 0;
}
.cid-t0e2xqWd2N .relative {
  position: relative;
  width: 100%;
}
.cid-t0e2xqWd2N .mbr-section-title {
  color: #656565;
}
.cid-t0e2xqWd2N .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-t0e2xqWd2N .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-t0e2xqWd2N .title {
  text-align: center;
  color: #ffffff;
}
.cid-t0e2xqWd2N .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-t0e2xqWd2N .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-rUTpKPo1ae {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #050033;
  position: relative;
  overflow: hidden;
}
.cid-rUTpKPo1ae a {
  transition: 0.3s;
}
.cid-rUTpKPo1ae h5 {
  margin-bottom: 1.6rem;
}
.cid-rUTpKPo1ae .card-img2 span {
  padding-top: 6px;
}
.cid-rUTpKPo1ae .soc-item a {
  padding-top: 5px;
}
.cid-rUTpKPo1ae .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-rUTpKPo1ae .link:hover {
  color: #050033 !important;
}
@media (max-width: 992px) {
  .cid-rUTpKPo1ae .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rUTpKPo1ae .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-rUTpKPo1ae .soc-item span {
  font-size: 1rem;
}
.cid-rUTpKPo1ae .soc-item:hover span {
  color: #050033 !important;
}
.cid-rUTpKPo1ae .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-rUTpKPo1ae .item h4 {
  margin: 0;
}
.cid-rUTpKPo1ae .media-wrap {
  margin-bottom: 1rem;
}
.cid-rUTpKPo1ae .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rUTpKPo1ae img {
  width: 80%;
}
.cid-rUTpKPo1ae .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-rUTpKPo1ae .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rUTpKPo1ae .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-rUTpKPo1ae .container {
  padding: 0;
}
.cid-rUTpKPo1ae .btn-primary:hover {
  background-color: #000000 !important;
}
