body {
  font-family: Lato;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 2.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #00b9d5 !important;
}
.bg-success {
  background-color: #7242d6 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #656565 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #00b9d5 !important;
  border-color: #00b9d5 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #007789 !important;
  border-color: #007789 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #007789 !important;
  border-color: #007789 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #2794a4 !important;
  border-color: #2794a4 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #185c66 !important;
  border-color: #185c66 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #185c66 !important;
  border-color: #185c66 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #7242d6 !important;
  border-color: #7242d6 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #4f24a7 !important;
  border-color: #4f24a7 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4f24a7 !important;
  border-color: #4f24a7 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #656565 !important;
  border-color: #656565 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #00606f;
  color: #00606f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #00b9d5;
  border-color: #00b9d5;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00b9d5 !important;
  border-color: #00b9d5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #134a52;
  color: #134a52;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #2794a4;
  border-color: #2794a4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2794a4 !important;
  border-color: #2794a4 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #452092;
  color: #452092;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #7242d6;
  border-color: #7242d6;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7242d6 !important;
  border-color: #7242d6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #323232;
  color: #323232;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #656565;
  border-color: #656565;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #656565 !important;
  border-color: #656565 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #00b9d5 !important;
}
.text-secondary {
  color: #2794a4 !important;
}
.text-success {
  color: #7242d6 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #656565 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00606f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #134a52 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #452092 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #323232 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #48d678;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #656565;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00b9d5;
  border-color: #00b9d5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #00b9d5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a2f3ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #efeafa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a5a5a5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #00b9d5;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.btn-primary-outline-2 {
  border: none;
  color: #00b9d5;
}
.btn-primary-outline-2 .mbr-iconfont-btn {
  -webkit-order: 1;
  order: 1;
  transition: all 0.3s;
  margin-left: 5px;
  font-size: 1rem !important;
}
.btn-primary-outline-2:hover {
  background-color: inherit;
  color: #00b9d5;
}
.btn-primary-outline-2:focus {
  background-color: inherit;
  color: #00b9d5;
}
.btn-primary-outline-2:active {
  background-color: inherit;
  color: #00b9d5;
}
.btn-primary-outline-2:hover .mbr-iconfont-btn {
  margin-left: 8px;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00b9d5;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #00b9d5;
  border-bottom-color: #00b9d5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #00b9d5 !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: #2794a4 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%2300b9d5' %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;
}
.cid-spAHw7WVBY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-spAHw7WVBY nav.navbar {
  position: fixed;
}
.cid-spAHw7WVBY .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spAHw7WVBY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spAHw7WVBY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spAHw7WVBY .dropdown-item:hover,
.cid-spAHw7WVBY .dropdown-item:focus {
  background: #00b9d5 !important;
  color: white !important;
}
.cid-spAHw7WVBY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spAHw7WVBY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spAHw7WVBY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spAHw7WVBY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spAHw7WVBY .nav-link {
  position: relative;
}
.cid-spAHw7WVBY .container {
  display: flex;
  margin: auto;
}
.cid-spAHw7WVBY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spAHw7WVBY .dropdown-menu,
.cid-spAHw7WVBY .navbar.opened {
  background: #ffffff !important;
}
.cid-spAHw7WVBY .nav-item:focus,
.cid-spAHw7WVBY .nav-link:focus {
  outline: none;
}
.cid-spAHw7WVBY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spAHw7WVBY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spAHw7WVBY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spAHw7WVBY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spAHw7WVBY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spAHw7WVBY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spAHw7WVBY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-spAHw7WVBY .navbar.opened {
  transition: all 0.3s;
}
.cid-spAHw7WVBY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spAHw7WVBY .navbar .navbar-logo img {
  width: auto;
}
.cid-spAHw7WVBY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spAHw7WVBY .navbar.collapsed {
  justify-content: center;
}
.cid-spAHw7WVBY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spAHw7WVBY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spAHw7WVBY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-spAHw7WVBY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spAHw7WVBY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spAHw7WVBY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-spAHw7WVBY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spAHw7WVBY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spAHw7WVBY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spAHw7WVBY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spAHw7WVBY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spAHw7WVBY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spAHw7WVBY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spAHw7WVBY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-spAHw7WVBY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spAHw7WVBY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spAHw7WVBY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spAHw7WVBY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spAHw7WVBY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spAHw7WVBY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spAHw7WVBY .navbar.navbar-short {
  min-height: 60px;
}
.cid-spAHw7WVBY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spAHw7WVBY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spAHw7WVBY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spAHw7WVBY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spAHw7WVBY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spAHw7WVBY .dropdown-item.active,
.cid-spAHw7WVBY .dropdown-item:active {
  background-color: transparent;
}
.cid-spAHw7WVBY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spAHw7WVBY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spAHw7WVBY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spAHw7WVBY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spAHw7WVBY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spAHw7WVBY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spAHw7WVBY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spAHw7WVBY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spAHw7WVBY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spAHw7WVBY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-spAHw7WVBY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spAHw7WVBY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spAHw7WVBY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spAHw7WVBY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spAHw7WVBY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spAHw7WVBY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spAHw7WVBY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spAHw7WVBY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spAHw7WVBY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spAHw7WVBY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spAHw7WVBY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spAHw7WVBY .navbar {
    height: 70px;
  }
  .cid-spAHw7WVBY .navbar.opened {
    height: auto;
  }
  .cid-spAHw7WVBY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sY5pRe5fS1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/pexels-curtis-adams-3935324-2000x1333.jpg");
}
.cid-sY5pRe5fS1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sY5pRe5fS1 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sY5pRe5fS1 .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sY5pRe5fS1 .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sY5pRe5fS1 .col-form {
    padding: 30px;
  }
}
.cid-sY5pRe5fS1 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-sY5pRe5fS1 .text-wrapper {
    text-align: center !important;
  }
}
.cid-sY5pRe5fS1 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #25c4ca;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sY5pRe5fS1 .label-text {
    text-align: center !important;
  }
}
.cid-sY5pRe5fS1 .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-sY5pRe5fS1 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sY5pRe5fS1 .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 16px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sY5pRe5fS1 .mbr-text {
    text-align: center !important;
  }
}
.cid-sY5pRe5fS1 .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-sY5pRe5fS1 .btn-container {
  width: 100%;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .cid-sY5pRe5fS1 .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-sY5pRe5fS1 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sY5pRe5fS1 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sY5pRe5fS1 .form-container {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 700px) {
  .cid-sY5pRe5fS1 .form-container {
    max-width: 20rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-sY5pRe5fS1 .form-container {
    text-align: center !important;
  }
}
.cid-sY5pRe5fS1 .form-title {
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sY5pRe5fS1 .form-title {
    text-align: center !important;
  }
}
.cid-sY5pRe5fS1 .form-control {
  font-size: 1rem;
}
.cid-sY5pRe5fS1 .mbr-section-title,
.cid-sY5pRe5fS1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sY5pRe5fS1 P {
  text-align: center;
}
.cid-sY5BZzJzHL {
  background-color: #ffffff;
}
.cid-sY5BZzJzHL .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sY5BZzJzHL .underline .line {
  width: 2rem;
  height: 1px;
  background: #000000;
  display: inline-block;
}
.cid-sY5BZzJzHL .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sY5BZzJzHL .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sY5BZzJzHL .image-element {
    padding-left: 0;
  }
}
.cid-sY5BZzJzHL .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sY5BZzJzHL .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-sY5BZzJzHL .brown {
  color: #c19b76;
}
.cid-sY5BZzJzHL .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sY5BZzJzHL .paragraphs-wrapper .first-paragraph,
.cid-sY5BZzJzHL .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sY5BZzJzHL .image-element {
    padding-top: 1rem;
  }
  .cid-sY5BZzJzHL .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sY5BZzJzHL .paragraphs-wrapper .first-paragraph,
  .cid-sY5BZzJzHL .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sY5BZzJzHL .first-paragraph,
  .cid-sY5BZzJzHL .second-paragraph {
    width: 50%;
  }
  .cid-sY5BZzJzHL .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-sY5BZzJzHL .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-sY5BZzJzHL .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sY5BZzJzHL .mbr-section-title,
  .cid-sY5BZzJzHL .mbr-section-btn {
    text-align: left;
  }
}
.cid-sY5BZzJzHL .mbr-section-title {
  color: #25c4ca;
}
.cid-sY5BZzJzHL .mbr-section-subtitle,
.cid-sY5BZzJzHL .underline {
  color: #000000;
}
.cid-sY5BZzJzHL .mbr-text,
.cid-sY5BZzJzHL .mbr-section-btn {
  text-align: left;
}
.cid-sY5Fr0Nt2F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sY5Fr0Nt2F .card {
  background: #ebecef;
  border-radius: 10px;
}
.cid-sY5Fr0Nt2F img {
  width: 100%;
  border-radius: 10px;
}
.cid-sY5Fr0Nt2F .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-sY5Fr0Nt2F .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sY5Fr0Nt2F .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-sY5Fr0Nt2F img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-sY5Fr0Nt2F .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-sY5Fr0Nt2F img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-sY5Fr0Nt2F img {
    width: 100%;
  }
}
.cid-sY5Fr0Nt2F .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sY5Fr0Nt2F .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sY5Fr0Nt2F .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-sY5Fr0Nt2F .mbr-text,
.cid-sY5Fr0Nt2F .mbr-section-btn {
  color: #464646;
}
.cid-sY5Fr0Nt2F .mbr-section-subtitle {
  color: #777777;
}
.cid-sYRdRVpiFv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sYRdRVpiFv .video-wrapper iframe {
  width: 100%;
}
.cid-sYRdRVpiFv h2,
.cid-sYRdRVpiFv h4,
.cid-sYRdRVpiFv p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sYRdRVpiFv .col-md-6 {
    width: 100%;
  }
}
.cid-sYRdRVpiFv .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-sYRdRVpiFv .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-sYRdRVpiFv .mbr-section-head {
    text-align: center;
  }
}
.cid-sYRdRVpiFv .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-sYRdRVpiFv .mbr-section-subtitle {
  color: #25c4ca;
  margin-bottom: 6px;
}
.cid-sYRdRVpiFv .mbr-text {
  color: #000000;
}
.cid-sY5TlyX2NL {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sY5TlyX2NL .mbr-section-title {
  color: #ffffff;
}
.cid-sY5ZH3WVGP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sY5ZH3WVGP .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-sY5ZH3WVGP .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-sY5ZH3WVGP .card-title {
  color: #656565;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cid-sY5ZH3WVGP .card-img {
  overflow: hidden;
}
.cid-sY5ZH3WVGP .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sY5ZH3WVGP img {
  transition: all 0.3s;
}
.cid-sY5ZH3WVGP .card-box {
  padding: 2rem;
}
.cid-sY5ZH3WVGP .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-sY5ZH3WVGP .mbr-section-title,
.cid-sY5ZH3WVGP .title DIV {
  text-align: center;
  color: #656565;
}
.cid-sY5ZH3WVGP .card-box > p,
.cid-sY5ZH3WVGP .mbr-section-btn {
  color: #9e9e9e;
  text-align: center;
}
.cid-sY72b48nPp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sY72b48nPp .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sY72b48nPp .mbr-text {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sY72b48nPp .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-sY61ug0oZ6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sY61ug0oZ6 .mbr-section-title {
  color: #ffffff;
}
.cid-sY6f2pGvQK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sY6f2pGvQK .mbr-section-title {
  color: #ffffff;
}
.cid-sppEa5JygI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sppEa5JygI .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sppEa5JygI .mbr-section-btn,
  .cid-sppEa5JygI .mbr-section-subtitle,
  .cid-sppEa5JygI .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sYt6zggpDl {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYt6zggpDl .mbr-overlay {
  background: #5eeebb;
}
.cid-sYt6zggpDl .row {
  margin: 0;
}
.cid-sYt6zggpDl .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sYt6zggpDl .mbr-section-title {
  color: #000000;
  font-weight: 300;
}
.cid-sYt6zggpDl .mbr-section-title b,
.cid-sYt6zggpDl .mbr-section-title strong {
  font-weight: 500;
}
.cid-sYt6zggpDl .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-sYt6zggpDl .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-sYt6zggpDl .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-sYt6zggpDl .carousel-item {
  justify-content: center;
}
.cid-sYt6zggpDl .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sYt6zggpDl .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.3) 0%, #ffffff 100%);
  border-radius: 3px;
}
.cid-sYt6zggpDl .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-sYt6zggpDl .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-sYt6zggpDl .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sYt6zggpDl .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-sYt6zggpDl .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-sYt6zggpDl .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-sYt6zggpDl .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-sYt6zggpDl .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-sYt6zggpDl .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sYt6zggpDl .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sYt6zggpDl .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-sYt6zggpDl .cloneditem-1,
.cid-sYt6zggpDl .cloneditem-2,
.cid-sYt6zggpDl .cloneditem-3,
.cid-sYt6zggpDl .cloneditem-4,
.cid-sYt6zggpDl .cloneditem-5 {
  display: none;
}
.cid-sYt6zggpDl .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sYt6zggpDl .wrap {
    margin-bottom: 50px;
  }
  .cid-sYt6zggpDl .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-sYt6zggpDl .arrows {
    display: none;
  }
  .cid-sYt6zggpDl .carousel-item {
    margin-bottom: 60px;
  }
  .cid-sYt6zggpDl .container-fluid,
  .cid-sYt6zggpDl .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sYt6zggpDl .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sYt6zggpDl .carousel-inner {
    z-index: 1;
  }
  .cid-sYt6zggpDl .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sYt6zggpDl .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-sYt6zggpDl .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sYt6zggpDl .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sYt6zggpDl .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sYt6zggpDl .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sYt6zggpDl .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sYt6zggpDl .carousel-inner.slides2 .cloneditem-1,
  .cid-sYt6zggpDl .carousel-inner.slides2 .cloneditem-2,
  .cid-sYt6zggpDl .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sYt6zggpDl .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sYt6zggpDl .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sYt6zggpDl .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sYt6zggpDl .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sYt6zggpDl .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sYt6zggpDl .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sYt6zggpDl .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sYt6zggpDl .carousel-inner.slides3 .cloneditem-1,
  .cid-sYt6zggpDl .carousel-inner.slides3 .cloneditem-2,
  .cid-sYt6zggpDl .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sYt6zggpDl .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sYt6zggpDl .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-sYt6zggpDl .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sYt6zggpDl .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sYt6zggpDl .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sYt6zggpDl .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sYt6zggpDl .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sYt6zggpDl .carousel-inner.slides4 .cloneditem-1,
  .cid-sYt6zggpDl .carousel-inner.slides4 .cloneditem-2,
  .cid-sYt6zggpDl .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sYt6zggpDl .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sYt6zggpDl .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-sYt6zggpDl .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sYt6zggpDl .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sYt6zggpDl .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sYt6zggpDl .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sYt6zggpDl .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sYt6zggpDl .carousel-inner.slides5 .cloneditem-1,
  .cid-sYt6zggpDl .carousel-inner.slides5 .cloneditem-2,
  .cid-sYt6zggpDl .carousel-inner.slides5 .cloneditem-3,
  .cid-sYt6zggpDl .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sYt6zggpDl .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sYt6zggpDl .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sYt6zggpDl .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sYt6zggpDl .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sYt6zggpDl .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sYt6zggpDl .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sYt6zggpDl .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sYt6zggpDl .carousel-inner.slides6 .cloneditem-1,
  .cid-sYt6zggpDl .carousel-inner.slides6 .cloneditem-2,
  .cid-sYt6zggpDl .carousel-inner.slides6 .cloneditem-3,
  .cid-sYt6zggpDl .carousel-inner.slides6 .cloneditem-4,
  .cid-sYt6zggpDl .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sppV1HhK0g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYtcI5TixZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYtcI5TixZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sYtcI5TixZ .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sYtcI5TixZ .title {
    width: 100% !important;
  }
}
.cid-sYKmICsDHH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYKmICsDHH .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-sYKmICsDHH .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-sYKmICsDHH .card-title {
  color: #656565;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cid-sYKmICsDHH .card-img {
  overflow: hidden;
}
.cid-sYKmICsDHH .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sYKmICsDHH img {
  transition: all 0.3s;
}
.cid-sYKmICsDHH .card-box {
  padding: 2rem;
}
.cid-sYKmICsDHH .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-sYKmICsDHH .mbr-section-title,
.cid-sYKmICsDHH .title DIV {
  text-align: center;
  color: #656565;
}
.cid-sYKmICsDHH .card-box > p,
.cid-sYKmICsDHH .mbr-section-btn {
  color: #9e9e9e;
}
.cid-sYRgwL0BzS {
  padding-top: 0rem;
  padding-bottom: 6rem;
  position: relative;
  background-color: #000000;
}
.cid-sYRgwL0BzS .mbr-section-title {
  text-align: center;
  margin-bottom: 50px;
  color: #202020;
}
.cid-sYRgwL0BzS .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
  z-index: 0;
}
.cid-sYRgwL0BzS .circle {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .cid-sYRgwL0BzS .circle {
    max-height: 120px;
    max-width: 120px;
  }
}
.cid-sYRgwL0BzS .iconfont-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.cid-sYRgwL0BzS .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  margin-left: 3px;
  color: #202020;
}
.cid-sYRgwL0BzS .mbr-media {
  position: relative;
  cursor: pointer;
}
.cid-sYRgwL0BzS .mbr-media img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.cid-sYRgwL0BzS .mbr-media:hover .circle {
  width: 109.25px;
  height: 109.25px;
  cursor: pointer;
}
.cid-sYRgwL0BzS .shape {
  position: absolute;
  z-index: 6;
  top: 20%;
  left: -5%;
  width: 150px;
  height: 150px;
}
.cid-sYRgwL0BzS .shape img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-sYRgwL0BzS .shape {
    display: none;
  }
}
.cid-sYRgwL0BzS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sYRgwL0BzS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sYRgwL0BzS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sYRgwL0BzS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sYRgwL0BzS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rzN0USyFM8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzN0USyFM8 .google-map {
  height: 25rem;
  position: relative;
}
.cid-rzN0USyFM8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rzN0USyFM8 .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-rzN0USyFM8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rzN0USyFM8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rzN0USyFM8 .container-fluid {
  padding: 0;
}
.cid-rzN0USyFM8 .relative {
  position: relative;
  width: 100%;
}
.cid-rzN0USyFM8 .mbr-section-title {
  color: #656565;
}
.cid-rzN0USyFM8 .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-rzN0USyFM8 .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-rzN0USyFM8 .title {
  text-align: center;
  color: #ffffff;
}
.cid-rzN0USyFM8 .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-rzN0USyFM8 .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sppZsM42vB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sY5KwV8Kik.popup-builder {
  background-color: #ffffff;
}
.cid-sY5KwV8Kik.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sY5KwV8Kik.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sY5KwV8Kik .modal-content,
.cid-sY5KwV8Kik .modal-dialog {
  height: auto;
}
.cid-sY5KwV8Kik .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sY5KwV8Kik .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sY5KwV8Kik .form-wrapper .mbr-form .form-group,
  .cid-sY5KwV8Kik .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sY5KwV8Kik .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sY5KwV8Kik .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sY5KwV8Kik .mbr-text {
  text-align: left;
}
.cid-sY5KwV8Kik .pt-0 {
  padding-top: 0 !important;
}
.cid-sY5KwV8Kik .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sY5KwV8Kik .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sY5KwV8Kik .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sY5KwV8Kik .modal-open {
  overflow: hidden;
}
.cid-sY5KwV8Kik .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sY5KwV8Kik .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sY5KwV8Kik .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sY5KwV8Kik .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sY5KwV8Kik .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sY5KwV8Kik .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sY5KwV8Kik .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sY5KwV8Kik .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sY5KwV8Kik .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sY5KwV8Kik .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sY5KwV8Kik .modal-backdrop.fade {
  opacity: 0;
}
.cid-sY5KwV8Kik .modal-backdrop.show {
  opacity: .5;
}
.cid-sY5KwV8Kik .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sY5KwV8Kik .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sY5KwV8Kik .modal-header {
    padding: 1rem;
  }
}
.cid-sY5KwV8Kik .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sY5KwV8Kik .modal-header .close svg {
  fill: #353535;
}
.cid-sY5KwV8Kik .modal-header .close:hover {
  opacity: 1;
}
.cid-sY5KwV8Kik .modal-header .close:focus {
  outline: none;
}
.cid-sY5KwV8Kik .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sY5KwV8Kik .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sY5KwV8Kik .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sY5KwV8Kik .modal-body {
    padding: 1rem;
  }
}
.cid-sY5KwV8Kik .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sY5KwV8Kik .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sY5KwV8Kik .modal-footer {
    padding: 1rem;
  }
}
.cid-sY5KwV8Kik .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sY5KwV8Kik .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sY5KwV8Kik .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sY5KwV8Kik .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sY5KwV8Kik .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sY5KwV8Kik .modal-lg,
  .cid-sY5KwV8Kik .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sY5KwV8Kik .modal-xl {
    max-width: 1140px;
  }
}
.cid-sY5KwV8Kik .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sY5KwV8Kik .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sY5KwV8Kik .form-group {
  margin-bottom: 1rem;
}
.cid-sY5KwV8Kik .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sY5KwV8Kik .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sY5KwV8Kik .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sY5KwV8Kik .mbr-section-btn {
  margin: 0;
}
.cid-sY5KwV8Kik .mbr-section-btn .btn {
  margin: 0;
}
.cid-spqZg0Mj4V {
  padding-top: 60px;
  padding-bottom: 135px;
  background: #ffffff;
}
.cid-spqZg0Mj4V .card-title {
  margin: 0;
  color: #12265a;
  display: inline-block;
  width: auto;
}
.cid-spqZg0Mj4V .dash {
  width: 100%;
  padding: 2rem 2rem;
  border: 2px dashed #ffffff !important;
  border-radius: 30px;
}
.cid-spqZg0Mj4V .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-spqZg0Mj4V .imageContainer {
  position: relative;
}
.cid-spqZg0Mj4V .imageContainer img {
  width: 65%;
  border-radius: 30px;
}
.cid-spqZg0Mj4V .form-title {
  color: #ffffff;
  margin-bottom: 1.7rem;
}
.cid-spqZg0Mj4V .form-group {
  padding: 0rem;
}
.cid-spqZg0Mj4V .textarea {
  height: 8rem;
}
.cid-spqZg0Mj4V .container-fluid {
  max-width: 1200px;
  padding: 0 1.8rem;
}
.cid-spqZg0Mj4V .mbr-section-btn {
  margin: 0;
}
.cid-spqZg0Mj4V .btn {
  margin: 0;
  width: 100%;
}
.cid-spqZg0Mj4V .btn:hover {
  background-color: #00cfef !important;
}
.cid-spqZg0Mj4V .circle-icon {
  width: 100%;
  display: block;
  margin-bottom: 1.7rem;
  text-align: left;
}
.cid-spqZg0Mj4V .circle-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.cid-spqZg0Mj4V .wgl-icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  position: relative;
  background-color: #45b3df;
}
.cid-spqZg0Mj4V .icon1 {
  font-size: 1rem;
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  top: 8px;
  left: 8px;
}
.cid-spqZg0Mj4V .mbr-text {
  margin-top: 2rem;
}
.cid-spqZg0Mj4V .itemList {
  margin-top: 2rem;
}
.cid-spqZg0Mj4V .dragArea {
  position: absolute;
  top: 4rem;
  right: 0;
  background-color: #2794a4;
  border-radius: 30px;
  padding: 1.5rem;
  width: 350px;
}
@media (max-width: 767px) {
  .cid-spqZg0Mj4V {
    padding-top: 20px;
    padding-bottom: 45px;
  }
  .cid-spqZg0Mj4V .imageContainer img {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .cid-spqZg0Mj4V .left-wrapper {
    margin-top: 2.5rem;
    padding: 0;
    text-align: center;
  }
  .cid-spqZg0Mj4V .row {
    margin: 0rem;
  }
  .cid-spqZg0Mj4V .container-fluid {
    padding: 0 1rem;
  }
  .cid-spqZg0Mj4V .mbr-text {
    text-align: left;
  }
  .cid-spqZg0Mj4V .dragArea {
    position: static;
    width: 100%;
    padding: 1rem;
  }
  .cid-spqZg0Mj4V .dash {
    padding: 1rem 1rem;
  }
  .cid-spqZg0Mj4V .imageContainer {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-spqZg0Mj4V .left-wrapper {
    padding-left: 5.2rem;
    margin-top: 4rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .cid-spqZg0Mj4V .dragArea {
    right: 4rem;
  }
  .cid-spqZg0Mj4V .left-wrapper {
    margin-top: 2.5rem;
  }
}
.cid-spTvDuNB79 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spTvDuNB79 .mbr-text {
  color: #232323;
}
.cid-spTvDuNB79 .mbr-subtitle {
  color: #767676;
  text-align: center;
}
.cid-spTvDuNB79 .mbr-title {
  text-align: center;
}
.cid-spTvDuNB79 .mbr-text DIV {
  text-align: center;
}
.cid-spTvEdpKac {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spTvEdpKac .mbr-text {
  color: #232323;
}
.cid-spTvEdpKac .mbr-subtitle {
  color: #767676;
  text-align: center;
}
.cid-spTvEdpKac .mbr-title {
  text-align: center;
}
.cid-spTvEdpKac .mbr-text DIV {
  text-align: left;
}
.cid-spSJUG6Sd7 {
  padding-top: 10rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/lineas-showerdoors-1-1194x291.png");
}
.cid-spSJUG6Sd7 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-spSJUG6Sd7 .test {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 80%;
}
.cid-spSJUG6Sd7 .container {
  pointer-events: none;
}
.cid-spSJUG6Sd7 .title__block,
.cid-spSJUG6Sd7 .image__block {
  pointer-events: all;
}
.cid-spSJUG6Sd7 .mbr-section-title {
  margin-bottom: 40px;
}
.cid-spSJUG6Sd7 .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-spSJUG6Sd7 .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-spSJUG6Sd7 .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-spSJUG6Sd7 .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-spSJUG6Sd7 .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-spSJUG6Sd7 .image__block {
  max-height: 600px;
}
.cid-spSJUG6Sd7 .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-spSJUG6Sd7 .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-spSJUG6Sd7 .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-spSJUG6Sd7 .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-spSJUG6Sd7 .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-spSJUG6Sd7 .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-spSJUG6Sd7 .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-spSJUG6Sd7 .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-spSJUG6Sd7 .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-spSLeeGxQ9 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-spSLeeGxQ9 .column-wrapper {
  padding-left: 1.5rem;
}
.cid-spSLeeGxQ9 .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-spSLeeGxQ9 .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-spSLeeGxQ9 .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #656565;
}
.cid-spSLeeGxQ9 .mbr-text,
.cid-spSLeeGxQ9 .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-spSLeeGxQ9 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-spSN7nRppd {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-spSN7nRppd .column-wrapper {
  padding-left: 1.5rem;
}
.cid-spSN7nRppd .row {
  flex-direction: row-reverse;
}
.cid-spSN7nRppd .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-spSN7nRppd .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-spSN7nRppd .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-spSN7nRppd .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #656565;
}
.cid-spSN7nRppd .mbr-text,
.cid-spSN7nRppd .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-spSN7nRppd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-spSNC5PQUr {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-spSNC5PQUr .column-wrapper {
  padding-left: 1.5rem;
}
.cid-spSNC5PQUr .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-spSNC5PQUr .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-spSNC5PQUr .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #656565;
}
.cid-spSNC5PQUr .mbr-text,
.cid-spSNC5PQUr .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-spSNC5PQUr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-spSOkngZrE {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #041344;
}
.cid-spSOkngZrE .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-spSOkngZrE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spSOkngZrE .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #2794a4;
}
.cid-spSOkngZrE .container-fluid {
  max-width: 1200px;
}
.cid-spSOkngZrE .btn .inner-dashed-border {
  stroke: #2794a4;
}
.cid-spSOkngZrE .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-spSOkngZrE rect {
  position: absolute;
  width: 95%;
}
.cid-spSOkngZrE .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-spSOkngZrE .svg-1 path {
  fill: #ffffff;
}
.cid-spSOkngZrE .svg-2 {
  position: absolute;
  top: 0;
}
.cid-spSOkngZrE .svg-2 path {
  fill: #ffffff;
}
.cid-spSOkngZrE .svg1 {
  padding: 2px;
}
.cid-spSOkngZrE .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-spSOkngZrE {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-spSOkngZrE .container-fluid {
    padding: 0 1rem;
  }
}
.cid-spSRAg4yHG {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-spSRAg4yHG .mbr-text {
  color: #767676;
}
.cid-spSRAg4yHG img {
  width: 100%;
}
.cid-spSRAg4yHG .card-img {
  margin-bottom: 0rem;
}
.cid-spSRAg4yHG .card-wrapper {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cid-spSRAg4yHG .card-box {
  padding: 2rem 1rem;
}
.cid-spSRAg4yHG p {
  font-weight: 400;
}
.cid-spSRAg4yHG .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-spSRAg4yHG .card {
    margin-bottom: 2rem;
  }
}
.cid-spSRAg4yHG .mbr-text,
.cid-spSRAg4yHG .mbr-section-btn {
  text-align: left;
}
.cid-spSRAg4yHG .card-title,
.cid-spSRAg4yHG .card-img {
  text-align: left;
  color: #656565;
}
.cid-spqEFzEVys {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sqEcgI2ywd {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqEcgI2ywd .column-wrapper {
  padding-left: 1.5rem;
}
.cid-sqEcgI2ywd .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-sqEcgI2ywd .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-sqEcgI2ywd .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #656565;
}
.cid-sqEcgI2ywd .mbr-text,
.cid-sqEcgI2ywd .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sqEcgI2ywd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-spqEFzYXEq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spqEFzYXEq .google-map {
  height: 25rem;
  position: relative;
}
.cid-spqEFzYXEq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-spqEFzYXEq .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-spqEFzYXEq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-spqEFzYXEq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-spqEFzYXEq .container-fluid {
  padding: 0;
}
.cid-spqEFzYXEq .relative {
  position: relative;
  width: 100%;
}
.cid-spqEFzYXEq .mbr-section-title {
  color: #656565;
}
.cid-spqEFzYXEq .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-spqEFzYXEq .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-spqEFzYXEq .title {
  text-align: center;
  color: #ffffff;
}
.cid-spqEFzYXEq .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-spqEFzYXEq .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-spqEFAmMEy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spAHw7WVBY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-spAHw7WVBY nav.navbar {
  position: fixed;
}
.cid-spAHw7WVBY .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spAHw7WVBY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spAHw7WVBY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spAHw7WVBY .dropdown-item:hover,
.cid-spAHw7WVBY .dropdown-item:focus {
  background: #00b9d5 !important;
  color: white !important;
}
.cid-spAHw7WVBY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spAHw7WVBY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spAHw7WVBY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spAHw7WVBY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spAHw7WVBY .nav-link {
  position: relative;
}
.cid-spAHw7WVBY .container {
  display: flex;
  margin: auto;
}
.cid-spAHw7WVBY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spAHw7WVBY .dropdown-menu,
.cid-spAHw7WVBY .navbar.opened {
  background: #ffffff !important;
}
.cid-spAHw7WVBY .nav-item:focus,
.cid-spAHw7WVBY .nav-link:focus {
  outline: none;
}
.cid-spAHw7WVBY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spAHw7WVBY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spAHw7WVBY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spAHw7WVBY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spAHw7WVBY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spAHw7WVBY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spAHw7WVBY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-spAHw7WVBY .navbar.opened {
  transition: all 0.3s;
}
.cid-spAHw7WVBY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spAHw7WVBY .navbar .navbar-logo img {
  width: auto;
}
.cid-spAHw7WVBY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spAHw7WVBY .navbar.collapsed {
  justify-content: center;
}
.cid-spAHw7WVBY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spAHw7WVBY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spAHw7WVBY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-spAHw7WVBY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spAHw7WVBY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spAHw7WVBY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-spAHw7WVBY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spAHw7WVBY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spAHw7WVBY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spAHw7WVBY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spAHw7WVBY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spAHw7WVBY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spAHw7WVBY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spAHw7WVBY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-spAHw7WVBY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spAHw7WVBY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spAHw7WVBY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spAHw7WVBY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spAHw7WVBY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spAHw7WVBY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spAHw7WVBY .navbar.navbar-short {
  min-height: 60px;
}
.cid-spAHw7WVBY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spAHw7WVBY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spAHw7WVBY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spAHw7WVBY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spAHw7WVBY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spAHw7WVBY .dropdown-item.active,
.cid-spAHw7WVBY .dropdown-item:active {
  background-color: transparent;
}
.cid-spAHw7WVBY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spAHw7WVBY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spAHw7WVBY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spAHw7WVBY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spAHw7WVBY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spAHw7WVBY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spAHw7WVBY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spAHw7WVBY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spAHw7WVBY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spAHw7WVBY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-spAHw7WVBY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spAHw7WVBY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spAHw7WVBY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spAHw7WVBY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spAHw7WVBY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spAHw7WVBY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spAHw7WVBY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spAHw7WVBY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spAHw7WVBY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spAHw7WVBY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spAHw7WVBY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spAHw7WVBY .navbar {
    height: 70px;
  }
  .cid-spAHw7WVBY .navbar.opened {
    height: auto;
  }
  .cid-spAHw7WVBY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sppYYq9fBt {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/termopanel-1309x873.jpg");
}
.cid-sppYYq9fBt .mbr-section-title {
  text-align: left;
}
.cid-sppZsM42vB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spAHw7WVBY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-spAHw7WVBY nav.navbar {
  position: fixed;
}
.cid-spAHw7WVBY .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spAHw7WVBY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spAHw7WVBY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spAHw7WVBY .dropdown-item:hover,
.cid-spAHw7WVBY .dropdown-item:focus {
  background: #00b9d5 !important;
  color: white !important;
}
.cid-spAHw7WVBY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spAHw7WVBY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spAHw7WVBY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spAHw7WVBY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spAHw7WVBY .nav-link {
  position: relative;
}
.cid-spAHw7WVBY .container {
  display: flex;
  margin: auto;
}
.cid-spAHw7WVBY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spAHw7WVBY .dropdown-menu,
.cid-spAHw7WVBY .navbar.opened {
  background: #ffffff !important;
}
.cid-spAHw7WVBY .nav-item:focus,
.cid-spAHw7WVBY .nav-link:focus {
  outline: none;
}
.cid-spAHw7WVBY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spAHw7WVBY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spAHw7WVBY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spAHw7WVBY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spAHw7WVBY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spAHw7WVBY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spAHw7WVBY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-spAHw7WVBY .navbar.opened {
  transition: all 0.3s;
}
.cid-spAHw7WVBY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spAHw7WVBY .navbar .navbar-logo img {
  width: auto;
}
.cid-spAHw7WVBY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spAHw7WVBY .navbar.collapsed {
  justify-content: center;
}
.cid-spAHw7WVBY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spAHw7WVBY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spAHw7WVBY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-spAHw7WVBY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spAHw7WVBY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spAHw7WVBY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-spAHw7WVBY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spAHw7WVBY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spAHw7WVBY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spAHw7WVBY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spAHw7WVBY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spAHw7WVBY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spAHw7WVBY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spAHw7WVBY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-spAHw7WVBY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spAHw7WVBY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spAHw7WVBY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spAHw7WVBY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spAHw7WVBY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spAHw7WVBY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spAHw7WVBY .navbar.navbar-short {
  min-height: 60px;
}
.cid-spAHw7WVBY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spAHw7WVBY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spAHw7WVBY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spAHw7WVBY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spAHw7WVBY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spAHw7WVBY .dropdown-item.active,
.cid-spAHw7WVBY .dropdown-item:active {
  background-color: transparent;
}
.cid-spAHw7WVBY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spAHw7WVBY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spAHw7WVBY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spAHw7WVBY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spAHw7WVBY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spAHw7WVBY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spAHw7WVBY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spAHw7WVBY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spAHw7WVBY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spAHw7WVBY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-spAHw7WVBY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spAHw7WVBY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spAHw7WVBY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spAHw7WVBY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spAHw7WVBY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spAHw7WVBY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spAHw7WVBY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spAHw7WVBY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spAHw7WVBY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spAHw7WVBY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spAHw7WVBY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spAHw7WVBY .navbar {
    height: 70px;
  }
  .cid-spAHw7WVBY .navbar.opened {
    height: auto;
  }
  .cid-spAHw7WVBY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqxVbJbUcl {
  padding-top: 60px;
  padding-bottom: 135px;
  background: #ffffff;
}
.cid-sqxVbJbUcl .card-title {
  margin: 0;
  color: #12265a;
  display: inline-block;
  width: auto;
}
.cid-sqxVbJbUcl .dash {
  width: 100%;
  padding: 2rem 2rem;
  border: 2px dashed #ffffff !important;
  border-radius: 30px;
}
.cid-sqxVbJbUcl .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-sqxVbJbUcl .imageContainer {
  position: relative;
}
.cid-sqxVbJbUcl .imageContainer img {
  width: 65%;
  border-radius: 30px;
}
.cid-sqxVbJbUcl .form-title {
  color: #ffffff;
  margin-bottom: 1.7rem;
}
.cid-sqxVbJbUcl .form-group {
  padding: 0rem;
}
.cid-sqxVbJbUcl .textarea {
  height: 8rem;
}
.cid-sqxVbJbUcl .container-fluid {
  max-width: 1200px;
  padding: 0 1.8rem;
}
.cid-sqxVbJbUcl .mbr-section-btn {
  margin: 0;
}
.cid-sqxVbJbUcl .btn {
  margin: 0;
  width: 100%;
}
.cid-sqxVbJbUcl .btn:hover {
  background-color: #00cfef !important;
}
.cid-sqxVbJbUcl .circle-icon {
  width: 100%;
  display: block;
  margin-bottom: 1.7rem;
  text-align: left;
}
.cid-sqxVbJbUcl .circle-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.cid-sqxVbJbUcl .wgl-icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  position: relative;
  background-color: #45b3df;
}
.cid-sqxVbJbUcl .icon1 {
  font-size: 1rem;
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  top: 8px;
  left: 8px;
}
.cid-sqxVbJbUcl .mbr-text {
  margin-top: 2rem;
}
.cid-sqxVbJbUcl .itemList {
  margin-top: 2rem;
}
.cid-sqxVbJbUcl .dragArea {
  position: absolute;
  top: 4rem;
  right: 0;
  background-color: #2794a4;
  border-radius: 30px;
  padding: 1.5rem;
  width: 350px;
}
@media (max-width: 767px) {
  .cid-sqxVbJbUcl {
    padding-top: 20px;
    padding-bottom: 45px;
  }
  .cid-sqxVbJbUcl .imageContainer img {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .cid-sqxVbJbUcl .left-wrapper {
    margin-top: 2.5rem;
    padding: 0;
    text-align: center;
  }
  .cid-sqxVbJbUcl .row {
    margin: 0rem;
  }
  .cid-sqxVbJbUcl .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqxVbJbUcl .mbr-text {
    text-align: left;
  }
  .cid-sqxVbJbUcl .dragArea {
    position: static;
    width: 100%;
    padding: 1rem;
  }
  .cid-sqxVbJbUcl .dash {
    padding: 1rem 1rem;
  }
  .cid-sqxVbJbUcl .imageContainer {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sqxVbJbUcl .left-wrapper {
    padding-left: 5.2rem;
    margin-top: 4rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .cid-sqxVbJbUcl .dragArea {
    right: 4rem;
  }
  .cid-sqxVbJbUcl .left-wrapper {
    margin-top: 2.5rem;
  }
}
.cid-sqxVbJL01B {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqxVbJL01B .mbr-text {
  color: #232323;
}
.cid-sqxVbJL01B .mbr-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sqxVbJL01B .mbr-title {
  text-align: center;
}
.cid-sqxVbJL01B .mbr-text DIV {
  text-align: center;
}
.cid-sqxVbK5WQP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqxVbK5WQP .mbr-text {
  color: #232323;
}
.cid-sqxVbK5WQP .mbr-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sqxVbK5WQP .mbr-title {
  text-align: center;
}
.cid-sqxVbK5WQP .mbr-text DIV {
  text-align: left;
}
.cid-sqxVbKowqF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/tipo-de-mamparas-de-bao-2-2000x1104.png");
}
.cid-sqxVbKowqF .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sqxVbKowqF .test {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 80%;
}
.cid-sqxVbKowqF .container {
  pointer-events: none;
}
.cid-sqxVbKowqF .title__block,
.cid-sqxVbKowqF .image__block {
  pointer-events: all;
}
.cid-sqxVbKowqF .mbr-section-title {
  margin-bottom: 40px;
}
.cid-sqxVbKowqF .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-sqxVbKowqF .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-sqxVbKowqF .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-sqxVbKowqF .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-sqxVbKowqF .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-sqxVbKowqF .image__block {
  max-height: 600px;
}
.cid-sqxVbKowqF .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sqxVbKowqF .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-sqxVbKowqF .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-sqxVbKowqF .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-sqxVbKowqF .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-sqxVbKowqF .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-sqxVbKowqF .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-sqxVbKowqF .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-sqxVbKowqF .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sqxVbKK5AP {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqxVbKK5AP .column-wrapper {
  padding-left: 1.5rem;
}
.cid-sqxVbKK5AP .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-sqxVbKK5AP .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-sqxVbKK5AP .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #656565;
}
.cid-sqxVbKK5AP .mbr-text,
.cid-sqxVbKK5AP .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sqxVbKK5AP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sqxVbL7lcm {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqxVbL7lcm .column-wrapper {
  padding-left: 1.5rem;
}
.cid-sqxVbL7lcm .row {
  flex-direction: row-reverse;
}
.cid-sqxVbL7lcm .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-sqxVbL7lcm .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-sqxVbL7lcm .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-sqxVbL7lcm .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #656565;
}
.cid-sqxVbL7lcm .mbr-text,
.cid-sqxVbL7lcm .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sqxVbL7lcm .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sqxVbLvVMD {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqxVbLvVMD .column-wrapper {
  padding-left: 1.5rem;
}
.cid-sqxVbLvVMD .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-sqxVbLvVMD .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-sqxVbLvVMD .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #656565;
}
.cid-sqxVbLvVMD .mbr-text,
.cid-sqxVbLvVMD .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sqxVbLvVMD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sqxVbLT2Rw {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #041344;
}
.cid-sqxVbLT2Rw .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-sqxVbLT2Rw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sqxVbLT2Rw .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #2794a4;
}
.cid-sqxVbLT2Rw .container-fluid {
  max-width: 1200px;
}
.cid-sqxVbLT2Rw .btn .inner-dashed-border {
  stroke: #2794a4;
}
.cid-sqxVbLT2Rw .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sqxVbLT2Rw rect {
  position: absolute;
  width: 95%;
}
.cid-sqxVbLT2Rw .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sqxVbLT2Rw .svg-1 path {
  fill: #ffffff;
}
.cid-sqxVbLT2Rw .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sqxVbLT2Rw .svg-2 path {
  fill: #ffffff;
}
.cid-sqxVbLT2Rw .svg1 {
  padding: 2px;
}
.cid-sqxVbLT2Rw .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-sqxVbLT2Rw {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sqxVbLT2Rw .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sqxVbMckeM {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sqxVbMckeM .mbr-text {
  color: #767676;
}
.cid-sqxVbMckeM img {
  width: 100%;
}
.cid-sqxVbMckeM .card-img {
  margin-bottom: 0rem;
}
.cid-sqxVbMckeM .card-wrapper {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cid-sqxVbMckeM .card-box {
  padding: 2rem 1rem;
}
.cid-sqxVbMckeM p {
  font-weight: 400;
}
.cid-sqxVbMckeM .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sqxVbMckeM .card {
    margin-bottom: 2rem;
  }
}
.cid-sqxVbMckeM .mbr-text,
.cid-sqxVbMckeM .mbr-section-btn {
  text-align: left;
}
.cid-sqxVbMckeM .card-title,
.cid-sqxVbMckeM .card-img {
  text-align: left;
  color: #656565;
}
.cid-sqxVbMD9IC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sqDEryY8Mi {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqDEryY8Mi .column-wrapper {
  padding-left: 1.5rem;
}
.cid-sqDEryY8Mi .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-sqDEryY8Mi .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-sqDEryY8Mi .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #656565;
}
.cid-sqDEryY8Mi .mbr-text,
.cid-sqDEryY8Mi .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sqDEryY8Mi .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sqxVbMQZmd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqxVbMQZmd .google-map {
  height: 25rem;
  position: relative;
}
.cid-sqxVbMQZmd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sqxVbMQZmd .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-sqxVbMQZmd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sqxVbMQZmd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sqxVbMQZmd .container-fluid {
  padding: 0;
}
.cid-sqxVbMQZmd .relative {
  position: relative;
  width: 100%;
}
.cid-sqxVbMQZmd .mbr-section-title {
  color: #656565;
}
.cid-sqxVbMQZmd .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-sqxVbMQZmd .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sqxVbMQZmd .title {
  text-align: center;
  color: #ffffff;
}
.cid-sqxVbMQZmd .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sqxVbMQZmd .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sqxVbN9J4v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sqxVbNqZzA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqxVbNqZzA nav.navbar {
  position: fixed;
}
.cid-sqxVbNqZzA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqxVbNqZzA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqxVbNqZzA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqxVbNqZzA .dropdown-item:hover,
.cid-sqxVbNqZzA .dropdown-item:focus {
  background: #00b9d5 !important;
  color: white !important;
}
.cid-sqxVbNqZzA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqxVbNqZzA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqxVbNqZzA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqxVbNqZzA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqxVbNqZzA .nav-link {
  position: relative;
}
.cid-sqxVbNqZzA .container {
  display: flex;
  margin: auto;
}
.cid-sqxVbNqZzA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqxVbNqZzA .dropdown-menu,
.cid-sqxVbNqZzA .navbar.opened {
  background: #ffffff !important;
}
.cid-sqxVbNqZzA .nav-item:focus,
.cid-sqxVbNqZzA .nav-link:focus {
  outline: none;
}
.cid-sqxVbNqZzA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqxVbNqZzA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqxVbNqZzA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqxVbNqZzA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqxVbNqZzA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqxVbNqZzA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqxVbNqZzA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sqxVbNqZzA .navbar.opened {
  transition: all 0.3s;
}
.cid-sqxVbNqZzA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqxVbNqZzA .navbar .navbar-logo img {
  width: auto;
}
.cid-sqxVbNqZzA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqxVbNqZzA .navbar.collapsed {
  justify-content: center;
}
.cid-sqxVbNqZzA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqxVbNqZzA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqxVbNqZzA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-sqxVbNqZzA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqxVbNqZzA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqxVbNqZzA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sqxVbNqZzA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqxVbNqZzA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqxVbNqZzA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqxVbNqZzA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqxVbNqZzA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqxVbNqZzA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqxVbNqZzA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqxVbNqZzA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sqxVbNqZzA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqxVbNqZzA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqxVbNqZzA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqxVbNqZzA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqxVbNqZzA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqxVbNqZzA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqxVbNqZzA .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqxVbNqZzA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqxVbNqZzA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqxVbNqZzA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqxVbNqZzA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqxVbNqZzA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqxVbNqZzA .dropdown-item.active,
.cid-sqxVbNqZzA .dropdown-item:active {
  background-color: transparent;
}
.cid-sqxVbNqZzA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqxVbNqZzA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqxVbNqZzA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqxVbNqZzA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqxVbNqZzA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqxVbNqZzA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqxVbNqZzA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqxVbNqZzA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqxVbNqZzA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqxVbNqZzA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sqxVbNqZzA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqxVbNqZzA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqxVbNqZzA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqxVbNqZzA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqxVbNqZzA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqxVbNqZzA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqxVbNqZzA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqxVbNqZzA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqxVbNqZzA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqxVbNqZzA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqxVbNqZzA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqxVbNqZzA .navbar {
    height: 70px;
  }
  .cid-sqxVbNqZzA .navbar.opened {
    height: auto;
  }
  .cid-sqxVbNqZzA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFmUogYgDU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFmUogYgDU nav.navbar {
  position: fixed;
}
.cid-sFmUogYgDU .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFmUogYgDU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFmUogYgDU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFmUogYgDU .dropdown-item:hover,
.cid-sFmUogYgDU .dropdown-item:focus {
  background: #00b9d5 !important;
  color: white !important;
}
.cid-sFmUogYgDU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFmUogYgDU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFmUogYgDU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFmUogYgDU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFmUogYgDU .nav-link {
  position: relative;
}
.cid-sFmUogYgDU .container {
  display: flex;
  margin: auto;
}
.cid-sFmUogYgDU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFmUogYgDU .dropdown-menu,
.cid-sFmUogYgDU .navbar.opened {
  background: #ffffff !important;
}
.cid-sFmUogYgDU .nav-item:focus,
.cid-sFmUogYgDU .nav-link:focus {
  outline: none;
}
.cid-sFmUogYgDU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFmUogYgDU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFmUogYgDU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFmUogYgDU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFmUogYgDU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFmUogYgDU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFmUogYgDU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFmUogYgDU .navbar.opened {
  transition: all 0.3s;
}
.cid-sFmUogYgDU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFmUogYgDU .navbar .navbar-logo img {
  width: auto;
}
.cid-sFmUogYgDU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFmUogYgDU .navbar.collapsed {
  justify-content: center;
}
.cid-sFmUogYgDU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFmUogYgDU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFmUogYgDU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-sFmUogYgDU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFmUogYgDU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFmUogYgDU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFmUogYgDU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFmUogYgDU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFmUogYgDU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFmUogYgDU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFmUogYgDU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFmUogYgDU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFmUogYgDU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFmUogYgDU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFmUogYgDU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFmUogYgDU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFmUogYgDU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFmUogYgDU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFmUogYgDU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFmUogYgDU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFmUogYgDU .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFmUogYgDU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFmUogYgDU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFmUogYgDU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFmUogYgDU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFmUogYgDU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFmUogYgDU .dropdown-item.active,
.cid-sFmUogYgDU .dropdown-item:active {
  background-color: transparent;
}
.cid-sFmUogYgDU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFmUogYgDU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFmUogYgDU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFmUogYgDU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFmUogYgDU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFmUogYgDU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFmUogYgDU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFmUogYgDU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFmUogYgDU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFmUogYgDU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFmUogYgDU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFmUogYgDU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFmUogYgDU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFmUogYgDU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFmUogYgDU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFmUogYgDU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFmUogYgDU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFmUogYgDU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFmUogYgDU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFmUogYgDU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFmUogYgDU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFmUogYgDU .navbar {
    height: 70px;
  }
  .cid-sFmUogYgDU .navbar.opened {
    height: auto;
  }
  .cid-sFmUogYgDU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFmUohxmYI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/ventana-termopanel-header-2000x1219.png");
}
.cid-sFmUohxmYI .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-sFmUohxmYI .form-control,
.cid-sFmUohxmYI .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-sFmUohxmYI .form-control::-webkit-input-placeholder,
.cid-sFmUohxmYI .field-input::-webkit-input-placeholder,
.cid-sFmUohxmYI .form-control::-webkit-input-placeholder,
.cid-sFmUohxmYI .field-input::-webkit-input-placeholder {
  color: #333333;
}
.cid-sFmUohxmYI .form-control:-moz-placeholder,
.cid-sFmUohxmYI .field-input:-moz-placeholder,
.cid-sFmUohxmYI .form-control:-moz-placeholder,
.cid-sFmUohxmYI .field-input:-moz-placeholder {
  color: #333333;
}
.cid-sFmUohxmYI .form-control:hover,
.cid-sFmUohxmYI .field-input:hover,
.cid-sFmUohxmYI .form-control:focus,
.cid-sFmUohxmYI .field-input:focus {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sFmUohxmYI .form-control:hover::-webkit-input-placeholder,
.cid-sFmUohxmYI .field-input:hover::-webkit-input-placeholder,
.cid-sFmUohxmYI .form-control:focus::-webkit-input-placeholder,
.cid-sFmUohxmYI .field-input:focus::-webkit-input-placeholder,
.cid-sFmUohxmYI .form-control:hover::-webkit-input-placeholder,
.cid-sFmUohxmYI .field-input:hover::-webkit-input-placeholder,
.cid-sFmUohxmYI .form-control:focus::-webkit-input-placeholder,
.cid-sFmUohxmYI .field-input:focus::-webkit-input-placeholder {
  color: #656565;
}
.cid-sFmUohxmYI .form-control:hover:-moz-placeholder,
.cid-sFmUohxmYI .field-input:hover:-moz-placeholder,
.cid-sFmUohxmYI .form-control:focus:-moz-placeholder,
.cid-sFmUohxmYI .field-input:focus:-moz-placeholder,
.cid-sFmUohxmYI .form-control:hover:-moz-placeholder,
.cid-sFmUohxmYI .field-input:hover:-moz-placeholder,
.cid-sFmUohxmYI .form-control:focus:-moz-placeholder,
.cid-sFmUohxmYI .field-input:focus:-moz-placeholder {
  color: #656565;
}
.cid-sFmUohxmYI textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-sFmUohxmYI .jq-number__spin:hover,
.cid-sFmUohxmYI .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sFmUohxmYI .jq-number__spin {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFmUohxmYI .jq-selectbox li,
.cid-sFmUohxmYI .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFmUohxmYI .jq-selectbox li:hover,
.cid-sFmUohxmYI .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFmUohxmYI .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sFmUohxmYI .jq-number__spin.minus:hover:after,
.cid-sFmUohxmYI .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sFmUohxmYI .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sFmUohxmYI .jq-number__spin.minus:after,
.cid-sFmUohxmYI .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sFmUohxmYI input::-webkit-clear-button {
  display: none;
}
.cid-sFmUohxmYI input::-webkit-inner-spin-button {
  display: none;
}
.cid-sFmUohxmYI input::-webkit-outer-spin-button {
  display: none;
}
.cid-sFmUohxmYI input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sFmUohxmYI .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #00b9d5;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sFmUohxmYI .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sFmUohxmYI .mbr-section-title {
  color: #404040;
}
.cid-sFmUohxmYI .mbr-section-title.display-2 {
  line-height: 1.2;
  font-size: 30px;
}
.cid-sFmUohxmYI .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sFmUohxmYI .mbr-section-subtitle.display-7 {
  line-height: 1.5;
}
.cid-sFmUohxmYI .mbr-text {
  color: #606060;
}
.cid-sFmUohxmYI .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-sFmUohxmYI .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sFmUohxmYI .box {
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.88);
  border-radius: 4px;
}
.cid-sFmUohxmYI .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-sFmUohxmYI .form-control-label,
.cid-sFmUohxmYI .form-check {
  margin-left: 20px;
}
.cid-sFmUohTAOF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFmUohTAOF img {
  width: 100%;
}
.cid-sFmUohTAOF .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #00b9d5;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sFmUohTAOF .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sFmUohTAOF .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sFmUohTAOF .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-sFmUohTAOF .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-sFmUohTAOF * {
    text-align: left;
  }
}
.cid-sFmUoijI6m {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #041859;
}
.cid-sFmUoijI6m .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-sFmUoijI6m .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sFmUoijI6m .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #2794a4;
}
.cid-sFmUoijI6m .container-fluid {
  max-width: 1200px;
}
.cid-sFmUoijI6m .btn .inner-dashed-border {
  stroke: #2794a4;
}
.cid-sFmUoijI6m .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sFmUoijI6m rect {
  position: absolute;
  width: 95%;
}
.cid-sFmUoijI6m .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sFmUoijI6m .svg-1 path {
  fill: #ffffff;
}
.cid-sFmUoijI6m .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sFmUoijI6m .svg-2 path {
  fill: #ffffff;
}
.cid-sFmUoijI6m .svg1 {
  padding: 2px;
}
.cid-sFmUoijI6m .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-sFmUoijI6m {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-sFmUoijI6m .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sFmUoiE5HK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sFmUoiT2BB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFmUoiT2BB .mbr-text {
  color: #232323;
}
.cid-sFmUoiT2BB .mbr-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sFmUoiT2BB .mbr-title {
  text-align: left;
}
.cid-sFmUoiT2BB .mbr-text DIV {
  text-align: left;
}
.cid-sFmUojiGLf {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sFmUojiGLf .mbr-overlay {
  background: #5eeebb;
}
.cid-sFmUojiGLf .row {
  margin: 0;
}
.cid-sFmUojiGLf .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sFmUojiGLf .mbr-section-title {
  color: #233d63;
  font-weight: 300;
}
.cid-sFmUojiGLf .mbr-section-title b,
.cid-sFmUojiGLf .mbr-section-title strong {
  font-weight: 500;
}
.cid-sFmUojiGLf .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-sFmUojiGLf .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-sFmUojiGLf .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-sFmUojiGLf .carousel-item {
  justify-content: center;
}
.cid-sFmUojiGLf .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sFmUojiGLf .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.3) 0%, #ffffff 100%);
  border-radius: 3px;
}
.cid-sFmUojiGLf .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-sFmUojiGLf .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-sFmUojiGLf .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sFmUojiGLf .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-sFmUojiGLf .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-sFmUojiGLf .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-sFmUojiGLf .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-sFmUojiGLf .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-sFmUojiGLf .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sFmUojiGLf .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sFmUojiGLf .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-sFmUojiGLf .cloneditem-1,
.cid-sFmUojiGLf .cloneditem-2,
.cid-sFmUojiGLf .cloneditem-3,
.cid-sFmUojiGLf .cloneditem-4,
.cid-sFmUojiGLf .cloneditem-5 {
  display: none;
}
.cid-sFmUojiGLf .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sFmUojiGLf .wrap {
    margin-bottom: 50px;
  }
  .cid-sFmUojiGLf .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-sFmUojiGLf .arrows {
    display: none;
  }
  .cid-sFmUojiGLf .carousel-item {
    margin-bottom: 60px;
  }
  .cid-sFmUojiGLf .container-fluid,
  .cid-sFmUojiGLf .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sFmUojiGLf .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sFmUojiGLf .carousel-inner {
    z-index: 1;
  }
  .cid-sFmUojiGLf .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sFmUojiGLf .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-sFmUojiGLf .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sFmUojiGLf .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sFmUojiGLf .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sFmUojiGLf .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sFmUojiGLf .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sFmUojiGLf .carousel-inner.slides2 .cloneditem-1,
  .cid-sFmUojiGLf .carousel-inner.slides2 .cloneditem-2,
  .cid-sFmUojiGLf .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sFmUojiGLf .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sFmUojiGLf .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sFmUojiGLf .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sFmUojiGLf .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sFmUojiGLf .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sFmUojiGLf .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sFmUojiGLf .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sFmUojiGLf .carousel-inner.slides3 .cloneditem-1,
  .cid-sFmUojiGLf .carousel-inner.slides3 .cloneditem-2,
  .cid-sFmUojiGLf .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sFmUojiGLf .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sFmUojiGLf .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-sFmUojiGLf .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sFmUojiGLf .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sFmUojiGLf .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sFmUojiGLf .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sFmUojiGLf .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sFmUojiGLf .carousel-inner.slides4 .cloneditem-1,
  .cid-sFmUojiGLf .carousel-inner.slides4 .cloneditem-2,
  .cid-sFmUojiGLf .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sFmUojiGLf .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sFmUojiGLf .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-sFmUojiGLf .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sFmUojiGLf .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sFmUojiGLf .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sFmUojiGLf .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sFmUojiGLf .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sFmUojiGLf .carousel-inner.slides5 .cloneditem-1,
  .cid-sFmUojiGLf .carousel-inner.slides5 .cloneditem-2,
  .cid-sFmUojiGLf .carousel-inner.slides5 .cloneditem-3,
  .cid-sFmUojiGLf .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sFmUojiGLf .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sFmUojiGLf .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sFmUojiGLf .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sFmUojiGLf .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sFmUojiGLf .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sFmUojiGLf .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sFmUojiGLf .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sFmUojiGLf .carousel-inner.slides6 .cloneditem-1,
  .cid-sFmUojiGLf .carousel-inner.slides6 .cloneditem-2,
  .cid-sFmUojiGLf .carousel-inner.slides6 .cloneditem-3,
  .cid-sFmUojiGLf .carousel-inner.slides6 .cloneditem-4,
  .cid-sFmUojiGLf .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sFmUokcRZS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/linea-de-ventanas-1-1400x780.png");
}
.cid-sFmUokcRZS .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sFmUokcRZS .test {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 80%;
}
.cid-sFmUokcRZS .container {
  pointer-events: none;
}
.cid-sFmUokcRZS .title__block,
.cid-sFmUokcRZS .image__block {
  pointer-events: all;
}
.cid-sFmUokcRZS .mbr-section-title {
  margin-bottom: 40px;
}
.cid-sFmUokcRZS .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-sFmUokcRZS .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-sFmUokcRZS .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-sFmUokcRZS .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-sFmUokcRZS .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-sFmUokcRZS .image__block {
  max-height: 600px;
}
.cid-sFmUokcRZS .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sFmUokcRZS .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-sFmUokcRZS .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-sFmUokcRZS .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-sFmUokcRZS .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-sFmUokcRZS .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-sFmUokcRZS .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-sFmUokcRZS .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-sFmUokcRZS .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sFmUokxFli {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #041859;
}
.cid-sFmUokxFli .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sFmUokxFli .mbr-section-btn,
  .cid-sFmUokxFli .mbr-section-subtitle,
  .cid-sFmUokxFli .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sFmUokQL2T {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFmUokQL2T .container-fluid {
  padding: 0 3rem;
}
.cid-sFmUokQL2T .mbr-section-subtitle {
  color: #767676;
}
.cid-sFmUokQL2T .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sFmUokQL2T .table-wrapper {
  margin: 0 auto;
}
.cid-sFmUokQL2T table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sFmUokQL2T table thead tr {
  border: none !important;
}
.cid-sFmUokQL2T table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #5b5b5b;
  color: white;
  vertical-align: middle;
}
.cid-sFmUokQL2T table tr {
  border-bottom: 1px solid #c1c1c1;
  border-top: none;
}
.cid-sFmUokQL2T table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-sFmUokQL2T tr:hover {
  background-color: #e1feff !important;
}
.cid-sFmUokQL2T .head-item:after,
.cid-sFmUokQL2T .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-sFmUokQL2T table th,
  .cid-sFmUokQL2T table td {
    padding: .75rem;
  }
}
.cid-sFmUokQL2T .body-item {
  text-align: center;
}
.cid-sFmUokQL2T .head-item {
  color: #000000;
}
.cid-sFmUokQL2T .mbr-text {
  color: #767676;
}
.cid-sFmUom6Zer {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFmUom6Zer h4,
.cid-sFmUom6Zer h5 {
  text-align: center;
}
.cid-sFmUom6Zer h5 {
  font-weight: 400;
}
.cid-sFmUom6Zer p {
  text-align: center;
}
.cid-sFmUom6Zer .img-icon {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-sFmUom6Zer .card-box {
  text-align: center;
}
.cid-sFmUom6Zer .card-box:after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 3px;
  background-color: #00b9d5;
}
@media (min-width: 992px) {
  .cid-sFmUom6Zer .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sFmUomIj15 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFmUomIj15 h4,
.cid-sFmUomIj15 h5 {
  text-align: center;
}
.cid-sFmUomIj15 h5 {
  font-weight: 400;
}
.cid-sFmUomIj15 p {
  text-align: center;
}
.cid-sFmUomIj15 .img-icon {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-sFmUomIj15 .card-box {
  text-align: center;
}
.cid-sFmUomIj15 .card-box:after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 3px;
  background-color: #00b9d5;
}
@media (min-width: 992px) {
  .cid-sFmUomIj15 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sFmUonleGe {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sFmUonCwB2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFmUonCwB2 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sFmUonCwB2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFmUonCwB2 .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-sFmUonCwB2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFmUonCwB2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sFmUonCwB2 .container-fluid {
  padding: 0;
}
.cid-sFmUonCwB2 .relative {
  position: relative;
  width: 100%;
}
.cid-sFmUonCwB2 .mbr-section-title {
  color: #656565;
}
.cid-sFmUonCwB2 .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-sFmUonCwB2 .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sFmUonCwB2 .title {
  text-align: center;
  color: #ffffff;
}
.cid-sFmUonCwB2 .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sFmUonCwB2 .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sFmUoo0KCr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
