.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.display-7 

.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-family: 'Montserrat';
  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: #ffffff !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #d6ae44 !important;
}
.bg-danger {
  background-color: #aeaca8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d6ae44 !important;
  border-color: #d6ae44 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #a07e23 !important;
  border-color: #a07e23 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a07e23 !important;
  border-color: #a07e23 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #aeaca8 !important;
  border-color: #aeaca8 !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: #84817b !important;
  border-color: #84817b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #84817b !important;
  border-color: #84817b !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d6ae44;
  color: #d6ae44;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a07e23 !important;
  background-color: transparent!important;
  border-color: #a07e23 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d6ae44 !important;
  border-color: #d6ae44 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #aeaca8;
  color: #aeaca8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #84817b !important;
  background-color: transparent!important;
  border-color: #84817b !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #aeaca8 !important;
  border-color: #aeaca8 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #00000070 !important;
  border-color: #fafafa;
  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: #cfcfcf !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: #ffffff !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #d6ae44 !important;
}
.text-danger {
  color: #aeaca8 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #947420 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7c7974 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #d6ae44;
}
.alert-danger {
  background-color: #aeaca8;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbf6eb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ebebea;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uHTdekkuL0 {
  background-image: url("../../../assets/images/seu-dia-capa.png");
}
.cid-uHTdekkuL0 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHTdekkuL0 .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uHTdekkuL0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHTdekkuL0 .mbr-text,
.cid-uHTdekkuL0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uHTdekkuL0 p {
  font-size: 36px;
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-t28fa7XNOK {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t28fa7XNOK .mbr-section-title {
  color: #737b83;
  text-align: center;
}
.cid-t28fa7XNOK .mbr-text,
.cid-t28fa7XNOK .mbr-section-btn {
  color: #737b83;
}
.cid-t28fa7XNOK H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-sn7aEwSzyF {
  overflow-x: hidden !important;
}
.cid-sn7aEwSzyF,
.cid-sn7aEwSzyF .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 120px;
}
.cid-sn7aEwSzyF .mbr-section-title {
  color: #ffcf1d;
  text-align: center;
}
.cid-sn7aEwSzyF .mbr-section-title span {
  color: #ffffff;
}
.cid-sn7aEwSzyF .mbr-text {
  color: #efefef;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sn7aEwSzyF .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/seu-dia-6h.png");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sn7aEwSzyF .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sn7aEwSzyF .mbr-overlay {
  z-index: 1;
}
.cid-sn7aEwSzyF .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sn7aEwSzyF H2 {
  text-align: right;
  color: #ffd63c;
  font-size: 80px;
}
.cid-sn70cUSp8s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sn70cUSp8s .container {
  max-width: 1500px;
}
.cid-sn70cUSp8s .row {
  background: #ffffff;
}
.cid-sn70cUSp8s .img-col {
  padding: 0;
}
.cid-sn70cUSp8s .title-col {
  padding: 4rem 8rem;
}
.cid-sn70cUSp8s img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sn70cUSp8s h2 {
  padding: 0;
  margin: 0;
}
.cid-sn70cUSp8s .text-wrap {
  margin: auto;
}
.cid-sn70cUSp8s .mbr-text {
  color: #737b83;
  text-align: right;
}
@media (max-width: 1200px) {
  .cid-sn70cUSp8s .row {
    margin: 2rem;
  }
  .cid-sn70cUSp8s .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sn70cUSp8s .row {
    margin: 0rem;
  }
  .cid-sn70cUSp8s .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sn70cUSp8s H2 {
  color: #ffa200;
  font-size: 80px;
  text-align: right;
}
.cid-sn72mgnfsn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sn72mgnfsn .container {
  max-width: 1500px;
}
.cid-sn72mgnfsn .row {
  background: #ffffff;
}
.cid-sn72mgnfsn .img-col {
  padding: 0;
}
.cid-sn72mgnfsn .title-col {
  padding: 4rem 8rem;
}
.cid-sn72mgnfsn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sn72mgnfsn h2 {
  padding: 0;
  margin: 0;
}
.cid-sn72mgnfsn .text-wrap {
  margin: auto;
}
.cid-sn72mgnfsn .mbr-text {
  color: #737b83;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-sn72mgnfsn .row {
    margin: 2rem;
  }
  .cid-sn72mgnfsn .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sn72mgnfsn .row {
    margin: 0rem;
  }
  .cid-sn72mgnfsn .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sn72mgnfsn H2 {
  text-align: left;
  color: #ffa200;
  font-size: 80px;
}
.cid-t2ppsA3WM7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t2ppsA3WM7 .container {
  max-width: 1500px;
}
.cid-t2ppsA3WM7 .row {
  background: #ffffff;
}
.cid-t2ppsA3WM7 .img-col {
  padding: 0;
}
.cid-t2ppsA3WM7 .title-col {
  padding: 4rem 8rem;
}
.cid-t2ppsA3WM7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t2ppsA3WM7 h2 {
  padding: 0;
  margin: 0;
}
.cid-t2ppsA3WM7 .text-wrap {
  margin: auto;
}
.cid-t2ppsA3WM7 .mbr-text {
  color: #737b83;
  text-align: right;
}
@media (max-width: 1200px) {
  .cid-t2ppsA3WM7 .row {
    margin: 2rem;
  }
  .cid-t2ppsA3WM7 .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t2ppsA3WM7 .row {
    margin: 0rem;
  }
  .cid-t2ppsA3WM7 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-t2ppsA3WM7 H2 {
  text-align: right;
  color: #ffa200;
  font-size: 80px;
}
.cid-t28hzmImCd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t28hzmImCd .container {
  max-width: 1500px;
}
.cid-t28hzmImCd .row {
  background: #ffffff;
}
.cid-t28hzmImCd .img-col {
  padding: 0;
}
.cid-t28hzmImCd .title-col {
  padding: 4rem 8rem;
}
.cid-t28hzmImCd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t28hzmImCd h2 {
  padding: 0;
  margin: 0;
}
.cid-t28hzmImCd .text-wrap {
  margin: auto;
}
.cid-t28hzmImCd .mbr-text {
  color: #737b83;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-t28hzmImCd .row {
    margin: 2rem;
  }
  .cid-t28hzmImCd .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t28hzmImCd .row {
    margin: 0rem;
  }
  .cid-t28hzmImCd .title-col {
    padding: 2rem 1rem;
  }
}
.cid-t28hzmImCd H2 {
  text-align: left;
  color: #ffa200;
  font-size: 80px;
}
.cid-sn77cq9ZNO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sn77cq9ZNO .container {
  max-width: 1500px;
}
.cid-sn77cq9ZNO .row {
  background: #ffffff;
}
.cid-sn77cq9ZNO .img-col {
  padding: 0;
}
.cid-sn77cq9ZNO .title-col {
  padding: 4rem 8rem;
}
.cid-sn77cq9ZNO img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sn77cq9ZNO h2 {
  padding: 0;
  margin: 0;
}
.cid-sn77cq9ZNO .text-wrap {
  margin: auto;
}
.cid-sn77cq9ZNO .mbr-text {
  color: #737b83;
  text-align: right;
}
@media (max-width: 1200px) {
  .cid-sn77cq9ZNO .row {
    margin: 2rem;
  }
  .cid-sn77cq9ZNO .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sn77cq9ZNO .row {
    margin: 0rem;
  }
  .cid-sn77cq9ZNO .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sn77cq9ZNO H2 {
  text-align: right;
  color: #ffa200;
  font-size: 80px;
}
.cid-sn77eug0cl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sn77eug0cl .container {
  max-width: 1500px;
}
.cid-sn77eug0cl .row {
  background: #ffffff;
}
.cid-sn77eug0cl .img-col {
  padding: 0;
}
.cid-sn77eug0cl .title-col {
  padding: 4rem 8rem;
}
.cid-sn77eug0cl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sn77eug0cl h2 {
  padding: 0;
  margin: 0;
}
.cid-sn77eug0cl .text-wrap {
  margin: auto;
}
.cid-sn77eug0cl .mbr-text {
  color: #737b83;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-sn77eug0cl .row {
    margin: 2rem;
  }
  .cid-sn77eug0cl .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sn77eug0cl .row {
    margin: 0rem;
  }
  .cid-sn77eug0cl .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sn77eug0cl H2 {
  text-align: left;
  color: #ffa200;
  font-size: 80px;
}
.cid-sn77fagA2M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sn77fagA2M .container {
  max-width: 1500px;
}
.cid-sn77fagA2M .row {
  background: #ffffff;
}
.cid-sn77fagA2M .img-col {
  padding: 0;
}
.cid-sn77fagA2M .title-col {
  padding: 4rem 8rem;
}
.cid-sn77fagA2M img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sn77fagA2M h2 {
  padding: 0;
  margin: 0;
}
.cid-sn77fagA2M .text-wrap {
  margin: auto;
}
.cid-sn77fagA2M .mbr-text {
  color: #737b83;
  text-align: right;
}
@media (max-width: 1200px) {
  .cid-sn77fagA2M .row {
    margin: 2rem;
  }
  .cid-sn77fagA2M .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sn77fagA2M .row {
    margin: 0rem;
  }
  .cid-sn77fagA2M .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sn77fagA2M H2 {
  text-align: right;
  color: #ffa200;
  font-size: 80px;
}
.cid-sn77pT2m5C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sn77pT2m5C .container {
  max-width: 1500px;
}
.cid-sn77pT2m5C .row {
  background: #ffffff;
}
.cid-sn77pT2m5C .img-col {
  padding: 0;
}
.cid-sn77pT2m5C .title-col {
  padding: 4rem 8rem;
}
.cid-sn77pT2m5C img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sn77pT2m5C h2 {
  padding: 0;
  margin: 0;
}
.cid-sn77pT2m5C .text-wrap {
  margin: auto;
}
.cid-sn77pT2m5C .mbr-text {
  color: #737b83;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-sn77pT2m5C .row {
    margin: 2rem;
  }
  .cid-sn77pT2m5C .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sn77pT2m5C .row {
    margin: 0rem;
  }
  .cid-sn77pT2m5C .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sn77pT2m5C H2 {
  text-align: left;
  color: #ffa200;
  font-size: 80px;
}
.cid-sn77qCavKH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sn77qCavKH .container {
  max-width: 1500px;
}
.cid-sn77qCavKH .row {
  background: #ffffff;
}
.cid-sn77qCavKH .img-col {
  padding: 0;
}
.cid-sn77qCavKH .title-col {
  padding: 4rem 8rem;
}
.cid-sn77qCavKH img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sn77qCavKH h2 {
  padding: 0;
  margin: 0;
}
.cid-sn77qCavKH .text-wrap {
  margin: auto;
}
.cid-sn77qCavKH .mbr-text {
  color: #737b83;
  text-align: right;
}
@media (max-width: 1200px) {
  .cid-sn77qCavKH .row {
    margin: 2rem;
  }
  .cid-sn77qCavKH .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sn77qCavKH .row {
    margin: 0rem;
  }
  .cid-sn77qCavKH .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sn77qCavKH H2 {
  text-align: right;
  color: #ffa200;
  font-size: 80px;
}
.cid-sn7nCEbP2U {
  overflow-x: hidden !important;
}
.cid-sn7nCEbP2U,
.cid-sn7nCEbP2U .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 105px;
}
.cid-sn7nCEbP2U .mbr-section-title {
  color: #ffd63c;
  text-align: center;
}
.cid-sn7nCEbP2U .mbr-section-title span {
  color: #ffffff;
}
.cid-sn7nCEbP2U .mbr-text {
  color: #efefef;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sn7nCEbP2U .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/seu-dia-23h.png");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sn7nCEbP2U .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sn7nCEbP2U .mbr-overlay {
  z-index: 1;
}
.cid-sn7nCEbP2U .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sn7nCEbP2U H2 {
  text-align: right;
  color: #ffd63c;
  font-size: 80px;
}
.cid-su0qnpmgG1 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-su0qnpmgG1 .mbr-section-title {
  color: #737b83;
}
.cid-su0qnpmgG1 .mbr-text,
.cid-su0qnpmgG1 .mbr-section-btn {
  color: #737b83;
}
.cid-t2lfbYCBnD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t2lfbYCBnD .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-t2lfbYCBnD .container {
  max-width: 1500px;
}
.cid-t2lfbYCBnD .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-t2lfbYCBnD .container {
    padding: 0 4rem;
  }
}
.cid-t2lfbYCBnD .mbr-text,
.cid-t2lfbYCBnD .mbr-section-btn {
  color: #353535;
}
.cid-t2lfbYCBnD .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-t2lfbYCBnD .btn .mbr-iconfont {
  order: 2;
}
.cid-t2lfbYCBnD .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-t2lfbYCBnD .align-left {
    text-align: center;
  }
  .cid-t2lfbYCBnD .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-t2lfbYCBnD H1 {
  color: #737b83;
}
.cid-uLLt6JxhnU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2299aa;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .nav-item,
.cid-uLLt6JxhnU .nav-link,
.cid-uLLt6JxhnU .navbar-caption {
  font-weight: normal;
}
.cid-uLLt6JxhnU .nav-item:focus,
.cid-uLLt6JxhnU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uLLt6JxhnU .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link {
    position: relative;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2299aa;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uLLt6JxhnU .nav-item:hover .nav-link:before,
  .cid-uLLt6JxhnU .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #001c35;
  background: none;
}
.cid-uLLt6JxhnU .navbar.opened {
  transition: all 0.3s;
  background: #001c35 !important;
}
.cid-uLLt6JxhnU .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uLLt6JxhnU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uLLt6JxhnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLLt6JxhnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uLLt6JxhnU .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uLLt6JxhnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLLt6JxhnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uLLt6JxhnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLLt6JxhnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLLt6JxhnU .navbar.navbar-short {
  background: #001c35 !important;
  min-height: 60px;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLLt6JxhnU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uLLt6JxhnU .dropdown-item.active,
.cid-uLLt6JxhnU .dropdown-item:active {
  background-color: transparent;
}
.cid-uLLt6JxhnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #001c35;
  z-index: 2;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLLt6JxhnU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLLt6JxhnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLLt6JxhnU .navbar-buttons {
  text-align: center;
}
.cid-uLLt6JxhnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uLLt6JxhnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uLLt6JxhnU .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uLLt6JxhnU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU a.nav-link .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uLLt6JxhnU a.nav-link:hover .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLLt6JxhnU .navbar {
    height: 77px;
  }
  .cid-uLLt6JxhnU .navbar.opened {
    height: auto;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLLEfi1aBc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f3b45;
}
.cid-uLLEfi1aBc .container-fluid {
  padding: 0 3rem;
}
.cid-uLLEfi1aBc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-uLLEfi1aBc .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uLLEfi1aBc .mbr-section-title {
  margin-bottom: 2rem;
  text-align: left;
}
.cid-uLLEfi1aBc .social-media {
  margin-top: 1.5rem;
}
.cid-uLLEfi1aBc .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLEfi1aBc .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uLLEfi1aBc .mbr-text,
.cid-uLLEfi1aBc .mbr-offer {
  line-height: 1.5;
}
.cid-uLLEfi1aBc .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uLLEfi1aBc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uLLEfi1aBc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uLLEfi1aBc .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uLLEfi1aBc .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-uLLEfi1aBc .logo-section {
  width: 66%;
}
.cid-uLLEfi1aBc .mbr-offer {
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .links,
.cid-uLLEfi1aBc .social-list {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .navbar-buttons {
  text-align: left;
}
.cid-uLLEfi1aBc H3 {
  font-size: 0.9em;
  letter-spacing: .2em;
}
.cid-uHTgW5RA4u {
  background-image: url("../../../assets/images/ambientes-capa.png");
}
.cid-uHTgW5RA4u .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHTgW5RA4u .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uHTgW5RA4u .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHTgW5RA4u .mbr-text,
.cid-uHTgW5RA4u .mbr-section-btn {
  color: #ffffff;
}
.cid-uHTgW5RA4u p {
  font-size: 36px;
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uLaX7zpAeG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLaX7zpAeG img,
.cid-uLaX7zpAeG .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uLaX7zpAeG .item:focus,
.cid-uLaX7zpAeG span:focus {
  outline: none;
}
.cid-uLaX7zpAeG .item {
  cursor: pointer;
  margin: 0;
}
.cid-uLaX7zpAeG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLaX7zpAeG .item-wrapper .item-content {
    padding: 2rem 0;
  }
}
@media (max-width: 994px) {
  .cid-uLaX7zpAeG .item-wrapper .item-content {
    padding: 0rem;
  }
}
.cid-uLaX7zpAeG .item-wrapper {
  background: transparent;
}
.cid-uLaX7zpAeG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLaX7zpAeG .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uLaX7zpAeG .mbr-text,
.cid-uLaX7zpAeG .mbr-section-btn {
  text-align: left;
}
.cid-uLaX7zpAeG .item-title {
  text-align: left;
}
.cid-uLaX7zpAeG .item-subtitle {
  text-align: center;
}
.cid-uLaX7zpAeG .mbr-section-subtitle {
  text-align: center;
}
.cid-uLaX7zpAeG .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uHTi02Hh4V {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uHTi02Hh4V .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-uHTi02Hh4V .container {
  max-width: 1500px;
}
.cid-uHTi02Hh4V .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-uHTi02Hh4V .container {
    padding: 0 4rem;
  }
}
.cid-uHTi02Hh4V .mbr-text,
.cid-uHTi02Hh4V .mbr-section-btn {
  color: #353535;
}
.cid-uHTi02Hh4V .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-uHTi02Hh4V .btn .mbr-iconfont {
  order: 2;
}
.cid-uHTi02Hh4V .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-uHTi02Hh4V .align-left {
    text-align: center;
  }
  .cid-uHTi02Hh4V .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-uHTi02Hh4V H1 {
  color: #737b83;
}
.cid-uLLt6JxhnU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2299aa;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .nav-item,
.cid-uLLt6JxhnU .nav-link,
.cid-uLLt6JxhnU .navbar-caption {
  font-weight: normal;
}
.cid-uLLt6JxhnU .nav-item:focus,
.cid-uLLt6JxhnU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uLLt6JxhnU .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link {
    position: relative;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2299aa;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uLLt6JxhnU .nav-item:hover .nav-link:before,
  .cid-uLLt6JxhnU .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #001c35;
  background: none;
}
.cid-uLLt6JxhnU .navbar.opened {
  transition: all 0.3s;
  background: #001c35 !important;
}
.cid-uLLt6JxhnU .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uLLt6JxhnU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uLLt6JxhnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLLt6JxhnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uLLt6JxhnU .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uLLt6JxhnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLLt6JxhnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uLLt6JxhnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLLt6JxhnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLLt6JxhnU .navbar.navbar-short {
  background: #001c35 !important;
  min-height: 60px;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLLt6JxhnU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uLLt6JxhnU .dropdown-item.active,
.cid-uLLt6JxhnU .dropdown-item:active {
  background-color: transparent;
}
.cid-uLLt6JxhnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #001c35;
  z-index: 2;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLLt6JxhnU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLLt6JxhnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLLt6JxhnU .navbar-buttons {
  text-align: center;
}
.cid-uLLt6JxhnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uLLt6JxhnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uLLt6JxhnU .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uLLt6JxhnU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU a.nav-link .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uLLt6JxhnU a.nav-link:hover .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLLt6JxhnU .navbar {
    height: 77px;
  }
  .cid-uLLt6JxhnU .navbar.opened {
    height: auto;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLLEfi1aBc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f3b45;
}
.cid-uLLEfi1aBc .container-fluid {
  padding: 0 3rem;
}
.cid-uLLEfi1aBc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-uLLEfi1aBc .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uLLEfi1aBc .mbr-section-title {
  margin-bottom: 2rem;
  text-align: left;
}
.cid-uLLEfi1aBc .social-media {
  margin-top: 1.5rem;
}
.cid-uLLEfi1aBc .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLEfi1aBc .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uLLEfi1aBc .mbr-text,
.cid-uLLEfi1aBc .mbr-offer {
  line-height: 1.5;
}
.cid-uLLEfi1aBc .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uLLEfi1aBc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uLLEfi1aBc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uLLEfi1aBc .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uLLEfi1aBc .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-uLLEfi1aBc .logo-section {
  width: 66%;
}
.cid-uLLEfi1aBc .mbr-offer {
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .links,
.cid-uLLEfi1aBc .social-list {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .navbar-buttons {
  text-align: left;
}
.cid-uLLEfi1aBc H3 {
  font-size: 0.9em;
  letter-spacing: .2em;
}
.cid-snk0L0WnKL {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/sobre-capa.png");
}
.cid-snk0L0WnKL .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-snk0L0WnKL .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-snk0L0WnKL .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.2em;
}
.cid-snk0L0WnKL .mbr-text,
.cid-snk0L0WnKL .mbr-section-btn {
  color: #ffffff;
}
.cid-snk0L0WnKL h4 {
  text-transform: uppercase;
  line-height: 1.2;
}
.cid-su2p6oKpHT {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-su2p6oKpHT .mbr-section-title {
  color: #737b83;
}
.cid-su2p6oKpHT .mbr-text,
.cid-su2p6oKpHT .mbr-section-btn {
  color: #737b83;
}
.cid-sPbeDWQYBJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sPbeDWQYBJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sPbeDWQYBJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sPbeDWQYBJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sPbeDWQYBJ .mbr-section-title {
  color: #737b83;
}
.cid-sPbeDWQYBJ .mbr-text {
  color: #737b83;
}
.cid-sPbeDWQYBJ .mbr-description {
  color: #9c9c9c;
}
.cid-sPbeDWQYBJ H3 {
  font-size: 2rem;
  letter-spacing: .3em;
  text-transform: uppercase;
}
.cid-sPDSvGFFVi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPDSvGFFVi .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-sPDSvGFFVi .modal-body .close {
  background: #1b1b1b;
}
.cid-sPDSvGFFVi .modal-body .close span {
  font-style: normal;
}
.cid-sPDSvGFFVi .carousel-inner > .active,
.cid-sPDSvGFFVi .carousel-inner > .next,
.cid-sPDSvGFFVi .carousel-inner > .prev {
  display: flex;
}
.cid-sPDSvGFFVi .carousel-control .icon-next,
.cid-sPDSvGFFVi .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sPDSvGFFVi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sPDSvGFFVi .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sPDSvGFFVi .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sPDSvGFFVi .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sPDSvGFFVi .boxed-slider > div {
  position: relative;
}
.cid-sPDSvGFFVi .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sPDSvGFFVi .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sPDSvGFFVi .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sPDSvGFFVi .mbr-table-cell {
  padding: 0;
}
.cid-sPDSvGFFVi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sPDSvGFFVi .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sPDSvGFFVi .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-sPDSvGFFVi .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sPDSvGFFVi .carousel-item .container {
    width: 100%;
  }
}
.cid-sPDSvGFFVi .carousel-item-next.carousel-item-left,
.cid-sPDSvGFFVi .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sPDSvGFFVi .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sPDSvGFFVi .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sPDSvGFFVi .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sPDSvGFFVi .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sPDSvGFFVi .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sPDSvGFFVi .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sPDSvGFFVi .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-sPDSvGFFVi .mbr-slider .carousel-indicators li.active,
.cid-sPDSvGFFVi .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sPDSvGFFVi .mbr-slider .carousel-indicators li::after,
.cid-sPDSvGFFVi .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sPDSvGFFVi .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sPDSvGFFVi .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sPDSvGFFVi .mbr-slider > .container img {
  width: 100%;
}
.cid-sPDSvGFFVi .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sPDSvGFFVi .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sPDSvGFFVi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sPDSvGFFVi .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sPDSvGFFVi .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sPDSvGFFVi .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sPDSvGFFVi .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sPDSvGFFVi .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-sPDSvGFFVi .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sPDSvGFFVi .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sPDSvGFFVi .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sPDSvGFFVi .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sPDSvGFFVi .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sPDSvGFFVi .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sPDSvGFFVi .carousel-inner {
  height: 100%;
}
.cid-sPDSvGFFVi .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sPDSvGFFVi .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 700px;
  overflow: hidden;
}
.cid-sPDSvGFFVi .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-sPDSvGFFVi .content-slider-wrap {
  width: 100%;
}
.cid-sPDSvGFFVi H2 {
  letter-spacing: .3em;
  text-transform: uppercase;
  line-height: .5em;
}
.cid-t11EbfJD7H {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #001c35;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t11EbfJD7H .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t11EbfJD7H .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t11EbfJD7H .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t11EbfJD7H .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-t11EbfJD7H .container {
  padding: 0;
}
.cid-t11EbfJD7H .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t11EbfJD7H .icon-focus {
  display: none;
}
.cid-t11EbfJD7H .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #ffffff !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-t11EbfJD7H .btn[class*=-outline]:hover,
.cid-t11EbfJD7H .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-t11EbfJD7H li:hover .btn-primary-outline,
.cid-t11EbfJD7H li:active .btn-primary-outline,
.cid-t11EbfJD7H li.active .btn-primary-outline {
  color: #ffffff !important;
}
.cid-t11EbfJD7H li:hover .btn-secondary-outline,
.cid-t11EbfJD7H li:active .btn-secondary-outline,
.cid-t11EbfJD7H li.active .btn-secondary-outline {
  color: #ffffff !important;
}
.cid-t11EbfJD7H li:hover .btn-info-outline,
.cid-t11EbfJD7H li:active .btn-info-outline,
.cid-t11EbfJD7H li.active .btn-info-outline {
  color: #47b5ed !important;
}
.cid-t11EbfJD7H li:hover .btn-warning-outline,
.cid-t11EbfJD7H li:active .btn-warning-outline,
.cid-t11EbfJD7H li.active .btn-warning-outline {
  color: #d6ae44 !important;
}
.cid-t11EbfJD7H li:hover .btn-white-outline,
.cid-t11EbfJD7H li:active .btn-white-outline,
.cid-t11EbfJD7H li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-t11EbfJD7H li:hover .btn-black-outline,
.cid-t11EbfJD7H li:active .btn-black-outline,
.cid-t11EbfJD7H li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-t11EbfJD7H li:hover .btn-success-outline,
.cid-t11EbfJD7H li:active .btn-success-outline,
.cid-t11EbfJD7H li.active .btn-success-outline {
  color: #ffffff !important;
}
.cid-t11EbfJD7H li:hover .btn-danger-outline,
.cid-t11EbfJD7H li:active .btn-danger-outline,
.cid-t11EbfJD7H li.active .btn-danger-outline {
  color: #aeaca8 !important;
}
.cid-t11EbfJD7H li {
  position: relative;
}
.cid-t11EbfJD7H .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #ffffff !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-t11EbfJD7H .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t11EbfJD7H .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t11EbfJD7H .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-t11EbfJD7H .btn {
  font-family: Jost !important;
}
.cid-t11EbfJD7H .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-t11EbfJD7H .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-t11EbfJD7H .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-t11EbfJD7H .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-snk4QPhicM {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #001c35;
}
.cid-snk4QPhicM .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-snk4QPhicM .container {
  max-width: 1500px;
}
.cid-snk4QPhicM .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-snk4QPhicM .container {
    padding: 0 4rem;
  }
}
.cid-snk4QPhicM .mbr-text,
.cid-snk4QPhicM .mbr-section-btn {
  color: #ffffff;
}
.cid-snk4QPhicM .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-snk4QPhicM .btn .mbr-iconfont {
  order: 2;
}
.cid-snk4QPhicM .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-snk4QPhicM .align-left {
    text-align: center;
  }
  .cid-snk4QPhicM .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-snk4QPhicM H3 {
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #ffffff;
}
.cid-snk4QPhicM H1 {
  line-height: .7em;
}
.cid-snk28Xut8Z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-snk28Xut8Z img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-snk28Xut8Z .row {
  justify-content: center;
}
.cid-snk28Xut8Z .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-snk28Xut8Z .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-snk28Xut8Z .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-snk28Xut8Z .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-snk28Xut8Z .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-snk28Xut8Z .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-snk28Xut8Z .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-snk28Xut8Z .item {
    padding: 0.5rem;
  }
  .cid-snk28Xut8Z .row {
    padding: 0 0.5rem;
  }
}
.cid-snk28Xut8Z .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-uLLt6JxhnU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2299aa;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .nav-item,
.cid-uLLt6JxhnU .nav-link,
.cid-uLLt6JxhnU .navbar-caption {
  font-weight: normal;
}
.cid-uLLt6JxhnU .nav-item:focus,
.cid-uLLt6JxhnU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uLLt6JxhnU .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link {
    position: relative;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2299aa;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uLLt6JxhnU .nav-item:hover .nav-link:before,
  .cid-uLLt6JxhnU .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #001c35;
  background: none;
}
.cid-uLLt6JxhnU .navbar.opened {
  transition: all 0.3s;
  background: #001c35 !important;
}
.cid-uLLt6JxhnU .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uLLt6JxhnU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uLLt6JxhnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLLt6JxhnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uLLt6JxhnU .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uLLt6JxhnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLLt6JxhnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uLLt6JxhnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLLt6JxhnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLLt6JxhnU .navbar.navbar-short {
  background: #001c35 !important;
  min-height: 60px;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLLt6JxhnU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uLLt6JxhnU .dropdown-item.active,
.cid-uLLt6JxhnU .dropdown-item:active {
  background-color: transparent;
}
.cid-uLLt6JxhnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #001c35;
  z-index: 2;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLLt6JxhnU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLLt6JxhnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLLt6JxhnU .navbar-buttons {
  text-align: center;
}
.cid-uLLt6JxhnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uLLt6JxhnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uLLt6JxhnU .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uLLt6JxhnU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU a.nav-link .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uLLt6JxhnU a.nav-link:hover .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLLt6JxhnU .navbar {
    height: 77px;
  }
  .cid-uLLt6JxhnU .navbar.opened {
    height: auto;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLLEfi1aBc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f3b45;
}
.cid-uLLEfi1aBc .container-fluid {
  padding: 0 3rem;
}
.cid-uLLEfi1aBc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-uLLEfi1aBc .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uLLEfi1aBc .mbr-section-title {
  margin-bottom: 2rem;
  text-align: left;
}
.cid-uLLEfi1aBc .social-media {
  margin-top: 1.5rem;
}
.cid-uLLEfi1aBc .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLEfi1aBc .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uLLEfi1aBc .mbr-text,
.cid-uLLEfi1aBc .mbr-offer {
  line-height: 1.5;
}
.cid-uLLEfi1aBc .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uLLEfi1aBc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uLLEfi1aBc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uLLEfi1aBc .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uLLEfi1aBc .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-uLLEfi1aBc .logo-section {
  width: 66%;
}
.cid-uLLEfi1aBc .mbr-offer {
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .links,
.cid-uLLEfi1aBc .social-list {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .navbar-buttons {
  text-align: left;
}
.cid-uLLEfi1aBc H3 {
  font-size: 0.9em;
  letter-spacing: .2em;
}
.cid-t11Ptbtk4E {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/sobre-capa.png");
}
.cid-t11Ptbtk4E .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-t11Ptbtk4E .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-t11Ptbtk4E .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.2em;
}
.cid-t11Ptbtk4E .mbr-text,
.cid-t11Ptbtk4E .mbr-section-btn {
  color: #ffffff;
}
.cid-t11Ptbtk4E h4 {
  text-transform: uppercase;
  line-height: 1.2;
}
.cid-soqr27Oj7p {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-soqr27Oj7p a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-soqr27Oj7p a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-soqr27Oj7p .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-soqr27Oj7p .form-control {
  background: none;
  color: #656565;
  text-size: 8px;
}
.cid-soqr27Oj7p textarea.form-control {
  min-height: 214.5px;
}
.cid-soqr27Oj7p .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-soqr27Oj7p h4,
.cid-soqr27Oj7p p {
  margin: 0;
}
.cid-soqr27Oj7p h2 {
  color: #333;
  margin-bottom: 2rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.cid-soqr27Oj7p h3 {
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-soqr27Oj7p .icon {
  color: #656565;
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  .cid-soqr27Oj7p h2 {
    text-align: center;
  }
  .cid-soqr27Oj7p h3 {
    text-align: center;
  }
  .cid-soqr27Oj7p .input-group-btn {
    text-align: center;
  }
  .cid-soqr27Oj7p .social-list {
    text-align: center;
  }
  .cid-soqr27Oj7p .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-soqr27Oj7p H2 {
  color: #656565;
  font-weight: normal;
}
.cid-soqr27Oj7p .content {
  text-align: left;
  color: #656565;
}
.cid-soqr27Oj7p .type {
  text-align: left;
  padding-bottom: 8px;
  color: #737b83;
}
.cid-soqr27Oj7p .select {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-soqr27Oj7p .title1 {
  text-align: left;
  color: #737b83;
}
.cid-soqr27Oj7p .mbr-section-subtitle {
  text-align: left;
  color: #737b83;
}
.cid-soqr27Oj7p .title2 {
  color: #737b83;
}
.cid-uHOgAYvpIH {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/revenda-1380x920.jpg");
}
.cid-uHOgAYvpIH .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uHOgAYvpIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOgAYvpIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHOgAYvpIH .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uHOgAYvpIH .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uHOgAYvpIH {
    align-items: center;
  }
  .cid-uHOgAYvpIH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHOgAYvpIH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHOgAYvpIH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHOgAYvpIH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHOgAYvpIH .content-wrap {
    width: 100%;
  }
}
.cid-uHOgAYvpIH .mbr-section-title {
  text-align: center;
}
.cid-uHOgAYvpIH .mbr-text,
.cid-uHOgAYvpIH .mbr-section-btn {
  text-align: center;
}
.cid-uLLt6JxhnU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2299aa;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .nav-item,
.cid-uLLt6JxhnU .nav-link,
.cid-uLLt6JxhnU .navbar-caption {
  font-weight: normal;
}
.cid-uLLt6JxhnU .nav-item:focus,
.cid-uLLt6JxhnU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uLLt6JxhnU .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link {
    position: relative;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2299aa;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uLLt6JxhnU .nav-item:hover .nav-link:before,
  .cid-uLLt6JxhnU .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #001c35;
  background: none;
}
.cid-uLLt6JxhnU .navbar.opened {
  transition: all 0.3s;
  background: #001c35 !important;
}
.cid-uLLt6JxhnU .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uLLt6JxhnU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uLLt6JxhnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLLt6JxhnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uLLt6JxhnU .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uLLt6JxhnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLLt6JxhnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uLLt6JxhnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLLt6JxhnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLLt6JxhnU .navbar.navbar-short {
  background: #001c35 !important;
  min-height: 60px;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLLt6JxhnU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uLLt6JxhnU .dropdown-item.active,
.cid-uLLt6JxhnU .dropdown-item:active {
  background-color: transparent;
}
.cid-uLLt6JxhnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #001c35;
  z-index: 2;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLLt6JxhnU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLLt6JxhnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLLt6JxhnU .navbar-buttons {
  text-align: center;
}
.cid-uLLt6JxhnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uLLt6JxhnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uLLt6JxhnU .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uLLt6JxhnU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU a.nav-link .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uLLt6JxhnU a.nav-link:hover .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLLt6JxhnU .navbar {
    height: 77px;
  }
  .cid-uLLt6JxhnU .navbar.opened {
    height: auto;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLLEfi1aBc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f3b45;
}
.cid-uLLEfi1aBc .container-fluid {
  padding: 0 3rem;
}
.cid-uLLEfi1aBc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-uLLEfi1aBc .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uLLEfi1aBc .mbr-section-title {
  margin-bottom: 2rem;
  text-align: left;
}
.cid-uLLEfi1aBc .social-media {
  margin-top: 1.5rem;
}
.cid-uLLEfi1aBc .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLEfi1aBc .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uLLEfi1aBc .mbr-text,
.cid-uLLEfi1aBc .mbr-offer {
  line-height: 1.5;
}
.cid-uLLEfi1aBc .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uLLEfi1aBc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uLLEfi1aBc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uLLEfi1aBc .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uLLEfi1aBc .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-uLLEfi1aBc .logo-section {
  width: 66%;
}
.cid-uLLEfi1aBc .mbr-offer {
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .links,
.cid-uLLEfi1aBc .social-list {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .navbar-buttons {
  text-align: left;
}
.cid-uLLEfi1aBc H3 {
  font-size: 0.9em;
  letter-spacing: .2em;
}
.cid-uLLt6JxhnU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2299aa;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .nav-item,
.cid-uLLt6JxhnU .nav-link,
.cid-uLLt6JxhnU .navbar-caption {
  font-weight: normal;
}
.cid-uLLt6JxhnU .nav-item:focus,
.cid-uLLt6JxhnU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uLLt6JxhnU .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link {
    position: relative;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2299aa;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uLLt6JxhnU .nav-item:hover .nav-link:before,
  .cid-uLLt6JxhnU .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #001c35;
  background: none;
}
.cid-uLLt6JxhnU .navbar.opened {
  transition: all 0.3s;
  background: #001c35 !important;
}
.cid-uLLt6JxhnU .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uLLt6JxhnU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uLLt6JxhnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLLt6JxhnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uLLt6JxhnU .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uLLt6JxhnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLLt6JxhnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uLLt6JxhnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLLt6JxhnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLLt6JxhnU .navbar.navbar-short {
  background: #001c35 !important;
  min-height: 60px;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLLt6JxhnU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uLLt6JxhnU .dropdown-item.active,
.cid-uLLt6JxhnU .dropdown-item:active {
  background-color: transparent;
}
.cid-uLLt6JxhnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #001c35;
  z-index: 2;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLLt6JxhnU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLLt6JxhnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLLt6JxhnU .navbar-buttons {
  text-align: center;
}
.cid-uLLt6JxhnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uLLt6JxhnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uLLt6JxhnU .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uLLt6JxhnU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU a.nav-link .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uLLt6JxhnU a.nav-link:hover .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLLt6JxhnU .navbar {
    height: 77px;
  }
  .cid-uLLt6JxhnU .navbar.opened {
    height: auto;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHM4ZrrF37 {
  background-color: #000000;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uHM4ZrrF37 .carousel {
  width: 100%;
}
.cid-uHM4ZrrF37 .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uHM4ZrrF37 .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uHM4ZrrF37 .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uHM4ZrrF37 .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-uHM4ZrrF37 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uHM4ZrrF37 .mbr-section-btn {
  margin-top: 42px;
}
.cid-uHM4ZrrF37 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uHM4ZrrF37 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uHM4ZrrF37 .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-uHM4ZrrF37 .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-uHM4ZrrF37 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uHM4ZrrF37 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uHM4ZrrF37 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uHM4ZrrF37 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uHM4ZrrF37 .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-uHM4ZrrF37 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #ffffff !important;
}
.cid-uHM4ZrrF37 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #ffffff !important;
}
.cid-uHM4ZrrF37 .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-uHM4ZrrF37 .carousel-control {
    display: none !important;
  }
}
.cid-uHM4ZrrF37 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-uHM4ZrrF37 .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-uHM4ZrrF37 .carousel-indicators li.active,
.cid-uHM4ZrrF37 .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-uHM4ZrrF37 .carousel-indicators li::after,
.cid-uHM4ZrrF37 .carousel-indicators li::before {
  content: none;
}
.cid-uHM4ZrrF37 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHM4ZrrF37 .carousel-indicators {
    display: none !important;
  }
}
.cid-uHM4ZrrF37 a,
.cid-uHM4ZrrF37 p {
  letter-spacing: .3rem;
  text-transform: uppercase;
}
.cid-t0ZSR5UHo8 {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #001c35;
}
.cid-t0ZSR5UHo8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-t0ZSR5UHo8 .mbr-text,
.cid-t0ZSR5UHo8 .mbr-section-btn {
  color: #737b83;
}
.cid-t0ZSR5UHo8 H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uHM6puzGdj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
@media (max-width: 991px) {
  .cid-uHM6puzGdj .sticker {
    width: 15%;
    position: absolute;
  }
  .cid-uHM6puzGdj .donut {
    right: 15%;
    top: 80%;
  }
  .cid-uHM6puzGdj .fire {
    left: 40%;
    bottom: 5%;
  }
  .cid-uHM6puzGdj .hand {
    top: 70%;
    right: 1%;
  }
}
@media (max-width: 758px) {
  .cid-uHM6puzGdj .sticker {
    width: 20%;
  }
  .cid-uHM6puzGdj .donut {
    right: 10%;
    top: 70%;
  }
  .cid-uHM6puzGdj .fire {
    left: 10%;
    bottom: 50%;
  }
  .cid-uHM6puzGdj .hand {
    top: 50%;
    right: 10%;
  }
}
@media (min-width: 992px) {
  .cid-uHM6puzGdj .sticker {
    width: 10%;
    position: absolute;
  }
  .cid-uHM6puzGdj .donut {
    left: 50%;
    top: 70%;
  }
  .cid-uHM6puzGdj .fire {
    right: 10%;
    top: 60%;
  }
  .cid-uHM6puzGdj .hand {
    top: 5%;
    right: 5%;
  }
}
@media (min-width: 1400px) {
  .cid-uHM6puzGdj .donut {
    left: 70%;
    top: 60%;
  }
  .cid-uHM6puzGdj .fire {
    right: 5%;
    top: 40%;
  }
  .cid-uHM6puzGdj .hand {
    top: 5%;
    right: 5%;
  }
}
.cid-uHM6puzGdj .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uHM6puzGdj .sticker {
    width: 10%;
    position: absolute;
  }
  .cid-uHM6puzGdj .donut {
    left: 1%;
    top: 70%;
  }
  .cid-uHM6puzGdj .fire {
    left: 30%;
    top: 60%;
  }
  .cid-uHM6puzGdj .hand {
    top: 5%;
    left: 5%;
  }
}
@media (min-width: 1400px) {
  .cid-uHM6puzGdj .donut {
    left: 5%;
    top: 40%;
  }
  .cid-uHM6puzGdj .fire {
    left: 35%;
  }
}
.cid-uHM6puzGdj .row {
  align-items: center;
  min-height: 500px;
}
.cid-uHM6puzGdj .image-wrapper {
  overflow: hidden;
  height: 100%;
  min-height: 500px;
}
.cid-uHM6puzGdj .image-wrapper img {
  object-fit: cover;
  height: 100%;
  min-height: 500px;
}
@media (max-width: 991px) {
  .cid-uHM6puzGdj .image-wrapper img {
    max-height: 500px;
  }
}
.cid-uHM6puzGdj .index {
  z-index: 1;
}

.cid-uHM6puzGdj .text-wrapper {
  padding: 0 10rem 0 30rem;
}
@media (max-width: 1920px) {
  .cid-uHM6puzGdj .text-wrapper {
    padding: 0 10rem;
  }
}
@media (max-width: 1440px) {
  .cid-uHM6puzGdj .text-wrapper {
    padding: 0 30px;
  }
}
.cid-uHM6puzGdj .mbr-section-title {
  color: #000000;
  text-align: left;
  font-weight: 600;
}
.cid-uHM6puzGdj .mbr-text {
  font-size: 18px;
}
.cid-uHM6puzGdj .mbr-text,
.cid-uHM6puzGdj .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uHM6puzGdj .btn {
  border-radius: 59px;
  font-size: 18px;
  font-weight: 600;
  padding: 26px 63px;
  color: #000000 !important;
  border: 2px solid;
  border-color: #000000 !important;
}
.cid-uHM6puzGdj .btn:hover,
.cid-uHM6puzGdj .btn:focus {
  border-color: #000000 !important;
  background-color: #ffffff !important;
}
.cid-uHM6puzGdj .link {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 210px;
  height: 210px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-uHM6puzGdj .link {
    top: 500px;
  }
}
@media (max-width: 768px) {
  .cid-uHM6puzGdj .link {
    width: 160px;
    height: 160px;
  }
}
.cid-uHM6puzGdj .link img {
  width: 160px;
  height: 160px;
  position: relative;
  object-fit: cover;
  border-radius: 100%;
  animation: 15s linear 0s normal none infinite running rot;
  -webkit-animation: 15s linear 0s normal none infinite running rot;
}
.cid-uHM6puzGdj .iconfont-wrapper {
  position: absolute;
}
.cid-uHM6puzGdj .iconfont-wrapper span {
  color: #000000;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHM6puzGdj .container-fluid {
    padding: 0 0.75rem;
  }
}
@media (min-width: 992px) {
  .cid-uHM6puzGdj .container-fluid {
    padding: 0 16px;
  }
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cid-uHM7L7HPGn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
@media (max-width: 991px) {
  .cid-uHM7L7HPGn .sticker {
    width: 15%;
    position: absolute;
  }
  .cid-uHM7L7HPGn .donut {
    right: 15%;
    top: 80%;
  }
  .cid-uHM7L7HPGn .fire {
    left: 40%;
    bottom: 5%;
  }
  .cid-uHM7L7HPGn .hand {
    top: 70%;
    right: 1%;
  }
}
@media (max-width: 758px) {
  .cid-uHM7L7HPGn .sticker {
    width: 20%;
  }
  .cid-uHM7L7HPGn .donut {
    right: 10%;
    top: 70%;
  }
  .cid-uHM7L7HPGn .fire {
    left: 10%;
    bottom: 50%;
  }
  .cid-uHM7L7HPGn .hand {
    top: 50%;
    right: 10%;
  }
}
@media (min-width: 992px) {
  .cid-uHM7L7HPGn .sticker {
    width: 10%;
    position: absolute;
  }
  .cid-uHM7L7HPGn .donut {
    left: 50%;
    top: 70%;
  }
  .cid-uHM7L7HPGn .fire {
    right: 10%;
    top: 60%;
  }
  .cid-uHM7L7HPGn .hand {
    top: 5%;
    right: 5%;
  }
}
@media (min-width: 1400px) {
  .cid-uHM7L7HPGn .donut {
    left: 70%;
    top: 60%;
  }
  .cid-uHM7L7HPGn .fire {
    right: 5%;
    top: 40%;
  }
  .cid-uHM7L7HPGn .hand {
    top: 5%;
    right: 5%;
  }
}
.cid-uHM7L7HPGn .row {
  align-items: center;
  min-height: 500px;
}
.cid-uHM7L7HPGn .image-wrapper {
  overflow: hidden;
  height: 100%;
  min-height: 500px;
}
.cid-uHM7L7HPGn .image-wrapper img {
  object-fit: cover;
  height: 100%;
  min-height: 500px;
}
@media (max-width: 991px) {
  .cid-uHM7L7HPGn .image-wrapper img {
    max-height: 500px;
  }
}
.cid-uHM7L7HPGn .index {
  z-index: 1;
}

.cid-uHM7L7HPGn .text-wrapper {
  padding: 0 30rem 0  10rem;
}
@media (max-width: 1920px) {
  .cid-uHM7L7HPGn .text-wrapper {
    padding: 0 10rem;
  }
}
@media (max-width: 1440px) {
  .cid-uHM7L7HPGn .text-wrapper {
    padding: 0 30px;
  }
}

.cid-uHM7L7HPGn .mbr-section-title {
  color: #000000;
  text-align: left;
  font-weight: 600;
}
.cid-uHM7L7HPGn .mbr-text {
  font-size: 18px;
}
.cid-uHM7L7HPGn .mbr-text,
.cid-uHM7L7HPGn .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uHM7L7HPGn .btn {
  border-radius: 59px;
  font-size: 18px;
  font-weight: 600;
  padding: 26px 63px;
  color: #000000 !important;
  border: 2px solid;
  border-color: #000000 !important;
}
.cid-uHM7L7HPGn .btn:hover,
.cid-uHM7L7HPGn .btn:focus {
  border-color: #000000 !important;
  background-color: #ffffff !important;
}
.cid-uHM7L7HPGn .link {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 210px;
  height: 210px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-uHM7L7HPGn .link {
    top: 500px;
  }
}
@media (max-width: 768px) {
  .cid-uHM7L7HPGn .link {
    width: 160px;
    height: 160px;
  }
}
.cid-uHM7L7HPGn .link img {
  width: 160px;
  height: 160px;
  position: relative;
  object-fit: cover;
  border-radius: 100%;
  animation: 15s linear 0s normal none infinite running rot;
  -webkit-animation: 15s linear 0s normal none infinite running rot;
}
.cid-uHM7L7HPGn .iconfont-wrapper {
  position: absolute;
}
.cid-uHM7L7HPGn .iconfont-wrapper span {
  color: #000000;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHM7L7HPGn .container-fluid {
    padding: 0 0.75rem;
  }
}
@media (min-width: 992px) {
  .cid-uHM7L7HPGn .container-fluid {
    padding: 0 16px;
  }
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cid-uHM6lvnEBZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHM6lvnEBZ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uHM6lvnEBZ .mbr-text,
.cid-uHM6lvnEBZ .mbr-section-btn {
  color: #737b83;
}
.cid-uHM6lvnEBZ H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uHM6mhfY3F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHM6mhfY3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM6mhfY3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHM6mhfY3F .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uHM6mhfY3F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHM6mhfY3F .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uHM6mhfY3F .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHM6mhfY3F .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHM6mhfY3F .mbr-section-title {
  color: #000000;
}
.cid-uHM6mhfY3F .mbr-text,
.cid-uHM6mhfY3F .mbr-section-btn {
  color: #000000;
}
.cid-uHM6mhfY3F img {
  width: 100%;
  height: 100%;
}
.cid-uHM6mhfY3F H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uHM6n3uXal {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHM6n3uXal .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM6n3uXal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHM6n3uXal .row-reverse {
  flex-direction: row-reverse;
}
.cid-uHM6n3uXal .row {
  flex-direction: row-reverse;
}
.cid-uHM6n3uXal .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-uHM6n3uXal .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHM6n3uXal .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uHM6n3uXal .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHM6n3uXal .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHM6n3uXal .mbr-section-title {
  color: #000000;
}
.cid-uHM6n3uXal .mbr-text,
.cid-uHM6n3uXal .mbr-section-btn {
  color: #000000;
}
.cid-uHM6n3uXal img {
  width: 100%;
  height: 100%;
}
.cid-uHM6n3uXal H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uHM6nNZ4kb {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHM6nNZ4kb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM6nNZ4kb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHM6nNZ4kb .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uHM6nNZ4kb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHM6nNZ4kb .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uHM6nNZ4kb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHM6nNZ4kb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHM6nNZ4kb .mbr-section-title {
  color: #000000;
}
.cid-uHM6nNZ4kb .mbr-text,
.cid-uHM6nNZ4kb .mbr-section-btn {
  color: #000000;
}
.cid-uHM6nNZ4kb img {
  width: 100%;
  height: 100%;
}
.cid-uHM6nNZ4kb H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uHM7OMu6QQ {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/7-elegncia.jpg");
}
.cid-uHM7OMu6QQ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uHM7OMu6QQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM7OMu6QQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1200px) {
  .cid-uHM7OMu6QQ .content-wrap {
    padding: 2rem 40rem 2rem 3rem;
  }
}
@media (max-width: 1080px) {
  .cid-uHM7OMu6QQ .content-wrap {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHM7OMu6QQ .content-wrap .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHMnQdhLF7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHMnQdhLF7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHMnQdhLF7 .mbr-text,
.cid-uHMnQdhLF7 .mbr-section-btn {
  color: #737b83;
}
.cid-uHMnQdhLF7 H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uHM7QWDAr2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHM7QWDAr2 .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-uHM7QWDAr2 img,
.cid-uHM7QWDAr2 .item-img {
  width: 100%;
}
.cid-uHM7QWDAr2 .item:focus,
.cid-uHM7QWDAr2 span:focus {
  outline: none;
}
.cid-uHM7QWDAr2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHM7QWDAr2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uHM7QWDAr2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uHM7QWDAr2 .mbr-section-title {
  color: #232323;
}
.cid-uHM7QWDAr2 .mbr-section-btn {
  color: #232323;
  text-align: center;
  padding: 10px 20px;
}
.cid-uHM7QWDAr2 .item-title {
  color: #232323;
  text-align: center;
}
.cid-uHM7QWDAr2 .content-head {
  max-width: 800px;
}
.cid-uHM7QWDAr2 H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uHM8kpq6TC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
@media (max-width: 991px) {
  .cid-uHM8kpq6TC .sticker {
    width: 15%;
    position: absolute;
  }
  .cid-uHM8kpq6TC .donut {
    right: 15%;
    top: 80%;
  }
  .cid-uHM8kpq6TC .fire {
    left: 40%;
    bottom: 5%;
  }
  .cid-uHM8kpq6TC .hand {
    top: 70%;
    right: 1%;
  }
}
@media (max-width: 758px) {
  .cid-uHM8kpq6TC .sticker {
    width: 20%;
  }
  .cid-uHM8kpq6TC .donut {
    right: 10%;
    top: 70%;
  }
  .cid-uHM8kpq6TC .fire {
    left: 10%;
    bottom: 50%;
  }
  .cid-uHM8kpq6TC .hand {
    top: 50%;
    right: 10%;
  }
}
@media (min-width: 992px) {
  .cid-uHM8kpq6TC .sticker {
    width: 10%;
    position: absolute;
  }
  .cid-uHM8kpq6TC .donut {
    left: 50%;
    top: 70%;
  }
  .cid-uHM8kpq6TC .fire {
    right: 10%;
    top: 60%;
  }
  .cid-uHM8kpq6TC .hand {
    top: 5%;
    right: 5%;
  }
}
@media (min-width: 1400px) {
  .cid-uHM8kpq6TC .donut {
    left: 70%;
    top: 60%;
  }
  .cid-uHM8kpq6TC .fire {
    right: 5%;
    top: 40%;
  }
  .cid-uHM8kpq6TC .hand {
    top: 5%;
    right: 5%;
  }
}
.cid-uHM8kpq6TC .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uHM8kpq6TC .sticker {
    width: 10%;
    position: absolute;
  }
  .cid-uHM8kpq6TC .donut {
    left: 1%;
    top: 70%;
  }
  .cid-uHM8kpq6TC .fire {
    left: 30%;
    top: 60%;
  }
  .cid-uHM8kpq6TC .hand {
    top: 5%;
    left: 5%;
  }
}
@media (min-width: 1400px) {
  .cid-uHM8kpq6TC .donut {
    left: 5%;
    top: 40%;
  }
  .cid-uHM8kpq6TC .fire {
    left: 35%;
  }
}
.cid-uHM8kpq6TC .row {
  align-items: center;
  min-height: 500px;
}
.cid-uHM8kpq6TC .image-wrapper {
  overflow: hidden;
  height: 100%;
  min-height: 500px;
}
.cid-uHM8kpq6TC .image-wrapper img {
  object-fit: cover;
  height: 100%;
  min-height: 500px;
}
@media (max-width: 991px) {
  .cid-uHM8kpq6TC .image-wrapper img {
    max-height: 500px;
  }
}
.cid-uHM8kpq6TC .index {
  z-index: 1;
}

.cid-uHM8kpq6TC .text-wrapper {
  padding: 0 10rem 0 30rem;
}
@media (max-width: 1920px) {
  .cid-uHM8kpq6TC .text-wrapper {
    padding: 0 10rem;
  }
}
@media (max-width: 1440px) {
  .cid-uHM8kpq6TC .text-wrapper {
    padding: 0 30px;
  }
}

.cid-uHM8kpq6TC .mbr-section-title {
  color: #000000;
  text-align: left;
  font-weight: 600;
}
.cid-uHM8kpq6TC .mbr-text {
  font-size: 18px;
}
.cid-uHM8kpq6TC .mbr-text,
.cid-uHM8kpq6TC .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uHM8kpq6TC .btn {
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 20px;
  color: #000000 !important;
  border: 2px solid;
  border-color: #000000 !important;
}
.cid-uHM8kpq6TC .btn:hover,
.cid-uHM8kpq6TC .btn:focus {
  border-color: #000000 !important;
  background-color: #ffffff !important;
}
.cid-uHM8kpq6TC .link {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 210px;
  height: 210px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-uHM8kpq6TC .link {
    top: 500px;
  }
}
@media (max-width: 768px) {
  .cid-uHM8kpq6TC .link {
    width: 160px;
    height: 160px;
  }
}
.cid-uHM8kpq6TC .link img {
  width: 160px;
  height: 160px;
  position: relative;
  object-fit: cover;
  border-radius: 100%;
  animation: 15s linear 0s normal none infinite running rot;
  -webkit-animation: 15s linear 0s normal none infinite running rot;
}
.cid-uHM8kpq6TC .iconfont-wrapper {
  position: absolute;
}
.cid-uHM8kpq6TC .iconfont-wrapper span {
  color: #000000;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHM8kpq6TC .container-fluid {
    padding: 0 0.75rem;
  }
}
@media (min-width: 992px) {
  .cid-uHM8kpq6TC .container-fluid {
    padding: 0 16px;
  }
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cid-uHM8kpq6TC H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uHM7TCgs4N {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHM7TCgs4N .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uHM7TCgs4N img,
.cid-uHM7TCgs4N .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uHM7TCgs4N .item:focus,
.cid-uHM7TCgs4N span:focus {
  outline: none;
}
.cid-uHM7TCgs4N .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHM7TCgs4N .item {
    margin-bottom: 1rem;
  }
}
.cid-uHM7TCgs4N .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uHM7TCgs4N .mbr-section-title {
  color: #232323;
}
.cid-uHM7TCgs4N .mbr-text,
.cid-uHM7TCgs4N .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uHM7TCgs4N .item-title {
  color: #232323;
  text-align: left;
}
.cid-uHM7TCgs4N .content-head {
  max-width: 800px;
}
.cid-uHM7TCgs4N H5 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uHM8xhN2Hc {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uHM8xhN2Hc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHM8xhN2Hc .row {
  flex-direction: row-reverse;
}
.cid-uHM8xhN2Hc img {
  width: 100%;
}
.cid-uHM8epIEsv {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uHM8epIEsv .card-title,
.cid-uHM8epIEsv .card-box {
  color: #ffffff;
}
.cid-uHM8epIEsv h4 {
  letter-spacing: .3em;
  text-transform: uppercase;
}
.cid-uHO483iOr3 {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/revenda-1380x920.jpg");
}
.cid-uHO483iOr3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uHO483iOr3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHO483iOr3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHO483iOr3 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uHO483iOr3 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uHO483iOr3 {
    align-items: center;
  }
  .cid-uHO483iOr3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHO483iOr3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHO483iOr3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHO483iOr3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHO483iOr3 .content-wrap {
    width: 100%;
  }
}
.cid-uHO483iOr3 .mbr-section-title {
  text-align: center;
}
.cid-uHO483iOr3 .mbr-text,
.cid-uHO483iOr3 .mbr-section-btn {
  text-align: center;
}
.cid-uLLEfi1aBc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f3b45;
}
.cid-uLLEfi1aBc .container-fluid {
  padding: 0 3rem;
}
.cid-uLLEfi1aBc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-uLLEfi1aBc .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uLLEfi1aBc .mbr-section-title {
  margin-bottom: 2rem;
  text-align: left;
}
.cid-uLLEfi1aBc .social-media {
  margin-top: 1.5rem;
}
.cid-uLLEfi1aBc .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLEfi1aBc .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uLLEfi1aBc .mbr-text,
.cid-uLLEfi1aBc .mbr-offer {
  line-height: 1.5;
}
.cid-uLLEfi1aBc .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uLLEfi1aBc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uLLEfi1aBc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uLLEfi1aBc .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uLLEfi1aBc .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-uLLEfi1aBc .logo-section {
  width: 66%;
}
.cid-uLLEfi1aBc .mbr-offer {
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .links,
.cid-uLLEfi1aBc .social-list {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .navbar-buttons {
  text-align: left;
}
.cid-uLLEfi1aBc H3 {
  font-size: 0.9em;
  letter-spacing: .2em;
}
.cid-t1teB6OQwl {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/familia-produtos-embrace-1.png");
}
.cid-t1teB6OQwl .image-wrap img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-t1teB6OQwl .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-t1teB6OQwl .mbr-section-title {
  color: #ffffff;
}
.cid-t1z3CoSz7F {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-t1z3CoSz7F .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-t1z3CoSz7F .mbr-text,
.cid-t1z3CoSz7F .mbr-section-btn {
  color: #737b83;
}
.cid-t1z3CoSz7F H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-t1B0Hv2trN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t1B0Hv2trN .image-wrapper {
    margin-bottom: 0rem;
  }
}
.cid-t1B0Hv2trN img {
  width: 80%;
}
@media (min-width: 992px) {
  .cid-t1B0Hv2trN .text-wrapper {
    padding: 2rem;
  }
}
.cid-t1B0Hv2trN .mbr-section-title {
  color: #737b83;
}
.cid-t1B0Hv2trN .mbr-text {
  color: #737b83;
}
.cid-t1B0Hv2trN .mbr-description {
  color: #9c9c9c;
}
.cid-t1B0Hv2trN H2 {
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #959ca3;
}
.cid-t1B0Hv2trN .wrap-block .contents .mbr-subtitle,
.cid-t1B0Hv2trN .menu-content-right {
  color: #959ca3;
}
.cid-uLhTUHuJUu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLhTUHuJUu h6 {
  line-height: 1.2;
}
.cid-uLhTUHuJUu img,
.cid-uLhTUHuJUu .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLhTUHuJUu .item:focus,
.cid-uLhTUHuJUu span:focus {
  outline: none;
}
.cid-uLhTUHuJUu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLhTUHuJUu .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLhTUHuJUu .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uLhTUHuJUu .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLhTUHuJUu .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uLhTUHuJUu .mbr-section-title {
  color: #000000;
}
.cid-uLhTUHuJUu .mbr-text,
.cid-uLhTUHuJUu .mbr-section-btn {
  color: #000000;
}
.cid-uLhTUHuJUu .item-title {
  text-align: center;
  color: #000;
  letter-spacing: .3em;
  text-transform: uppercase;
}
.cid-uLhTUHuJUu .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLhTUHuJUu .item-text {
  color: #000000;
  text-align: center;
}
.cid-uLhTUHuJUu .content-head {
  max-width: 800px;
}
.cid-uLhTUHuJUu .item-title,
.cid-uLhTUHuJUu .mbr-section-btn {
  text-align: center;
}
.cid-t1z3LhbTKh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t1z3LhbTKh .mbr-text,
.cid-t1z3LhbTKh .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-t1z3LhbTKh .card-title,
.cid-t1z3LhbTKh .card-box {
  color: #353535;
  text-align: center;
}
.cid-t1z3LhbTKh .mbr-text,
.cid-t1z3LhbTKh .link-wrap {
  color: #000;
}
.cid-t1z3LhbTKh .card-img span {
  font-size: 50px;
}
.cid-t1z3LhbTKh H4 {
  color: #ffcf1d;
  letter-spacing: .3em;
  text-transform: uppercase;
}
.cid-t1z3IKMdEZ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-t1z3IKMdEZ .mbr-shop {
  display: inline-block;
  width: 100%;
}
.cid-t1z3IKMdEZ .container {
  padding: 0rem 0.5rem;
}
.cid-t1z3IKMdEZ .sidebar {
  display: flex;
  flex-direction: column;
  order: -1;
  padding-bottom: 1.5rem;
  margin: 0;
}
.cid-t1z3IKMdEZ .sidebar-categories .sidebar-title {
  display: none;
}
@media (min-width: 1200px) {
  .cid-t1z3IKMdEZ .col-xl-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .cid-t1z3IKMdEZ .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-t1z3IKMdEZ .mbr-shop__row {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cid-t1z3IKMdEZ .mbr-gallery-item {
  margin-bottom: 1rem;
}
.cid-t1z3IKMdEZ .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-t1z3IKMdEZ .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  padding-bottom: .5rem;
}
.cid-t1z3IKMdEZ .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
}
.cid-t1z3IKMdEZ .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
}
.cid-t1z3IKMdEZ .shop-items .price-block {
  position: relative;
}
.cid-t1z3IKMdEZ .shop-items .price-block:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -9px;
  width: 150px;
  height: 1px;
  background: #d3d3d3;
}
@media (min-width: 767px) {
  .cid-t1z3IKMdEZ .mbr-gallery-filter ul {
    display: flex!important;
    width: max-content;
  }
}
.cid-t1z3IKMdEZ .mbr-gallery-filter ul li {
  padding: 6px 30px 6px 2px!important;
}
.cid-t1z3IKMdEZ .categories {
  padding: 0;
}
.cid-t1z3IKMdEZ .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 22px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-t1z3IKMdEZ .filter-by-d .btn {
  background: transparent!important;
  border: none!important;
  color: black!important;
}
.cid-t1z3IKMdEZ .filter-by-d .btn:hover,
.cid-t1z3IKMdEZ .filter-by-d .btn:active {
  background: transparent!important;
  color: black!important;
}
.cid-t1z3IKMdEZ .filter-by-d .btn:before {
  content: "\e972";
  font-family: Moririse2;
  padding-right: 12px;
}
.cid-t1z3IKMdEZ .filter-by-pu {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px!important;
  border-bottom: 1px solid #373329;
}
.cid-t1z3IKMdEZ .filter-by-pu:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-t1z3IKMdEZ .filter-by-pu .btn {
  color: white!important;
  border: none;
  background: transparent!important;
}
.cid-t1z3IKMdEZ .filter-by-pu .btn:hover,
.cid-t1z3IKMdEZ .filter-by-pu .btn:active {
  background: transparent!important;
  color: white!important;
}
.cid-t1z3IKMdEZ .filter-by-pd .btn {
  color: white!important;
  border: none;
  background: transparent!important;
}
.cid-t1z3IKMdEZ .filter-by-pd .btn:hover,
.cid-t1z3IKMdEZ .filter-by-pd .btn:active {
  background: transparent!important;
  color: white!important;
  border: none;
}
.cid-t1z3IKMdEZ .filter-by-pd {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px!important;
}
.cid-t1z3IKMdEZ .filter-by-pd:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-t1z3IKMdEZ .col-md-12 .sort-buttons {
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 25px;
  height: 58px;
  width: 230px;
}
.cid-t1z3IKMdEZ .col-md-12 .sort-buttons:hover {
  z-index: 100;
  height: 160px;
}
.cid-t1z3IKMdEZ .col-md-12 .sort-buttons:hover .filter-by-pu {
  opacity: 1;
}
.cid-t1z3IKMdEZ .col-md-12 .sort-buttons:hover .filter-by-pd {
  opacity: 1;
}
.cid-t1z3IKMdEZ .flex-row-reverse {
  flex-direction: column-reverse !important;
}
.cid-t1z3IKMdEZ .flex-row-reverse .wrapper-shop-items {
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-t1z3IKMdEZ .col-md-12 .sort-buttons {
    top: -10px !important;
  }
}
@media (max-width: 767px) {
  .cid-t1z3IKMdEZ .mbr-gallery-filter ul li:not(:last-child):after {
    content: none;
  }
  .cid-t1z3IKMdEZ .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t1z3IKMdEZ .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t1z3IKMdEZ .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t1z3IKMdEZ .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t1z3IKMdEZ .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-t1z3IKMdEZ .col-md-12 .sort-buttons {
    position: relative;
    height: 200px;
    width: fit-content;
    right: 0px!important;
  }
  .cid-t1z3IKMdEZ .col-md-12 .sort-buttons:hover {
    height: 200px;
  }
  .cid-t1z3IKMdEZ .col-md-12 .sort-buttons .filter-by-pu,
  .cid-t1z3IKMdEZ .col-md-12 .sort-buttons .filter-by-pd {
    opacity: 1;
    margin: 0!important;
  }
  .cid-t1z3IKMdEZ .sort-buttons {
    align-items: center!important;
  }
}
@media (max-width: 1200px) {
  .cid-t1z3IKMdEZ .col-md-12 .sort-buttons {
    right: 12px;
  }
  .cid-t1z3IKMdEZ .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
.cid-t1z3IKMdEZ .mbr-shop .btn-sm {
  margin: 0.2rem;
}
.cid-t1z3IKMdEZ .sidebar-background:after {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-t1z3IKMdEZ .sidebar_wraper {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-t1z3IKMdEZ .oldprice {
  padding-left: .8rem!important;
  color: #767676;
  text-decoration: line-through;
}
.cid-t1z3IKMdEZ .shopItemsModal_wraper {
  left: 0;
}
.cid-t1z3IKMdEZ .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t1z3IKMdEZ .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cid-t1z3IKMdEZ .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t1z3IKMdEZ .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-t1z3IKMdEZ .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t1z3IKMdEZ .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t1z3IKMdEZ .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-t1z3IKMdEZ .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-t1z3IKMdEZ .mbr-shop .hide-modal {
  display: none;
}
.cid-t1z3IKMdEZ .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-t1z3IKMdEZ .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t1z3IKMdEZ .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t1z3IKMdEZ .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t1z3IKMdEZ .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-t1z3IKMdEZ .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-t1z3IKMdEZ .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t1z3IKMdEZ .mbr-shop .filter-by-pu,
.cid-t1z3IKMdEZ .mbr-shop .filter-by-pd,
.cid-t1z3IKMdEZ .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t1z3IKMdEZ .mbr-shop .sort-buttons {
  padding-bottom: 0rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t1z3IKMdEZ .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t1z3IKMdEZ .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t1z3IKMdEZ .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-t1z3IKMdEZ .mbr-shop .galleryItem h4,
.cid-t1z3IKMdEZ .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t1z3IKMdEZ .mbr-shop .galleryItem h5,
.cid-t1z3IKMdEZ .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t1z3IKMdEZ .mbr-shop .galleryItem p,
.cid-t1z3IKMdEZ .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t1z3IKMdEZ .mbr-shop .item-button {
  text-align: center;
}
.cid-t1z3IKMdEZ .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t1z3IKMdEZ .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-t1z3IKMdEZ .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-t1z3IKMdEZ .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t1z3IKMdEZ .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-t1z3IKMdEZ .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t1z3IKMdEZ .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-t1z3IKMdEZ .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-t1z3IKMdEZ .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t1z3IKMdEZ .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-t1z3IKMdEZ .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t1z3IKMdEZ .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t1z3IKMdEZ .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t1z3IKMdEZ .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t1z3IKMdEZ .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t1z3IKMdEZ .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t1z3IKMdEZ .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #22a5e5;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-t1z3IKMdEZ .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t1z3IKMdEZ .mbr-shop .mbr-gallery-item__hided h4,
.cid-t1z3IKMdEZ .mbr-shop .mbr-gallery-item__hided h5,
.cid-t1z3IKMdEZ .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t1z3IKMdEZ .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t1z3IKMdEZ .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-t1z3IKMdEZ .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-t1z3IKMdEZ .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t1z3IKMdEZ .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 4px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-t1z3IKMdEZ .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t1z3IKMdEZ .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t1z3IKMdEZ .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t1z3IKMdEZ .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 16px;
  color: #666666;
  font-weight: bold;
}
.cid-t1z3IKMdEZ .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-t1z3IKMdEZ .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 12px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-t1z3IKMdEZ .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-t1z3IKMdEZ .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t1z3IKMdEZ .mbr-shop .range-controls {
  position: relative;
}
.cid-t1z3IKMdEZ .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t1z3IKMdEZ .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-t1z3IKMdEZ .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-t1z3IKMdEZ .mbr-shop .toggle:hover,
.cid-t1z3IKMdEZ .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-t1z3IKMdEZ .mbr-shop .min-toggle {
  left: 0;
}
.cid-t1z3IKMdEZ .mbr-shop .max-toggle {
  right: 0;
}
.cid-t1z3IKMdEZ .mbr-shop .hided-by-price {
  display: none;
}
.cid-t1z3IKMdEZ .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t1z3IKMdEZ .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t1z3IKMdEZ .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t1z3IKMdEZ .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t1z3IKMdEZ .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 700;
  padding: 5px 0 5px 0;
}
.cid-t1z3IKMdEZ .mbr-shop .text-modal .card-description {
  font-family: 'Montserrat', sans-serif;
  padding-top: 20px;
  display: block;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t1z3IKMdEZ .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t1z3IKMdEZ .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t1z3IKMdEZ .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t1z3IKMdEZ .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t1z3IKMdEZ .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-t1z3IKMdEZ .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-t1z3IKMdEZ .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-t1z3IKMdEZ .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-t1z3IKMdEZ .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-t1z3IKMdEZ .mbr-shop .shop-items .onsale,
.cid-t1z3IKMdEZ .mbr-shop .bestseller-block .onsale {
  font-size: 9px !important;
}
.cid-t1z3IKMdEZ .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t1z3IKMdEZ .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t1z3IKMdEZ .mbr-shop .price-range {
  display: inline-block;
}
.cid-t1z3IKMdEZ .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-t1z3IKMdEZ .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t1z3IKMdEZ .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-t1z3IKMdEZ .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t1z3IKMdEZ .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t1z3IKMdEZ .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t1z3IKMdEZ .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t1z3IKMdEZ .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t1z3IKMdEZ .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t1z3IKMdEZ .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t1z3IKMdEZ .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t1z3IKMdEZ .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t1z3IKMdEZ .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 0px;
  }
  .cid-t1z3IKMdEZ .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t1z3IKMdEZ .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t1z3IKMdEZ .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t1z3IKMdEZ .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t1z3IKMdEZ .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t1z3IKMdEZ .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .cid-t1z3IKMdEZ .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t1z3IKMdEZ .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t1z3IKMdEZ .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t1z3IKMdEZ .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t1z3IKMdEZ .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t1z3IKMdEZ .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t1z3IKMdEZ .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t1z3IKMdEZ .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t1z3IKMdEZ .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t1z3IKMdEZ .mbr-gallery-filter li > .btn {
  border: none !important;
  color: currentColor !important;
  padding: 0px;
  background-color: transparent !important;
  margin: 0px !important;
  word-break: inherit;
  box-shadow: none !important;
}
.cid-t1z3IKMdEZ .mbr-gallery-filter li > .btn:before,
.cid-t1z3IKMdEZ .mbr-gallery-filter li > .btn:after {
  display: none !important;
}
.cid-t1z3IKMdEZ li:not(.active) {
  color: #808080 !important;
}
.cid-t1z3IKMdEZ li:not(.active) > .btn {
  font-weight: 400 !important;
}
.cid-t1z3IKMdEZ .shop-item-price,
.cid-t1z3IKMdEZ .price-block {
  color: #737b83;
  font-size: 1em;
  padding-bottom: 5px;
  line-height: 1;
  text-align: left;
}
.cid-t1z3IKMdEZ .card-description {
  color: #737b83;
}
.cid-t1z3IKMdEZ .item-title {
  font-size: 1.4em;
  color: #22a5e5;
  text-align: left;
}
.cid-t1Ld8HTqig {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #cecece;
}
@media (max-width: 991px) {
  .cid-t1Ld8HTqig .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t1Ld8HTqig img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t1Ld8HTqig .text-wrapper {
    padding: 2rem;
  }
}
.cid-t1Ld8HTqig .mbr-section-title {
  color: #353535;
}
.cid-t1Ld8HTqig .mbr-text {
  color: #353535;
}
.cid-t1Ld8HTqig .mbr-description {
  color: #9c9c9c;
}
.cid-t1Ld8HTqig H2 {
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #353535;
}
.cid-t1Ld8HTqig .wrap-block .contents .mbr-section-title,
.cid-t1Ld8HTqig .menu-content-right {
  color: #bed3f9;
}
.cid-t1Ld8HTqig .wrap-block .contents .mbr-subtitle,
.cid-t1Ld8HTqig .menu-content-right {
  color: #353535;
}
.cid-t1z4pzLJjV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #c5ac5d;
}
.cid-t1z4pzLJjV .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-t1z4pzLJjV .container {
  max-width: 1500px;
}
.cid-t1z4pzLJjV .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-t1z4pzLJjV .container {
    padding: 0 4rem;
  }
}
.cid-t1z4pzLJjV .mbr-text,
.cid-t1z4pzLJjV .mbr-section-btn {
  color: #ffffff;
}
.cid-t1z4pzLJjV .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-t1z4pzLJjV .btn .mbr-iconfont {
  order: 2;
}
.cid-t1z4pzLJjV .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-t1z4pzLJjV .align-left {
    text-align: left;
  }
  .cid-t1z4pzLJjV .row {
    justify-content: left;
    padding: 0rem;
  }
}
.cid-t1z4pzLJjV .image-wrap img {
  width: 30%;
}
@media (min-width: 992px) {
  .cid-t1z4pzLJjV .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-t1z4pzLJjV H1 {
  color: #ffffff;
}
.cid-uLLt6JxhnU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2299aa;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .nav-item,
.cid-uLLt6JxhnU .nav-link,
.cid-uLLt6JxhnU .navbar-caption {
  font-weight: normal;
}
.cid-uLLt6JxhnU .nav-item:focus,
.cid-uLLt6JxhnU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uLLt6JxhnU .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link {
    position: relative;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2299aa;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uLLt6JxhnU .nav-item:hover .nav-link:before,
  .cid-uLLt6JxhnU .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #001c35;
  background: none;
}
.cid-uLLt6JxhnU .navbar.opened {
  transition: all 0.3s;
  background: #001c35 !important;
}
.cid-uLLt6JxhnU .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uLLt6JxhnU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uLLt6JxhnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLLt6JxhnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uLLt6JxhnU .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uLLt6JxhnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLLt6JxhnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uLLt6JxhnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLLt6JxhnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLLt6JxhnU .navbar.navbar-short {
  background: #001c35 !important;
  min-height: 60px;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLLt6JxhnU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uLLt6JxhnU .dropdown-item.active,
.cid-uLLt6JxhnU .dropdown-item:active {
  background-color: transparent;
}
.cid-uLLt6JxhnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #001c35;
  z-index: 2;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLLt6JxhnU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLLt6JxhnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLLt6JxhnU .navbar-buttons {
  text-align: center;
}
.cid-uLLt6JxhnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uLLt6JxhnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uLLt6JxhnU .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uLLt6JxhnU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU a.nav-link .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uLLt6JxhnU a.nav-link:hover .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLLt6JxhnU .navbar {
    height: 77px;
  }
  .cid-uLLt6JxhnU .navbar.opened {
    height: auto;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLLEfi1aBc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f3b45;
}
.cid-uLLEfi1aBc .container-fluid {
  padding: 0 3rem;
}
.cid-uLLEfi1aBc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-uLLEfi1aBc .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uLLEfi1aBc .mbr-section-title {
  margin-bottom: 2rem;
  text-align: left;
}
.cid-uLLEfi1aBc .social-media {
  margin-top: 1.5rem;
}
.cid-uLLEfi1aBc .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLEfi1aBc .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uLLEfi1aBc .mbr-text,
.cid-uLLEfi1aBc .mbr-offer {
  line-height: 1.5;
}
.cid-uLLEfi1aBc .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uLLEfi1aBc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uLLEfi1aBc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uLLEfi1aBc .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uLLEfi1aBc .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-uLLEfi1aBc .logo-section {
  width: 66%;
}
.cid-uLLEfi1aBc .mbr-offer {
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .links,
.cid-uLLEfi1aBc .social-list {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .navbar-buttons {
  text-align: left;
}
.cid-uLLEfi1aBc H3 {
  font-size: 0.9em;
  letter-spacing: .2em;
}
.cid-t1teGo977u {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fundo-cl-1-2000x1125.jpg");
}
.cid-t1teGo977u .image-wrap img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-t1teGo977u .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-t1teGo977u .mbr-section-title {
  color: #ffffff;
}
.cid-t1yNvCHpUj {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #181412;
}
.cid-t1yNvCHpUj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-t1yNvCHpUj .mbr-text,
.cid-t1yNvCHpUj .mbr-section-btn {
  color: #737b83;
}
.cid-t1yNvCHpUj H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-t1B1RAGino {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t1B1RAGino .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t1B1RAGino img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t1B1RAGino .text-wrapper {
    padding: 2rem;
  }
}
.cid-t1B1RAGino .mbr-section-title {
  color: #737b83;
}
.cid-t1B1RAGino .mbr-text {
  color: #737b83;
}
.cid-t1B1RAGino .mbr-description {
  color: #9c9c9c;
}
.cid-t1B1RAGino H2 {
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #959ca3;
}
.cid-t1B1RAGino .wrap-block .contents .mbr-subtitle,
.cid-t1B1RAGino .menu-content-right {
  color: #959ca3;
}
.cid-t1yNDkOrVR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c5ac5d;
}
.cid-t1yNDkOrVR .mbr-text,
.cid-t1yNDkOrVR .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-t1yNDkOrVR .card-title,
.cid-t1yNDkOrVR .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-t1yNDkOrVR .mbr-text,
.cid-t1yNDkOrVR .link-wrap {
  color: #ffffff;
}
.cid-t1yNDkOrVR .card-img span {
  font-size: 50px;
}
.cid-t1yNDkOrVR H4 {
  color: #ffcf1d;
  letter-spacing: .3em;
  text-transform: uppercase;
}
.cid-uHTlDYLhe0 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uHTlDYLhe0 .mbr-shop {
  display: inline-block;
  width: 100%;
}
.cid-uHTlDYLhe0 .container {
  padding: 0rem 0.5rem;
}
.cid-uHTlDYLhe0 .sidebar {
  display: flex;
  flex-direction: column;
  order: -1;
  padding-bottom: 1.5rem;
  margin: 0;
}
.cid-uHTlDYLhe0 .sidebar-categories .sidebar-title {
  display: none;
}
@media (min-width: 1200px) {
  .cid-uHTlDYLhe0 .col-xl-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .cid-uHTlDYLhe0 .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uHTlDYLhe0 .mbr-shop__row {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cid-uHTlDYLhe0 .mbr-gallery-item {
  margin-bottom: 1rem;
}
.cid-uHTlDYLhe0 .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-uHTlDYLhe0 .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  padding-bottom: .5rem;
}
.cid-uHTlDYLhe0 .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
}
.cid-uHTlDYLhe0 .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
}
.cid-uHTlDYLhe0 .shop-items .price-block {
  position: relative;
}
.cid-uHTlDYLhe0 .shop-items .price-block:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -9px;
  width: 150px;
  height: 1px;
  background: #d3d3d3;
}
@media (min-width: 767px) {
  .cid-uHTlDYLhe0 .mbr-gallery-filter ul {
    display: flex!important;
    width: max-content;
  }
}
.cid-uHTlDYLhe0 .mbr-gallery-filter ul li {
  padding: 6px 30px 6px 2px!important;
}
.cid-uHTlDYLhe0 .categories {
  padding: 0;
}
.cid-uHTlDYLhe0 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 22px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-uHTlDYLhe0 .filter-by-d .btn {
  background: transparent!important;
  border: none!important;
  color: black!important;
}
.cid-uHTlDYLhe0 .filter-by-d .btn:hover,
.cid-uHTlDYLhe0 .filter-by-d .btn:active {
  background: transparent!important;
  color: black!important;
}
.cid-uHTlDYLhe0 .filter-by-d .btn:before {
  content: "\e972";
  font-family: Moririse2;
  padding-right: 12px;
}
.cid-uHTlDYLhe0 .filter-by-pu {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px!important;
  border-bottom: 1px solid #373329;
}
.cid-uHTlDYLhe0 .filter-by-pu:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-uHTlDYLhe0 .filter-by-pu .btn {
  color: white!important;
  border: none;
  background: transparent!important;
}
.cid-uHTlDYLhe0 .filter-by-pu .btn:hover,
.cid-uHTlDYLhe0 .filter-by-pu .btn:active {
  background: transparent!important;
  color: white!important;
}
.cid-uHTlDYLhe0 .filter-by-pd .btn {
  color: white!important;
  border: none;
  background: transparent!important;
}
.cid-uHTlDYLhe0 .filter-by-pd .btn:hover,
.cid-uHTlDYLhe0 .filter-by-pd .btn:active {
  background: transparent!important;
  color: white!important;
  border: none;
}
.cid-uHTlDYLhe0 .filter-by-pd {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px!important;
}
.cid-uHTlDYLhe0 .filter-by-pd:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-uHTlDYLhe0 .col-md-12 .sort-buttons {
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 25px;
  height: 58px;
  width: 230px;
}
.cid-uHTlDYLhe0 .col-md-12 .sort-buttons:hover {
  z-index: 100;
  height: 160px;
}
.cid-uHTlDYLhe0 .col-md-12 .sort-buttons:hover .filter-by-pu {
  opacity: 1;
}
.cid-uHTlDYLhe0 .col-md-12 .sort-buttons:hover .filter-by-pd {
  opacity: 1;
}
.cid-uHTlDYLhe0 .flex-row-reverse {
  flex-direction: column-reverse !important;
}
.cid-uHTlDYLhe0 .flex-row-reverse .wrapper-shop-items {
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-uHTlDYLhe0 .col-md-12 .sort-buttons {
    top: -10px !important;
  }
}
@media (max-width: 767px) {
  .cid-uHTlDYLhe0 .mbr-gallery-filter ul li:not(:last-child):after {
    content: none;
  }
  .cid-uHTlDYLhe0 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uHTlDYLhe0 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uHTlDYLhe0 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uHTlDYLhe0 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uHTlDYLhe0 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-uHTlDYLhe0 .col-md-12 .sort-buttons {
    position: relative;
    height: 200px;
    width: fit-content;
    right: 0px!important;
  }
  .cid-uHTlDYLhe0 .col-md-12 .sort-buttons:hover {
    height: 200px;
  }
  .cid-uHTlDYLhe0 .col-md-12 .sort-buttons .filter-by-pu,
  .cid-uHTlDYLhe0 .col-md-12 .sort-buttons .filter-by-pd {
    opacity: 1;
    margin: 0!important;
  }
  .cid-uHTlDYLhe0 .sort-buttons {
    align-items: center!important;
  }
}
@media (max-width: 1200px) {
  .cid-uHTlDYLhe0 .col-md-12 .sort-buttons {
    right: 12px;
  }
  .cid-uHTlDYLhe0 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
.cid-uHTlDYLhe0 .mbr-shop .btn-sm {
  margin: 0.2rem;
}
.cid-uHTlDYLhe0 .sidebar-background:after {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-uHTlDYLhe0 .sidebar_wraper {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-uHTlDYLhe0 .oldprice {
  padding-left: .8rem!important;
  color: #767676;
  text-decoration: line-through;
}
.cid-uHTlDYLhe0 .shopItemsModal_wraper {
  left: 0;
}
.cid-uHTlDYLhe0 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uHTlDYLhe0 .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cid-uHTlDYLhe0 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uHTlDYLhe0 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uHTlDYLhe0 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uHTlDYLhe0 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uHTlDYLhe0 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uHTlDYLhe0 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uHTlDYLhe0 .mbr-shop .hide-modal {
  display: none;
}
.cid-uHTlDYLhe0 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uHTlDYLhe0 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uHTlDYLhe0 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uHTlDYLhe0 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uHTlDYLhe0 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-uHTlDYLhe0 .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uHTlDYLhe0 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uHTlDYLhe0 .mbr-shop .filter-by-pu,
.cid-uHTlDYLhe0 .mbr-shop .filter-by-pd,
.cid-uHTlDYLhe0 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uHTlDYLhe0 .mbr-shop .sort-buttons {
  padding-bottom: 0rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uHTlDYLhe0 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uHTlDYLhe0 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uHTlDYLhe0 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uHTlDYLhe0 .mbr-shop .galleryItem h4,
.cid-uHTlDYLhe0 .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uHTlDYLhe0 .mbr-shop .galleryItem h5,
.cid-uHTlDYLhe0 .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uHTlDYLhe0 .mbr-shop .galleryItem p,
.cid-uHTlDYLhe0 .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uHTlDYLhe0 .mbr-shop .item-button {
  text-align: center;
}
.cid-uHTlDYLhe0 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uHTlDYLhe0 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uHTlDYLhe0 .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uHTlDYLhe0 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uHTlDYLhe0 .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-uHTlDYLhe0 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uHTlDYLhe0 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uHTlDYLhe0 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uHTlDYLhe0 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uHTlDYLhe0 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uHTlDYLhe0 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uHTlDYLhe0 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uHTlDYLhe0 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uHTlDYLhe0 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uHTlDYLhe0 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uHTlDYLhe0 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uHTlDYLhe0 .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffd107;
  color: #000000;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uHTlDYLhe0 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uHTlDYLhe0 .mbr-shop .mbr-gallery-item__hided h4,
.cid-uHTlDYLhe0 .mbr-shop .mbr-gallery-item__hided h5,
.cid-uHTlDYLhe0 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uHTlDYLhe0 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uHTlDYLhe0 .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uHTlDYLhe0 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uHTlDYLhe0 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uHTlDYLhe0 .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 4px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uHTlDYLhe0 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uHTlDYLhe0 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uHTlDYLhe0 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uHTlDYLhe0 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 16px;
  color: #666666;
  font-weight: bold;
}
.cid-uHTlDYLhe0 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uHTlDYLhe0 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 12px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uHTlDYLhe0 .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uHTlDYLhe0 .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uHTlDYLhe0 .mbr-shop .range-controls {
  position: relative;
}
.cid-uHTlDYLhe0 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uHTlDYLhe0 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uHTlDYLhe0 .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-uHTlDYLhe0 .mbr-shop .toggle:hover,
.cid-uHTlDYLhe0 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uHTlDYLhe0 .mbr-shop .min-toggle {
  left: 0;
}
.cid-uHTlDYLhe0 .mbr-shop .max-toggle {
  right: 0;
}
.cid-uHTlDYLhe0 .mbr-shop .hided-by-price {
  display: none;
}
.cid-uHTlDYLhe0 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uHTlDYLhe0 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uHTlDYLhe0 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uHTlDYLhe0 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uHTlDYLhe0 .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 700;
  padding: 5px 0 5px 0;
}
.cid-uHTlDYLhe0 .mbr-shop .text-modal .card-description {
  font-family: 'Montserrat', sans-serif;
  padding-top: 20px;
  display: block;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uHTlDYLhe0 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uHTlDYLhe0 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uHTlDYLhe0 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uHTlDYLhe0 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uHTlDYLhe0 .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uHTlDYLhe0 .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uHTlDYLhe0 .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uHTlDYLhe0 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uHTlDYLhe0 .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uHTlDYLhe0 .mbr-shop .shop-items .onsale,
.cid-uHTlDYLhe0 .mbr-shop .bestseller-block .onsale {
  font-size: 9px !important;
}
.cid-uHTlDYLhe0 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uHTlDYLhe0 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uHTlDYLhe0 .mbr-shop .price-range {
  display: inline-block;
}
.cid-uHTlDYLhe0 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uHTlDYLhe0 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uHTlDYLhe0 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uHTlDYLhe0 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uHTlDYLhe0 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uHTlDYLhe0 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uHTlDYLhe0 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uHTlDYLhe0 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uHTlDYLhe0 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uHTlDYLhe0 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uHTlDYLhe0 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uHTlDYLhe0 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uHTlDYLhe0 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 0px;
  }
  .cid-uHTlDYLhe0 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uHTlDYLhe0 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHTlDYLhe0 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uHTlDYLhe0 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uHTlDYLhe0 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uHTlDYLhe0 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .cid-uHTlDYLhe0 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uHTlDYLhe0 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uHTlDYLhe0 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uHTlDYLhe0 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uHTlDYLhe0 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uHTlDYLhe0 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uHTlDYLhe0 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uHTlDYLhe0 .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHTlDYLhe0 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uHTlDYLhe0 .mbr-gallery-filter li > .btn {
  border: none !important;
  color: currentColor !important;
  padding: 0px;
  background-color: transparent !important;
  margin: 0px !important;
  word-break: inherit;
  box-shadow: none !important;
}
.cid-uHTlDYLhe0 .mbr-gallery-filter li > .btn:before,
.cid-uHTlDYLhe0 .mbr-gallery-filter li > .btn:after {
  display: none !important;
}
.cid-uHTlDYLhe0 li:not(.active) {
  color: #808080 !important;
}
.cid-uHTlDYLhe0 li:not(.active) > .btn {
  font-weight: 400 !important;
}
.cid-uHTlDYLhe0 .shop-item-price,
.cid-uHTlDYLhe0 .price-block {
  color: #737b83;
  font-size: 1em;
  padding-bottom: 5px;
  line-height: 1;
  text-align: left;
}
.cid-uHTlDYLhe0 .card-description {
  color: #737b83;
}
.cid-uHTlDYLhe0 .item-title {
  font-size: 1.4em;
  color: #d6ae44;
  text-align: left;
}
.cid-t1LAVKRX5e {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #cecece;
}
@media (max-width: 991px) {
  .cid-t1LAVKRX5e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t1LAVKRX5e img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t1LAVKRX5e .text-wrapper {
    padding: 2rem;
  }
}
.cid-t1LAVKRX5e .mbr-section-title {
  color: #353535;
}
.cid-t1LAVKRX5e .mbr-text {
  color: #353535;
}
.cid-t1LAVKRX5e .mbr-description {
  color: #353535;
}
.cid-t1LAVKRX5e H2 {
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #ffffff;
}
.cid-t1LAVKRX5e .wrap-block .contents .mbr-section-title,
.cid-t1LAVKRX5e .menu-content-right {
  color: #353535;
}
.cid-t1LAVKRX5e .wrap-block .contents .mbr-subtitle,
.cid-t1LAVKRX5e .menu-content-right {
  color: #ffffff;
}
.cid-t1yNtUQSbN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #2c7189;
}
.cid-t1yNtUQSbN .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-t1yNtUQSbN .container {
  max-width: 1500px;
}
.cid-t1yNtUQSbN .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-t1yNtUQSbN .container {
    padding: 0 4rem;
  }
}
.cid-t1yNtUQSbN .mbr-text,
.cid-t1yNtUQSbN .mbr-section-btn {
  color: #ffffff;
}
.cid-t1yNtUQSbN .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-t1yNtUQSbN .btn .mbr-iconfont {
  order: 2;
}
.cid-t1yNtUQSbN .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-t1yNtUQSbN .align-left {
    text-align: left;
  }
  .cid-t1yNtUQSbN .row {
    justify-content: left;
    padding: 0rem;
  }
}
.cid-t1yNtUQSbN .image-wrap img {
  width: 30%;
}
@media (min-width: 992px) {
  .cid-t1yNtUQSbN .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-t1yNtUQSbN H1 {
  color: #ffffff;
}
.cid-uLLt6JxhnU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2299aa;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .nav-item,
.cid-uLLt6JxhnU .nav-link,
.cid-uLLt6JxhnU .navbar-caption {
  font-weight: normal;
}
.cid-uLLt6JxhnU .nav-item:focus,
.cid-uLLt6JxhnU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uLLt6JxhnU .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link {
    position: relative;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2299aa;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uLLt6JxhnU .nav-item:hover .nav-link:before,
  .cid-uLLt6JxhnU .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #001c35;
  background: none;
}
.cid-uLLt6JxhnU .navbar.opened {
  transition: all 0.3s;
  background: #001c35 !important;
}
.cid-uLLt6JxhnU .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uLLt6JxhnU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uLLt6JxhnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLLt6JxhnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uLLt6JxhnU .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uLLt6JxhnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLLt6JxhnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uLLt6JxhnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLLt6JxhnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLLt6JxhnU .navbar.navbar-short {
  background: #001c35 !important;
  min-height: 60px;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLLt6JxhnU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uLLt6JxhnU .dropdown-item.active,
.cid-uLLt6JxhnU .dropdown-item:active {
  background-color: transparent;
}
.cid-uLLt6JxhnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #001c35;
  z-index: 2;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLLt6JxhnU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLLt6JxhnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLLt6JxhnU .navbar-buttons {
  text-align: center;
}
.cid-uLLt6JxhnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uLLt6JxhnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uLLt6JxhnU .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uLLt6JxhnU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU a.nav-link .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uLLt6JxhnU a.nav-link:hover .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLLt6JxhnU .navbar {
    height: 77px;
  }
  .cid-uLLt6JxhnU .navbar.opened {
    height: auto;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLLEfi1aBc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f3b45;
}
.cid-uLLEfi1aBc .container-fluid {
  padding: 0 3rem;
}
.cid-uLLEfi1aBc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-uLLEfi1aBc .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uLLEfi1aBc .mbr-section-title {
  margin-bottom: 2rem;
  text-align: left;
}
.cid-uLLEfi1aBc .social-media {
  margin-top: 1.5rem;
}
.cid-uLLEfi1aBc .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLEfi1aBc .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uLLEfi1aBc .mbr-text,
.cid-uLLEfi1aBc .mbr-offer {
  line-height: 1.5;
}
.cid-uLLEfi1aBc .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uLLEfi1aBc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uLLEfi1aBc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uLLEfi1aBc .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uLLEfi1aBc .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-uLLEfi1aBc .logo-section {
  width: 66%;
}
.cid-uLLEfi1aBc .mbr-offer {
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .links,
.cid-uLLEfi1aBc .social-list {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .navbar-buttons {
  text-align: left;
}
.cid-uLLEfi1aBc H3 {
  font-size: 0.9em;
  letter-spacing: .2em;
}
.cid-t67aU0fm9b {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/onde-comprar-2000x1335.jpg");
}
.cid-t67aU0fm9b .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-t67aU0fm9b .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-t67aU0fm9b .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.2em;
}
.cid-t67aU0fm9b .mbr-text,
.cid-t67aU0fm9b .mbr-section-btn {
  color: #ffffff;
}
.cid-t67aU0fm9b h4 {
  text-transform: uppercase;
  line-height: 1.2;
}
.cid-t67aX0DVsu {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t67aX0DVsu .mbr-section-title {
  color: #737b83;
}
.cid-t67aV2qjC7 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/busca-parceiros-1-2000x2000.jpg");
}
.cid-t67aV2qjC7 .form-group {
  text-align: left;
  min-height: 0px;
  border: 0px solid #CCC;
  border-radius: 5px;
  margin-bottom: 0;
}
.cid-t67aV2qjC7 .jq-selectbox li.selected {
  background-color: #149dcc;
}
.cid-t67aV2qjC7 .jq-selectbox li:hover {
  background-color: #149dcc;
}
.cid-t67aV2qjC7 .jq-selectbox ul {
  background-color: #fff;
}
.cid-t67aV2qjC7 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #149dcc;
}
.cid-t67aV2qjC7 .form-control[name="email"]:focus {
  outline: none;
  box-shadow: 0;
}
.cid-t67aV2qjC7 .form-control[name="email"]:active {
  outline: none;
  box-shadow: 0;
}
.cid-t67aV2qjC7 .mbr-iconfont-btn {
  margin: 0;
}
.cid-t67aV2qjC7 .jq-selectbox__dropdown {
  top: 65px!important;
}
.cid-t67aV2qjC7 .mbr-form .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 1.1rem 20px;
  border-radius: 5px;
}
.cid-t67aV2qjC7 .form-group,
.cid-t67aV2qjC7 .mbr-section-btn {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-t67aV2qjC7 .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-t67aV2qjC7 .mbr-section-btn {
    margin: auto;
  }
}
@media (min-width: 577px) {
  .cid-t67aV2qjC7 .mbr-form .row {
    align-items: stretch;
  }
  .cid-t67aV2qjC7 .mbr-form .col + .mbr-section-btn .btn,
  .cid-t67aV2qjC7 .mbr-form .col-auto + .mbr-section-btn .btn,
  .cid-t67aV2qjC7 .mbr-form .dragArea > *:not(.col-lg-12) + .col-auto.mbr-section-btn .btn {
    margin: 0 !important;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-t67aV2qjC7 .mbr-form .col + .mbr-section-btn,
  .cid-t67aV2qjC7 .mbr-form .col-auto + .mbr-section-btn {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-t67aV2qjC7 .mbr-section-title {
  color: #ffffff;
}
.cid-t67aV2qjC7 h1 {
  letter-spacing: .3em;
  text-transform: uppercase;
}
.cid-t67aYg12u1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t67aYg12u1 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t67aYg12u1 .card-wrapper {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #bbb;
}
.cid-t67aYg12u1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t67aYg12u1 .image-selo {
  width: 20%;
}
.cid-t67aYg12u1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-t67aYg12u1 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-t67aYg12u1 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-t67aYg12u1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t67aYg12u1 .card-box {
    padding: 1rem;
  }
  .cid-t67aYg12u1 .image-selo {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .cid-t67aYg12u1 .card-box {
    padding-right: 2rem;
  }
  .cid-t67aYg12u1 .image-selo {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .cid-t67aYg12u1 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
  .cid-t67aYg12u1 .image-selo {
    width: 20%;
  }
}
.cid-t67aYg12u1 .card-title {
  color: #737b83;
}
.cid-t67aYg12u1 .card-subtitle {
  color: #737b83;
}
.cid-t67aYg12u1 .mbr-text,
.cid-t67aYg12u1 .social-row {
  color: #737b83;
}
.cid-t67bFbu6qA {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t67bFbu6qA .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-t67bFbu6qA .container {
  max-width: 1500px;
}
.cid-t67bFbu6qA .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-t67bFbu6qA .container {
    padding: 0 4rem;
  }
}
.cid-t67bFbu6qA .mbr-text,
.cid-t67bFbu6qA .mbr-section-btn {
  color: #737b83;
}
.cid-t67bFbu6qA .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-t67bFbu6qA .btn .mbr-iconfont {
  order: 2;
}
.cid-t67bFbu6qA .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-t67bFbu6qA .align-left {
    text-align: center;
  }
  .cid-t67bFbu6qA .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-t67bFbu6qA H1 {
  font-size: 4em;
  color: #737b83;
}
.cid-uLLt6JxhnU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2299aa;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .nav-item,
.cid-uLLt6JxhnU .nav-link,
.cid-uLLt6JxhnU .navbar-caption {
  font-weight: normal;
}
.cid-uLLt6JxhnU .nav-item:focus,
.cid-uLLt6JxhnU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uLLt6JxhnU .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link {
    position: relative;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2299aa;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uLLt6JxhnU .nav-item:hover .nav-link:before,
  .cid-uLLt6JxhnU .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #001c35;
  background: none;
}
.cid-uLLt6JxhnU .navbar.opened {
  transition: all 0.3s;
  background: #001c35 !important;
}
.cid-uLLt6JxhnU .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uLLt6JxhnU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uLLt6JxhnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLLt6JxhnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uLLt6JxhnU .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uLLt6JxhnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLLt6JxhnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uLLt6JxhnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLLt6JxhnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLLt6JxhnU .navbar.navbar-short {
  background: #001c35 !important;
  min-height: 60px;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLLt6JxhnU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uLLt6JxhnU .dropdown-item.active,
.cid-uLLt6JxhnU .dropdown-item:active {
  background-color: transparent;
}
.cid-uLLt6JxhnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #001c35;
  z-index: 2;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLLt6JxhnU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLLt6JxhnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLLt6JxhnU .navbar-buttons {
  text-align: center;
}
.cid-uLLt6JxhnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uLLt6JxhnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uLLt6JxhnU .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uLLt6JxhnU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU a.nav-link .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uLLt6JxhnU a.nav-link:hover .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLLt6JxhnU .navbar {
    height: 77px;
  }
  .cid-uLLt6JxhnU .navbar.opened {
    height: auto;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLLEfi1aBc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f3b45;
}
.cid-uLLEfi1aBc .container-fluid {
  padding: 0 3rem;
}
.cid-uLLEfi1aBc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-uLLEfi1aBc .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uLLEfi1aBc .mbr-section-title {
  margin-bottom: 2rem;
  text-align: left;
}
.cid-uLLEfi1aBc .social-media {
  margin-top: 1.5rem;
}
.cid-uLLEfi1aBc .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLEfi1aBc .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uLLEfi1aBc .mbr-text,
.cid-uLLEfi1aBc .mbr-offer {
  line-height: 1.5;
}
.cid-uLLEfi1aBc .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uLLEfi1aBc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uLLEfi1aBc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uLLEfi1aBc .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uLLEfi1aBc .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-uLLEfi1aBc .logo-section {
  width: 66%;
}
.cid-uLLEfi1aBc .mbr-offer {
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .links,
.cid-uLLEfi1aBc .social-list {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .navbar-buttons {
  text-align: left;
}
.cid-uLLEfi1aBc H3 {
  font-size: 0.9em;
  letter-spacing: .2em;
}
.cid-uHMG4Cz2oy {
  background-image: url("../../../assets/images/1-banner-kp.jpg");
}
.cid-uHMG4Cz2oy .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHMG4Cz2oy .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uHMG4Cz2oy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHMGMj3qSo {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #000000;
}
.cid-uHMGMj3qSo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHMGMj3qSo .mbr-text,
.cid-uHMGMj3qSo .mbr-section-btn {
  color: #737b83;
}
.cid-uHMGMj3qSo H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uHMHglwLtW {
  background-image: url("../../../assets/images/kp-pst-6-2000x1125.png");
}
.cid-uHMHglwLtW .mbr-text,
.cid-uHMHglwLtW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uHMHglwLtW .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uHMHglwLtW .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uHMHglwLtW H1 {
  letter-spacing: .3em;
  text-transform: uppercase;
  line-height: .5em;
}
.cid-uHMHglwLtW H2 {
  line-height: .9em;
}
.cid-uHMGrWcKPZ {
  background-image: url("../../../assets/images/3-essence.jpg");
}
.cid-uHMGrWcKPZ .mbr-text,
.cid-uHMGrWcKPZ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uHMGrWcKPZ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uHMGrWcKPZ .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uHMGrWcKPZ H1 {
  letter-spacing: .3em;
  text-transform: uppercase;
  line-height: .5em;
}
.cid-uHMGrWcKPZ H2 {
  line-height: .9em;
}
.cid-uHSqd2qKdT {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uHSqd2qKdT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHSqd2qKdT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHSqd2qKdT .text-wrapper {
    padding: 2rem;
  }
}
.cid-uHSqd2qKdT .mbr-section-title {
  color: #fff;
}
.cid-uHSqd2qKdT .mbr-text {
  color: #ffffff;
}
.cid-uHSqd2qKdT .mbr-description {
  color: #fff;
}
.cid-uHSqd2qKdT H2 {
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #fff;
}
.cid-uHSqd2qKdT .wrap-block .contents .mbr-subtitle,
.cid-uHSqd2qKdT .menu-content-right {
  color: #ffffff;
}
.cid-uHSqd2qKdT h1 {
  line-height: .9em;
}
.cid-uHSqd2qKdT .wrap-block .contents .mbr-section-title,
.cid-uHSqd2qKdT .menu-content-right {
  text-align: center;
}
.cid-uHShl2c5fs {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uHShl2c5fs .image-wrapper {
    margin-bottom: 0.5rem;
  }
}
.cid-uHShl2c5fs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHShl2c5fs .text-wrapper {
    padding: 2rem;
    margin-left: 10rem;
  }
}
.cid-uHShl2c5fs .mbr-section-title {
  color: #fff;
}
.cid-uHShl2c5fs .mbr-text {
  color: #ffffff;
}
.cid-uHShl2c5fs .mbr-description {
  color: #ffffff;
}
.cid-uHShl2c5fs H2 {
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #fff;
}
.cid-uHShl2c5fs .wrap-block .contents .mbr-subtitle,
.cid-uHShl2c5fs .menu-content-right {
  color: #ffffff;
}
.cid-uHShl2c5fs h1 {
  line-height: .9em;
}
.cid-uHShl2c5fs .wrap-block .contents .mbr-section-title,
.cid-uHShl2c5fs .menu-content-right {
  text-align: center;
  color: #ffffff;
}
.cid-uHMH76FzTn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uHMH76FzTn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHMH76FzTn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHMH76FzTn .text-wrapper {
    padding: 2rem;
  }
}
.cid-uHMH76FzTn .mbr-section-title {
  color: #737b83;
}
.cid-uHMH76FzTn .mbr-text {
  color: #737b83;
}
.cid-uHMH76FzTn .mbr-description {
  color: #9c9c9c;
}
.cid-uHMH76FzTn H2 {
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #959ca3;
  line-height: .5em;
}
.cid-uHMH76FzTn .wrap-block .contents .mbr-subtitle,
.cid-uHMH76FzTn .menu-content-right {
  color: #737b83;
}
.cid-uHMH76FzTn h1 {
  line-height: .9em;
}
.cid-uHMH76FzTn .wrap-block .contents .mbr-section-title,
.cid-uHMH76FzTn .menu-content-right {
  text-align: center;
}
.cid-uHMI42qIdp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uHMI42qIdp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHMI42qIdp .row {
  flex-direction: row-reverse;
}
.cid-uHMI42qIdp img {
  width: 100%;
}
.cid-uHMHVDKEVY {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uHMHVDKEVY .card-title,
.cid-uHMHVDKEVY .card-box {
  color: #ffffff;
}
.cid-uHMHVDKEVY h4 {
  letter-spacing: .3em;
  text-transform: uppercase;
}
.cid-uHSoKpYmY3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHSoKpYmY3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHSoKpYmY3 .mbr-text,
.cid-uHSoKpYmY3 .mbr-section-btn {
  color: #737b83;
}
.cid-uHSoKpYmY3 H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uHSoSe2UFN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHSoSe2UFN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHSoSe2UFN .row {
  flex-direction: row-reverse;
}
.cid-uHSoSe2UFN img {
  width: 100%;
}
.cid-uHMGv1acfE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uHMGv1acfE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHMGv1acfE .item {
    margin-bottom: 1rem;
  }
}
.cid-uHMGv1acfE .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uHMGv1acfE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHMGv1acfE .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uHMGv1acfE .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uHMGv1acfE .carousel-control,
.cid-uHMGv1acfE .close {
  background: #1b1b1b;
}
.cid-uHMGv1acfE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHMGv1acfE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHMGv1acfE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHMGv1acfE .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHMGv1acfE .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-uHMGv1acfE .close::before {
  content: '\e91a';
}
.cid-uHMGv1acfE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHMGv1acfE .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-uHMGv1acfE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHMGv1acfE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHMGv1acfE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHMGv1acfE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHMGv1acfE .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-uHMGv1acfE .carousel-indicators li.active,
.cid-uHMGv1acfE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHMGv1acfE .carousel-indicators li::after,
.cid-uHMGv1acfE .carousel-indicators li::before {
  content: none;
}
.cid-uHMGv1acfE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHMGv1acfE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHMGv1acfE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHMGv1acfE .carousel-indicators {
    display: none;
  }
}
.cid-uHMGv1acfE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHMGv1acfE .carousel-inner > .active {
  display: block;
}
.cid-uHMGv1acfE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHMGv1acfE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHMGv1acfE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHMGv1acfE .carousel-control,
  .cid-uHMGv1acfE .carousel-indicators,
  .cid-uHMGv1acfE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHMGv1acfE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHMGv1acfE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHMGv1acfE .carousel-indicators .active,
.cid-uHMGv1acfE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHMGv1acfE .carousel-indicators .active {
  background: #fff;
}
.cid-uHMGv1acfE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHMGv1acfE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHMGv1acfE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHMGv1acfE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHMGv1acfE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHMGv1acfE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHMGv1acfE .carousel {
  width: 100%;
}
.cid-uHMGv1acfE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHMGv1acfE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHMGv1acfE .modal.fade .modal-dialog,
.cid-uHMGv1acfE .modal.in .modal-dialog {
  transform: none;
}
.cid-uHMGv1acfE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHMGv1acfE .content-head {
  max-width: 800px;
}
.cid-uHMGagbiwW {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uHMGagbiwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHMGagbiwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHMGagbiwW .mbr-section-title {
  color: #ffffff;
}
.cid-uHOggZ9P0d {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/revenda-1380x920.jpg");
}
.cid-uHOggZ9P0d .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uHOggZ9P0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOggZ9P0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHOggZ9P0d .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uHOggZ9P0d .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uHOggZ9P0d {
    align-items: center;
  }
  .cid-uHOggZ9P0d .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHOggZ9P0d .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHOggZ9P0d {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHOggZ9P0d .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHOggZ9P0d .content-wrap {
    width: 100%;
  }
}
.cid-uHOggZ9P0d .mbr-section-title {
  text-align: center;
}
.cid-uHOggZ9P0d .mbr-text,
.cid-uHOggZ9P0d .mbr-section-btn {
  text-align: center;
}
.cid-uLLt6JxhnU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2299aa;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .nav-item,
.cid-uLLt6JxhnU .nav-link,
.cid-uLLt6JxhnU .navbar-caption {
  font-weight: normal;
}
.cid-uLLt6JxhnU .nav-item:focus,
.cid-uLLt6JxhnU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uLLt6JxhnU .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link {
    position: relative;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2299aa;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uLLt6JxhnU .nav-item:hover .nav-link:before,
  .cid-uLLt6JxhnU .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #001c35;
  background: none;
}
.cid-uLLt6JxhnU .navbar.opened {
  transition: all 0.3s;
  background: #001c35 !important;
}
.cid-uLLt6JxhnU .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uLLt6JxhnU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uLLt6JxhnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLLt6JxhnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uLLt6JxhnU .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uLLt6JxhnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLLt6JxhnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uLLt6JxhnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLLt6JxhnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLLt6JxhnU .navbar.navbar-short {
  background: #001c35 !important;
  min-height: 60px;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLLt6JxhnU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uLLt6JxhnU .dropdown-item.active,
.cid-uLLt6JxhnU .dropdown-item:active {
  background-color: transparent;
}
.cid-uLLt6JxhnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #001c35;
  z-index: 2;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLLt6JxhnU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLLt6JxhnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLLt6JxhnU .navbar-buttons {
  text-align: center;
}
.cid-uLLt6JxhnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uLLt6JxhnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uLLt6JxhnU .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uLLt6JxhnU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU a.nav-link .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uLLt6JxhnU a.nav-link:hover .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLLt6JxhnU .navbar {
    height: 77px;
  }
  .cid-uLLt6JxhnU .navbar.opened {
    height: auto;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLLEfi1aBc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f3b45;
}
.cid-uLLEfi1aBc .container-fluid {
  padding: 0 3rem;
}
.cid-uLLEfi1aBc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-uLLEfi1aBc .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uLLEfi1aBc .mbr-section-title {
  margin-bottom: 2rem;
  text-align: left;
}
.cid-uLLEfi1aBc .social-media {
  margin-top: 1.5rem;
}
.cid-uLLEfi1aBc .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLEfi1aBc .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uLLEfi1aBc .mbr-text,
.cid-uLLEfi1aBc .mbr-offer {
  line-height: 1.5;
}
.cid-uLLEfi1aBc .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uLLEfi1aBc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uLLEfi1aBc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uLLEfi1aBc .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uLLEfi1aBc .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-uLLEfi1aBc .logo-section {
  width: 66%;
}
.cid-uLLEfi1aBc .mbr-offer {
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .links,
.cid-uLLEfi1aBc .social-list {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .navbar-buttons {
  text-align: left;
}
.cid-uLLEfi1aBc H3 {
  font-size: 0.9em;
  letter-spacing: .2em;
}
.cid-uHMMgOvahF {
  background-image: url("../../../assets/images/1-banner-remote.jpeg");
}
.cid-uHMMgOvahF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHMMgOvahF .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uHMMgOvahF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHMM8yl3Ld {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/2-ht.jpeg");
}
.cid-uHMM8yl3Ld .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHMM8yl3Ld .mbr-text,
.cid-uHMM8yl3Ld .mbr-section-btn {
  color: #737b83;
}
.cid-uHMM8yl3Ld H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uHMLZrMazu {
  background-image: url("../../../assets/images/3-intro.jpg");
}
.cid-uHMLZrMazu .mbr-text,
.cid-uHMLZrMazu .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uHMLZrMazu .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uHMLZrMazu .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uHMLZrMazu H1 {
  letter-spacing: .3em;
  text-transform: uppercase;
  line-height: .5em;
}
.cid-uHMLZrMazu H2 {
  line-height: .9em;
}
.cid-uHMLAIdVN6 {
  background-image: url("../../../assets/images/4-tecnologia.jpg");
}
.cid-uHMLAIdVN6 .mbr-text,
.cid-uHMLAIdVN6 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uHMLAIdVN6 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uHMLAIdVN6 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uHMLAIdVN6 H1 {
  letter-spacing: .3em;
  text-transform: uppercase;
  line-height: .5em;
}
.cid-uHMLAIdVN6 H2 {
  line-height: .9em;
}
.cid-uHMMrmITgv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fundo-1920x1080.png");
}
@media (max-width: 991px) {
  .cid-uHMMrmITgv .image-wrapper {
    margin-bottom: 0.5rem;
  }
}
.cid-uHMMrmITgv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHMMrmITgv .text-wrapper {
    padding: 6rem;
  }
}
.cid-uHMMrmITgv .mbr-section-title {
  color: #fff;
}
.cid-uHMMrmITgv .mbr-text {
  color: #ffffff;
}
.cid-uHMMrmITgv .mbr-description {
  color: #ffffff;
}
.cid-uHMMrmITgv H2 {
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #fff;
  line-height: .5em;
}
.cid-uHMMrmITgv .wrap-block .contents .mbr-subtitle,
.cid-uHMMrmITgv .menu-content-right {
  color: #ffffff;
}
.cid-uHMMrmITgv h1 {
  line-height: .9em;
}
.cid-uHMMrmITgv .wrap-block .contents .mbr-section-title,
.cid-uHMMrmITgv .menu-content-right {
  text-align: center;
  color: #ffffff;
}
.cid-uHMMzLjKJi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uHMMzLjKJi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHMMzLjKJi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHMMzLjKJi .text-wrapper {
    padding: 2rem 10rem;
  }
}
.cid-uHMMzLjKJi .mbr-section-title {
  color: #737b83;
}
.cid-uHMMzLjKJi .mbr-text {
  color: #737b83;
}
.cid-uHMMzLjKJi .mbr-description {
  color: #9c9c9c;
}
.cid-uHMMzLjKJi H2 {
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #959ca3;
  line-height: .5em;
}
.cid-uHMMzLjKJi .wrap-block .contents .mbr-subtitle,
.cid-uHMMzLjKJi .menu-content-right {
  color: #737b83;
}
.cid-uHMMzLjKJi h1 {
  line-height: .9em;
}
.cid-uHMMzLjKJi .wrap-block .contents .mbr-section-title,
.cid-uHMMzLjKJi .menu-content-right {
  text-align: center;
}
.cid-uHMMHDOpxu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/7-conforto.jpg");
}
.cid-uHMMHDOpxu .mbr-text,
.cid-uHMMHDOpxu .mbr-section-btn {
  text-align: left;
  color: #ffffff;
  margin-right: 5rem;
}
.cid-uHMMHDOpxu .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uHMMHDOpxu H1 {
  letter-spacing: .3em;
  text-transform: uppercase;
  line-height: .5em;
}
.cid-uHMMHDOpxu H2 {
  line-height: .9em;
}
.cid-uHMKilUI0c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uHMKilUI0c .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uHMKilUI0c img,
.cid-uHMKilUI0c .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uHMKilUI0c .item:focus,
.cid-uHMKilUI0c span:focus {
  outline: none;
}
.cid-uHMKilUI0c .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHMKilUI0c .item {
    margin-bottom: 1rem;
  }
}
.cid-uHMKilUI0c .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uHMKilUI0c .mbr-section-title {
  color: #232323;
}
.cid-uHMKilUI0c .mbr-text,
.cid-uHMKilUI0c .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uHMKilUI0c .item-title {
  color: #232323;
  text-align: left;
}
.cid-uHMKilUI0c .content-head {
  max-width: 800px;
}
.cid-uHMKilUI0c H5 {
  letter-spacing: .3em;
  text-transform: uppercase;
  line-height: 1.5em;
}
.cid-uHMMPLN09B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uHMMPLN09B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHMMPLN09B .row {
  flex-direction: row-reverse;
}
.cid-uHMMPLN09B img {
  width: 100%;
}
.cid-uHMKiUX4bj {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uHMKiUX4bj .card-title,
.cid-uHMKiUX4bj .card-box {
  color: #ffffff;
}
.cid-uHMKiUX4bj h4 {
  letter-spacing: .3em;
  text-transform: uppercase;
}
.cid-uHMKhFP9ef {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uHMKhFP9ef .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHMKhFP9ef .item {
    margin-bottom: 1rem;
  }
}
.cid-uHMKhFP9ef .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uHMKhFP9ef .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHMKhFP9ef .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uHMKhFP9ef .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uHMKhFP9ef .carousel-control,
.cid-uHMKhFP9ef .close {
  background: #1b1b1b;
}
.cid-uHMKhFP9ef .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHMKhFP9ef .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHMKhFP9ef .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHMKhFP9ef .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHMKhFP9ef .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-uHMKhFP9ef .close::before {
  content: '\e91a';
}
.cid-uHMKhFP9ef .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHMKhFP9ef .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-uHMKhFP9ef .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHMKhFP9ef .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHMKhFP9ef .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHMKhFP9ef .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHMKhFP9ef .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-uHMKhFP9ef .carousel-indicators li.active,
.cid-uHMKhFP9ef .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHMKhFP9ef .carousel-indicators li::after,
.cid-uHMKhFP9ef .carousel-indicators li::before {
  content: none;
}
.cid-uHMKhFP9ef .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHMKhFP9ef .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHMKhFP9ef .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHMKhFP9ef .carousel-indicators {
    display: none;
  }
}
.cid-uHMKhFP9ef .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHMKhFP9ef .carousel-inner > .active {
  display: block;
}
.cid-uHMKhFP9ef .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHMKhFP9ef .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHMKhFP9ef .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHMKhFP9ef .carousel-control,
  .cid-uHMKhFP9ef .carousel-indicators,
  .cid-uHMKhFP9ef .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHMKhFP9ef .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHMKhFP9ef .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHMKhFP9ef .carousel-indicators .active,
.cid-uHMKhFP9ef .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHMKhFP9ef .carousel-indicators .active {
  background: #fff;
}
.cid-uHMKhFP9ef .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHMKhFP9ef .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHMKhFP9ef .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHMKhFP9ef .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHMKhFP9ef .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHMKhFP9ef .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHMKhFP9ef .carousel {
  width: 100%;
}
.cid-uHMKhFP9ef .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHMKhFP9ef .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHMKhFP9ef .modal.fade .modal-dialog,
.cid-uHMKhFP9ef .modal.in .modal-dialog {
  transform: none;
}
.cid-uHMKhFP9ef .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHMKhFP9ef .content-head {
  max-width: 800px;
}
.cid-uHOgjVQ79l {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/revenda-1380x920.jpg");
}
.cid-uHOgjVQ79l .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uHOgjVQ79l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOgjVQ79l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHOgjVQ79l .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uHOgjVQ79l .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uHOgjVQ79l {
    align-items: center;
  }
  .cid-uHOgjVQ79l .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHOgjVQ79l .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHOgjVQ79l {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHOgjVQ79l .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHOgjVQ79l .content-wrap {
    width: 100%;
  }
}
.cid-uHOgjVQ79l .mbr-section-title {
  text-align: center;
}
.cid-uHOgjVQ79l .mbr-text,
.cid-uHOgjVQ79l .mbr-section-btn {
  text-align: center;
}
.cid-uLLt6JxhnU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2299aa;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .nav-item,
.cid-uLLt6JxhnU .nav-link,
.cid-uLLt6JxhnU .navbar-caption {
  font-weight: normal;
}
.cid-uLLt6JxhnU .nav-item:focus,
.cid-uLLt6JxhnU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uLLt6JxhnU .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link {
    position: relative;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2299aa;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uLLt6JxhnU .nav-item:hover .nav-link:before,
  .cid-uLLt6JxhnU .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #001c35;
  background: none;
}
.cid-uLLt6JxhnU .navbar.opened {
  transition: all 0.3s;
  background: #001c35 !important;
}
.cid-uLLt6JxhnU .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uLLt6JxhnU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uLLt6JxhnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLLt6JxhnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uLLt6JxhnU .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uLLt6JxhnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLLt6JxhnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uLLt6JxhnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLLt6JxhnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLLt6JxhnU .navbar.navbar-short {
  background: #001c35 !important;
  min-height: 60px;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLLt6JxhnU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uLLt6JxhnU .dropdown-item.active,
.cid-uLLt6JxhnU .dropdown-item:active {
  background-color: transparent;
}
.cid-uLLt6JxhnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #001c35;
  z-index: 2;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLLt6JxhnU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLLt6JxhnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLLt6JxhnU .navbar-buttons {
  text-align: center;
}
.cid-uLLt6JxhnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uLLt6JxhnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uLLt6JxhnU .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uLLt6JxhnU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU a.nav-link .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uLLt6JxhnU a.nav-link:hover .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLLt6JxhnU .navbar {
    height: 77px;
  }
  .cid-uLLt6JxhnU .navbar.opened {
    height: auto;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLLEfi1aBc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f3b45;
}
.cid-uLLEfi1aBc .container-fluid {
  padding: 0 3rem;
}
.cid-uLLEfi1aBc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-uLLEfi1aBc .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uLLEfi1aBc .mbr-section-title {
  margin-bottom: 2rem;
  text-align: left;
}
.cid-uLLEfi1aBc .social-media {
  margin-top: 1.5rem;
}
.cid-uLLEfi1aBc .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLEfi1aBc .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uLLEfi1aBc .mbr-text,
.cid-uLLEfi1aBc .mbr-offer {
  line-height: 1.5;
}
.cid-uLLEfi1aBc .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uLLEfi1aBc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uLLEfi1aBc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uLLEfi1aBc .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uLLEfi1aBc .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-uLLEfi1aBc .logo-section {
  width: 66%;
}
.cid-uLLEfi1aBc .mbr-offer {
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .links,
.cid-uLLEfi1aBc .social-list {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .navbar-buttons {
  text-align: left;
}
.cid-uLLEfi1aBc H3 {
  font-size: 0.9em;
  letter-spacing: .2em;
}
.cid-uHMNGmydHk {
  background-image: url("../../../assets/images/1-banner-tws.jpg");
}
.cid-uHMNGmydHk .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHMNGmydHk .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uHMNGmydHk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHMNMZi0gL {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-uHMNMZi0gL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHMNMZi0gL .mbr-text,
.cid-uHMNMZi0gL .mbr-section-btn {
  color: #737b83;
}
.cid-uHMNMZi0gL H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uHMNUskmVN {
  background-image: url("../../../assets/images/2-intro-tw10.jpeg");
}
.cid-uHMNUskmVN .mbr-text,
.cid-uHMNUskmVN .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uHMNUskmVN .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uHMNUskmVN .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uHMNUskmVN H1 {
  letter-spacing: .3em;
  text-transform: uppercase;
  line-height: .5em;
}
.cid-uHMNUskmVN H2 {
  line-height: .9em;
}
.cid-uLW9FAx65N {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #222222;
}
@media (max-width: 991px) {
  .cid-uLW9FAx65N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLW9FAx65N img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLW9FAx65N .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-uLW9FAx65N .mbr-section-title {
  color: #fff;
}
.cid-uLW9FAx65N .mbr-text {
  color: #fff;
}
.cid-uLW9FAx65N .mbr-description {
  color: #fff;
}
.cid-uLW9FAx65N H2 {
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #fff;
}
.cid-uLW9FAx65N .wrap-block .contents .mbr-subtitle,
.cid-uLW9FAx65N .menu-content-right {
  color: #232323;
}
.cid-uLW9FAx65N h1 {
  line-height: .9em;
}
.cid-uLW9FAx65N .wrap-block .contents .mbr-section-title,
.cid-uLW9FAx65N .menu-content-right {
  text-align: center;
}
.cid-uHMO1xRpia {
  background-image: url("../../../assets/images/3-intro-tw4-1.jpeg");
}
.cid-uHMO1xRpia .mbr-text,
.cid-uHMO1xRpia .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uHMO1xRpia .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uHMO1xRpia .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uHMO1xRpia H1 {
  letter-spacing: .3em;
  text-transform: uppercase;
  line-height: .5em;
}
.cid-uHMO1xRpia H2 {
  line-height: .9em;
}
.cid-uLW9Vgu85H {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #222222;
}
@media (max-width: 991px) {
  .cid-uLW9Vgu85H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLW9Vgu85H img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLW9Vgu85H .text-wrapper {
    padding: 2rem 10rem 2rem 0;
  }
}
.cid-uLW9Vgu85H .mbr-section-title {
  color: #fff;
}
.cid-uLW9Vgu85H .mbr-text {
  color: #fff;
}
.cid-uLW9Vgu85H .mbr-description {
  color: #fff;
}
.cid-uLW9Vgu85H H2 {
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #fff;
}
.cid-uLW9Vgu85H .wrap-block .contents .mbr-subtitle,
.cid-uLW9Vgu85H .menu-content-right {
  color: #ffffff;
}
.cid-uLW9Vgu85H h1 {
  line-height: .9em;
}
.cid-uLW9Vgu85H .wrap-block .contents .mbr-section-title,
.cid-uLW9Vgu85H .menu-content-right {
  text-align: center;
}
.cid-uHMNzqA0tc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uHMNzqA0tc .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uHMNzqA0tc img,
.cid-uHMNzqA0tc .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uHMNzqA0tc .item:focus,
.cid-uHMNzqA0tc span:focus {
  outline: none;
}
.cid-uHMNzqA0tc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHMNzqA0tc .item {
    margin-bottom: 1rem;
  }
}
.cid-uHMNzqA0tc .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uHMNzqA0tc .mbr-section-title {
  color: #232323;
}
.cid-uHMNzqA0tc .mbr-text,
.cid-uHMNzqA0tc .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uHMNzqA0tc .item-title {
  color: #232323;
  text-align: left;
}
.cid-uHMNzqA0tc .content-head {
  max-width: 800px;
}
.cid-uHMNzqA0tc H5 {
  letter-spacing: .3em;
  text-transform: uppercase;
  line-height: 1.5em;
}
.cid-uHMPkekW2O {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uHMPkekW2O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHMPkekW2O .row {
  flex-direction: row-reverse;
}
.cid-uHMPkekW2O img {
  width: 100%;
}
.cid-uHMNyN9lE3 {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uHMNyN9lE3 .card-title,
.cid-uHMNyN9lE3 .card-box {
  color: #ffffff;
}
.cid-uHMNyN9lE3 h4 {
  letter-spacing: .3em;
  text-transform: uppercase;
}
.cid-uHMNxZ0KUn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uHMNxZ0KUn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHMNxZ0KUn .item {
    margin-bottom: 1rem;
  }
}
.cid-uHMNxZ0KUn .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uHMNxZ0KUn .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHMNxZ0KUn .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uHMNxZ0KUn .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uHMNxZ0KUn .carousel-control,
.cid-uHMNxZ0KUn .close {
  background: #1b1b1b;
}
.cid-uHMNxZ0KUn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHMNxZ0KUn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHMNxZ0KUn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHMNxZ0KUn .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHMNxZ0KUn .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-uHMNxZ0KUn .close::before {
  content: '\e91a';
}
.cid-uHMNxZ0KUn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHMNxZ0KUn .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-uHMNxZ0KUn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHMNxZ0KUn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHMNxZ0KUn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHMNxZ0KUn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHMNxZ0KUn .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-uHMNxZ0KUn .carousel-indicators li.active,
.cid-uHMNxZ0KUn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHMNxZ0KUn .carousel-indicators li::after,
.cid-uHMNxZ0KUn .carousel-indicators li::before {
  content: none;
}
.cid-uHMNxZ0KUn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHMNxZ0KUn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHMNxZ0KUn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHMNxZ0KUn .carousel-indicators {
    display: none;
  }
}
.cid-uHMNxZ0KUn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHMNxZ0KUn .carousel-inner > .active {
  display: block;
}
.cid-uHMNxZ0KUn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHMNxZ0KUn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHMNxZ0KUn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHMNxZ0KUn .carousel-control,
  .cid-uHMNxZ0KUn .carousel-indicators,
  .cid-uHMNxZ0KUn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHMNxZ0KUn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHMNxZ0KUn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHMNxZ0KUn .carousel-indicators .active,
.cid-uHMNxZ0KUn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHMNxZ0KUn .carousel-indicators .active {
  background: #fff;
}
.cid-uHMNxZ0KUn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHMNxZ0KUn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHMNxZ0KUn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHMNxZ0KUn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHMNxZ0KUn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHMNxZ0KUn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHMNxZ0KUn .carousel {
  width: 100%;
}
.cid-uHMNxZ0KUn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHMNxZ0KUn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHMNxZ0KUn .modal.fade .modal-dialog,
.cid-uHMNxZ0KUn .modal.in .modal-dialog {
  transform: none;
}
.cid-uHMNxZ0KUn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHMNxZ0KUn .content-head {
  max-width: 800px;
}
.cid-uHOgmnMio9 {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/revenda-1380x920.jpg");
}
.cid-uHOgmnMio9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uHOgmnMio9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOgmnMio9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHOgmnMio9 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uHOgmnMio9 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uHOgmnMio9 {
    align-items: center;
  }
  .cid-uHOgmnMio9 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHOgmnMio9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHOgmnMio9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHOgmnMio9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHOgmnMio9 .content-wrap {
    width: 100%;
  }
}
.cid-uHOgmnMio9 .mbr-section-title {
  text-align: center;
}
.cid-uHOgmnMio9 .mbr-text,
.cid-uHOgmnMio9 .mbr-section-btn {
  text-align: center;
}
.cid-uLLt6JxhnU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2299aa;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .nav-item,
.cid-uLLt6JxhnU .nav-link,
.cid-uLLt6JxhnU .navbar-caption {
  font-weight: normal;
}
.cid-uLLt6JxhnU .nav-item:focus,
.cid-uLLt6JxhnU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uLLt6JxhnU .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link {
    position: relative;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2299aa;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uLLt6JxhnU .nav-item:hover .nav-link:before,
  .cid-uLLt6JxhnU .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #001c35;
  background: none;
}
.cid-uLLt6JxhnU .navbar.opened {
  transition: all 0.3s;
  background: #001c35 !important;
}
.cid-uLLt6JxhnU .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uLLt6JxhnU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uLLt6JxhnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLLt6JxhnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uLLt6JxhnU .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uLLt6JxhnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLLt6JxhnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uLLt6JxhnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLLt6JxhnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLLt6JxhnU .navbar.navbar-short {
  background: #001c35 !important;
  min-height: 60px;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLLt6JxhnU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uLLt6JxhnU .dropdown-item.active,
.cid-uLLt6JxhnU .dropdown-item:active {
  background-color: transparent;
}
.cid-uLLt6JxhnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #001c35;
  z-index: 2;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLLt6JxhnU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLLt6JxhnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLLt6JxhnU .navbar-buttons {
  text-align: center;
}
.cid-uLLt6JxhnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uLLt6JxhnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uLLt6JxhnU .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uLLt6JxhnU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU a.nav-link .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uLLt6JxhnU a.nav-link:hover .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLLt6JxhnU .navbar {
    height: 77px;
  }
  .cid-uLLt6JxhnU .navbar.opened {
    height: auto;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLLEfi1aBc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f3b45;
}
.cid-uLLEfi1aBc .container-fluid {
  padding: 0 3rem;
}
.cid-uLLEfi1aBc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-uLLEfi1aBc .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uLLEfi1aBc .mbr-section-title {
  margin-bottom: 2rem;
  text-align: left;
}
.cid-uLLEfi1aBc .social-media {
  margin-top: 1.5rem;
}
.cid-uLLEfi1aBc .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLEfi1aBc .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uLLEfi1aBc .mbr-text,
.cid-uLLEfi1aBc .mbr-offer {
  line-height: 1.5;
}
.cid-uLLEfi1aBc .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uLLEfi1aBc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uLLEfi1aBc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uLLEfi1aBc .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uLLEfi1aBc .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-uLLEfi1aBc .logo-section {
  width: 66%;
}
.cid-uLLEfi1aBc .mbr-offer {
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .links,
.cid-uLLEfi1aBc .social-list {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .navbar-buttons {
  text-align: left;
}
.cid-uLLEfi1aBc H3 {
  font-size: 0.9em;
  letter-spacing: .2em;
}
.cid-uHMPLHyhte {
  background-image: url("../../../assets/images/e-app2-1920x1920.png");
}
.cid-uHMPLHyhte .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHMPLHyhte .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uHMPLHyhte .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHMPSy6qo3 {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-uHMPSy6qo3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHMPSy6qo3 .mbr-text,
.cid-uHMPSy6qo3 .mbr-section-btn {
  color: #737b83;
}
.cid-uHMPSy6qo3 H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uHMQDQ0fF7 {
  background-image: url("../../../assets/images/2-intro.jpg");
}
.cid-uHMQDQ0fF7 .mbr-text,
.cid-uHMQDQ0fF7 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uHMQDQ0fF7 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uHMQDQ0fF7 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uHMQDQ0fF7 H1 {
  letter-spacing: .3em;
  text-transform: uppercase;
  line-height: .5em;
}
.cid-uHMQDQ0fF7 H2 {
  line-height: .9em;
}
.cid-uHMQLjrDW9 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/3.1-bg.jpg");
}
@media (max-width: 991px) {
  .cid-uHMQLjrDW9 .image-wrapper {
    margin-bottom: 0.5rem;
  }
}
.cid-uHMQLjrDW9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHMQLjrDW9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uHMQLjrDW9 .mbr-section-title {
  color: #fff;
}
.cid-uHMQLjrDW9 .mbr-text {
  color: #ffffff;
}
.cid-uHMQLjrDW9 .mbr-description {
  color: #ffffff;
}
.cid-uHMQLjrDW9 H2 {
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #fff;
  line-height: .5em;
}
.cid-uHMQLjrDW9 .wrap-block .contents .mbr-subtitle,
.cid-uHMQLjrDW9 .menu-content-right {
  color: #ffffff;
}
.cid-uHMQLjrDW9 h1 {
  line-height: .9em;
}
.cid-uHMQLjrDW9 .wrap-block .contents .mbr-section-title,
.cid-uHMQLjrDW9 .menu-content-right {
  text-align: center;
  color: #ffffff;
}
.cid-uHMPDPMPof {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/4-app.jpeg");
}
.cid-uHMPDPMPof .mbr-text,
.cid-uHMPDPMPof .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uHMPDPMPof .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uHMPDPMPof .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uHMPDPMPof H1 {
  letter-spacing: .3em;
  text-transform: uppercase;
  line-height: .5em;
}
.cid-uHMPDPMPof H2 {
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #fff;
}
.cid-uHMQUntCAf {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
@media (max-width: 991px) {
  .cid-uHMQUntCAf .image-wrapper {
    margin-bottom: 0.5rem;
  }
}
.cid-uHMQUntCAf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHMQUntCAf .text-wrapper {
    padding: 2rem;
  }
}
.cid-uHMQUntCAf .mbr-section-title {
  color: #fff;
}
.cid-uHMQUntCAf .mbr-text {
  color: #000000;
}
.cid-uHMQUntCAf .mbr-description {
  color: #ffffff;
}
.cid-uHMQUntCAf H2 {
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #000;
  line-height: .5em;
}
.cid-uHMQUntCAf .wrap-block .contents .mbr-subtitle,
.cid-uHMQUntCAf .menu-content-right {
  color: #000000;
}
.cid-uHMQUntCAf h1 {
  line-height: .9em;
}
.cid-uHMQUntCAf .wrap-block .contents .mbr-section-title,
.cid-uHMQUntCAf .menu-content-right {
  text-align: center;
  color: #ffffff;
}
.cid-uHMR3Zk3YI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHMR3Zk3YI .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uHMR3Zk3YI img,
.cid-uHMR3Zk3YI .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uHMR3Zk3YI .item:focus,
.cid-uHMR3Zk3YI span:focus {
  outline: none;
}
.cid-uHMR3Zk3YI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHMR3Zk3YI .item {
    margin-bottom: 1rem;
  }
}
.cid-uHMR3Zk3YI .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uHMR3Zk3YI .mbr-section-title {
  color: #232323;
}
.cid-uHMR3Zk3YI .mbr-text,
.cid-uHMR3Zk3YI .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uHMR3Zk3YI .item-title {
  color: #232323;
  text-align: left;
}
.cid-uHMR3Zk3YI .content-head {
  max-width: 800px;
}
.cid-uHMR3Zk3YI H5 {
  letter-spacing: .3em;
  text-transform: uppercase;
  line-height: 1.5em;
}
.cid-uHMRqNw5x1 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uHMRqNw5x1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHMRqNw5x1 .row {
  flex-direction: row-reverse;
}
.cid-uHMRqNw5x1 img {
  width: 100%;
}
.cid-uHMRgn38HW {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uHMRgn38HW .card-title,
.cid-uHMRgn38HW .card-box {
  color: #ffffff;
}
.cid-uHMRgn38HW h4 {
  letter-spacing: .3em;
  text-transform: uppercase;
}
.cid-uHMRh098yV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uHMRh098yV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHMRh098yV .item {
    margin-bottom: 1rem;
  }
}
.cid-uHMRh098yV .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uHMRh098yV .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHMRh098yV .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uHMRh098yV .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uHMRh098yV .carousel-control,
.cid-uHMRh098yV .close {
  background: #1b1b1b;
}
.cid-uHMRh098yV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHMRh098yV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHMRh098yV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHMRh098yV .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHMRh098yV .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-uHMRh098yV .close::before {
  content: '\e91a';
}
.cid-uHMRh098yV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHMRh098yV .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-uHMRh098yV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHMRh098yV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHMRh098yV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHMRh098yV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHMRh098yV .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-uHMRh098yV .carousel-indicators li.active,
.cid-uHMRh098yV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHMRh098yV .carousel-indicators li::after,
.cid-uHMRh098yV .carousel-indicators li::before {
  content: none;
}
.cid-uHMRh098yV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHMRh098yV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHMRh098yV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHMRh098yV .carousel-indicators {
    display: none;
  }
}
.cid-uHMRh098yV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHMRh098yV .carousel-inner > .active {
  display: block;
}
.cid-uHMRh098yV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHMRh098yV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHMRh098yV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHMRh098yV .carousel-control,
  .cid-uHMRh098yV .carousel-indicators,
  .cid-uHMRh098yV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHMRh098yV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHMRh098yV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHMRh098yV .carousel-indicators .active,
.cid-uHMRh098yV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHMRh098yV .carousel-indicators .active {
  background: #fff;
}
.cid-uHMRh098yV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHMRh098yV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHMRh098yV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHMRh098yV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHMRh098yV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHMRh098yV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHMRh098yV .carousel {
  width: 100%;
}
.cid-uHMRh098yV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHMRh098yV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHMRh098yV .modal.fade .modal-dialog,
.cid-uHMRh098yV .modal.in .modal-dialog {
  transform: none;
}
.cid-uHMRh098yV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHMRh098yV .content-head {
  max-width: 800px;
}
.cid-uHOgpq78XS {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/revenda-1380x920.jpg");
}
.cid-uHOgpq78XS .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uHOgpq78XS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOgpq78XS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHOgpq78XS .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uHOgpq78XS .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uHOgpq78XS {
    align-items: center;
  }
  .cid-uHOgpq78XS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHOgpq78XS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHOgpq78XS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHOgpq78XS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHOgpq78XS .content-wrap {
    width: 100%;
  }
}
.cid-uHOgpq78XS .mbr-section-title {
  text-align: center;
}
.cid-uHOgpq78XS .mbr-text,
.cid-uHOgpq78XS .mbr-section-btn {
  text-align: center;
}
.cid-uLLt6JxhnU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2299aa;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .nav-item,
.cid-uLLt6JxhnU .nav-link,
.cid-uLLt6JxhnU .navbar-caption {
  font-weight: normal;
}
.cid-uLLt6JxhnU .nav-item:focus,
.cid-uLLt6JxhnU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uLLt6JxhnU .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link {
    position: relative;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2299aa;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uLLt6JxhnU .nav-item:hover .nav-link:before,
  .cid-uLLt6JxhnU .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #001c35;
  background: none;
}
.cid-uLLt6JxhnU .navbar.opened {
  transition: all 0.3s;
  background: #001c35 !important;
}
.cid-uLLt6JxhnU .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uLLt6JxhnU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uLLt6JxhnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLLt6JxhnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uLLt6JxhnU .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uLLt6JxhnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLLt6JxhnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uLLt6JxhnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLLt6JxhnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLLt6JxhnU .navbar.navbar-short {
  background: #001c35 !important;
  min-height: 60px;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLLt6JxhnU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uLLt6JxhnU .dropdown-item.active,
.cid-uLLt6JxhnU .dropdown-item:active {
  background-color: transparent;
}
.cid-uLLt6JxhnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #001c35;
  z-index: 2;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLLt6JxhnU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLLt6JxhnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLLt6JxhnU .navbar-buttons {
  text-align: center;
}
.cid-uLLt6JxhnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uLLt6JxhnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uLLt6JxhnU .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uLLt6JxhnU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU a.nav-link .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uLLt6JxhnU a.nav-link:hover .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLLt6JxhnU .navbar {
    height: 77px;
  }
  .cid-uLLt6JxhnU .navbar.opened {
    height: auto;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLLEfi1aBc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f3b45;
}
.cid-uLLEfi1aBc .container-fluid {
  padding: 0 3rem;
}
.cid-uLLEfi1aBc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-uLLEfi1aBc .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uLLEfi1aBc .mbr-section-title {
  margin-bottom: 2rem;
  text-align: left;
}
.cid-uLLEfi1aBc .social-media {
  margin-top: 1.5rem;
}
.cid-uLLEfi1aBc .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLEfi1aBc .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uLLEfi1aBc .mbr-text,
.cid-uLLEfi1aBc .mbr-offer {
  line-height: 1.5;
}
.cid-uLLEfi1aBc .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uLLEfi1aBc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uLLEfi1aBc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uLLEfi1aBc .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uLLEfi1aBc .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-uLLEfi1aBc .logo-section {
  width: 66%;
}
.cid-uLLEfi1aBc .mbr-offer {
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .links,
.cid-uLLEfi1aBc .social-list {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .navbar-buttons {
  text-align: left;
}
.cid-uLLEfi1aBc H3 {
  font-size: 0.9em;
  letter-spacing: .2em;
}
.cid-uHMSnYxQYr {
  background-image: url("../../../assets/images/img-interna-1920x1440.png");
}
.cid-uHMSnYxQYr .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHMSnYxQYr .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uHMSnYxQYr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHMSvTXOfR {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-uHMSvTXOfR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHMSvTXOfR .mbr-text,
.cid-uHMSvTXOfR .mbr-section-btn {
  color: #737b83;
}
.cid-uHMSvTXOfR H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uHMSERC3E6 {
  background-image: url("../../../assets/images/frame2-1920x1080.png");
}
.cid-uHMSERC3E6 .mbr-text,
.cid-uHMSERC3E6 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uHMSERC3E6 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uHMSERC3E6 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uHMSERC3E6 H1 {
  letter-spacing: .3em;
  text-transform: uppercase;
  line-height: .5em;
}
.cid-uHMSERC3E6 H2 {
  line-height: .9em;
}
.cid-uHStILGH8q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
@media (max-width: 991px) {
  .cid-uHStILGH8q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHStILGH8q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHStILGH8q .text-wrapper {
    padding: 2rem;
  }
}
.cid-uHStILGH8q .mbr-section-title {
  color: #737b83;
}
.cid-uHStILGH8q .mbr-text {
  color: #737b83;
}
.cid-uHStILGH8q .mbr-description {
  color: #9c9c9c;
}
.cid-uHStILGH8q H2 {
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #959ca3;
}
.cid-uHStILGH8q .wrap-block .contents .mbr-subtitle,
.cid-uHStILGH8q .menu-content-right {
  color: #232323;
}
.cid-uHStILGH8q h1 {
  line-height: .9em;
}
.cid-uHStILGH8q .wrap-block .contents .mbr-section-title,
.cid-uHStILGH8q .menu-content-right {
  text-align: center;
}
.cid-uHMSMMTcKk {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHMSMMTcKk .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uHMSMMTcKk .mbr-text,
.cid-uHMSMMTcKk .mbr-section-btn {
  color: #737b83;
}
.cid-uHMSMMTcKk H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uHMS5S7y5t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHMS5S7y5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHMS5S7y5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHMS5S7y5t .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uHMS5S7y5t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHMS5S7y5t .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uHMS5S7y5t .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHMS5S7y5t .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHMS5S7y5t .mbr-section-title {
  color: #000000;
}
.cid-uHMS5S7y5t .mbr-text,
.cid-uHMS5S7y5t .mbr-section-btn {
  color: #000000;
}
.cid-uHMS5S7y5t img {
  width: 100%;
  height: 100%;
}
.cid-uHMS5S7y5t H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uHMS7BsTDg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHMS7BsTDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHMS7BsTDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHMS7BsTDg .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uHMS7BsTDg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHMS7BsTDg .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uHMS7BsTDg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHMS7BsTDg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHMS7BsTDg .mbr-section-title {
  color: #000000;
}
.cid-uHMS7BsTDg .mbr-text,
.cid-uHMS7BsTDg .mbr-section-btn {
  color: #000000;
}
.cid-uHMS7BsTDg img {
  width: 100%;
  height: 100%;
}
.cid-uHMS7BsTDg H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uHMS81GbE4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHMS81GbE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHMS81GbE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHMS81GbE4 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uHMS81GbE4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHMS81GbE4 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uHMS81GbE4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHMS81GbE4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHMS81GbE4 .mbr-section-title {
  color: #000000;
}
.cid-uHMS81GbE4 .mbr-text,
.cid-uHMS81GbE4 .mbr-section-btn {
  color: #000000;
}
.cid-uHMS81GbE4 img {
  width: 100%;
  height: 100%;
}
.cid-uHMS81GbE4 H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uHMS8qfAor {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHMS8qfAor .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHMS8qfAor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHMS8qfAor .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uHMS8qfAor .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHMS8qfAor .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uHMS8qfAor .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHMS8qfAor .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHMS8qfAor .mbr-section-title {
  color: #000000;
}
.cid-uHMS8qfAor .mbr-text,
.cid-uHMS8qfAor .mbr-section-btn {
  color: #000000;
}
.cid-uHMS8qfAor img {
  width: 100%;
  height: 100%;
}
.cid-uHMS8qfAor H1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.8em;
}
.cid-uLQc91MQIK {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/7-elegncia.jpg");
}
.cid-uLQc91MQIK .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uLQc91MQIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc91MQIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1200px) {
  .cid-uLQc91MQIK .content-wrap {
    padding: 2rem 40rem 2rem 3rem;
  }
}
@media (max-width: 1080px) {
  .cid-uLQc91MQIK .content-wrap {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLQc91MQIK .content-wrap .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHMSYppC6y {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uHMSYppC6y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHMSYppC6y .row {
  flex-direction: row-reverse;
}
.cid-uHMSYppC6y img {
  width: 100%;
}
.cid-uHMSaWm7yC {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uHMSaWm7yC .card-title,
.cid-uHMSaWm7yC .card-box {
  color: #ffffff;
}
.cid-uHMSaWm7yC h4 {
  letter-spacing: .3em;
  text-transform: uppercase;
}
.cid-uHOgsfEUuQ {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/revenda-1380x920.jpg");
}
.cid-uHOgsfEUuQ .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uHOgsfEUuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOgsfEUuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHOgsfEUuQ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uHOgsfEUuQ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uHOgsfEUuQ {
    align-items: center;
  }
  .cid-uHOgsfEUuQ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHOgsfEUuQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHOgsfEUuQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHOgsfEUuQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHOgsfEUuQ .content-wrap {
    width: 100%;
  }
}
.cid-uHOgsfEUuQ .mbr-section-title {
  text-align: center;
}
.cid-uHOgsfEUuQ .mbr-text,
.cid-uHOgsfEUuQ .mbr-section-btn {
  text-align: center;
}
.cid-uLLt6JxhnU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2299aa;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .nav-item,
.cid-uLLt6JxhnU .nav-link,
.cid-uLLt6JxhnU .navbar-caption {
  font-weight: normal;
}
.cid-uLLt6JxhnU .nav-item:focus,
.cid-uLLt6JxhnU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uLLt6JxhnU .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link {
    position: relative;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2299aa;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uLLt6JxhnU .nav-item:hover .nav-link:before,
  .cid-uLLt6JxhnU .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLLt6JxhnU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLLt6JxhnU .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #001c35;
  background: none;
}
.cid-uLLt6JxhnU .navbar.opened {
  transition: all 0.3s;
  background: #001c35 !important;
}
.cid-uLLt6JxhnU .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uLLt6JxhnU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uLLt6JxhnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLLt6JxhnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uLLt6JxhnU .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uLLt6JxhnU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLLt6JxhnU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLLt6JxhnU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uLLt6JxhnU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLLt6JxhnU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLLt6JxhnU .navbar.navbar-short {
  background: #001c35 !important;
  min-height: 60px;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uLLt6JxhnU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLLt6JxhnU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLLt6JxhnU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uLLt6JxhnU .dropdown-item.active,
.cid-uLLt6JxhnU .dropdown-item:active {
  background-color: transparent;
}
.cid-uLLt6JxhnU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLLt6JxhnU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #001c35;
  z-index: 2;
}
.cid-uLLt6JxhnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLLt6JxhnU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLLt6JxhnU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLLt6JxhnU .navbar-buttons {
  text-align: center;
}
.cid-uLLt6JxhnU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLLt6JxhnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLLt6JxhnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLLt6JxhnU .navbar-dropdown {
  padding: 1.5rem 3rem;
  position: fixed;
}
.cid-uLLt6JxhnU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uLLt6JxhnU .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uLLt6JxhnU .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uLLt6JxhnU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLt6JxhnU a.nav-link .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uLLt6JxhnU a.nav-link:hover .mbr-iconfont-btn,
.cid-uLLt6JxhnU a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uLLt6JxhnU a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLLt6JxhnU .navbar {
    height: 77px;
  }
  .cid-uLLt6JxhnU .navbar.opened {
    height: auto;
  }
  .cid-uLLt6JxhnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLLEfi1aBc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f3b45;
}
.cid-uLLEfi1aBc .container-fluid {
  padding: 0 3rem;
}
.cid-uLLEfi1aBc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.cid-uLLEfi1aBc .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uLLEfi1aBc .mbr-section-title {
  margin-bottom: 2rem;
  text-align: left;
}
.cid-uLLEfi1aBc .social-media {
  margin-top: 1.5rem;
}
.cid-uLLEfi1aBc .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLEfi1aBc .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uLLEfi1aBc .mbr-text,
.cid-uLLEfi1aBc .mbr-offer {
  line-height: 1.5;
}
.cid-uLLEfi1aBc .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uLLEfi1aBc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uLLEfi1aBc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uLLEfi1aBc .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uLLEfi1aBc .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-uLLEfi1aBc .logo-section {
  width: 66%;
}
.cid-uLLEfi1aBc .mbr-offer {
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .links,
.cid-uLLEfi1aBc .social-list {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLEfi1aBc .navbar-buttons {
  text-align: left;
}
.cid-uLLEfi1aBc H3 {
  font-size: 0.9em;
  letter-spacing: .2em;
}
