body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #14b8ef !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #0e8fce !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #2ab61d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #14b8ef !important;
  border-color: #14b8ef !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0b7ca1 !important;
  border-color: #0b7ca1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0b7ca1 !important;
  border-color: #0b7ca1 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3131 !important;
  border-color: #ff3131 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #d90000 !important;
  border-color: #d90000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d90000 !important;
  border-color: #d90000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0e8fce !important;
  border-color: #0e8fce !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #08577d !important;
  border-color: #08577d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #08577d !important;
  border-color: #08577d !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2ab61d !important;
  border-color: #2ab61d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #196b11 !important;
  border-color: #196b11 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #196b11 !important;
  border-color: #196b11 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #14b8ef;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0b7ca1 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #14b8ef !important;
  border-color: #14b8ef !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff3131;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d90000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3131 !important;
  border-color: #ff3131 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0e8fce;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #08577d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0e8fce !important;
  border-color: #0e8fce !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2ab61d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #196b11 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2ab61d !important;
  border-color: #2ab61d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #14b8ef !important;
}
.text-secondary {
  color: #ff3131 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #0e8fce !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #2ab61d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0a7193 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ca0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #084d6e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #165e0f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #14b8ef;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0e8fce;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #2ab61d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #14b8ef;
  border-color: #14b8ef;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #14b8ef;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d3f2fc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #aee1fa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #76e76b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #14b8ef !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #14b8ef;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #14b8ef;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #14b8ef;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #14b8ef;
  border-bottom-color: #14b8ef;
}
.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: #14b8ef !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: #ff3131 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2314b8ef' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sgCEemxLOo {
  background-image: url("../../../assets/images/toldos-de-policarbonato-em-sorocaba-toldos-silva-640x426.jpg");
}
.cid-sgCEemxLOo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sgCEemxLOo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sgCEemxLOo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sgCEemxLOo .mbr-section-title {
  color: #ffffff;
}
.cid-sgCEemxLOo .mbr-text,
.cid-sgCEemxLOo .mbr-section-btn {
  color: #ffffff;
}
.cid-sgCJ5lQ9rR {
  background: #175776;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #003752, #175776);
}
.cid-sgCJ5lQ9rR .image-block {
  margin: auto;
}
.cid-sgCJ5lQ9rR figcaption {
  position: relative;
}
.cid-sgCJ5lQ9rR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sgCJ5lQ9rR .image-block {
    width: 100% !important;
  }
}
.cid-sgBChPq9Vl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cae2ed;
}
.cid-sgBChPq9Vl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sgBChPq9Vl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sgBChPq9Vl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sgBChPq9Vl .mbr-section-title {
  color: #155e82;
}
.cid-sgBChPq9Vl .mbr-text,
.cid-sgBChPq9Vl .mbr-section-btn {
  color: #175776;
}
.cid-sgBCO0fqtX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sgBCO0fqtX .line {
  background-color: #0e8fce;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgBCO0fqtX .mbr-text {
  color: #0e82bb;
}
.cid-sgBCNkRLay {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sgBCNkRLay .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sgBCNkRLay .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sgBCNkRLay .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-sgBCNkRLay .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #ff3131;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgBCNkRLay .mbr-text {
  color: #155e82;
  text-align: left;
}
.cid-sgBCwiBKWN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1159.png");
}
.cid-sgBCwiBKWN .mbr-overlay {
  background: #9fdbf8;
  opacity: 0.7;
}
.cid-sgBCwiBKWN img,
.cid-sgBCwiBKWN .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sgBCwiBKWN .item:focus,
.cid-sgBCwiBKWN span:focus {
  outline: none;
}
.cid-sgBCwiBKWN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgBCwiBKWN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgBCwiBKWN .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sgBCwiBKWN .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgBCwiBKWN .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sgBCwiBKWN .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sgBCwiBKWN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgBCwiBKWN .mbr-section-title {
  color: #0a4d6e;
}
.cid-sgBCwiBKWN .mbr-text,
.cid-sgBCwiBKWN .mbr-section-btn {
  text-align: center;
  color: #155e82;
}
.cid-sgBCwiBKWN .item-title {
  text-align: center;
  color: #ff3131;
}
.cid-sgBCwiBKWN .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgBCM2M2m7 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgBCM2M2m7 .line {
  background-color: #0e82bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgBCM2M2m7 .mbr-text {
  color: #0e82bb;
}
.cid-sgBCKvcyWL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgBCKvcyWL .item {
  padding-bottom: 2rem;
}
.cid-sgBCKvcyWL .item-wrapper {
  position: relative;
}
.cid-sgBCKvcyWL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sgBCKvcyWL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sgBCKvcyWL .carousel-control,
.cid-sgBCKvcyWL .close {
  background: #1b1b1b;
}
.cid-sgBCKvcyWL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sgBCKvcyWL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sgBCKvcyWL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sgBCKvcyWL .carousel-control-next span {
  margin-left: 5px;
}
.cid-sgBCKvcyWL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sgBCKvcyWL .close::before {
  content: '\e91a';
}
.cid-sgBCKvcyWL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sgBCKvcyWL .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sgBCKvcyWL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgBCKvcyWL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sgBCKvcyWL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sgBCKvcyWL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sgBCKvcyWL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sgBCKvcyWL .carousel-indicators li.active,
.cid-sgBCKvcyWL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sgBCKvcyWL .carousel-indicators li::after,
.cid-sgBCKvcyWL .carousel-indicators li::before {
  content: none;
}
.cid-sgBCKvcyWL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sgBCKvcyWL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sgBCKvcyWL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sgBCKvcyWL .carousel-indicators {
    display: none;
  }
}
.cid-sgBCKvcyWL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sgBCKvcyWL .carousel-inner > .active {
  display: block;
}
.cid-sgBCKvcyWL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgBCKvcyWL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgBCKvcyWL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sgBCKvcyWL .carousel-control,
  .cid-sgBCKvcyWL .carousel-indicators,
  .cid-sgBCKvcyWL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sgBCKvcyWL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sgBCKvcyWL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sgBCKvcyWL .carousel-indicators .active,
.cid-sgBCKvcyWL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sgBCKvcyWL .carousel-indicators .active {
  background: #fff;
}
.cid-sgBCKvcyWL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sgBCKvcyWL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sgBCKvcyWL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sgBCKvcyWL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sgBCKvcyWL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sgBCKvcyWL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sgBCKvcyWL .carousel {
  width: 100%;
}
.cid-sgBCKvcyWL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sgBCKvcyWL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sgBCKvcyWL .modal.fade .modal-dialog,
.cid-sgBCKvcyWL .modal.in .modal-dialog {
  transform: none;
}
.cid-sgBCKvcyWL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sgBCKvcyWL H6 {
  text-align: center;
}
.cid-sgBCKvcyWL H4 {
  color: #f13030;
}
.cid-sgBCKvcyWL H3 {
  color: #155e82;
}
.cid-sgBDb3bGiq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgBDb3bGiq .item {
  padding-bottom: 2rem;
}
.cid-sgBDb3bGiq .item-wrapper {
  position: relative;
}
.cid-sgBDb3bGiq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sgBDb3bGiq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sgBDb3bGiq .carousel-control,
.cid-sgBDb3bGiq .close {
  background: #1b1b1b;
}
.cid-sgBDb3bGiq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sgBDb3bGiq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sgBDb3bGiq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sgBDb3bGiq .carousel-control-next span {
  margin-left: 5px;
}
.cid-sgBDb3bGiq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sgBDb3bGiq .close::before {
  content: '\e91a';
}
.cid-sgBDb3bGiq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sgBDb3bGiq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sgBDb3bGiq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgBDb3bGiq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sgBDb3bGiq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sgBDb3bGiq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sgBDb3bGiq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sgBDb3bGiq .carousel-indicators li.active,
.cid-sgBDb3bGiq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sgBDb3bGiq .carousel-indicators li::after,
.cid-sgBDb3bGiq .carousel-indicators li::before {
  content: none;
}
.cid-sgBDb3bGiq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sgBDb3bGiq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sgBDb3bGiq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sgBDb3bGiq .carousel-indicators {
    display: none;
  }
}
.cid-sgBDb3bGiq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sgBDb3bGiq .carousel-inner > .active {
  display: block;
}
.cid-sgBDb3bGiq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgBDb3bGiq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgBDb3bGiq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sgBDb3bGiq .carousel-control,
  .cid-sgBDb3bGiq .carousel-indicators,
  .cid-sgBDb3bGiq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sgBDb3bGiq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sgBDb3bGiq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sgBDb3bGiq .carousel-indicators .active,
.cid-sgBDb3bGiq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sgBDb3bGiq .carousel-indicators .active {
  background: #fff;
}
.cid-sgBDb3bGiq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sgBDb3bGiq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sgBDb3bGiq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sgBDb3bGiq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sgBDb3bGiq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sgBDb3bGiq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sgBDb3bGiq .carousel {
  width: 100%;
}
.cid-sgBDb3bGiq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sgBDb3bGiq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sgBDb3bGiq .modal.fade .modal-dialog,
.cid-sgBDb3bGiq .modal.in .modal-dialog {
  transform: none;
}
.cid-sgBDb3bGiq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sgBDb3bGiq H6 {
  text-align: center;
}
.cid-sgBDb3bGiq H4 {
  color: #f13030;
}
.cid-sgBDbKUpcu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgBDbKUpcu .item {
  padding-bottom: 2rem;
}
.cid-sgBDbKUpcu .item-wrapper {
  position: relative;
}
.cid-sgBDbKUpcu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sgBDbKUpcu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sgBDbKUpcu .carousel-control,
.cid-sgBDbKUpcu .close {
  background: #1b1b1b;
}
.cid-sgBDbKUpcu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sgBDbKUpcu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sgBDbKUpcu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sgBDbKUpcu .carousel-control-next span {
  margin-left: 5px;
}
.cid-sgBDbKUpcu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sgBDbKUpcu .close::before {
  content: '\e91a';
}
.cid-sgBDbKUpcu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sgBDbKUpcu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sgBDbKUpcu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgBDbKUpcu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sgBDbKUpcu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sgBDbKUpcu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sgBDbKUpcu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sgBDbKUpcu .carousel-indicators li.active,
.cid-sgBDbKUpcu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sgBDbKUpcu .carousel-indicators li::after,
.cid-sgBDbKUpcu .carousel-indicators li::before {
  content: none;
}
.cid-sgBDbKUpcu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sgBDbKUpcu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sgBDbKUpcu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sgBDbKUpcu .carousel-indicators {
    display: none;
  }
}
.cid-sgBDbKUpcu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sgBDbKUpcu .carousel-inner > .active {
  display: block;
}
.cid-sgBDbKUpcu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgBDbKUpcu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgBDbKUpcu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sgBDbKUpcu .carousel-control,
  .cid-sgBDbKUpcu .carousel-indicators,
  .cid-sgBDbKUpcu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sgBDbKUpcu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sgBDbKUpcu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sgBDbKUpcu .carousel-indicators .active,
.cid-sgBDbKUpcu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sgBDbKUpcu .carousel-indicators .active {
  background: #fff;
}
.cid-sgBDbKUpcu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sgBDbKUpcu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sgBDbKUpcu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sgBDbKUpcu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sgBDbKUpcu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sgBDbKUpcu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sgBDbKUpcu .carousel {
  width: 100%;
}
.cid-sgBDbKUpcu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sgBDbKUpcu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sgBDbKUpcu .modal.fade .modal-dialog,
.cid-sgBDbKUpcu .modal.in .modal-dialog {
  transform: none;
}
.cid-sgBDbKUpcu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sgBDbKUpcu H6 {
  text-align: center;
}
.cid-sgBDbKUpcu H4 {
  color: #f13030;
}
.cid-sgCPeZxeuc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgCPeZxeuc .item {
  padding-bottom: 2rem;
}
.cid-sgCPeZxeuc .item-wrapper {
  position: relative;
}
.cid-sgCPeZxeuc .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sgCPeZxeuc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sgCPeZxeuc .carousel-control,
.cid-sgCPeZxeuc .close {
  background: #1b1b1b;
}
.cid-sgCPeZxeuc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sgCPeZxeuc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sgCPeZxeuc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sgCPeZxeuc .carousel-control-next span {
  margin-left: 5px;
}
.cid-sgCPeZxeuc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sgCPeZxeuc .close::before {
  content: '\e91a';
}
.cid-sgCPeZxeuc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sgCPeZxeuc .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sgCPeZxeuc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgCPeZxeuc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sgCPeZxeuc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sgCPeZxeuc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sgCPeZxeuc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sgCPeZxeuc .carousel-indicators li.active,
.cid-sgCPeZxeuc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sgCPeZxeuc .carousel-indicators li::after,
.cid-sgCPeZxeuc .carousel-indicators li::before {
  content: none;
}
.cid-sgCPeZxeuc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sgCPeZxeuc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sgCPeZxeuc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCPeZxeuc .carousel-indicators {
    display: none;
  }
}
.cid-sgCPeZxeuc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sgCPeZxeuc .carousel-inner > .active {
  display: block;
}
.cid-sgCPeZxeuc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgCPeZxeuc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgCPeZxeuc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sgCPeZxeuc .carousel-control,
  .cid-sgCPeZxeuc .carousel-indicators,
  .cid-sgCPeZxeuc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sgCPeZxeuc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sgCPeZxeuc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sgCPeZxeuc .carousel-indicators .active,
.cid-sgCPeZxeuc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sgCPeZxeuc .carousel-indicators .active {
  background: #fff;
}
.cid-sgCPeZxeuc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sgCPeZxeuc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sgCPeZxeuc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sgCPeZxeuc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sgCPeZxeuc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sgCPeZxeuc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sgCPeZxeuc .carousel {
  width: 100%;
}
.cid-sgCPeZxeuc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sgCPeZxeuc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sgCPeZxeuc .modal.fade .modal-dialog,
.cid-sgCPeZxeuc .modal.in .modal-dialog {
  transform: none;
}
.cid-sgCPeZxeuc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sgCPeZxeuc H6 {
  text-align: center;
}
.cid-sgCPeZxeuc H4 {
  color: #f13030;
}
.cid-sgCPLz7OB8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgCPLz7OB8 .item {
  padding-bottom: 2rem;
}
.cid-sgCPLz7OB8 .item-wrapper {
  position: relative;
}
.cid-sgCPLz7OB8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sgCPLz7OB8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sgCPLz7OB8 .carousel-control,
.cid-sgCPLz7OB8 .close {
  background: #1b1b1b;
}
.cid-sgCPLz7OB8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sgCPLz7OB8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sgCPLz7OB8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sgCPLz7OB8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sgCPLz7OB8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sgCPLz7OB8 .close::before {
  content: '\e91a';
}
.cid-sgCPLz7OB8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sgCPLz7OB8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sgCPLz7OB8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgCPLz7OB8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sgCPLz7OB8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sgCPLz7OB8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sgCPLz7OB8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sgCPLz7OB8 .carousel-indicators li.active,
.cid-sgCPLz7OB8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sgCPLz7OB8 .carousel-indicators li::after,
.cid-sgCPLz7OB8 .carousel-indicators li::before {
  content: none;
}
.cid-sgCPLz7OB8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sgCPLz7OB8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sgCPLz7OB8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCPLz7OB8 .carousel-indicators {
    display: none;
  }
}
.cid-sgCPLz7OB8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sgCPLz7OB8 .carousel-inner > .active {
  display: block;
}
.cid-sgCPLz7OB8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgCPLz7OB8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgCPLz7OB8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sgCPLz7OB8 .carousel-control,
  .cid-sgCPLz7OB8 .carousel-indicators,
  .cid-sgCPLz7OB8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sgCPLz7OB8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sgCPLz7OB8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sgCPLz7OB8 .carousel-indicators .active,
.cid-sgCPLz7OB8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sgCPLz7OB8 .carousel-indicators .active {
  background: #fff;
}
.cid-sgCPLz7OB8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sgCPLz7OB8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sgCPLz7OB8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sgCPLz7OB8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sgCPLz7OB8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sgCPLz7OB8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sgCPLz7OB8 .carousel {
  width: 100%;
}
.cid-sgCPLz7OB8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sgCPLz7OB8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sgCPLz7OB8 .modal.fade .modal-dialog,
.cid-sgCPLz7OB8 .modal.in .modal-dialog {
  transform: none;
}
.cid-sgCPLz7OB8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sgCPLz7OB8 H6 {
  text-align: center;
}
.cid-sgCPLz7OB8 H4 {
  color: #f13030;
}
.cid-sgCPMKa0eh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sgCPMKa0eh .item {
  padding-bottom: 2rem;
}
.cid-sgCPMKa0eh .item-wrapper {
  position: relative;
}
.cid-sgCPMKa0eh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sgCPMKa0eh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sgCPMKa0eh .carousel-control,
.cid-sgCPMKa0eh .close {
  background: #1b1b1b;
}
.cid-sgCPMKa0eh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sgCPMKa0eh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sgCPMKa0eh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sgCPMKa0eh .carousel-control-next span {
  margin-left: 5px;
}
.cid-sgCPMKa0eh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sgCPMKa0eh .close::before {
  content: '\e91a';
}
.cid-sgCPMKa0eh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sgCPMKa0eh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sgCPMKa0eh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgCPMKa0eh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sgCPMKa0eh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sgCPMKa0eh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sgCPMKa0eh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sgCPMKa0eh .carousel-indicators li.active,
.cid-sgCPMKa0eh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sgCPMKa0eh .carousel-indicators li::after,
.cid-sgCPMKa0eh .carousel-indicators li::before {
  content: none;
}
.cid-sgCPMKa0eh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sgCPMKa0eh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sgCPMKa0eh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCPMKa0eh .carousel-indicators {
    display: none;
  }
}
.cid-sgCPMKa0eh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sgCPMKa0eh .carousel-inner > .active {
  display: block;
}
.cid-sgCPMKa0eh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgCPMKa0eh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgCPMKa0eh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sgCPMKa0eh .carousel-control,
  .cid-sgCPMKa0eh .carousel-indicators,
  .cid-sgCPMKa0eh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sgCPMKa0eh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sgCPMKa0eh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sgCPMKa0eh .carousel-indicators .active,
.cid-sgCPMKa0eh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sgCPMKa0eh .carousel-indicators .active {
  background: #fff;
}
.cid-sgCPMKa0eh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sgCPMKa0eh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sgCPMKa0eh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sgCPMKa0eh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sgCPMKa0eh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sgCPMKa0eh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sgCPMKa0eh .carousel {
  width: 100%;
}
.cid-sgCPMKa0eh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sgCPMKa0eh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sgCPMKa0eh .modal.fade .modal-dialog,
.cid-sgCPMKa0eh .modal.in .modal-dialog {
  transform: none;
}
.cid-sgCPMKa0eh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sgCPMKa0eh H6 {
  text-align: center;
}
.cid-sgCPMKa0eh H4 {
  color: #f13030;
}
.cid-sgDlsLGt3d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #feeded;
}
@media (max-width: 991px) {
  .cid-sgDlsLGt3d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgDlsLGt3d img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgDlsLGt3d .text-wrapper {
    padding: 2rem;
  }
}
.cid-sgDlsLGt3d .mbr-section-title {
  text-align: center;
  color: #f13030;
}
.cid-sgDlsLGt3d .mbr-text {
  color: #003752;
}
.cid-syygnye1Vp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-syygnye1Vp .line {
  background-color: #155e82;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-syygnye1Vp .mbr-text {
  color: #155e82;
}
.cid-syygFAemVj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-syygFAemVj .mbr-text {
  text-align: center;
  color: #003752;
}
.cid-syygqxlcTK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sgBD7R2KkY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sgBD7R2KkY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sgBD7R2KkY form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sgBD7R2KkY form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sgBD7R2KkY form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sgBD7R2KkY .mbr-section-title {
  color: #155e82;
}
.cid-sgBD7R2KkY .mbr-section-subtitle {
  color: #f13030;
}
.cid-sgBDgMTBZ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #cae2ed;
}
.cid-sgBDgMTBZ1 .google-map {
  height: 30rem;
  position: relative;
}
.cid-sgBDgMTBZ1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sgBDgMTBZ1 .google-map [data-state-details] {
  color: #6b6763;
  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-sgBDgMTBZ1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sgBDgMTBZ1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sgBDgMTBZ1 .mbr-section-subtitle {
  color: #155e82;
}
.cid-sgBDgMTBZ1 .mbr-section-title {
  color: #ff3131;
}
.cid-sgBDm0H41S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/toldos-de-policarbonato-em-sorocaba-toldos-silva-640x426.jpg");
}
.cid-sgBDm0H41S .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sgBDm0H41S .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgBDm0H41S .row {
    text-align: center;
  }
  .cid-sgBDm0H41S .row > div {
    margin: auto;
  }
  .cid-sgBDm0H41S .social-row {
    justify-content: center;
  }
}
.cid-sgBDm0H41S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sgBDm0H41S .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sgBDm0H41S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sgBDm0H41S .list {
    margin-bottom: 0rem;
  }
}
.cid-sgBDm0H41S .mbr-text {
  color: #ffffff;
}
.cid-sgBDm0H41S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sgBDm0H41S .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sgBDm0H41S div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sgBDm0H41S H5 {
  color: #14b8ef;
}
.cid-sjfIFDXolF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjfIFDXolF .mbr-text,
.cid-sjfIFDXolF blockquote {
  color: #767676;
}
.cid-sjfIFDXolF .mbr-text P {
  text-align: center;
}
.cid-sjfIFDXolF .mbr-text {
  color: #a2a2a2;
}
.cid-sgCuvdgqxZ {
  background: #e6f5fc;
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #56717e, #e6f5fc);
}
.cid-sgCuvdgqxZ .image-block {
  margin: auto;
}
.cid-sgCuvdgqxZ figcaption {
  position: relative;
}
.cid-sgCuvdgqxZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sgCuvdgqxZ .image-block {
    width: 100% !important;
  }
}
.cid-sgBCsdbsFQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgBCsdbsFQ nav.navbar {
  position: fixed;
}
.cid-sgBCsdbsFQ .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-sgBCsdbsFQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgBCsdbsFQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgBCsdbsFQ .dropdown-item:hover,
.cid-sgBCsdbsFQ .dropdown-item:focus {
  background: #14b8ef !important;
  color: white !important;
}
.cid-sgBCsdbsFQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgBCsdbsFQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgBCsdbsFQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgBCsdbsFQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgBCsdbsFQ .nav-link {
  position: relative;
}
.cid-sgBCsdbsFQ .container {
  display: flex;
  margin: auto;
}
.cid-sgBCsdbsFQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgBCsdbsFQ .dropdown-menu,
.cid-sgBCsdbsFQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sgBCsdbsFQ .nav-item:focus,
.cid-sgBCsdbsFQ .nav-link:focus {
  outline: none;
}
.cid-sgBCsdbsFQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgBCsdbsFQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgBCsdbsFQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgBCsdbsFQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgBCsdbsFQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgBCsdbsFQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgBCsdbsFQ .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-sgBCsdbsFQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sgBCsdbsFQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgBCsdbsFQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sgBCsdbsFQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgBCsdbsFQ .navbar.collapsed {
  justify-content: center;
}
.cid-sgBCsdbsFQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgBCsdbsFQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgBCsdbsFQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgBCsdbsFQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgBCsdbsFQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgBCsdbsFQ .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-sgBCsdbsFQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgBCsdbsFQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgBCsdbsFQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgBCsdbsFQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgBCsdbsFQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgBCsdbsFQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgBCsdbsFQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgBCsdbsFQ .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-sgBCsdbsFQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgBCsdbsFQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgBCsdbsFQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgBCsdbsFQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgBCsdbsFQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgBCsdbsFQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgBCsdbsFQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgBCsdbsFQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgBCsdbsFQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgBCsdbsFQ .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-sgBCsdbsFQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgBCsdbsFQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgBCsdbsFQ .dropdown-item.active,
.cid-sgBCsdbsFQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sgBCsdbsFQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgBCsdbsFQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgBCsdbsFQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgBCsdbsFQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgBCsdbsFQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgBCsdbsFQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgBCsdbsFQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgBCsdbsFQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgBCsdbsFQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgBCsdbsFQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3131;
}
.cid-sgBCsdbsFQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgBCsdbsFQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgBCsdbsFQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgBCsdbsFQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgBCsdbsFQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgBCsdbsFQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgBCsdbsFQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgBCsdbsFQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgBCsdbsFQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgBCsdbsFQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgBCsdbsFQ .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-sgBCsdbsFQ .navbar {
    height: 70px;
  }
  .cid-sgBCsdbsFQ .navbar.opened {
    height: auto;
  }
  .cid-sgBCsdbsFQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcgtMZ7SxF {
  background-image: url("../../../assets/images/toldos-de-policarbonato-em-sorocaba-toldos-silva-640x426.jpg");
}
.cid-vcgtMZ7SxF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcgtMZ7SxF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcgtMZ7SxF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcgtMZ7SxF .mbr-section-title {
  color: #ffffff;
}
.cid-vcgtMZ7SxF .mbr-text,
.cid-vcgtMZ7SxF .mbr-section-btn {
  color: #ffffff;
}
.cid-vcgtMZsHrQ {
  background: #175776;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #003752, #175776);
}
.cid-vcgtMZsHrQ .image-block {
  margin: auto;
}
.cid-vcgtMZsHrQ figcaption {
  position: relative;
}
.cid-vcgtMZsHrQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vcgtMZsHrQ .image-block {
    width: 100% !important;
  }
}
.cid-vcgtMZCnBJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cae2ed;
}
.cid-vcgtMZCnBJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcgtMZCnBJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcgtMZCnBJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcgtMZCnBJ .mbr-section-title {
  color: #155e82;
}
.cid-vcgtMZCnBJ .mbr-text,
.cid-vcgtMZCnBJ .mbr-section-btn {
  color: #175776;
}
.cid-vcgtMZOM9J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgtMZOM9J .line {
  background-color: #0e8fce;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcgtMZOM9J .mbr-text {
  color: #0e82bb;
}
.cid-vcgtN00PC8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgtN00PC8 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-vcgtN00PC8 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-vcgtN00PC8 .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-vcgtN00PC8 .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #ff3131;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcgtN00PC8 .mbr-text {
  color: #155e82;
  text-align: left;
}
.cid-vcgtN09ssu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1159.png");
}
.cid-vcgtN09ssu .mbr-overlay {
  background: #9fdbf8;
  opacity: 0.7;
}
.cid-vcgtN09ssu img,
.cid-vcgtN09ssu .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vcgtN09ssu .item:focus,
.cid-vcgtN09ssu span:focus {
  outline: none;
}
.cid-vcgtN09ssu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcgtN09ssu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcgtN09ssu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vcgtN09ssu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcgtN09ssu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vcgtN09ssu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vcgtN09ssu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcgtN09ssu .mbr-section-title {
  color: #0a4d6e;
}
.cid-vcgtN09ssu .mbr-text,
.cid-vcgtN09ssu .mbr-section-btn {
  text-align: center;
  color: #155e82;
}
.cid-vcgtN09ssu .item-title {
  text-align: center;
  color: #ff3131;
}
.cid-vcgtN09ssu .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vcgtN0pcca {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgtN0pcca .line {
  background-color: #0e82bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcgtN0pcca .mbr-text {
  color: #0e82bb;
}
.cid-vcgtN0yYif {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgtN0yYif .item {
  padding-bottom: 2rem;
}
.cid-vcgtN0yYif .item-wrapper {
  position: relative;
}
.cid-vcgtN0yYif .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgtN0yYif .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgtN0yYif .carousel-control,
.cid-vcgtN0yYif .close {
  background: #1b1b1b;
}
.cid-vcgtN0yYif .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgtN0yYif .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgtN0yYif .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgtN0yYif .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgtN0yYif .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgtN0yYif .close::before {
  content: '\e91a';
}
.cid-vcgtN0yYif .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgtN0yYif .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgtN0yYif .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtN0yYif .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgtN0yYif .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgtN0yYif .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgtN0yYif .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgtN0yYif .carousel-indicators li.active,
.cid-vcgtN0yYif .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgtN0yYif .carousel-indicators li::after,
.cid-vcgtN0yYif .carousel-indicators li::before {
  content: none;
}
.cid-vcgtN0yYif .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgtN0yYif .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgtN0yYif .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgtN0yYif .carousel-indicators {
    display: none;
  }
}
.cid-vcgtN0yYif .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgtN0yYif .carousel-inner > .active {
  display: block;
}
.cid-vcgtN0yYif .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtN0yYif .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgtN0yYif .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgtN0yYif .carousel-control,
  .cid-vcgtN0yYif .carousel-indicators,
  .cid-vcgtN0yYif .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgtN0yYif .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgtN0yYif .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgtN0yYif .carousel-indicators .active,
.cid-vcgtN0yYif .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgtN0yYif .carousel-indicators .active {
  background: #fff;
}
.cid-vcgtN0yYif .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgtN0yYif .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgtN0yYif .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgtN0yYif .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgtN0yYif .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgtN0yYif .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgtN0yYif .carousel {
  width: 100%;
}
.cid-vcgtN0yYif .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgtN0yYif .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgtN0yYif .modal.fade .modal-dialog,
.cid-vcgtN0yYif .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgtN0yYif .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgtN0yYif H6 {
  text-align: center;
}
.cid-vcgtN0yYif H4 {
  color: #f13030;
}
.cid-vcgtN0yYif H3 {
  color: #155e82;
}
.cid-vcgtN0VAdq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgtN0VAdq .item {
  padding-bottom: 2rem;
}
.cid-vcgtN0VAdq .item-wrapper {
  position: relative;
}
.cid-vcgtN0VAdq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgtN0VAdq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgtN0VAdq .carousel-control,
.cid-vcgtN0VAdq .close {
  background: #1b1b1b;
}
.cid-vcgtN0VAdq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgtN0VAdq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgtN0VAdq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgtN0VAdq .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgtN0VAdq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgtN0VAdq .close::before {
  content: '\e91a';
}
.cid-vcgtN0VAdq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgtN0VAdq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgtN0VAdq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtN0VAdq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgtN0VAdq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgtN0VAdq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgtN0VAdq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgtN0VAdq .carousel-indicators li.active,
.cid-vcgtN0VAdq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgtN0VAdq .carousel-indicators li::after,
.cid-vcgtN0VAdq .carousel-indicators li::before {
  content: none;
}
.cid-vcgtN0VAdq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgtN0VAdq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgtN0VAdq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgtN0VAdq .carousel-indicators {
    display: none;
  }
}
.cid-vcgtN0VAdq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgtN0VAdq .carousel-inner > .active {
  display: block;
}
.cid-vcgtN0VAdq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtN0VAdq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgtN0VAdq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgtN0VAdq .carousel-control,
  .cid-vcgtN0VAdq .carousel-indicators,
  .cid-vcgtN0VAdq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgtN0VAdq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgtN0VAdq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgtN0VAdq .carousel-indicators .active,
.cid-vcgtN0VAdq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgtN0VAdq .carousel-indicators .active {
  background: #fff;
}
.cid-vcgtN0VAdq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgtN0VAdq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgtN0VAdq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgtN0VAdq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgtN0VAdq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgtN0VAdq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgtN0VAdq .carousel {
  width: 100%;
}
.cid-vcgtN0VAdq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgtN0VAdq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgtN0VAdq .modal.fade .modal-dialog,
.cid-vcgtN0VAdq .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgtN0VAdq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgtN0VAdq H6 {
  text-align: center;
}
.cid-vcgtN0VAdq H4 {
  color: #f13030;
}
.cid-vcgtN1lH7i {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgtN1lH7i .item {
  padding-bottom: 2rem;
}
.cid-vcgtN1lH7i .item-wrapper {
  position: relative;
}
.cid-vcgtN1lH7i .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgtN1lH7i .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgtN1lH7i .carousel-control,
.cid-vcgtN1lH7i .close {
  background: #1b1b1b;
}
.cid-vcgtN1lH7i .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgtN1lH7i .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgtN1lH7i .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgtN1lH7i .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgtN1lH7i .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgtN1lH7i .close::before {
  content: '\e91a';
}
.cid-vcgtN1lH7i .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgtN1lH7i .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgtN1lH7i .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtN1lH7i .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgtN1lH7i .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgtN1lH7i .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgtN1lH7i .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgtN1lH7i .carousel-indicators li.active,
.cid-vcgtN1lH7i .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgtN1lH7i .carousel-indicators li::after,
.cid-vcgtN1lH7i .carousel-indicators li::before {
  content: none;
}
.cid-vcgtN1lH7i .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgtN1lH7i .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgtN1lH7i .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgtN1lH7i .carousel-indicators {
    display: none;
  }
}
.cid-vcgtN1lH7i .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgtN1lH7i .carousel-inner > .active {
  display: block;
}
.cid-vcgtN1lH7i .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtN1lH7i .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgtN1lH7i .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgtN1lH7i .carousel-control,
  .cid-vcgtN1lH7i .carousel-indicators,
  .cid-vcgtN1lH7i .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgtN1lH7i .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgtN1lH7i .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgtN1lH7i .carousel-indicators .active,
.cid-vcgtN1lH7i .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgtN1lH7i .carousel-indicators .active {
  background: #fff;
}
.cid-vcgtN1lH7i .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgtN1lH7i .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgtN1lH7i .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgtN1lH7i .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgtN1lH7i .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgtN1lH7i .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgtN1lH7i .carousel {
  width: 100%;
}
.cid-vcgtN1lH7i .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgtN1lH7i .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgtN1lH7i .modal.fade .modal-dialog,
.cid-vcgtN1lH7i .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgtN1lH7i .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgtN1lH7i H6 {
  text-align: center;
}
.cid-vcgtN1lH7i H4 {
  color: #f13030;
}
.cid-vcgtN1ZBCV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgtN1ZBCV .item {
  padding-bottom: 2rem;
}
.cid-vcgtN1ZBCV .item-wrapper {
  position: relative;
}
.cid-vcgtN1ZBCV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgtN1ZBCV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgtN1ZBCV .carousel-control,
.cid-vcgtN1ZBCV .close {
  background: #1b1b1b;
}
.cid-vcgtN1ZBCV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgtN1ZBCV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgtN1ZBCV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgtN1ZBCV .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgtN1ZBCV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgtN1ZBCV .close::before {
  content: '\e91a';
}
.cid-vcgtN1ZBCV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgtN1ZBCV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgtN1ZBCV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtN1ZBCV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgtN1ZBCV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgtN1ZBCV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgtN1ZBCV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgtN1ZBCV .carousel-indicators li.active,
.cid-vcgtN1ZBCV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgtN1ZBCV .carousel-indicators li::after,
.cid-vcgtN1ZBCV .carousel-indicators li::before {
  content: none;
}
.cid-vcgtN1ZBCV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgtN1ZBCV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgtN1ZBCV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgtN1ZBCV .carousel-indicators {
    display: none;
  }
}
.cid-vcgtN1ZBCV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgtN1ZBCV .carousel-inner > .active {
  display: block;
}
.cid-vcgtN1ZBCV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtN1ZBCV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgtN1ZBCV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgtN1ZBCV .carousel-control,
  .cid-vcgtN1ZBCV .carousel-indicators,
  .cid-vcgtN1ZBCV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgtN1ZBCV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgtN1ZBCV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgtN1ZBCV .carousel-indicators .active,
.cid-vcgtN1ZBCV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgtN1ZBCV .carousel-indicators .active {
  background: #fff;
}
.cid-vcgtN1ZBCV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgtN1ZBCV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgtN1ZBCV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgtN1ZBCV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgtN1ZBCV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgtN1ZBCV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgtN1ZBCV .carousel {
  width: 100%;
}
.cid-vcgtN1ZBCV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgtN1ZBCV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgtN1ZBCV .modal.fade .modal-dialog,
.cid-vcgtN1ZBCV .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgtN1ZBCV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgtN1ZBCV H6 {
  text-align: center;
}
.cid-vcgtN1ZBCV H4 {
  color: #f13030;
}
.cid-vcgtN2kOpq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgtN2kOpq .item {
  padding-bottom: 2rem;
}
.cid-vcgtN2kOpq .item-wrapper {
  position: relative;
}
.cid-vcgtN2kOpq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgtN2kOpq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgtN2kOpq .carousel-control,
.cid-vcgtN2kOpq .close {
  background: #1b1b1b;
}
.cid-vcgtN2kOpq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgtN2kOpq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgtN2kOpq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgtN2kOpq .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgtN2kOpq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgtN2kOpq .close::before {
  content: '\e91a';
}
.cid-vcgtN2kOpq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgtN2kOpq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgtN2kOpq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtN2kOpq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgtN2kOpq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgtN2kOpq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgtN2kOpq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgtN2kOpq .carousel-indicators li.active,
.cid-vcgtN2kOpq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgtN2kOpq .carousel-indicators li::after,
.cid-vcgtN2kOpq .carousel-indicators li::before {
  content: none;
}
.cid-vcgtN2kOpq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgtN2kOpq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgtN2kOpq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgtN2kOpq .carousel-indicators {
    display: none;
  }
}
.cid-vcgtN2kOpq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgtN2kOpq .carousel-inner > .active {
  display: block;
}
.cid-vcgtN2kOpq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtN2kOpq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgtN2kOpq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgtN2kOpq .carousel-control,
  .cid-vcgtN2kOpq .carousel-indicators,
  .cid-vcgtN2kOpq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgtN2kOpq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgtN2kOpq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgtN2kOpq .carousel-indicators .active,
.cid-vcgtN2kOpq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgtN2kOpq .carousel-indicators .active {
  background: #fff;
}
.cid-vcgtN2kOpq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgtN2kOpq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgtN2kOpq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgtN2kOpq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgtN2kOpq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgtN2kOpq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgtN2kOpq .carousel {
  width: 100%;
}
.cid-vcgtN2kOpq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgtN2kOpq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgtN2kOpq .modal.fade .modal-dialog,
.cid-vcgtN2kOpq .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgtN2kOpq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgtN2kOpq H6 {
  text-align: center;
}
.cid-vcgtN2kOpq H4 {
  color: #f13030;
}
.cid-vcgtN2JQS2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcgtN2JQS2 .item {
  padding-bottom: 2rem;
}
.cid-vcgtN2JQS2 .item-wrapper {
  position: relative;
}
.cid-vcgtN2JQS2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgtN2JQS2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgtN2JQS2 .carousel-control,
.cid-vcgtN2JQS2 .close {
  background: #1b1b1b;
}
.cid-vcgtN2JQS2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgtN2JQS2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgtN2JQS2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgtN2JQS2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgtN2JQS2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgtN2JQS2 .close::before {
  content: '\e91a';
}
.cid-vcgtN2JQS2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgtN2JQS2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgtN2JQS2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtN2JQS2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgtN2JQS2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgtN2JQS2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgtN2JQS2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgtN2JQS2 .carousel-indicators li.active,
.cid-vcgtN2JQS2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgtN2JQS2 .carousel-indicators li::after,
.cid-vcgtN2JQS2 .carousel-indicators li::before {
  content: none;
}
.cid-vcgtN2JQS2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgtN2JQS2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgtN2JQS2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgtN2JQS2 .carousel-indicators {
    display: none;
  }
}
.cid-vcgtN2JQS2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgtN2JQS2 .carousel-inner > .active {
  display: block;
}
.cid-vcgtN2JQS2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtN2JQS2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgtN2JQS2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgtN2JQS2 .carousel-control,
  .cid-vcgtN2JQS2 .carousel-indicators,
  .cid-vcgtN2JQS2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgtN2JQS2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgtN2JQS2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgtN2JQS2 .carousel-indicators .active,
.cid-vcgtN2JQS2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgtN2JQS2 .carousel-indicators .active {
  background: #fff;
}
.cid-vcgtN2JQS2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgtN2JQS2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgtN2JQS2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgtN2JQS2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgtN2JQS2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgtN2JQS2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgtN2JQS2 .carousel {
  width: 100%;
}
.cid-vcgtN2JQS2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgtN2JQS2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgtN2JQS2 .modal.fade .modal-dialog,
.cid-vcgtN2JQS2 .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgtN2JQS2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgtN2JQS2 H6 {
  text-align: center;
}
.cid-vcgtN2JQS2 H4 {
  color: #f13030;
}
.cid-vcgtN34x3w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #feeded;
}
@media (max-width: 991px) {
  .cid-vcgtN34x3w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcgtN34x3w img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcgtN34x3w .text-wrapper {
    padding: 2rem;
  }
}
.cid-vcgtN34x3w .mbr-section-title {
  text-align: center;
  color: #f13030;
}
.cid-vcgtN34x3w .mbr-text {
  color: #003752;
}
.cid-vcgtN3jXsw {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcgtN3jXsw .line {
  background-color: #155e82;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcgtN3jXsw .mbr-text {
  color: #155e82;
}
.cid-vcgtN3vnTj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgtN3vnTj .mbr-text {
  text-align: center;
  color: #003752;
}
.cid-vcgtN3KS0I {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgtN3WYLZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-vcgtN3WYLZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcgtN3WYLZ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vcgtN3WYLZ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vcgtN3WYLZ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vcgtN3WYLZ .mbr-section-title {
  color: #155e82;
}
.cid-vcgtN3WYLZ .mbr-section-subtitle {
  color: #f13030;
}
.cid-vcgtN4cGob {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #cae2ed;
}
.cid-vcgtN4cGob .google-map {
  height: 30rem;
  position: relative;
}
.cid-vcgtN4cGob .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vcgtN4cGob .google-map [data-state-details] {
  color: #6b6763;
  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-vcgtN4cGob .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vcgtN4cGob .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vcgtN4cGob .mbr-section-subtitle {
  color: #155e82;
}
.cid-vcgtN4cGob .mbr-section-title {
  color: #ff3131;
}
.cid-vcgtN4uQID {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/toldos-de-policarbonato-em-sorocaba-toldos-silva-640x426.jpg");
}
.cid-vcgtN4uQID .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcgtN4uQID .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgtN4uQID .row {
    text-align: center;
  }
  .cid-vcgtN4uQID .row > div {
    margin: auto;
  }
  .cid-vcgtN4uQID .social-row {
    justify-content: center;
  }
}
.cid-vcgtN4uQID .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcgtN4uQID .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcgtN4uQID .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcgtN4uQID .list {
    margin-bottom: 0rem;
  }
}
.cid-vcgtN4uQID .mbr-text {
  color: #ffffff;
}
.cid-vcgtN4uQID .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcgtN4uQID .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcgtN4uQID div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcgtN4uQID H5 {
  color: #14b8ef;
}
.cid-vcgtN4NAtj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vcgtN4NAtj .mbr-text,
.cid-vcgtN4NAtj blockquote {
  color: #767676;
}
.cid-vcgtN4NAtj .mbr-text P {
  text-align: center;
}
.cid-vcgtN4NAtj .mbr-text {
  color: #a2a2a2;
}
.cid-vcgtN5bLfy {
  background: #e6f5fc;
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #56717e, #e6f5fc);
}
.cid-vcgtN5bLfy .image-block {
  margin: auto;
}
.cid-vcgtN5bLfy figcaption {
  position: relative;
}
.cid-vcgtN5bLfy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vcgtN5bLfy .image-block {
    width: 100% !important;
  }
}
.cid-vcgtN5ze6i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcgtN5ze6i nav.navbar {
  position: fixed;
}
.cid-vcgtN5ze6i .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-vcgtN5ze6i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcgtN5ze6i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcgtN5ze6i .dropdown-item:hover,
.cid-vcgtN5ze6i .dropdown-item:focus {
  background: #14b8ef !important;
  color: white !important;
}
.cid-vcgtN5ze6i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcgtN5ze6i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcgtN5ze6i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcgtN5ze6i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcgtN5ze6i .nav-link {
  position: relative;
}
.cid-vcgtN5ze6i .container {
  display: flex;
  margin: auto;
}
.cid-vcgtN5ze6i .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcgtN5ze6i .dropdown-menu,
.cid-vcgtN5ze6i .navbar.opened {
  background: #ffffff !important;
}
.cid-vcgtN5ze6i .nav-item:focus,
.cid-vcgtN5ze6i .nav-link:focus {
  outline: none;
}
.cid-vcgtN5ze6i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcgtN5ze6i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcgtN5ze6i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcgtN5ze6i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcgtN5ze6i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcgtN5ze6i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcgtN5ze6i .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-vcgtN5ze6i .navbar.opened {
  transition: all 0.3s;
}
.cid-vcgtN5ze6i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcgtN5ze6i .navbar .navbar-logo img {
  width: auto;
}
.cid-vcgtN5ze6i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcgtN5ze6i .navbar.collapsed {
  justify-content: center;
}
.cid-vcgtN5ze6i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcgtN5ze6i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcgtN5ze6i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vcgtN5ze6i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcgtN5ze6i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcgtN5ze6i .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-vcgtN5ze6i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcgtN5ze6i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcgtN5ze6i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcgtN5ze6i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcgtN5ze6i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcgtN5ze6i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcgtN5ze6i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcgtN5ze6i .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-vcgtN5ze6i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcgtN5ze6i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcgtN5ze6i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcgtN5ze6i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcgtN5ze6i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcgtN5ze6i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcgtN5ze6i .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcgtN5ze6i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcgtN5ze6i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcgtN5ze6i .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-vcgtN5ze6i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcgtN5ze6i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcgtN5ze6i .dropdown-item.active,
.cid-vcgtN5ze6i .dropdown-item:active {
  background-color: transparent;
}
.cid-vcgtN5ze6i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcgtN5ze6i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcgtN5ze6i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcgtN5ze6i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcgtN5ze6i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcgtN5ze6i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcgtN5ze6i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcgtN5ze6i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcgtN5ze6i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcgtN5ze6i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3131;
}
.cid-vcgtN5ze6i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcgtN5ze6i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcgtN5ze6i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcgtN5ze6i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcgtN5ze6i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcgtN5ze6i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcgtN5ze6i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcgtN5ze6i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcgtN5ze6i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcgtN5ze6i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcgtN5ze6i .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-vcgtN5ze6i .navbar {
    height: 70px;
  }
  .cid-vcgtN5ze6i .navbar.opened {
    height: auto;
  }
  .cid-vcgtN5ze6i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcgtTL7YjX {
  background-image: url("../../../assets/images/toldos-de-policarbonato-em-sorocaba-toldos-silva-640x426.jpg");
}
.cid-vcgtTL7YjX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcgtTL7YjX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcgtTL7YjX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcgtTL7YjX .mbr-section-title {
  color: #ffffff;
}
.cid-vcgtTL7YjX .mbr-text,
.cid-vcgtTL7YjX .mbr-section-btn {
  color: #ffffff;
}
.cid-vcgtTLsJqN {
  background: #175776;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #003752, #175776);
}
.cid-vcgtTLsJqN .image-block {
  margin: auto;
}
.cid-vcgtTLsJqN figcaption {
  position: relative;
}
.cid-vcgtTLsJqN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vcgtTLsJqN .image-block {
    width: 100% !important;
  }
}
.cid-vcgtTLIXR7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cae2ed;
}
.cid-vcgtTLIXR7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcgtTLIXR7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcgtTLIXR7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcgtTLIXR7 .mbr-section-title {
  color: #155e82;
}
.cid-vcgtTLIXR7 .mbr-text,
.cid-vcgtTLIXR7 .mbr-section-btn {
  color: #175776;
}
.cid-vcgtTMb9oP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgtTMb9oP .line {
  background-color: #0e8fce;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcgtTMb9oP .mbr-text {
  color: #0e82bb;
}
.cid-vcgtTMjR4E {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgtTMjR4E .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-vcgtTMjR4E .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-vcgtTMjR4E .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-vcgtTMjR4E .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #ff3131;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcgtTMjR4E .mbr-text {
  color: #155e82;
  text-align: left;
}
.cid-vcgtTMukb5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1159.png");
}
.cid-vcgtTMukb5 .mbr-overlay {
  background: #9fdbf8;
  opacity: 0.7;
}
.cid-vcgtTMukb5 img,
.cid-vcgtTMukb5 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vcgtTMukb5 .item:focus,
.cid-vcgtTMukb5 span:focus {
  outline: none;
}
.cid-vcgtTMukb5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcgtTMukb5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcgtTMukb5 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vcgtTMukb5 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcgtTMukb5 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vcgtTMukb5 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vcgtTMukb5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcgtTMukb5 .mbr-section-title {
  color: #0a4d6e;
}
.cid-vcgtTMukb5 .mbr-text,
.cid-vcgtTMukb5 .mbr-section-btn {
  text-align: center;
  color: #155e82;
}
.cid-vcgtTMukb5 .item-title {
  text-align: center;
  color: #ff3131;
}
.cid-vcgtTMukb5 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vcgtTMLtXn {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgtTMLtXn .line {
  background-color: #0e82bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcgtTMLtXn .mbr-text {
  color: #0e82bb;
}
.cid-vcgtTMUqGg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgtTMUqGg .item {
  padding-bottom: 2rem;
}
.cid-vcgtTMUqGg .item-wrapper {
  position: relative;
}
.cid-vcgtTMUqGg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgtTMUqGg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgtTMUqGg .carousel-control,
.cid-vcgtTMUqGg .close {
  background: #1b1b1b;
}
.cid-vcgtTMUqGg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgtTMUqGg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgtTMUqGg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgtTMUqGg .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgtTMUqGg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgtTMUqGg .close::before {
  content: '\e91a';
}
.cid-vcgtTMUqGg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgtTMUqGg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgtTMUqGg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtTMUqGg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgtTMUqGg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgtTMUqGg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgtTMUqGg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgtTMUqGg .carousel-indicators li.active,
.cid-vcgtTMUqGg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgtTMUqGg .carousel-indicators li::after,
.cid-vcgtTMUqGg .carousel-indicators li::before {
  content: none;
}
.cid-vcgtTMUqGg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgtTMUqGg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgtTMUqGg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgtTMUqGg .carousel-indicators {
    display: none;
  }
}
.cid-vcgtTMUqGg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgtTMUqGg .carousel-inner > .active {
  display: block;
}
.cid-vcgtTMUqGg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtTMUqGg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgtTMUqGg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgtTMUqGg .carousel-control,
  .cid-vcgtTMUqGg .carousel-indicators,
  .cid-vcgtTMUqGg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgtTMUqGg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgtTMUqGg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgtTMUqGg .carousel-indicators .active,
.cid-vcgtTMUqGg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgtTMUqGg .carousel-indicators .active {
  background: #fff;
}
.cid-vcgtTMUqGg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgtTMUqGg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgtTMUqGg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgtTMUqGg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgtTMUqGg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgtTMUqGg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgtTMUqGg .carousel {
  width: 100%;
}
.cid-vcgtTMUqGg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgtTMUqGg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgtTMUqGg .modal.fade .modal-dialog,
.cid-vcgtTMUqGg .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgtTMUqGg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgtTMUqGg H6 {
  text-align: center;
}
.cid-vcgtTMUqGg H4 {
  color: #f13030;
}
.cid-vcgtTMUqGg H3 {
  color: #155e82;
}
.cid-vcgtTNiIcG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgtTNiIcG .item {
  padding-bottom: 2rem;
}
.cid-vcgtTNiIcG .item-wrapper {
  position: relative;
}
.cid-vcgtTNiIcG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgtTNiIcG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgtTNiIcG .carousel-control,
.cid-vcgtTNiIcG .close {
  background: #1b1b1b;
}
.cid-vcgtTNiIcG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgtTNiIcG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgtTNiIcG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgtTNiIcG .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgtTNiIcG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgtTNiIcG .close::before {
  content: '\e91a';
}
.cid-vcgtTNiIcG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgtTNiIcG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgtTNiIcG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtTNiIcG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgtTNiIcG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgtTNiIcG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgtTNiIcG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgtTNiIcG .carousel-indicators li.active,
.cid-vcgtTNiIcG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgtTNiIcG .carousel-indicators li::after,
.cid-vcgtTNiIcG .carousel-indicators li::before {
  content: none;
}
.cid-vcgtTNiIcG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgtTNiIcG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgtTNiIcG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgtTNiIcG .carousel-indicators {
    display: none;
  }
}
.cid-vcgtTNiIcG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgtTNiIcG .carousel-inner > .active {
  display: block;
}
.cid-vcgtTNiIcG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtTNiIcG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgtTNiIcG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgtTNiIcG .carousel-control,
  .cid-vcgtTNiIcG .carousel-indicators,
  .cid-vcgtTNiIcG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgtTNiIcG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgtTNiIcG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgtTNiIcG .carousel-indicators .active,
.cid-vcgtTNiIcG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgtTNiIcG .carousel-indicators .active {
  background: #fff;
}
.cid-vcgtTNiIcG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgtTNiIcG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgtTNiIcG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgtTNiIcG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgtTNiIcG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgtTNiIcG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgtTNiIcG .carousel {
  width: 100%;
}
.cid-vcgtTNiIcG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgtTNiIcG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgtTNiIcG .modal.fade .modal-dialog,
.cid-vcgtTNiIcG .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgtTNiIcG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgtTNiIcG H6 {
  text-align: center;
}
.cid-vcgtTNiIcG H4 {
  color: #f13030;
}
.cid-vcgtTNN4Pc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgtTNN4Pc .item {
  padding-bottom: 2rem;
}
.cid-vcgtTNN4Pc .item-wrapper {
  position: relative;
}
.cid-vcgtTNN4Pc .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgtTNN4Pc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgtTNN4Pc .carousel-control,
.cid-vcgtTNN4Pc .close {
  background: #1b1b1b;
}
.cid-vcgtTNN4Pc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgtTNN4Pc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgtTNN4Pc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgtTNN4Pc .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgtTNN4Pc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgtTNN4Pc .close::before {
  content: '\e91a';
}
.cid-vcgtTNN4Pc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgtTNN4Pc .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgtTNN4Pc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtTNN4Pc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgtTNN4Pc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgtTNN4Pc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgtTNN4Pc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgtTNN4Pc .carousel-indicators li.active,
.cid-vcgtTNN4Pc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgtTNN4Pc .carousel-indicators li::after,
.cid-vcgtTNN4Pc .carousel-indicators li::before {
  content: none;
}
.cid-vcgtTNN4Pc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgtTNN4Pc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgtTNN4Pc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgtTNN4Pc .carousel-indicators {
    display: none;
  }
}
.cid-vcgtTNN4Pc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgtTNN4Pc .carousel-inner > .active {
  display: block;
}
.cid-vcgtTNN4Pc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtTNN4Pc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgtTNN4Pc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgtTNN4Pc .carousel-control,
  .cid-vcgtTNN4Pc .carousel-indicators,
  .cid-vcgtTNN4Pc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgtTNN4Pc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgtTNN4Pc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgtTNN4Pc .carousel-indicators .active,
.cid-vcgtTNN4Pc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgtTNN4Pc .carousel-indicators .active {
  background: #fff;
}
.cid-vcgtTNN4Pc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgtTNN4Pc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgtTNN4Pc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgtTNN4Pc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgtTNN4Pc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgtTNN4Pc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgtTNN4Pc .carousel {
  width: 100%;
}
.cid-vcgtTNN4Pc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgtTNN4Pc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgtTNN4Pc .modal.fade .modal-dialog,
.cid-vcgtTNN4Pc .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgtTNN4Pc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgtTNN4Pc H6 {
  text-align: center;
}
.cid-vcgtTNN4Pc H4 {
  color: #f13030;
}
.cid-vcgtTOx1Lw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgtTOx1Lw .item {
  padding-bottom: 2rem;
}
.cid-vcgtTOx1Lw .item-wrapper {
  position: relative;
}
.cid-vcgtTOx1Lw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgtTOx1Lw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgtTOx1Lw .carousel-control,
.cid-vcgtTOx1Lw .close {
  background: #1b1b1b;
}
.cid-vcgtTOx1Lw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgtTOx1Lw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgtTOx1Lw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgtTOx1Lw .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgtTOx1Lw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgtTOx1Lw .close::before {
  content: '\e91a';
}
.cid-vcgtTOx1Lw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgtTOx1Lw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgtTOx1Lw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtTOx1Lw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgtTOx1Lw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgtTOx1Lw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgtTOx1Lw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgtTOx1Lw .carousel-indicators li.active,
.cid-vcgtTOx1Lw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgtTOx1Lw .carousel-indicators li::after,
.cid-vcgtTOx1Lw .carousel-indicators li::before {
  content: none;
}
.cid-vcgtTOx1Lw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgtTOx1Lw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgtTOx1Lw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgtTOx1Lw .carousel-indicators {
    display: none;
  }
}
.cid-vcgtTOx1Lw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgtTOx1Lw .carousel-inner > .active {
  display: block;
}
.cid-vcgtTOx1Lw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtTOx1Lw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgtTOx1Lw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgtTOx1Lw .carousel-control,
  .cid-vcgtTOx1Lw .carousel-indicators,
  .cid-vcgtTOx1Lw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgtTOx1Lw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgtTOx1Lw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgtTOx1Lw .carousel-indicators .active,
.cid-vcgtTOx1Lw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgtTOx1Lw .carousel-indicators .active {
  background: #fff;
}
.cid-vcgtTOx1Lw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgtTOx1Lw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgtTOx1Lw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgtTOx1Lw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgtTOx1Lw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgtTOx1Lw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgtTOx1Lw .carousel {
  width: 100%;
}
.cid-vcgtTOx1Lw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgtTOx1Lw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgtTOx1Lw .modal.fade .modal-dialog,
.cid-vcgtTOx1Lw .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgtTOx1Lw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgtTOx1Lw H6 {
  text-align: center;
}
.cid-vcgtTOx1Lw H4 {
  color: #f13030;
}
.cid-vcgtTOXIYK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgtTOXIYK .item {
  padding-bottom: 2rem;
}
.cid-vcgtTOXIYK .item-wrapper {
  position: relative;
}
.cid-vcgtTOXIYK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgtTOXIYK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgtTOXIYK .carousel-control,
.cid-vcgtTOXIYK .close {
  background: #1b1b1b;
}
.cid-vcgtTOXIYK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgtTOXIYK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgtTOXIYK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgtTOXIYK .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgtTOXIYK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgtTOXIYK .close::before {
  content: '\e91a';
}
.cid-vcgtTOXIYK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgtTOXIYK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgtTOXIYK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtTOXIYK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgtTOXIYK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgtTOXIYK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgtTOXIYK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgtTOXIYK .carousel-indicators li.active,
.cid-vcgtTOXIYK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgtTOXIYK .carousel-indicators li::after,
.cid-vcgtTOXIYK .carousel-indicators li::before {
  content: none;
}
.cid-vcgtTOXIYK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgtTOXIYK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgtTOXIYK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgtTOXIYK .carousel-indicators {
    display: none;
  }
}
.cid-vcgtTOXIYK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgtTOXIYK .carousel-inner > .active {
  display: block;
}
.cid-vcgtTOXIYK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtTOXIYK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgtTOXIYK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgtTOXIYK .carousel-control,
  .cid-vcgtTOXIYK .carousel-indicators,
  .cid-vcgtTOXIYK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgtTOXIYK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgtTOXIYK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgtTOXIYK .carousel-indicators .active,
.cid-vcgtTOXIYK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgtTOXIYK .carousel-indicators .active {
  background: #fff;
}
.cid-vcgtTOXIYK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgtTOXIYK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgtTOXIYK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgtTOXIYK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgtTOXIYK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgtTOXIYK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgtTOXIYK .carousel {
  width: 100%;
}
.cid-vcgtTOXIYK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgtTOXIYK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgtTOXIYK .modal.fade .modal-dialog,
.cid-vcgtTOXIYK .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgtTOXIYK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgtTOXIYK H6 {
  text-align: center;
}
.cid-vcgtTOXIYK H4 {
  color: #f13030;
}
.cid-vcgtTPpj1z {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcgtTPpj1z .item {
  padding-bottom: 2rem;
}
.cid-vcgtTPpj1z .item-wrapper {
  position: relative;
}
.cid-vcgtTPpj1z .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgtTPpj1z .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgtTPpj1z .carousel-control,
.cid-vcgtTPpj1z .close {
  background: #1b1b1b;
}
.cid-vcgtTPpj1z .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgtTPpj1z .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgtTPpj1z .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgtTPpj1z .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgtTPpj1z .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgtTPpj1z .close::before {
  content: '\e91a';
}
.cid-vcgtTPpj1z .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgtTPpj1z .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgtTPpj1z .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtTPpj1z .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgtTPpj1z .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgtTPpj1z .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgtTPpj1z .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgtTPpj1z .carousel-indicators li.active,
.cid-vcgtTPpj1z .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgtTPpj1z .carousel-indicators li::after,
.cid-vcgtTPpj1z .carousel-indicators li::before {
  content: none;
}
.cid-vcgtTPpj1z .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgtTPpj1z .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgtTPpj1z .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgtTPpj1z .carousel-indicators {
    display: none;
  }
}
.cid-vcgtTPpj1z .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgtTPpj1z .carousel-inner > .active {
  display: block;
}
.cid-vcgtTPpj1z .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgtTPpj1z .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgtTPpj1z .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgtTPpj1z .carousel-control,
  .cid-vcgtTPpj1z .carousel-indicators,
  .cid-vcgtTPpj1z .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgtTPpj1z .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgtTPpj1z .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgtTPpj1z .carousel-indicators .active,
.cid-vcgtTPpj1z .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgtTPpj1z .carousel-indicators .active {
  background: #fff;
}
.cid-vcgtTPpj1z .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgtTPpj1z .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgtTPpj1z .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgtTPpj1z .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgtTPpj1z .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgtTPpj1z .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgtTPpj1z .carousel {
  width: 100%;
}
.cid-vcgtTPpj1z .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgtTPpj1z .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgtTPpj1z .modal.fade .modal-dialog,
.cid-vcgtTPpj1z .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgtTPpj1z .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgtTPpj1z H6 {
  text-align: center;
}
.cid-vcgtTPpj1z H4 {
  color: #f13030;
}
.cid-vcgtTPOThf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #feeded;
}
@media (max-width: 991px) {
  .cid-vcgtTPOThf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcgtTPOThf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcgtTPOThf .text-wrapper {
    padding: 2rem;
  }
}
.cid-vcgtTPOThf .mbr-section-title {
  text-align: center;
  color: #f13030;
}
.cid-vcgtTPOThf .mbr-text {
  color: #003752;
}
.cid-vcgtTQ2dY7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcgtTQ2dY7 .line {
  background-color: #155e82;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcgtTQ2dY7 .mbr-text {
  color: #155e82;
}
.cid-vcgtTQdhbI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgtTQdhbI .mbr-text {
  text-align: center;
  color: #003752;
}
.cid-vcgtTQqZY0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgtTQCbpB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-vcgtTQCbpB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcgtTQCbpB form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vcgtTQCbpB form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vcgtTQCbpB form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vcgtTQCbpB .mbr-section-title {
  color: #155e82;
}
.cid-vcgtTQCbpB .mbr-section-subtitle {
  color: #f13030;
}
.cid-vcgtTQQYa6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #cae2ed;
}
.cid-vcgtTQQYa6 .google-map {
  height: 30rem;
  position: relative;
}
.cid-vcgtTQQYa6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vcgtTQQYa6 .google-map [data-state-details] {
  color: #6b6763;
  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-vcgtTQQYa6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vcgtTQQYa6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vcgtTQQYa6 .mbr-section-subtitle {
  color: #155e82;
}
.cid-vcgtTQQYa6 .mbr-section-title {
  color: #ff3131;
}
.cid-vcgtTR6wMc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/toldos-de-policarbonato-em-sorocaba-toldos-silva-640x426.jpg");
}
.cid-vcgtTR6wMc .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcgtTR6wMc .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgtTR6wMc .row {
    text-align: center;
  }
  .cid-vcgtTR6wMc .row > div {
    margin: auto;
  }
  .cid-vcgtTR6wMc .social-row {
    justify-content: center;
  }
}
.cid-vcgtTR6wMc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcgtTR6wMc .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcgtTR6wMc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcgtTR6wMc .list {
    margin-bottom: 0rem;
  }
}
.cid-vcgtTR6wMc .mbr-text {
  color: #ffffff;
}
.cid-vcgtTR6wMc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcgtTR6wMc .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcgtTR6wMc div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcgtTR6wMc H5 {
  color: #14b8ef;
}
.cid-vcgtTRpg4F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vcgtTRpg4F .mbr-text,
.cid-vcgtTRpg4F blockquote {
  color: #767676;
}
.cid-vcgtTRpg4F .mbr-text P {
  text-align: center;
}
.cid-vcgtTRpg4F .mbr-text {
  color: #a2a2a2;
}
.cid-vcgtTRDTb6 {
  background: #e6f5fc;
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #56717e, #e6f5fc);
}
.cid-vcgtTRDTb6 .image-block {
  margin: auto;
}
.cid-vcgtTRDTb6 figcaption {
  position: relative;
}
.cid-vcgtTRDTb6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vcgtTRDTb6 .image-block {
    width: 100% !important;
  }
}
.cid-vcgtTRQgDK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcgtTRQgDK nav.navbar {
  position: fixed;
}
.cid-vcgtTRQgDK .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-vcgtTRQgDK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcgtTRQgDK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcgtTRQgDK .dropdown-item:hover,
.cid-vcgtTRQgDK .dropdown-item:focus {
  background: #14b8ef !important;
  color: white !important;
}
.cid-vcgtTRQgDK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcgtTRQgDK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcgtTRQgDK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcgtTRQgDK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcgtTRQgDK .nav-link {
  position: relative;
}
.cid-vcgtTRQgDK .container {
  display: flex;
  margin: auto;
}
.cid-vcgtTRQgDK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcgtTRQgDK .dropdown-menu,
.cid-vcgtTRQgDK .navbar.opened {
  background: #ffffff !important;
}
.cid-vcgtTRQgDK .nav-item:focus,
.cid-vcgtTRQgDK .nav-link:focus {
  outline: none;
}
.cid-vcgtTRQgDK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcgtTRQgDK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcgtTRQgDK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcgtTRQgDK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcgtTRQgDK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcgtTRQgDK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcgtTRQgDK .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-vcgtTRQgDK .navbar.opened {
  transition: all 0.3s;
}
.cid-vcgtTRQgDK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcgtTRQgDK .navbar .navbar-logo img {
  width: auto;
}
.cid-vcgtTRQgDK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcgtTRQgDK .navbar.collapsed {
  justify-content: center;
}
.cid-vcgtTRQgDK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcgtTRQgDK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcgtTRQgDK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vcgtTRQgDK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcgtTRQgDK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcgtTRQgDK .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-vcgtTRQgDK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcgtTRQgDK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcgtTRQgDK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcgtTRQgDK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcgtTRQgDK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcgtTRQgDK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcgtTRQgDK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcgtTRQgDK .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-vcgtTRQgDK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcgtTRQgDK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcgtTRQgDK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcgtTRQgDK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcgtTRQgDK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcgtTRQgDK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcgtTRQgDK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcgtTRQgDK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcgtTRQgDK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcgtTRQgDK .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-vcgtTRQgDK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcgtTRQgDK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcgtTRQgDK .dropdown-item.active,
.cid-vcgtTRQgDK .dropdown-item:active {
  background-color: transparent;
}
.cid-vcgtTRQgDK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcgtTRQgDK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcgtTRQgDK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcgtTRQgDK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcgtTRQgDK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcgtTRQgDK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcgtTRQgDK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcgtTRQgDK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcgtTRQgDK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcgtTRQgDK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3131;
}
.cid-vcgtTRQgDK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcgtTRQgDK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcgtTRQgDK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcgtTRQgDK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcgtTRQgDK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcgtTRQgDK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcgtTRQgDK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcgtTRQgDK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcgtTRQgDK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcgtTRQgDK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcgtTRQgDK .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-vcgtTRQgDK .navbar {
    height: 70px;
  }
  .cid-vcgtTRQgDK .navbar.opened {
    height: auto;
  }
  .cid-vcgtTRQgDK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sywDjy3FOq {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sywDjy3FOq .line {
  background-color: #0e82bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sywDjy3FOq .mbr-text {
  color: #0e82bb;
}
.cid-sywDXbKKlq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sywDjtXyCq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sywDjtXyCq .image-block {
  margin: auto;
}
.cid-sywDjtXyCq figcaption {
  position: relative;
}
.cid-sywDjtXyCq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sywDjtXyCq .image-block {
    width: 100% !important;
  }
}
.cid-syybzXlVSG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-syybzXlVSG .mbr-section-subtitle {
  color: #155e82;
}
.cid-syye6b57A1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #cae2ed;
}
.cid-syye6b57A1 .mbr-section-subtitle {
  text-align: center;
  color: #f13030;
}
.cid-syye6b57A1 .mbr-text {
  text-align: center;
}
.cid-sywDjHfXg4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cae2ed;
}
.cid-sywDjHfXg4 .video-wrapper iframe {
  width: 100%;
}
.cid-sywDjHfXg4 .mbr-section-title,
.cid-sywDjHfXg4 .mbr-section-subtitle,
.cid-sywDjHfXg4 .mbr-text {
  text-align: center;
}
.cid-sywDjHfXg4 .mbr-section-title {
  color: #175776;
}
.cid-syydmXnEzl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cae2ed;
}
.cid-syydmXnEzl .video-wrapper iframe {
  width: 100%;
}
.cid-syydmXnEzl .mbr-section-title,
.cid-syydmXnEzl .mbr-section-subtitle,
.cid-syydmXnEzl .mbr-text {
  text-align: center;
}
.cid-syydmXnEzl .mbr-section-title {
  color: #175776;
}
.cid-sLh3eAYeVO {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #cae2ed;
}
.cid-sLh3eAYeVO .video-wrapper iframe {
  width: 100%;
}
.cid-sLh3eAYeVO .mbr-section-title,
.cid-sLh3eAYeVO .mbr-section-subtitle,
.cid-sLh3eAYeVO .mbr-text {
  text-align: center;
}
.cid-sywDjIBKep {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sywDjIBKep .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sywDjIBKep form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sywDjIBKep form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sywDjIBKep form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sywDjIBKep .mbr-section-title {
  color: #155e82;
}
.cid-sywDjIBKep .mbr-section-subtitle {
  color: #f13030;
}
.cid-sywDjKTnRR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #cae2ed;
}
.cid-sywDjKTnRR .google-map {
  height: 30rem;
  position: relative;
}
.cid-sywDjKTnRR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sywDjKTnRR .google-map [data-state-details] {
  color: #6b6763;
  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-sywDjKTnRR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sywDjKTnRR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sywDjKTnRR .mbr-section-subtitle {
  color: #155e82;
}
.cid-sywDjKTnRR .mbr-section-title {
  color: #ff3131;
}
.cid-sywDjNzwkE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/toldos-de-policarbonato-em-sorocaba-toldos-silva-640x426.jpg");
}
.cid-sywDjNzwkE .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sywDjNzwkE .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sywDjNzwkE .row {
    text-align: center;
  }
  .cid-sywDjNzwkE .row > div {
    margin: auto;
  }
  .cid-sywDjNzwkE .social-row {
    justify-content: center;
  }
}
.cid-sywDjNzwkE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sywDjNzwkE .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sywDjNzwkE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sywDjNzwkE .list {
    margin-bottom: 0rem;
  }
}
.cid-sywDjNzwkE .mbr-text {
  color: #ffffff;
}
.cid-sywDjNzwkE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sywDjNzwkE .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sywDjNzwkE div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sywDjNzwkE H5 {
  color: #14b8ef;
}
.cid-sywDjOws3N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sywDjOws3N .mbr-text,
.cid-sywDjOws3N blockquote {
  color: #767676;
}
.cid-sywDjOws3N .mbr-text P {
  text-align: center;
}
.cid-sywDjOws3N .mbr-text {
  color: #a2a2a2;
}
.cid-sLgZqtAFt3 {
  background: #e6f5fc;
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #56717e, #e6f5fc);
}
.cid-sLgZqtAFt3 .image-block {
  margin: auto;
}
.cid-sLgZqtAFt3 figcaption {
  position: relative;
}
.cid-sLgZqtAFt3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sLgZqtAFt3 .image-block {
    width: 100% !important;
  }
}
.cid-sywDjPZvCi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sywDjPZvCi nav.navbar {
  position: fixed;
}
.cid-sywDjPZvCi .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-sywDjPZvCi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sywDjPZvCi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sywDjPZvCi .dropdown-item:hover,
.cid-sywDjPZvCi .dropdown-item:focus {
  background: #14b8ef !important;
  color: white !important;
}
.cid-sywDjPZvCi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sywDjPZvCi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sywDjPZvCi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sywDjPZvCi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sywDjPZvCi .nav-link {
  position: relative;
}
.cid-sywDjPZvCi .container {
  display: flex;
  margin: auto;
}
.cid-sywDjPZvCi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sywDjPZvCi .dropdown-menu,
.cid-sywDjPZvCi .navbar.opened {
  background: #ffffff !important;
}
.cid-sywDjPZvCi .nav-item:focus,
.cid-sywDjPZvCi .nav-link:focus {
  outline: none;
}
.cid-sywDjPZvCi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sywDjPZvCi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sywDjPZvCi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sywDjPZvCi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sywDjPZvCi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sywDjPZvCi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sywDjPZvCi .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-sywDjPZvCi .navbar.opened {
  transition: all 0.3s;
}
.cid-sywDjPZvCi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sywDjPZvCi .navbar .navbar-logo img {
  width: auto;
}
.cid-sywDjPZvCi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sywDjPZvCi .navbar.collapsed {
  justify-content: center;
}
.cid-sywDjPZvCi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sywDjPZvCi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sywDjPZvCi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sywDjPZvCi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sywDjPZvCi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sywDjPZvCi .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-sywDjPZvCi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sywDjPZvCi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sywDjPZvCi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sywDjPZvCi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sywDjPZvCi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sywDjPZvCi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sywDjPZvCi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sywDjPZvCi .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-sywDjPZvCi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sywDjPZvCi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sywDjPZvCi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sywDjPZvCi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sywDjPZvCi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sywDjPZvCi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sywDjPZvCi .navbar.navbar-short {
  min-height: 60px;
}
.cid-sywDjPZvCi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sywDjPZvCi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sywDjPZvCi .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-sywDjPZvCi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sywDjPZvCi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sywDjPZvCi .dropdown-item.active,
.cid-sywDjPZvCi .dropdown-item:active {
  background-color: transparent;
}
.cid-sywDjPZvCi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sywDjPZvCi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sywDjPZvCi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sywDjPZvCi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sywDjPZvCi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sywDjPZvCi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sywDjPZvCi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sywDjPZvCi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sywDjPZvCi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sywDjPZvCi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3131;
}
.cid-sywDjPZvCi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sywDjPZvCi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sywDjPZvCi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sywDjPZvCi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sywDjPZvCi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sywDjPZvCi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sywDjPZvCi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sywDjPZvCi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sywDjPZvCi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sywDjPZvCi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sywDjPZvCi .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-sywDjPZvCi .navbar {
    height: 70px;
  }
  .cid-sywDjPZvCi .navbar.opened {
    height: auto;
  }
  .cid-sywDjPZvCi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcgyixW71n {
  background-image: url("../../../assets/images/toldos-de-policarbonato-em-sorocaba-toldos-silva-640x426.jpg");
}
.cid-vcgyixW71n .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcgyixW71n .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcgyixW71n .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcgyixW71n .mbr-section-title {
  color: #ffffff;
}
.cid-vcgyixW71n .mbr-text,
.cid-vcgyixW71n .mbr-section-btn {
  color: #ffffff;
}
.cid-vcgyiybFpT {
  background: #175776;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #003752, #175776);
}
.cid-vcgyiybFpT .image-block {
  margin: auto;
}
.cid-vcgyiybFpT figcaption {
  position: relative;
}
.cid-vcgyiybFpT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vcgyiybFpT .image-block {
    width: 100% !important;
  }
}
.cid-vcgyiylBQV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cae2ed;
}
.cid-vcgyiylBQV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcgyiylBQV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcgyiylBQV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcgyiylBQV .mbr-section-title {
  color: #155e82;
}
.cid-vcgyiylBQV .mbr-text,
.cid-vcgyiylBQV .mbr-section-btn {
  color: #175776;
}
.cid-vcgyiyyuEN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgyiyyuEN .line {
  background-color: #0e8fce;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcgyiyyuEN .mbr-text {
  color: #0e82bb;
}
.cid-vcgyiyHYlL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgyiyHYlL .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-vcgyiyHYlL .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-vcgyiyHYlL .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-vcgyiyHYlL .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #ff3131;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcgyiyHYlL .mbr-text {
  color: #155e82;
  text-align: left;
}
.cid-vcgyiyRc09 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1159.png");
}
.cid-vcgyiyRc09 .mbr-overlay {
  background: #9fdbf8;
  opacity: 0.7;
}
.cid-vcgyiyRc09 img,
.cid-vcgyiyRc09 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vcgyiyRc09 .item:focus,
.cid-vcgyiyRc09 span:focus {
  outline: none;
}
.cid-vcgyiyRc09 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcgyiyRc09 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcgyiyRc09 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vcgyiyRc09 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcgyiyRc09 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vcgyiyRc09 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vcgyiyRc09 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcgyiyRc09 .mbr-section-title {
  color: #0a4d6e;
}
.cid-vcgyiyRc09 .mbr-text,
.cid-vcgyiyRc09 .mbr-section-btn {
  text-align: center;
  color: #155e82;
}
.cid-vcgyiyRc09 .item-title {
  text-align: center;
  color: #ff3131;
}
.cid-vcgyiyRc09 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vcgyizbKp3 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgyizbKp3 .line {
  background-color: #0e82bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcgyizbKp3 .mbr-text {
  color: #0e82bb;
}
.cid-vcgyizkpRx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgyizkpRx .item {
  padding-bottom: 2rem;
}
.cid-vcgyizkpRx .item-wrapper {
  position: relative;
}
.cid-vcgyizkpRx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgyizkpRx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgyizkpRx .carousel-control,
.cid-vcgyizkpRx .close {
  background: #1b1b1b;
}
.cid-vcgyizkpRx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgyizkpRx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgyizkpRx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgyizkpRx .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgyizkpRx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgyizkpRx .close::before {
  content: '\e91a';
}
.cid-vcgyizkpRx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgyizkpRx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgyizkpRx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgyizkpRx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgyizkpRx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgyizkpRx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgyizkpRx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgyizkpRx .carousel-indicators li.active,
.cid-vcgyizkpRx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgyizkpRx .carousel-indicators li::after,
.cid-vcgyizkpRx .carousel-indicators li::before {
  content: none;
}
.cid-vcgyizkpRx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgyizkpRx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgyizkpRx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgyizkpRx .carousel-indicators {
    display: none;
  }
}
.cid-vcgyizkpRx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgyizkpRx .carousel-inner > .active {
  display: block;
}
.cid-vcgyizkpRx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgyizkpRx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgyizkpRx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgyizkpRx .carousel-control,
  .cid-vcgyizkpRx .carousel-indicators,
  .cid-vcgyizkpRx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgyizkpRx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgyizkpRx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgyizkpRx .carousel-indicators .active,
.cid-vcgyizkpRx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgyizkpRx .carousel-indicators .active {
  background: #fff;
}
.cid-vcgyizkpRx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgyizkpRx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgyizkpRx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgyizkpRx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgyizkpRx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgyizkpRx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgyizkpRx .carousel {
  width: 100%;
}
.cid-vcgyizkpRx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgyizkpRx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgyizkpRx .modal.fade .modal-dialog,
.cid-vcgyizkpRx .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgyizkpRx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgyizkpRx H6 {
  text-align: center;
}
.cid-vcgyizkpRx H4 {
  color: #f13030;
}
.cid-vcgyizkpRx H3 {
  color: #155e82;
}
.cid-vcgyizH68T {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgyizH68T .item {
  padding-bottom: 2rem;
}
.cid-vcgyizH68T .item-wrapper {
  position: relative;
}
.cid-vcgyizH68T .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgyizH68T .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgyizH68T .carousel-control,
.cid-vcgyizH68T .close {
  background: #1b1b1b;
}
.cid-vcgyizH68T .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgyizH68T .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgyizH68T .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgyizH68T .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgyizH68T .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgyizH68T .close::before {
  content: '\e91a';
}
.cid-vcgyizH68T .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgyizH68T .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgyizH68T .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgyizH68T .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgyizH68T .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgyizH68T .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgyizH68T .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgyizH68T .carousel-indicators li.active,
.cid-vcgyizH68T .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgyizH68T .carousel-indicators li::after,
.cid-vcgyizH68T .carousel-indicators li::before {
  content: none;
}
.cid-vcgyizH68T .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgyizH68T .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgyizH68T .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgyizH68T .carousel-indicators {
    display: none;
  }
}
.cid-vcgyizH68T .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgyizH68T .carousel-inner > .active {
  display: block;
}
.cid-vcgyizH68T .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgyizH68T .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgyizH68T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgyizH68T .carousel-control,
  .cid-vcgyizH68T .carousel-indicators,
  .cid-vcgyizH68T .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgyizH68T .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgyizH68T .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgyizH68T .carousel-indicators .active,
.cid-vcgyizH68T .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgyizH68T .carousel-indicators .active {
  background: #fff;
}
.cid-vcgyizH68T .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgyizH68T .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgyizH68T .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgyizH68T .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgyizH68T .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgyizH68T .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgyizH68T .carousel {
  width: 100%;
}
.cid-vcgyizH68T .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgyizH68T .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgyizH68T .modal.fade .modal-dialog,
.cid-vcgyizH68T .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgyizH68T .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgyizH68T H6 {
  text-align: center;
}
.cid-vcgyizH68T H4 {
  color: #f13030;
}
.cid-vcgyiA7xZ6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgyiA7xZ6 .item {
  padding-bottom: 2rem;
}
.cid-vcgyiA7xZ6 .item-wrapper {
  position: relative;
}
.cid-vcgyiA7xZ6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgyiA7xZ6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgyiA7xZ6 .carousel-control,
.cid-vcgyiA7xZ6 .close {
  background: #1b1b1b;
}
.cid-vcgyiA7xZ6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgyiA7xZ6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgyiA7xZ6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgyiA7xZ6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgyiA7xZ6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgyiA7xZ6 .close::before {
  content: '\e91a';
}
.cid-vcgyiA7xZ6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgyiA7xZ6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgyiA7xZ6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgyiA7xZ6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgyiA7xZ6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgyiA7xZ6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgyiA7xZ6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgyiA7xZ6 .carousel-indicators li.active,
.cid-vcgyiA7xZ6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgyiA7xZ6 .carousel-indicators li::after,
.cid-vcgyiA7xZ6 .carousel-indicators li::before {
  content: none;
}
.cid-vcgyiA7xZ6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgyiA7xZ6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgyiA7xZ6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgyiA7xZ6 .carousel-indicators {
    display: none;
  }
}
.cid-vcgyiA7xZ6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgyiA7xZ6 .carousel-inner > .active {
  display: block;
}
.cid-vcgyiA7xZ6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgyiA7xZ6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgyiA7xZ6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgyiA7xZ6 .carousel-control,
  .cid-vcgyiA7xZ6 .carousel-indicators,
  .cid-vcgyiA7xZ6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgyiA7xZ6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgyiA7xZ6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgyiA7xZ6 .carousel-indicators .active,
.cid-vcgyiA7xZ6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgyiA7xZ6 .carousel-indicators .active {
  background: #fff;
}
.cid-vcgyiA7xZ6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgyiA7xZ6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgyiA7xZ6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgyiA7xZ6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgyiA7xZ6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgyiA7xZ6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgyiA7xZ6 .carousel {
  width: 100%;
}
.cid-vcgyiA7xZ6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgyiA7xZ6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgyiA7xZ6 .modal.fade .modal-dialog,
.cid-vcgyiA7xZ6 .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgyiA7xZ6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgyiA7xZ6 H6 {
  text-align: center;
}
.cid-vcgyiA7xZ6 H4 {
  color: #f13030;
}
.cid-vcgyiAGlBC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgyiAGlBC .item {
  padding-bottom: 2rem;
}
.cid-vcgyiAGlBC .item-wrapper {
  position: relative;
}
.cid-vcgyiAGlBC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgyiAGlBC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgyiAGlBC .carousel-control,
.cid-vcgyiAGlBC .close {
  background: #1b1b1b;
}
.cid-vcgyiAGlBC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgyiAGlBC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgyiAGlBC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgyiAGlBC .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgyiAGlBC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgyiAGlBC .close::before {
  content: '\e91a';
}
.cid-vcgyiAGlBC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgyiAGlBC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgyiAGlBC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgyiAGlBC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgyiAGlBC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgyiAGlBC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgyiAGlBC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgyiAGlBC .carousel-indicators li.active,
.cid-vcgyiAGlBC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgyiAGlBC .carousel-indicators li::after,
.cid-vcgyiAGlBC .carousel-indicators li::before {
  content: none;
}
.cid-vcgyiAGlBC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgyiAGlBC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgyiAGlBC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgyiAGlBC .carousel-indicators {
    display: none;
  }
}
.cid-vcgyiAGlBC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgyiAGlBC .carousel-inner > .active {
  display: block;
}
.cid-vcgyiAGlBC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgyiAGlBC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgyiAGlBC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgyiAGlBC .carousel-control,
  .cid-vcgyiAGlBC .carousel-indicators,
  .cid-vcgyiAGlBC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgyiAGlBC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgyiAGlBC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgyiAGlBC .carousel-indicators .active,
.cid-vcgyiAGlBC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgyiAGlBC .carousel-indicators .active {
  background: #fff;
}
.cid-vcgyiAGlBC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgyiAGlBC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgyiAGlBC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgyiAGlBC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgyiAGlBC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgyiAGlBC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgyiAGlBC .carousel {
  width: 100%;
}
.cid-vcgyiAGlBC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgyiAGlBC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgyiAGlBC .modal.fade .modal-dialog,
.cid-vcgyiAGlBC .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgyiAGlBC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgyiAGlBC H6 {
  text-align: center;
}
.cid-vcgyiAGlBC H4 {
  color: #f13030;
}
.cid-vcgyiB6pZ2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgyiB6pZ2 .item {
  padding-bottom: 2rem;
}
.cid-vcgyiB6pZ2 .item-wrapper {
  position: relative;
}
.cid-vcgyiB6pZ2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgyiB6pZ2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgyiB6pZ2 .carousel-control,
.cid-vcgyiB6pZ2 .close {
  background: #1b1b1b;
}
.cid-vcgyiB6pZ2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgyiB6pZ2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgyiB6pZ2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgyiB6pZ2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgyiB6pZ2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgyiB6pZ2 .close::before {
  content: '\e91a';
}
.cid-vcgyiB6pZ2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgyiB6pZ2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgyiB6pZ2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgyiB6pZ2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgyiB6pZ2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgyiB6pZ2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgyiB6pZ2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgyiB6pZ2 .carousel-indicators li.active,
.cid-vcgyiB6pZ2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgyiB6pZ2 .carousel-indicators li::after,
.cid-vcgyiB6pZ2 .carousel-indicators li::before {
  content: none;
}
.cid-vcgyiB6pZ2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgyiB6pZ2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgyiB6pZ2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgyiB6pZ2 .carousel-indicators {
    display: none;
  }
}
.cid-vcgyiB6pZ2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgyiB6pZ2 .carousel-inner > .active {
  display: block;
}
.cid-vcgyiB6pZ2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgyiB6pZ2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgyiB6pZ2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgyiB6pZ2 .carousel-control,
  .cid-vcgyiB6pZ2 .carousel-indicators,
  .cid-vcgyiB6pZ2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgyiB6pZ2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgyiB6pZ2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgyiB6pZ2 .carousel-indicators .active,
.cid-vcgyiB6pZ2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgyiB6pZ2 .carousel-indicators .active {
  background: #fff;
}
.cid-vcgyiB6pZ2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgyiB6pZ2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgyiB6pZ2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgyiB6pZ2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgyiB6pZ2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgyiB6pZ2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgyiB6pZ2 .carousel {
  width: 100%;
}
.cid-vcgyiB6pZ2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgyiB6pZ2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgyiB6pZ2 .modal.fade .modal-dialog,
.cid-vcgyiB6pZ2 .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgyiB6pZ2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgyiB6pZ2 H6 {
  text-align: center;
}
.cid-vcgyiB6pZ2 H4 {
  color: #f13030;
}
.cid-vcgyiBtN30 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcgyiBtN30 .item {
  padding-bottom: 2rem;
}
.cid-vcgyiBtN30 .item-wrapper {
  position: relative;
}
.cid-vcgyiBtN30 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgyiBtN30 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgyiBtN30 .carousel-control,
.cid-vcgyiBtN30 .close {
  background: #1b1b1b;
}
.cid-vcgyiBtN30 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgyiBtN30 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgyiBtN30 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgyiBtN30 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgyiBtN30 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgyiBtN30 .close::before {
  content: '\e91a';
}
.cid-vcgyiBtN30 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgyiBtN30 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgyiBtN30 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgyiBtN30 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgyiBtN30 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgyiBtN30 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgyiBtN30 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgyiBtN30 .carousel-indicators li.active,
.cid-vcgyiBtN30 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgyiBtN30 .carousel-indicators li::after,
.cid-vcgyiBtN30 .carousel-indicators li::before {
  content: none;
}
.cid-vcgyiBtN30 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgyiBtN30 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgyiBtN30 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgyiBtN30 .carousel-indicators {
    display: none;
  }
}
.cid-vcgyiBtN30 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgyiBtN30 .carousel-inner > .active {
  display: block;
}
.cid-vcgyiBtN30 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgyiBtN30 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgyiBtN30 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgyiBtN30 .carousel-control,
  .cid-vcgyiBtN30 .carousel-indicators,
  .cid-vcgyiBtN30 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgyiBtN30 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgyiBtN30 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgyiBtN30 .carousel-indicators .active,
.cid-vcgyiBtN30 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgyiBtN30 .carousel-indicators .active {
  background: #fff;
}
.cid-vcgyiBtN30 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgyiBtN30 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgyiBtN30 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgyiBtN30 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgyiBtN30 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgyiBtN30 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgyiBtN30 .carousel {
  width: 100%;
}
.cid-vcgyiBtN30 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgyiBtN30 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgyiBtN30 .modal.fade .modal-dialog,
.cid-vcgyiBtN30 .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgyiBtN30 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgyiBtN30 H6 {
  text-align: center;
}
.cid-vcgyiBtN30 H4 {
  color: #f13030;
}
.cid-vcgyiBTcNL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #feeded;
}
@media (max-width: 991px) {
  .cid-vcgyiBTcNL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcgyiBTcNL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcgyiBTcNL .text-wrapper {
    padding: 2rem;
  }
}
.cid-vcgyiBTcNL .mbr-section-title {
  text-align: center;
  color: #f13030;
}
.cid-vcgyiBTcNL .mbr-text {
  color: #003752;
}
.cid-vcgyiC8e7B {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcgyiC8e7B .line {
  background-color: #155e82;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcgyiC8e7B .mbr-text {
  color: #155e82;
}
.cid-vcgyiCkMAv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgyiCkMAv .mbr-text {
  text-align: center;
  color: #003752;
}
.cid-vcgyiCw3QS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgyiCKp29 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-vcgyiCKp29 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcgyiCKp29 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vcgyiCKp29 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vcgyiCKp29 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vcgyiCKp29 .mbr-section-title {
  color: #155e82;
}
.cid-vcgyiCKp29 .mbr-section-subtitle {
  color: #f13030;
}
.cid-vcgyiD2TAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #cae2ed;
}
.cid-vcgyiD2TAd .google-map {
  height: 30rem;
  position: relative;
}
.cid-vcgyiD2TAd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vcgyiD2TAd .google-map [data-state-details] {
  color: #6b6763;
  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-vcgyiD2TAd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vcgyiD2TAd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vcgyiD2TAd .mbr-section-subtitle {
  color: #155e82;
}
.cid-vcgyiD2TAd .mbr-section-title {
  color: #ff3131;
}
.cid-vcgyiDkV4U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/toldos-de-policarbonato-em-sorocaba-toldos-silva-640x426.jpg");
}
.cid-vcgyiDkV4U .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcgyiDkV4U .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgyiDkV4U .row {
    text-align: center;
  }
  .cid-vcgyiDkV4U .row > div {
    margin: auto;
  }
  .cid-vcgyiDkV4U .social-row {
    justify-content: center;
  }
}
.cid-vcgyiDkV4U .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcgyiDkV4U .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcgyiDkV4U .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcgyiDkV4U .list {
    margin-bottom: 0rem;
  }
}
.cid-vcgyiDkV4U .mbr-text {
  color: #ffffff;
}
.cid-vcgyiDkV4U .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcgyiDkV4U .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcgyiDkV4U div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcgyiDkV4U H5 {
  color: #14b8ef;
}
.cid-vcgyiDDy2I {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vcgyiDDy2I .mbr-text,
.cid-vcgyiDDy2I blockquote {
  color: #767676;
}
.cid-vcgyiDDy2I .mbr-text P {
  text-align: center;
}
.cid-vcgyiDDy2I .mbr-text {
  color: #a2a2a2;
}
.cid-vcgyiDStuX {
  background: #e6f5fc;
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #56717e, #e6f5fc);
}
.cid-vcgyiDStuX .image-block {
  margin: auto;
}
.cid-vcgyiDStuX figcaption {
  position: relative;
}
.cid-vcgyiDStuX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vcgyiDStuX .image-block {
    width: 100% !important;
  }
}
.cid-vcgyiE7c9g {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcgyiE7c9g nav.navbar {
  position: fixed;
}
.cid-vcgyiE7c9g .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-vcgyiE7c9g .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcgyiE7c9g .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcgyiE7c9g .dropdown-item:hover,
.cid-vcgyiE7c9g .dropdown-item:focus {
  background: #14b8ef !important;
  color: white !important;
}
.cid-vcgyiE7c9g .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcgyiE7c9g .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcgyiE7c9g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcgyiE7c9g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcgyiE7c9g .nav-link {
  position: relative;
}
.cid-vcgyiE7c9g .container {
  display: flex;
  margin: auto;
}
.cid-vcgyiE7c9g .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcgyiE7c9g .dropdown-menu,
.cid-vcgyiE7c9g .navbar.opened {
  background: #ffffff !important;
}
.cid-vcgyiE7c9g .nav-item:focus,
.cid-vcgyiE7c9g .nav-link:focus {
  outline: none;
}
.cid-vcgyiE7c9g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcgyiE7c9g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcgyiE7c9g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcgyiE7c9g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcgyiE7c9g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcgyiE7c9g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcgyiE7c9g .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-vcgyiE7c9g .navbar.opened {
  transition: all 0.3s;
}
.cid-vcgyiE7c9g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcgyiE7c9g .navbar .navbar-logo img {
  width: auto;
}
.cid-vcgyiE7c9g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcgyiE7c9g .navbar.collapsed {
  justify-content: center;
}
.cid-vcgyiE7c9g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcgyiE7c9g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcgyiE7c9g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vcgyiE7c9g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcgyiE7c9g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcgyiE7c9g .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-vcgyiE7c9g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcgyiE7c9g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcgyiE7c9g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcgyiE7c9g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcgyiE7c9g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcgyiE7c9g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcgyiE7c9g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcgyiE7c9g .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-vcgyiE7c9g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcgyiE7c9g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcgyiE7c9g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcgyiE7c9g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcgyiE7c9g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcgyiE7c9g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcgyiE7c9g .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcgyiE7c9g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcgyiE7c9g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcgyiE7c9g .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-vcgyiE7c9g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcgyiE7c9g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcgyiE7c9g .dropdown-item.active,
.cid-vcgyiE7c9g .dropdown-item:active {
  background-color: transparent;
}
.cid-vcgyiE7c9g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcgyiE7c9g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcgyiE7c9g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcgyiE7c9g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcgyiE7c9g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcgyiE7c9g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcgyiE7c9g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcgyiE7c9g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcgyiE7c9g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcgyiE7c9g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3131;
}
.cid-vcgyiE7c9g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcgyiE7c9g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcgyiE7c9g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcgyiE7c9g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcgyiE7c9g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcgyiE7c9g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcgyiE7c9g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcgyiE7c9g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcgyiE7c9g .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcgyiE7c9g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcgyiE7c9g .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-vcgyiE7c9g .navbar {
    height: 70px;
  }
  .cid-vcgyiE7c9g .navbar.opened {
    height: auto;
  }
  .cid-vcgyiE7c9g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcgvUtpcT7 {
  background-image: url("../../../assets/images/toldos-de-policarbonato-em-sorocaba-toldos-silva-640x426.jpg");
}
.cid-vcgvUtpcT7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcgvUtpcT7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcgvUtpcT7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcgvUtpcT7 .mbr-section-title {
  color: #ffffff;
}
.cid-vcgvUtpcT7 .mbr-text,
.cid-vcgvUtpcT7 .mbr-section-btn {
  color: #ffffff;
}
.cid-vcgvUtD12C {
  background: #175776;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #003752, #175776);
}
.cid-vcgvUtD12C .image-block {
  margin: auto;
}
.cid-vcgvUtD12C figcaption {
  position: relative;
}
.cid-vcgvUtD12C figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vcgvUtD12C .image-block {
    width: 100% !important;
  }
}
.cid-vcgvUtQQuD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cae2ed;
}
.cid-vcgvUtQQuD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcgvUtQQuD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcgvUtQQuD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcgvUtQQuD .mbr-section-title {
  color: #155e82;
}
.cid-vcgvUtQQuD .mbr-text,
.cid-vcgvUtQQuD .mbr-section-btn {
  color: #175776;
}
.cid-vcgvUu2K35 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgvUu2K35 .line {
  background-color: #0e8fce;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcgvUu2K35 .mbr-text {
  color: #0e82bb;
}
.cid-vcgvUububs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgvUububs .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-vcgvUububs .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-vcgvUububs .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-vcgvUububs .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #ff3131;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcgvUububs .mbr-text {
  color: #155e82;
  text-align: left;
}
.cid-vcgvUuk5pQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1159.png");
}
.cid-vcgvUuk5pQ .mbr-overlay {
  background: #9fdbf8;
  opacity: 0.7;
}
.cid-vcgvUuk5pQ img,
.cid-vcgvUuk5pQ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vcgvUuk5pQ .item:focus,
.cid-vcgvUuk5pQ span:focus {
  outline: none;
}
.cid-vcgvUuk5pQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcgvUuk5pQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcgvUuk5pQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vcgvUuk5pQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcgvUuk5pQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vcgvUuk5pQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vcgvUuk5pQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcgvUuk5pQ .mbr-section-title {
  color: #0a4d6e;
}
.cid-vcgvUuk5pQ .mbr-text,
.cid-vcgvUuk5pQ .mbr-section-btn {
  text-align: center;
  color: #155e82;
}
.cid-vcgvUuk5pQ .item-title {
  text-align: center;
  color: #ff3131;
}
.cid-vcgvUuk5pQ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vcgvUuBT6d {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgvUuBT6d .line {
  background-color: #0e82bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcgvUuBT6d .mbr-text {
  color: #0e82bb;
}
.cid-vcgvUuKNhv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgvUuKNhv .item {
  padding-bottom: 2rem;
}
.cid-vcgvUuKNhv .item-wrapper {
  position: relative;
}
.cid-vcgvUuKNhv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgvUuKNhv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgvUuKNhv .carousel-control,
.cid-vcgvUuKNhv .close {
  background: #1b1b1b;
}
.cid-vcgvUuKNhv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgvUuKNhv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgvUuKNhv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgvUuKNhv .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgvUuKNhv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgvUuKNhv .close::before {
  content: '\e91a';
}
.cid-vcgvUuKNhv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgvUuKNhv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgvUuKNhv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgvUuKNhv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgvUuKNhv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgvUuKNhv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgvUuKNhv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgvUuKNhv .carousel-indicators li.active,
.cid-vcgvUuKNhv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgvUuKNhv .carousel-indicators li::after,
.cid-vcgvUuKNhv .carousel-indicators li::before {
  content: none;
}
.cid-vcgvUuKNhv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgvUuKNhv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgvUuKNhv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgvUuKNhv .carousel-indicators {
    display: none;
  }
}
.cid-vcgvUuKNhv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgvUuKNhv .carousel-inner > .active {
  display: block;
}
.cid-vcgvUuKNhv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgvUuKNhv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgvUuKNhv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgvUuKNhv .carousel-control,
  .cid-vcgvUuKNhv .carousel-indicators,
  .cid-vcgvUuKNhv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgvUuKNhv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgvUuKNhv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgvUuKNhv .carousel-indicators .active,
.cid-vcgvUuKNhv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgvUuKNhv .carousel-indicators .active {
  background: #fff;
}
.cid-vcgvUuKNhv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgvUuKNhv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgvUuKNhv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgvUuKNhv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgvUuKNhv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgvUuKNhv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgvUuKNhv .carousel {
  width: 100%;
}
.cid-vcgvUuKNhv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgvUuKNhv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgvUuKNhv .modal.fade .modal-dialog,
.cid-vcgvUuKNhv .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgvUuKNhv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgvUuKNhv H6 {
  text-align: center;
}
.cid-vcgvUuKNhv H4 {
  color: #f13030;
}
.cid-vcgvUuKNhv H3 {
  color: #155e82;
}
.cid-vcgvUvaykd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgvUvaykd .item {
  padding-bottom: 2rem;
}
.cid-vcgvUvaykd .item-wrapper {
  position: relative;
}
.cid-vcgvUvaykd .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgvUvaykd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgvUvaykd .carousel-control,
.cid-vcgvUvaykd .close {
  background: #1b1b1b;
}
.cid-vcgvUvaykd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgvUvaykd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgvUvaykd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgvUvaykd .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgvUvaykd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgvUvaykd .close::before {
  content: '\e91a';
}
.cid-vcgvUvaykd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgvUvaykd .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgvUvaykd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgvUvaykd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgvUvaykd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgvUvaykd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgvUvaykd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgvUvaykd .carousel-indicators li.active,
.cid-vcgvUvaykd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgvUvaykd .carousel-indicators li::after,
.cid-vcgvUvaykd .carousel-indicators li::before {
  content: none;
}
.cid-vcgvUvaykd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgvUvaykd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgvUvaykd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgvUvaykd .carousel-indicators {
    display: none;
  }
}
.cid-vcgvUvaykd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgvUvaykd .carousel-inner > .active {
  display: block;
}
.cid-vcgvUvaykd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgvUvaykd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgvUvaykd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgvUvaykd .carousel-control,
  .cid-vcgvUvaykd .carousel-indicators,
  .cid-vcgvUvaykd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgvUvaykd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgvUvaykd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgvUvaykd .carousel-indicators .active,
.cid-vcgvUvaykd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgvUvaykd .carousel-indicators .active {
  background: #fff;
}
.cid-vcgvUvaykd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgvUvaykd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgvUvaykd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgvUvaykd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgvUvaykd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgvUvaykd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgvUvaykd .carousel {
  width: 100%;
}
.cid-vcgvUvaykd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgvUvaykd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgvUvaykd .modal.fade .modal-dialog,
.cid-vcgvUvaykd .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgvUvaykd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgvUvaykd H6 {
  text-align: center;
}
.cid-vcgvUvaykd H4 {
  color: #f13030;
}
.cid-vcgvUvwDXs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgvUvwDXs .item {
  padding-bottom: 2rem;
}
.cid-vcgvUvwDXs .item-wrapper {
  position: relative;
}
.cid-vcgvUvwDXs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgvUvwDXs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgvUvwDXs .carousel-control,
.cid-vcgvUvwDXs .close {
  background: #1b1b1b;
}
.cid-vcgvUvwDXs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgvUvwDXs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgvUvwDXs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgvUvwDXs .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgvUvwDXs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgvUvwDXs .close::before {
  content: '\e91a';
}
.cid-vcgvUvwDXs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgvUvwDXs .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgvUvwDXs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgvUvwDXs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgvUvwDXs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgvUvwDXs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgvUvwDXs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgvUvwDXs .carousel-indicators li.active,
.cid-vcgvUvwDXs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgvUvwDXs .carousel-indicators li::after,
.cid-vcgvUvwDXs .carousel-indicators li::before {
  content: none;
}
.cid-vcgvUvwDXs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgvUvwDXs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgvUvwDXs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgvUvwDXs .carousel-indicators {
    display: none;
  }
}
.cid-vcgvUvwDXs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgvUvwDXs .carousel-inner > .active {
  display: block;
}
.cid-vcgvUvwDXs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgvUvwDXs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgvUvwDXs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgvUvwDXs .carousel-control,
  .cid-vcgvUvwDXs .carousel-indicators,
  .cid-vcgvUvwDXs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgvUvwDXs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgvUvwDXs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgvUvwDXs .carousel-indicators .active,
.cid-vcgvUvwDXs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgvUvwDXs .carousel-indicators .active {
  background: #fff;
}
.cid-vcgvUvwDXs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgvUvwDXs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgvUvwDXs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgvUvwDXs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgvUvwDXs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgvUvwDXs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgvUvwDXs .carousel {
  width: 100%;
}
.cid-vcgvUvwDXs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgvUvwDXs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgvUvwDXs .modal.fade .modal-dialog,
.cid-vcgvUvwDXs .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgvUvwDXs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgvUvwDXs H6 {
  text-align: center;
}
.cid-vcgvUvwDXs H4 {
  color: #f13030;
}
.cid-vcgvUw8yrv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgvUw8yrv .item {
  padding-bottom: 2rem;
}
.cid-vcgvUw8yrv .item-wrapper {
  position: relative;
}
.cid-vcgvUw8yrv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgvUw8yrv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgvUw8yrv .carousel-control,
.cid-vcgvUw8yrv .close {
  background: #1b1b1b;
}
.cid-vcgvUw8yrv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgvUw8yrv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgvUw8yrv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgvUw8yrv .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgvUw8yrv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgvUw8yrv .close::before {
  content: '\e91a';
}
.cid-vcgvUw8yrv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgvUw8yrv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgvUw8yrv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgvUw8yrv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgvUw8yrv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgvUw8yrv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgvUw8yrv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgvUw8yrv .carousel-indicators li.active,
.cid-vcgvUw8yrv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgvUw8yrv .carousel-indicators li::after,
.cid-vcgvUw8yrv .carousel-indicators li::before {
  content: none;
}
.cid-vcgvUw8yrv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgvUw8yrv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgvUw8yrv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgvUw8yrv .carousel-indicators {
    display: none;
  }
}
.cid-vcgvUw8yrv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgvUw8yrv .carousel-inner > .active {
  display: block;
}
.cid-vcgvUw8yrv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgvUw8yrv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgvUw8yrv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgvUw8yrv .carousel-control,
  .cid-vcgvUw8yrv .carousel-indicators,
  .cid-vcgvUw8yrv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgvUw8yrv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgvUw8yrv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgvUw8yrv .carousel-indicators .active,
.cid-vcgvUw8yrv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgvUw8yrv .carousel-indicators .active {
  background: #fff;
}
.cid-vcgvUw8yrv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgvUw8yrv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgvUw8yrv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgvUw8yrv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgvUw8yrv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgvUw8yrv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgvUw8yrv .carousel {
  width: 100%;
}
.cid-vcgvUw8yrv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgvUw8yrv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgvUw8yrv .modal.fade .modal-dialog,
.cid-vcgvUw8yrv .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgvUw8yrv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgvUw8yrv H6 {
  text-align: center;
}
.cid-vcgvUw8yrv H4 {
  color: #f13030;
}
.cid-vcgvUwuODm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgvUwuODm .item {
  padding-bottom: 2rem;
}
.cid-vcgvUwuODm .item-wrapper {
  position: relative;
}
.cid-vcgvUwuODm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgvUwuODm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgvUwuODm .carousel-control,
.cid-vcgvUwuODm .close {
  background: #1b1b1b;
}
.cid-vcgvUwuODm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgvUwuODm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgvUwuODm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgvUwuODm .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgvUwuODm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgvUwuODm .close::before {
  content: '\e91a';
}
.cid-vcgvUwuODm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgvUwuODm .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgvUwuODm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgvUwuODm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgvUwuODm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgvUwuODm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgvUwuODm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgvUwuODm .carousel-indicators li.active,
.cid-vcgvUwuODm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgvUwuODm .carousel-indicators li::after,
.cid-vcgvUwuODm .carousel-indicators li::before {
  content: none;
}
.cid-vcgvUwuODm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgvUwuODm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgvUwuODm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgvUwuODm .carousel-indicators {
    display: none;
  }
}
.cid-vcgvUwuODm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgvUwuODm .carousel-inner > .active {
  display: block;
}
.cid-vcgvUwuODm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgvUwuODm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgvUwuODm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgvUwuODm .carousel-control,
  .cid-vcgvUwuODm .carousel-indicators,
  .cid-vcgvUwuODm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgvUwuODm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgvUwuODm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgvUwuODm .carousel-indicators .active,
.cid-vcgvUwuODm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgvUwuODm .carousel-indicators .active {
  background: #fff;
}
.cid-vcgvUwuODm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgvUwuODm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgvUwuODm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgvUwuODm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgvUwuODm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgvUwuODm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgvUwuODm .carousel {
  width: 100%;
}
.cid-vcgvUwuODm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgvUwuODm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgvUwuODm .modal.fade .modal-dialog,
.cid-vcgvUwuODm .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgvUwuODm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgvUwuODm H6 {
  text-align: center;
}
.cid-vcgvUwuODm H4 {
  color: #f13030;
}
.cid-vcgvUwTY5P {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcgvUwTY5P .item {
  padding-bottom: 2rem;
}
.cid-vcgvUwTY5P .item-wrapper {
  position: relative;
}
.cid-vcgvUwTY5P .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgvUwTY5P .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgvUwTY5P .carousel-control,
.cid-vcgvUwTY5P .close {
  background: #1b1b1b;
}
.cid-vcgvUwTY5P .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgvUwTY5P .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgvUwTY5P .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgvUwTY5P .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgvUwTY5P .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgvUwTY5P .close::before {
  content: '\e91a';
}
.cid-vcgvUwTY5P .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgvUwTY5P .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgvUwTY5P .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgvUwTY5P .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgvUwTY5P .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgvUwTY5P .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgvUwTY5P .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgvUwTY5P .carousel-indicators li.active,
.cid-vcgvUwTY5P .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgvUwTY5P .carousel-indicators li::after,
.cid-vcgvUwTY5P .carousel-indicators li::before {
  content: none;
}
.cid-vcgvUwTY5P .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgvUwTY5P .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgvUwTY5P .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgvUwTY5P .carousel-indicators {
    display: none;
  }
}
.cid-vcgvUwTY5P .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgvUwTY5P .carousel-inner > .active {
  display: block;
}
.cid-vcgvUwTY5P .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgvUwTY5P .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgvUwTY5P .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgvUwTY5P .carousel-control,
  .cid-vcgvUwTY5P .carousel-indicators,
  .cid-vcgvUwTY5P .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgvUwTY5P .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgvUwTY5P .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgvUwTY5P .carousel-indicators .active,
.cid-vcgvUwTY5P .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgvUwTY5P .carousel-indicators .active {
  background: #fff;
}
.cid-vcgvUwTY5P .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgvUwTY5P .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgvUwTY5P .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgvUwTY5P .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgvUwTY5P .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgvUwTY5P .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgvUwTY5P .carousel {
  width: 100%;
}
.cid-vcgvUwTY5P .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgvUwTY5P .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgvUwTY5P .modal.fade .modal-dialog,
.cid-vcgvUwTY5P .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgvUwTY5P .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgvUwTY5P H6 {
  text-align: center;
}
.cid-vcgvUwTY5P H4 {
  color: #f13030;
}
.cid-vcgvUxgDbg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #feeded;
}
@media (max-width: 991px) {
  .cid-vcgvUxgDbg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcgvUxgDbg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcgvUxgDbg .text-wrapper {
    padding: 2rem;
  }
}
.cid-vcgvUxgDbg .mbr-section-title {
  text-align: center;
  color: #f13030;
}
.cid-vcgvUxgDbg .mbr-text {
  color: #003752;
}
.cid-vcgvUxxvw8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcgvUxxvw8 .line {
  background-color: #155e82;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcgvUxxvw8 .mbr-text {
  color: #155e82;
}
.cid-vcgvUxJ3R5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgvUxJ3R5 .mbr-text {
  text-align: center;
  color: #003752;
}
.cid-vcgvUxVztP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgvUy6EOW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-vcgvUy6EOW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcgvUy6EOW form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vcgvUy6EOW form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vcgvUy6EOW form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vcgvUy6EOW .mbr-section-title {
  color: #155e82;
}
.cid-vcgvUy6EOW .mbr-section-subtitle {
  color: #f13030;
}
.cid-vcgvUylvPE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #cae2ed;
}
.cid-vcgvUylvPE .google-map {
  height: 30rem;
  position: relative;
}
.cid-vcgvUylvPE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vcgvUylvPE .google-map [data-state-details] {
  color: #6b6763;
  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-vcgvUylvPE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vcgvUylvPE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vcgvUylvPE .mbr-section-subtitle {
  color: #155e82;
}
.cid-vcgvUylvPE .mbr-section-title {
  color: #ff3131;
}
.cid-vcgvUyCw5W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/toldos-de-policarbonato-em-sorocaba-toldos-silva-640x426.jpg");
}
.cid-vcgvUyCw5W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcgvUyCw5W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgvUyCw5W .row {
    text-align: center;
  }
  .cid-vcgvUyCw5W .row > div {
    margin: auto;
  }
  .cid-vcgvUyCw5W .social-row {
    justify-content: center;
  }
}
.cid-vcgvUyCw5W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcgvUyCw5W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcgvUyCw5W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcgvUyCw5W .list {
    margin-bottom: 0rem;
  }
}
.cid-vcgvUyCw5W .mbr-text {
  color: #ffffff;
}
.cid-vcgvUyCw5W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcgvUyCw5W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcgvUyCw5W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcgvUyCw5W H5 {
  color: #14b8ef;
}
.cid-vcgvUyYHrt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vcgvUyYHrt .mbr-text,
.cid-vcgvUyYHrt blockquote {
  color: #767676;
}
.cid-vcgvUyYHrt .mbr-text P {
  text-align: center;
}
.cid-vcgvUyYHrt .mbr-text {
  color: #a2a2a2;
}
.cid-vcgvUzbA48 {
  background: #e6f5fc;
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #56717e, #e6f5fc);
}
.cid-vcgvUzbA48 .image-block {
  margin: auto;
}
.cid-vcgvUzbA48 figcaption {
  position: relative;
}
.cid-vcgvUzbA48 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vcgvUzbA48 .image-block {
    width: 100% !important;
  }
}
.cid-vcgvUzpaMy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcgvUzpaMy nav.navbar {
  position: fixed;
}
.cid-vcgvUzpaMy .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-vcgvUzpaMy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcgvUzpaMy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcgvUzpaMy .dropdown-item:hover,
.cid-vcgvUzpaMy .dropdown-item:focus {
  background: #14b8ef !important;
  color: white !important;
}
.cid-vcgvUzpaMy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcgvUzpaMy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcgvUzpaMy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcgvUzpaMy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcgvUzpaMy .nav-link {
  position: relative;
}
.cid-vcgvUzpaMy .container {
  display: flex;
  margin: auto;
}
.cid-vcgvUzpaMy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcgvUzpaMy .dropdown-menu,
.cid-vcgvUzpaMy .navbar.opened {
  background: #ffffff !important;
}
.cid-vcgvUzpaMy .nav-item:focus,
.cid-vcgvUzpaMy .nav-link:focus {
  outline: none;
}
.cid-vcgvUzpaMy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcgvUzpaMy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcgvUzpaMy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcgvUzpaMy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcgvUzpaMy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcgvUzpaMy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcgvUzpaMy .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-vcgvUzpaMy .navbar.opened {
  transition: all 0.3s;
}
.cid-vcgvUzpaMy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcgvUzpaMy .navbar .navbar-logo img {
  width: auto;
}
.cid-vcgvUzpaMy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcgvUzpaMy .navbar.collapsed {
  justify-content: center;
}
.cid-vcgvUzpaMy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcgvUzpaMy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcgvUzpaMy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vcgvUzpaMy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcgvUzpaMy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcgvUzpaMy .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-vcgvUzpaMy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcgvUzpaMy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcgvUzpaMy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcgvUzpaMy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcgvUzpaMy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcgvUzpaMy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcgvUzpaMy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcgvUzpaMy .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-vcgvUzpaMy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcgvUzpaMy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcgvUzpaMy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcgvUzpaMy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcgvUzpaMy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcgvUzpaMy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcgvUzpaMy .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcgvUzpaMy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcgvUzpaMy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcgvUzpaMy .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-vcgvUzpaMy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcgvUzpaMy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcgvUzpaMy .dropdown-item.active,
.cid-vcgvUzpaMy .dropdown-item:active {
  background-color: transparent;
}
.cid-vcgvUzpaMy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcgvUzpaMy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcgvUzpaMy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcgvUzpaMy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcgvUzpaMy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcgvUzpaMy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcgvUzpaMy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcgvUzpaMy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcgvUzpaMy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcgvUzpaMy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3131;
}
.cid-vcgvUzpaMy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcgvUzpaMy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcgvUzpaMy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcgvUzpaMy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcgvUzpaMy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcgvUzpaMy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcgvUzpaMy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcgvUzpaMy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcgvUzpaMy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcgvUzpaMy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcgvUzpaMy .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-vcgvUzpaMy .navbar {
    height: 70px;
  }
  .cid-vcgvUzpaMy .navbar.opened {
    height: auto;
  }
  .cid-vcgvUzpaMy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcgxT2CWap {
  background-image: url("../../../assets/images/toldos-de-policarbonato-em-sorocaba-toldos-silva-640x426.jpg");
}
.cid-vcgxT2CWap .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcgxT2CWap .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcgxT2CWap .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcgxT2CWap .mbr-section-title {
  color: #ffffff;
}
.cid-vcgxT2CWap .mbr-text,
.cid-vcgxT2CWap .mbr-section-btn {
  color: #ffffff;
}
.cid-vcgxT2PKJg {
  background: #175776;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #003752, #175776);
}
.cid-vcgxT2PKJg .image-block {
  margin: auto;
}
.cid-vcgxT2PKJg figcaption {
  position: relative;
}
.cid-vcgxT2PKJg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vcgxT2PKJg .image-block {
    width: 100% !important;
  }
}
.cid-vcgxT30EH8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cae2ed;
}
.cid-vcgxT30EH8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcgxT30EH8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcgxT30EH8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcgxT30EH8 .mbr-section-title {
  color: #155e82;
}
.cid-vcgxT30EH8 .mbr-text,
.cid-vcgxT30EH8 .mbr-section-btn {
  color: #175776;
}
.cid-vcgxT3dOoD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgxT3dOoD .line {
  background-color: #0e8fce;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcgxT3dOoD .mbr-text {
  color: #0e82bb;
}
.cid-vcgxT3m13j {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgxT3m13j .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-vcgxT3m13j .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-vcgxT3m13j .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-vcgxT3m13j .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #ff3131;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcgxT3m13j .mbr-text {
  color: #155e82;
  text-align: left;
}
.cid-vcgxT3vxTa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1159.png");
}
.cid-vcgxT3vxTa .mbr-overlay {
  background: #9fdbf8;
  opacity: 0.7;
}
.cid-vcgxT3vxTa img,
.cid-vcgxT3vxTa .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vcgxT3vxTa .item:focus,
.cid-vcgxT3vxTa span:focus {
  outline: none;
}
.cid-vcgxT3vxTa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcgxT3vxTa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcgxT3vxTa .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vcgxT3vxTa .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcgxT3vxTa .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vcgxT3vxTa .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vcgxT3vxTa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcgxT3vxTa .mbr-section-title {
  color: #0a4d6e;
}
.cid-vcgxT3vxTa .mbr-text,
.cid-vcgxT3vxTa .mbr-section-btn {
  text-align: center;
  color: #155e82;
}
.cid-vcgxT3vxTa .item-title {
  text-align: center;
  color: #ff3131;
}
.cid-vcgxT3vxTa .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vcgxT3PM6L {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgxT3PM6L .line {
  background-color: #0e82bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcgxT3PM6L .mbr-text {
  color: #0e82bb;
}
.cid-vcgxT3Y9C6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgxT3Y9C6 .item {
  padding-bottom: 2rem;
}
.cid-vcgxT3Y9C6 .item-wrapper {
  position: relative;
}
.cid-vcgxT3Y9C6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgxT3Y9C6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgxT3Y9C6 .carousel-control,
.cid-vcgxT3Y9C6 .close {
  background: #1b1b1b;
}
.cid-vcgxT3Y9C6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgxT3Y9C6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgxT3Y9C6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgxT3Y9C6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgxT3Y9C6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgxT3Y9C6 .close::before {
  content: '\e91a';
}
.cid-vcgxT3Y9C6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgxT3Y9C6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgxT3Y9C6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxT3Y9C6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgxT3Y9C6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgxT3Y9C6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgxT3Y9C6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgxT3Y9C6 .carousel-indicators li.active,
.cid-vcgxT3Y9C6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgxT3Y9C6 .carousel-indicators li::after,
.cid-vcgxT3Y9C6 .carousel-indicators li::before {
  content: none;
}
.cid-vcgxT3Y9C6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgxT3Y9C6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgxT3Y9C6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgxT3Y9C6 .carousel-indicators {
    display: none;
  }
}
.cid-vcgxT3Y9C6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgxT3Y9C6 .carousel-inner > .active {
  display: block;
}
.cid-vcgxT3Y9C6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxT3Y9C6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgxT3Y9C6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgxT3Y9C6 .carousel-control,
  .cid-vcgxT3Y9C6 .carousel-indicators,
  .cid-vcgxT3Y9C6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgxT3Y9C6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgxT3Y9C6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgxT3Y9C6 .carousel-indicators .active,
.cid-vcgxT3Y9C6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgxT3Y9C6 .carousel-indicators .active {
  background: #fff;
}
.cid-vcgxT3Y9C6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgxT3Y9C6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgxT3Y9C6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgxT3Y9C6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgxT3Y9C6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgxT3Y9C6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgxT3Y9C6 .carousel {
  width: 100%;
}
.cid-vcgxT3Y9C6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgxT3Y9C6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgxT3Y9C6 .modal.fade .modal-dialog,
.cid-vcgxT3Y9C6 .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgxT3Y9C6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgxT3Y9C6 H6 {
  text-align: center;
}
.cid-vcgxT3Y9C6 H4 {
  color: #f13030;
}
.cid-vcgxT3Y9C6 H3 {
  color: #155e82;
}
.cid-vcgxT4lUn6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgxT4lUn6 .item {
  padding-bottom: 2rem;
}
.cid-vcgxT4lUn6 .item-wrapper {
  position: relative;
}
.cid-vcgxT4lUn6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgxT4lUn6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgxT4lUn6 .carousel-control,
.cid-vcgxT4lUn6 .close {
  background: #1b1b1b;
}
.cid-vcgxT4lUn6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgxT4lUn6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgxT4lUn6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgxT4lUn6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgxT4lUn6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgxT4lUn6 .close::before {
  content: '\e91a';
}
.cid-vcgxT4lUn6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgxT4lUn6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgxT4lUn6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxT4lUn6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgxT4lUn6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgxT4lUn6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgxT4lUn6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgxT4lUn6 .carousel-indicators li.active,
.cid-vcgxT4lUn6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgxT4lUn6 .carousel-indicators li::after,
.cid-vcgxT4lUn6 .carousel-indicators li::before {
  content: none;
}
.cid-vcgxT4lUn6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgxT4lUn6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgxT4lUn6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgxT4lUn6 .carousel-indicators {
    display: none;
  }
}
.cid-vcgxT4lUn6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgxT4lUn6 .carousel-inner > .active {
  display: block;
}
.cid-vcgxT4lUn6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxT4lUn6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgxT4lUn6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgxT4lUn6 .carousel-control,
  .cid-vcgxT4lUn6 .carousel-indicators,
  .cid-vcgxT4lUn6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgxT4lUn6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgxT4lUn6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgxT4lUn6 .carousel-indicators .active,
.cid-vcgxT4lUn6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgxT4lUn6 .carousel-indicators .active {
  background: #fff;
}
.cid-vcgxT4lUn6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgxT4lUn6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgxT4lUn6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgxT4lUn6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgxT4lUn6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgxT4lUn6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgxT4lUn6 .carousel {
  width: 100%;
}
.cid-vcgxT4lUn6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgxT4lUn6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgxT4lUn6 .modal.fade .modal-dialog,
.cid-vcgxT4lUn6 .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgxT4lUn6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgxT4lUn6 H6 {
  text-align: center;
}
.cid-vcgxT4lUn6 H4 {
  color: #f13030;
}
.cid-vcgxT4J8ej {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgxT4J8ej .item {
  padding-bottom: 2rem;
}
.cid-vcgxT4J8ej .item-wrapper {
  position: relative;
}
.cid-vcgxT4J8ej .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgxT4J8ej .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgxT4J8ej .carousel-control,
.cid-vcgxT4J8ej .close {
  background: #1b1b1b;
}
.cid-vcgxT4J8ej .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgxT4J8ej .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgxT4J8ej .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgxT4J8ej .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgxT4J8ej .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgxT4J8ej .close::before {
  content: '\e91a';
}
.cid-vcgxT4J8ej .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgxT4J8ej .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgxT4J8ej .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxT4J8ej .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgxT4J8ej .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgxT4J8ej .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgxT4J8ej .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgxT4J8ej .carousel-indicators li.active,
.cid-vcgxT4J8ej .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgxT4J8ej .carousel-indicators li::after,
.cid-vcgxT4J8ej .carousel-indicators li::before {
  content: none;
}
.cid-vcgxT4J8ej .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgxT4J8ej .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgxT4J8ej .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgxT4J8ej .carousel-indicators {
    display: none;
  }
}
.cid-vcgxT4J8ej .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgxT4J8ej .carousel-inner > .active {
  display: block;
}
.cid-vcgxT4J8ej .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxT4J8ej .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgxT4J8ej .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgxT4J8ej .carousel-control,
  .cid-vcgxT4J8ej .carousel-indicators,
  .cid-vcgxT4J8ej .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgxT4J8ej .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgxT4J8ej .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgxT4J8ej .carousel-indicators .active,
.cid-vcgxT4J8ej .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgxT4J8ej .carousel-indicators .active {
  background: #fff;
}
.cid-vcgxT4J8ej .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgxT4J8ej .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgxT4J8ej .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgxT4J8ej .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgxT4J8ej .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgxT4J8ej .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgxT4J8ej .carousel {
  width: 100%;
}
.cid-vcgxT4J8ej .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgxT4J8ej .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgxT4J8ej .modal.fade .modal-dialog,
.cid-vcgxT4J8ej .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgxT4J8ej .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgxT4J8ej H6 {
  text-align: center;
}
.cid-vcgxT4J8ej H4 {
  color: #f13030;
}
.cid-vcgxT5hUxm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgxT5hUxm .item {
  padding-bottom: 2rem;
}
.cid-vcgxT5hUxm .item-wrapper {
  position: relative;
}
.cid-vcgxT5hUxm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgxT5hUxm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgxT5hUxm .carousel-control,
.cid-vcgxT5hUxm .close {
  background: #1b1b1b;
}
.cid-vcgxT5hUxm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgxT5hUxm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgxT5hUxm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgxT5hUxm .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgxT5hUxm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgxT5hUxm .close::before {
  content: '\e91a';
}
.cid-vcgxT5hUxm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgxT5hUxm .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgxT5hUxm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxT5hUxm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgxT5hUxm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgxT5hUxm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgxT5hUxm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgxT5hUxm .carousel-indicators li.active,
.cid-vcgxT5hUxm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgxT5hUxm .carousel-indicators li::after,
.cid-vcgxT5hUxm .carousel-indicators li::before {
  content: none;
}
.cid-vcgxT5hUxm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgxT5hUxm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgxT5hUxm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgxT5hUxm .carousel-indicators {
    display: none;
  }
}
.cid-vcgxT5hUxm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgxT5hUxm .carousel-inner > .active {
  display: block;
}
.cid-vcgxT5hUxm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxT5hUxm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgxT5hUxm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgxT5hUxm .carousel-control,
  .cid-vcgxT5hUxm .carousel-indicators,
  .cid-vcgxT5hUxm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgxT5hUxm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgxT5hUxm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgxT5hUxm .carousel-indicators .active,
.cid-vcgxT5hUxm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgxT5hUxm .carousel-indicators .active {
  background: #fff;
}
.cid-vcgxT5hUxm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgxT5hUxm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgxT5hUxm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgxT5hUxm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgxT5hUxm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgxT5hUxm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgxT5hUxm .carousel {
  width: 100%;
}
.cid-vcgxT5hUxm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgxT5hUxm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgxT5hUxm .modal.fade .modal-dialog,
.cid-vcgxT5hUxm .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgxT5hUxm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgxT5hUxm H6 {
  text-align: center;
}
.cid-vcgxT5hUxm H4 {
  color: #f13030;
}
.cid-vcgxT5HVYV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgxT5HVYV .item {
  padding-bottom: 2rem;
}
.cid-vcgxT5HVYV .item-wrapper {
  position: relative;
}
.cid-vcgxT5HVYV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgxT5HVYV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgxT5HVYV .carousel-control,
.cid-vcgxT5HVYV .close {
  background: #1b1b1b;
}
.cid-vcgxT5HVYV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgxT5HVYV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgxT5HVYV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgxT5HVYV .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgxT5HVYV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgxT5HVYV .close::before {
  content: '\e91a';
}
.cid-vcgxT5HVYV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgxT5HVYV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgxT5HVYV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxT5HVYV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgxT5HVYV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgxT5HVYV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgxT5HVYV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgxT5HVYV .carousel-indicators li.active,
.cid-vcgxT5HVYV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgxT5HVYV .carousel-indicators li::after,
.cid-vcgxT5HVYV .carousel-indicators li::before {
  content: none;
}
.cid-vcgxT5HVYV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgxT5HVYV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgxT5HVYV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgxT5HVYV .carousel-indicators {
    display: none;
  }
}
.cid-vcgxT5HVYV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgxT5HVYV .carousel-inner > .active {
  display: block;
}
.cid-vcgxT5HVYV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxT5HVYV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgxT5HVYV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgxT5HVYV .carousel-control,
  .cid-vcgxT5HVYV .carousel-indicators,
  .cid-vcgxT5HVYV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgxT5HVYV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgxT5HVYV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgxT5HVYV .carousel-indicators .active,
.cid-vcgxT5HVYV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgxT5HVYV .carousel-indicators .active {
  background: #fff;
}
.cid-vcgxT5HVYV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgxT5HVYV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgxT5HVYV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgxT5HVYV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgxT5HVYV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgxT5HVYV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgxT5HVYV .carousel {
  width: 100%;
}
.cid-vcgxT5HVYV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgxT5HVYV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgxT5HVYV .modal.fade .modal-dialog,
.cid-vcgxT5HVYV .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgxT5HVYV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgxT5HVYV H6 {
  text-align: center;
}
.cid-vcgxT5HVYV H4 {
  color: #f13030;
}
.cid-vcgxT64XTs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcgxT64XTs .item {
  padding-bottom: 2rem;
}
.cid-vcgxT64XTs .item-wrapper {
  position: relative;
}
.cid-vcgxT64XTs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgxT64XTs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgxT64XTs .carousel-control,
.cid-vcgxT64XTs .close {
  background: #1b1b1b;
}
.cid-vcgxT64XTs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgxT64XTs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgxT64XTs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgxT64XTs .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgxT64XTs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgxT64XTs .close::before {
  content: '\e91a';
}
.cid-vcgxT64XTs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgxT64XTs .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgxT64XTs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxT64XTs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgxT64XTs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgxT64XTs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgxT64XTs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgxT64XTs .carousel-indicators li.active,
.cid-vcgxT64XTs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgxT64XTs .carousel-indicators li::after,
.cid-vcgxT64XTs .carousel-indicators li::before {
  content: none;
}
.cid-vcgxT64XTs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgxT64XTs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgxT64XTs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgxT64XTs .carousel-indicators {
    display: none;
  }
}
.cid-vcgxT64XTs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgxT64XTs .carousel-inner > .active {
  display: block;
}
.cid-vcgxT64XTs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxT64XTs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgxT64XTs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgxT64XTs .carousel-control,
  .cid-vcgxT64XTs .carousel-indicators,
  .cid-vcgxT64XTs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgxT64XTs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgxT64XTs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgxT64XTs .carousel-indicators .active,
.cid-vcgxT64XTs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgxT64XTs .carousel-indicators .active {
  background: #fff;
}
.cid-vcgxT64XTs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgxT64XTs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgxT64XTs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgxT64XTs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgxT64XTs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgxT64XTs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgxT64XTs .carousel {
  width: 100%;
}
.cid-vcgxT64XTs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgxT64XTs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgxT64XTs .modal.fade .modal-dialog,
.cid-vcgxT64XTs .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgxT64XTs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgxT64XTs H6 {
  text-align: center;
}
.cid-vcgxT64XTs H4 {
  color: #f13030;
}
.cid-vcgxT6uRwW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #feeded;
}
@media (max-width: 991px) {
  .cid-vcgxT6uRwW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcgxT6uRwW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcgxT6uRwW .text-wrapper {
    padding: 2rem;
  }
}
.cid-vcgxT6uRwW .mbr-section-title {
  text-align: center;
  color: #f13030;
}
.cid-vcgxT6uRwW .mbr-text {
  color: #003752;
}
.cid-vcgxT6It03 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcgxT6It03 .line {
  background-color: #155e82;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcgxT6It03 .mbr-text {
  color: #155e82;
}
.cid-vcgxT6UM61 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgxT6UM61 .mbr-text {
  text-align: center;
  color: #003752;
}
.cid-vcgxT77Xwc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgxT7i21F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-vcgxT7i21F .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcgxT7i21F form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vcgxT7i21F form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vcgxT7i21F form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vcgxT7i21F .mbr-section-title {
  color: #155e82;
}
.cid-vcgxT7i21F .mbr-section-subtitle {
  color: #f13030;
}
.cid-vcgxT7B9XJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #cae2ed;
}
.cid-vcgxT7B9XJ .google-map {
  height: 30rem;
  position: relative;
}
.cid-vcgxT7B9XJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vcgxT7B9XJ .google-map [data-state-details] {
  color: #6b6763;
  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-vcgxT7B9XJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vcgxT7B9XJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vcgxT7B9XJ .mbr-section-subtitle {
  color: #155e82;
}
.cid-vcgxT7B9XJ .mbr-section-title {
  color: #ff3131;
}
.cid-vcgxT7ShWb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/toldos-de-policarbonato-em-sorocaba-toldos-silva-640x426.jpg");
}
.cid-vcgxT7ShWb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcgxT7ShWb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgxT7ShWb .row {
    text-align: center;
  }
  .cid-vcgxT7ShWb .row > div {
    margin: auto;
  }
  .cid-vcgxT7ShWb .social-row {
    justify-content: center;
  }
}
.cid-vcgxT7ShWb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcgxT7ShWb .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcgxT7ShWb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcgxT7ShWb .list {
    margin-bottom: 0rem;
  }
}
.cid-vcgxT7ShWb .mbr-text {
  color: #ffffff;
}
.cid-vcgxT7ShWb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcgxT7ShWb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcgxT7ShWb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcgxT7ShWb H5 {
  color: #14b8ef;
}
.cid-vcgxT8brud {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vcgxT8brud .mbr-text,
.cid-vcgxT8brud blockquote {
  color: #767676;
}
.cid-vcgxT8brud .mbr-text P {
  text-align: center;
}
.cid-vcgxT8brud .mbr-text {
  color: #a2a2a2;
}
.cid-vcgxT8paeV {
  background: #e6f5fc;
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #56717e, #e6f5fc);
}
.cid-vcgxT8paeV .image-block {
  margin: auto;
}
.cid-vcgxT8paeV figcaption {
  position: relative;
}
.cid-vcgxT8paeV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vcgxT8paeV .image-block {
    width: 100% !important;
  }
}
.cid-vcgxT8CB8n {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcgxT8CB8n nav.navbar {
  position: fixed;
}
.cid-vcgxT8CB8n .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-vcgxT8CB8n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcgxT8CB8n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcgxT8CB8n .dropdown-item:hover,
.cid-vcgxT8CB8n .dropdown-item:focus {
  background: #14b8ef !important;
  color: white !important;
}
.cid-vcgxT8CB8n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcgxT8CB8n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcgxT8CB8n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcgxT8CB8n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcgxT8CB8n .nav-link {
  position: relative;
}
.cid-vcgxT8CB8n .container {
  display: flex;
  margin: auto;
}
.cid-vcgxT8CB8n .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcgxT8CB8n .dropdown-menu,
.cid-vcgxT8CB8n .navbar.opened {
  background: #ffffff !important;
}
.cid-vcgxT8CB8n .nav-item:focus,
.cid-vcgxT8CB8n .nav-link:focus {
  outline: none;
}
.cid-vcgxT8CB8n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcgxT8CB8n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcgxT8CB8n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcgxT8CB8n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcgxT8CB8n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcgxT8CB8n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcgxT8CB8n .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-vcgxT8CB8n .navbar.opened {
  transition: all 0.3s;
}
.cid-vcgxT8CB8n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcgxT8CB8n .navbar .navbar-logo img {
  width: auto;
}
.cid-vcgxT8CB8n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcgxT8CB8n .navbar.collapsed {
  justify-content: center;
}
.cid-vcgxT8CB8n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcgxT8CB8n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcgxT8CB8n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vcgxT8CB8n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcgxT8CB8n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcgxT8CB8n .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-vcgxT8CB8n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcgxT8CB8n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcgxT8CB8n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcgxT8CB8n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcgxT8CB8n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcgxT8CB8n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcgxT8CB8n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcgxT8CB8n .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-vcgxT8CB8n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcgxT8CB8n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcgxT8CB8n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcgxT8CB8n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcgxT8CB8n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcgxT8CB8n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcgxT8CB8n .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcgxT8CB8n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcgxT8CB8n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcgxT8CB8n .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-vcgxT8CB8n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcgxT8CB8n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcgxT8CB8n .dropdown-item.active,
.cid-vcgxT8CB8n .dropdown-item:active {
  background-color: transparent;
}
.cid-vcgxT8CB8n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcgxT8CB8n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcgxT8CB8n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcgxT8CB8n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcgxT8CB8n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcgxT8CB8n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcgxT8CB8n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcgxT8CB8n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcgxT8CB8n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcgxT8CB8n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3131;
}
.cid-vcgxT8CB8n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcgxT8CB8n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcgxT8CB8n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcgxT8CB8n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcgxT8CB8n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcgxT8CB8n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcgxT8CB8n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcgxT8CB8n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcgxT8CB8n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcgxT8CB8n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcgxT8CB8n .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-vcgxT8CB8n .navbar {
    height: 70px;
  }
  .cid-vcgxT8CB8n .navbar.opened {
    height: auto;
  }
  .cid-vcgxT8CB8n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcgxoLYoAp {
  background-image: url("../../../assets/images/toldos-de-policarbonato-em-sorocaba-toldos-silva-640x426.jpg");
}
.cid-vcgxoLYoAp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcgxoLYoAp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcgxoLYoAp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcgxoLYoAp .mbr-section-title {
  color: #ffffff;
}
.cid-vcgxoLYoAp .mbr-text,
.cid-vcgxoLYoAp .mbr-section-btn {
  color: #ffffff;
}
.cid-vcgxoMgqvX {
  background: #175776;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #003752, #175776);
}
.cid-vcgxoMgqvX .image-block {
  margin: auto;
}
.cid-vcgxoMgqvX figcaption {
  position: relative;
}
.cid-vcgxoMgqvX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vcgxoMgqvX .image-block {
    width: 100% !important;
  }
}
.cid-vcgxoMyQhD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cae2ed;
}
.cid-vcgxoMyQhD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcgxoMyQhD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcgxoMyQhD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcgxoMyQhD .mbr-section-title {
  color: #155e82;
}
.cid-vcgxoMyQhD .mbr-text,
.cid-vcgxoMyQhD .mbr-section-btn {
  color: #175776;
}
.cid-vcgxoMNaxI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgxoMNaxI .line {
  background-color: #0e8fce;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcgxoMNaxI .mbr-text {
  color: #0e82bb;
}
.cid-vcgxoMZnGV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgxoMZnGV .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-vcgxoMZnGV .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-vcgxoMZnGV .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-vcgxoMZnGV .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #ff3131;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcgxoMZnGV .mbr-text {
  color: #155e82;
  text-align: left;
}
.cid-vcgxoNcxFj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1159.png");
}
.cid-vcgxoNcxFj .mbr-overlay {
  background: #9fdbf8;
  opacity: 0.7;
}
.cid-vcgxoNcxFj img,
.cid-vcgxoNcxFj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vcgxoNcxFj .item:focus,
.cid-vcgxoNcxFj span:focus {
  outline: none;
}
.cid-vcgxoNcxFj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcgxoNcxFj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcgxoNcxFj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vcgxoNcxFj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcgxoNcxFj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vcgxoNcxFj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vcgxoNcxFj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcgxoNcxFj .mbr-section-title {
  color: #0a4d6e;
}
.cid-vcgxoNcxFj .mbr-text,
.cid-vcgxoNcxFj .mbr-section-btn {
  text-align: center;
  color: #155e82;
}
.cid-vcgxoNcxFj .item-title {
  text-align: center;
  color: #ff3131;
}
.cid-vcgxoNcxFj .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vcgxoNy2f4 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgxoNy2f4 .line {
  background-color: #0e82bb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcgxoNy2f4 .mbr-text {
  color: #0e82bb;
}
.cid-vcgxoNLDlC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgxoNLDlC .item {
  padding-bottom: 2rem;
}
.cid-vcgxoNLDlC .item-wrapper {
  position: relative;
}
.cid-vcgxoNLDlC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgxoNLDlC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgxoNLDlC .carousel-control,
.cid-vcgxoNLDlC .close {
  background: #1b1b1b;
}
.cid-vcgxoNLDlC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgxoNLDlC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgxoNLDlC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgxoNLDlC .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgxoNLDlC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgxoNLDlC .close::before {
  content: '\e91a';
}
.cid-vcgxoNLDlC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgxoNLDlC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgxoNLDlC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxoNLDlC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgxoNLDlC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgxoNLDlC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgxoNLDlC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgxoNLDlC .carousel-indicators li.active,
.cid-vcgxoNLDlC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgxoNLDlC .carousel-indicators li::after,
.cid-vcgxoNLDlC .carousel-indicators li::before {
  content: none;
}
.cid-vcgxoNLDlC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgxoNLDlC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgxoNLDlC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgxoNLDlC .carousel-indicators {
    display: none;
  }
}
.cid-vcgxoNLDlC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgxoNLDlC .carousel-inner > .active {
  display: block;
}
.cid-vcgxoNLDlC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxoNLDlC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgxoNLDlC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgxoNLDlC .carousel-control,
  .cid-vcgxoNLDlC .carousel-indicators,
  .cid-vcgxoNLDlC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgxoNLDlC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgxoNLDlC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgxoNLDlC .carousel-indicators .active,
.cid-vcgxoNLDlC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgxoNLDlC .carousel-indicators .active {
  background: #fff;
}
.cid-vcgxoNLDlC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgxoNLDlC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgxoNLDlC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgxoNLDlC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgxoNLDlC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgxoNLDlC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgxoNLDlC .carousel {
  width: 100%;
}
.cid-vcgxoNLDlC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgxoNLDlC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgxoNLDlC .modal.fade .modal-dialog,
.cid-vcgxoNLDlC .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgxoNLDlC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgxoNLDlC H6 {
  text-align: center;
}
.cid-vcgxoNLDlC H4 {
  color: #f13030;
}
.cid-vcgxoNLDlC H3 {
  color: #155e82;
}
.cid-vcgxoOfl9L {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgxoOfl9L .item {
  padding-bottom: 2rem;
}
.cid-vcgxoOfl9L .item-wrapper {
  position: relative;
}
.cid-vcgxoOfl9L .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgxoOfl9L .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgxoOfl9L .carousel-control,
.cid-vcgxoOfl9L .close {
  background: #1b1b1b;
}
.cid-vcgxoOfl9L .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgxoOfl9L .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgxoOfl9L .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgxoOfl9L .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgxoOfl9L .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgxoOfl9L .close::before {
  content: '\e91a';
}
.cid-vcgxoOfl9L .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgxoOfl9L .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgxoOfl9L .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxoOfl9L .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgxoOfl9L .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgxoOfl9L .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgxoOfl9L .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgxoOfl9L .carousel-indicators li.active,
.cid-vcgxoOfl9L .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgxoOfl9L .carousel-indicators li::after,
.cid-vcgxoOfl9L .carousel-indicators li::before {
  content: none;
}
.cid-vcgxoOfl9L .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgxoOfl9L .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgxoOfl9L .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgxoOfl9L .carousel-indicators {
    display: none;
  }
}
.cid-vcgxoOfl9L .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgxoOfl9L .carousel-inner > .active {
  display: block;
}
.cid-vcgxoOfl9L .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxoOfl9L .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgxoOfl9L .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgxoOfl9L .carousel-control,
  .cid-vcgxoOfl9L .carousel-indicators,
  .cid-vcgxoOfl9L .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgxoOfl9L .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgxoOfl9L .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgxoOfl9L .carousel-indicators .active,
.cid-vcgxoOfl9L .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgxoOfl9L .carousel-indicators .active {
  background: #fff;
}
.cid-vcgxoOfl9L .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgxoOfl9L .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgxoOfl9L .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgxoOfl9L .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgxoOfl9L .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgxoOfl9L .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgxoOfl9L .carousel {
  width: 100%;
}
.cid-vcgxoOfl9L .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgxoOfl9L .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgxoOfl9L .modal.fade .modal-dialog,
.cid-vcgxoOfl9L .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgxoOfl9L .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgxoOfl9L H6 {
  text-align: center;
}
.cid-vcgxoOfl9L H4 {
  color: #f13030;
}
.cid-vcgxoODuAx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgxoODuAx .item {
  padding-bottom: 2rem;
}
.cid-vcgxoODuAx .item-wrapper {
  position: relative;
}
.cid-vcgxoODuAx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgxoODuAx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgxoODuAx .carousel-control,
.cid-vcgxoODuAx .close {
  background: #1b1b1b;
}
.cid-vcgxoODuAx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgxoODuAx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgxoODuAx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgxoODuAx .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgxoODuAx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgxoODuAx .close::before {
  content: '\e91a';
}
.cid-vcgxoODuAx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgxoODuAx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgxoODuAx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxoODuAx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgxoODuAx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgxoODuAx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgxoODuAx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgxoODuAx .carousel-indicators li.active,
.cid-vcgxoODuAx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgxoODuAx .carousel-indicators li::after,
.cid-vcgxoODuAx .carousel-indicators li::before {
  content: none;
}
.cid-vcgxoODuAx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgxoODuAx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgxoODuAx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgxoODuAx .carousel-indicators {
    display: none;
  }
}
.cid-vcgxoODuAx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgxoODuAx .carousel-inner > .active {
  display: block;
}
.cid-vcgxoODuAx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxoODuAx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgxoODuAx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgxoODuAx .carousel-control,
  .cid-vcgxoODuAx .carousel-indicators,
  .cid-vcgxoODuAx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgxoODuAx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgxoODuAx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgxoODuAx .carousel-indicators .active,
.cid-vcgxoODuAx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgxoODuAx .carousel-indicators .active {
  background: #fff;
}
.cid-vcgxoODuAx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgxoODuAx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgxoODuAx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgxoODuAx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgxoODuAx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgxoODuAx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgxoODuAx .carousel {
  width: 100%;
}
.cid-vcgxoODuAx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgxoODuAx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgxoODuAx .modal.fade .modal-dialog,
.cid-vcgxoODuAx .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgxoODuAx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgxoODuAx H6 {
  text-align: center;
}
.cid-vcgxoODuAx H4 {
  color: #f13030;
}
.cid-vcgxoPgVv7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgxoPgVv7 .item {
  padding-bottom: 2rem;
}
.cid-vcgxoPgVv7 .item-wrapper {
  position: relative;
}
.cid-vcgxoPgVv7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgxoPgVv7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgxoPgVv7 .carousel-control,
.cid-vcgxoPgVv7 .close {
  background: #1b1b1b;
}
.cid-vcgxoPgVv7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgxoPgVv7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgxoPgVv7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgxoPgVv7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgxoPgVv7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgxoPgVv7 .close::before {
  content: '\e91a';
}
.cid-vcgxoPgVv7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgxoPgVv7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgxoPgVv7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxoPgVv7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgxoPgVv7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgxoPgVv7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgxoPgVv7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgxoPgVv7 .carousel-indicators li.active,
.cid-vcgxoPgVv7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgxoPgVv7 .carousel-indicators li::after,
.cid-vcgxoPgVv7 .carousel-indicators li::before {
  content: none;
}
.cid-vcgxoPgVv7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgxoPgVv7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgxoPgVv7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgxoPgVv7 .carousel-indicators {
    display: none;
  }
}
.cid-vcgxoPgVv7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgxoPgVv7 .carousel-inner > .active {
  display: block;
}
.cid-vcgxoPgVv7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxoPgVv7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgxoPgVv7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgxoPgVv7 .carousel-control,
  .cid-vcgxoPgVv7 .carousel-indicators,
  .cid-vcgxoPgVv7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgxoPgVv7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgxoPgVv7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgxoPgVv7 .carousel-indicators .active,
.cid-vcgxoPgVv7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgxoPgVv7 .carousel-indicators .active {
  background: #fff;
}
.cid-vcgxoPgVv7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgxoPgVv7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgxoPgVv7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgxoPgVv7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgxoPgVv7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgxoPgVv7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgxoPgVv7 .carousel {
  width: 100%;
}
.cid-vcgxoPgVv7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgxoPgVv7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgxoPgVv7 .modal.fade .modal-dialog,
.cid-vcgxoPgVv7 .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgxoPgVv7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgxoPgVv7 H6 {
  text-align: center;
}
.cid-vcgxoPgVv7 H4 {
  color: #f13030;
}
.cid-vcgxoPC2zZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgxoPC2zZ .item {
  padding-bottom: 2rem;
}
.cid-vcgxoPC2zZ .item-wrapper {
  position: relative;
}
.cid-vcgxoPC2zZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgxoPC2zZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgxoPC2zZ .carousel-control,
.cid-vcgxoPC2zZ .close {
  background: #1b1b1b;
}
.cid-vcgxoPC2zZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgxoPC2zZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgxoPC2zZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgxoPC2zZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgxoPC2zZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgxoPC2zZ .close::before {
  content: '\e91a';
}
.cid-vcgxoPC2zZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgxoPC2zZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgxoPC2zZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxoPC2zZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgxoPC2zZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgxoPC2zZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgxoPC2zZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgxoPC2zZ .carousel-indicators li.active,
.cid-vcgxoPC2zZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgxoPC2zZ .carousel-indicators li::after,
.cid-vcgxoPC2zZ .carousel-indicators li::before {
  content: none;
}
.cid-vcgxoPC2zZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgxoPC2zZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgxoPC2zZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgxoPC2zZ .carousel-indicators {
    display: none;
  }
}
.cid-vcgxoPC2zZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgxoPC2zZ .carousel-inner > .active {
  display: block;
}
.cid-vcgxoPC2zZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxoPC2zZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgxoPC2zZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgxoPC2zZ .carousel-control,
  .cid-vcgxoPC2zZ .carousel-indicators,
  .cid-vcgxoPC2zZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgxoPC2zZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgxoPC2zZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgxoPC2zZ .carousel-indicators .active,
.cid-vcgxoPC2zZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgxoPC2zZ .carousel-indicators .active {
  background: #fff;
}
.cid-vcgxoPC2zZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgxoPC2zZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgxoPC2zZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgxoPC2zZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgxoPC2zZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgxoPC2zZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgxoPC2zZ .carousel {
  width: 100%;
}
.cid-vcgxoPC2zZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgxoPC2zZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgxoPC2zZ .modal.fade .modal-dialog,
.cid-vcgxoPC2zZ .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgxoPC2zZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgxoPC2zZ H6 {
  text-align: center;
}
.cid-vcgxoPC2zZ H4 {
  color: #f13030;
}
.cid-vcgxoQ1PDj {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcgxoQ1PDj .item {
  padding-bottom: 2rem;
}
.cid-vcgxoQ1PDj .item-wrapper {
  position: relative;
}
.cid-vcgxoQ1PDj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcgxoQ1PDj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcgxoQ1PDj .carousel-control,
.cid-vcgxoQ1PDj .close {
  background: #1b1b1b;
}
.cid-vcgxoQ1PDj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcgxoQ1PDj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcgxoQ1PDj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcgxoQ1PDj .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcgxoQ1PDj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcgxoQ1PDj .close::before {
  content: '\e91a';
}
.cid-vcgxoQ1PDj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcgxoQ1PDj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcgxoQ1PDj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxoQ1PDj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcgxoQ1PDj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcgxoQ1PDj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcgxoQ1PDj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcgxoQ1PDj .carousel-indicators li.active,
.cid-vcgxoQ1PDj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcgxoQ1PDj .carousel-indicators li::after,
.cid-vcgxoQ1PDj .carousel-indicators li::before {
  content: none;
}
.cid-vcgxoQ1PDj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcgxoQ1PDj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcgxoQ1PDj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgxoQ1PDj .carousel-indicators {
    display: none;
  }
}
.cid-vcgxoQ1PDj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcgxoQ1PDj .carousel-inner > .active {
  display: block;
}
.cid-vcgxoQ1PDj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcgxoQ1PDj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcgxoQ1PDj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcgxoQ1PDj .carousel-control,
  .cid-vcgxoQ1PDj .carousel-indicators,
  .cid-vcgxoQ1PDj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcgxoQ1PDj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcgxoQ1PDj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcgxoQ1PDj .carousel-indicators .active,
.cid-vcgxoQ1PDj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcgxoQ1PDj .carousel-indicators .active {
  background: #fff;
}
.cid-vcgxoQ1PDj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcgxoQ1PDj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcgxoQ1PDj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcgxoQ1PDj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcgxoQ1PDj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcgxoQ1PDj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcgxoQ1PDj .carousel {
  width: 100%;
}
.cid-vcgxoQ1PDj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcgxoQ1PDj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcgxoQ1PDj .modal.fade .modal-dialog,
.cid-vcgxoQ1PDj .modal.in .modal-dialog {
  transform: none;
}
.cid-vcgxoQ1PDj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcgxoQ1PDj H6 {
  text-align: center;
}
.cid-vcgxoQ1PDj H4 {
  color: #f13030;
}
.cid-vcgxoQoeQU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #feeded;
}
@media (max-width: 991px) {
  .cid-vcgxoQoeQU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcgxoQoeQU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcgxoQoeQU .text-wrapper {
    padding: 2rem;
  }
}
.cid-vcgxoQoeQU .mbr-section-title {
  text-align: center;
  color: #f13030;
}
.cid-vcgxoQoeQU .mbr-text {
  color: #003752;
}
.cid-vcgxoQGnOq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcgxoQGnOq .line {
  background-color: #155e82;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcgxoQGnOq .mbr-text {
  color: #155e82;
}
.cid-vcgxoQSCKa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgxoQSCKa .mbr-text {
  text-align: center;
  color: #003752;
}
.cid-vcgxoR4r2G {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgxoRgDaW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-vcgxoRgDaW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcgxoRgDaW form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vcgxoRgDaW form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vcgxoRgDaW form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vcgxoRgDaW .mbr-section-title {
  color: #155e82;
}
.cid-vcgxoRgDaW .mbr-section-subtitle {
  color: #f13030;
}
.cid-vcgxoRvfCV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #cae2ed;
}
.cid-vcgxoRvfCV .google-map {
  height: 30rem;
  position: relative;
}
.cid-vcgxoRvfCV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vcgxoRvfCV .google-map [data-state-details] {
  color: #6b6763;
  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-vcgxoRvfCV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vcgxoRvfCV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vcgxoRvfCV .mbr-section-subtitle {
  color: #155e82;
}
.cid-vcgxoRvfCV .mbr-section-title {
  color: #ff3131;
}
.cid-vcgxoRNnxF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/toldos-de-policarbonato-em-sorocaba-toldos-silva-640x426.jpg");
}
.cid-vcgxoRNnxF .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcgxoRNnxF .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgxoRNnxF .row {
    text-align: center;
  }
  .cid-vcgxoRNnxF .row > div {
    margin: auto;
  }
  .cid-vcgxoRNnxF .social-row {
    justify-content: center;
  }
}
.cid-vcgxoRNnxF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcgxoRNnxF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcgxoRNnxF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcgxoRNnxF .list {
    margin-bottom: 0rem;
  }
}
.cid-vcgxoRNnxF .mbr-text {
  color: #ffffff;
}
.cid-vcgxoRNnxF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcgxoRNnxF .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcgxoRNnxF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcgxoRNnxF H5 {
  color: #14b8ef;
}
.cid-vcgxoSiD6Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vcgxoSiD6Q .mbr-text,
.cid-vcgxoSiD6Q blockquote {
  color: #767676;
}
.cid-vcgxoSiD6Q .mbr-text P {
  text-align: center;
}
.cid-vcgxoSiD6Q .mbr-text {
  color: #a2a2a2;
}
.cid-vcgxoSxAlR {
  background: #e6f5fc;
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #56717e, #e6f5fc);
}
.cid-vcgxoSxAlR .image-block {
  margin: auto;
}
.cid-vcgxoSxAlR figcaption {
  position: relative;
}
.cid-vcgxoSxAlR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vcgxoSxAlR .image-block {
    width: 100% !important;
  }
}
.cid-vcgxoSKmsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcgxoSKmsJ nav.navbar {
  position: fixed;
}
.cid-vcgxoSKmsJ .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-vcgxoSKmsJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcgxoSKmsJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcgxoSKmsJ .dropdown-item:hover,
.cid-vcgxoSKmsJ .dropdown-item:focus {
  background: #14b8ef !important;
  color: white !important;
}
.cid-vcgxoSKmsJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcgxoSKmsJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcgxoSKmsJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcgxoSKmsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcgxoSKmsJ .nav-link {
  position: relative;
}
.cid-vcgxoSKmsJ .container {
  display: flex;
  margin: auto;
}
.cid-vcgxoSKmsJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcgxoSKmsJ .dropdown-menu,
.cid-vcgxoSKmsJ .navbar.opened {
  background: #ffffff !important;
}
.cid-vcgxoSKmsJ .nav-item:focus,
.cid-vcgxoSKmsJ .nav-link:focus {
  outline: none;
}
.cid-vcgxoSKmsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcgxoSKmsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcgxoSKmsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcgxoSKmsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcgxoSKmsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcgxoSKmsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcgxoSKmsJ .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-vcgxoSKmsJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vcgxoSKmsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcgxoSKmsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vcgxoSKmsJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcgxoSKmsJ .navbar.collapsed {
  justify-content: center;
}
.cid-vcgxoSKmsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcgxoSKmsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcgxoSKmsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vcgxoSKmsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcgxoSKmsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcgxoSKmsJ .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-vcgxoSKmsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcgxoSKmsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcgxoSKmsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcgxoSKmsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcgxoSKmsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcgxoSKmsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcgxoSKmsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcgxoSKmsJ .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-vcgxoSKmsJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcgxoSKmsJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcgxoSKmsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcgxoSKmsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcgxoSKmsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcgxoSKmsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcgxoSKmsJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcgxoSKmsJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcgxoSKmsJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcgxoSKmsJ .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-vcgxoSKmsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcgxoSKmsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcgxoSKmsJ .dropdown-item.active,
.cid-vcgxoSKmsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vcgxoSKmsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcgxoSKmsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcgxoSKmsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcgxoSKmsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcgxoSKmsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcgxoSKmsJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcgxoSKmsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcgxoSKmsJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcgxoSKmsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcgxoSKmsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3131;
}
.cid-vcgxoSKmsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcgxoSKmsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcgxoSKmsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcgxoSKmsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcgxoSKmsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcgxoSKmsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcgxoSKmsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcgxoSKmsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcgxoSKmsJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcgxoSKmsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcgxoSKmsJ .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-vcgxoSKmsJ .navbar {
    height: 70px;
  }
  .cid-vcgxoSKmsJ .navbar.opened {
    height: auto;
  }
  .cid-vcgxoSKmsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
