body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 3.4rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #113f91 !important;
}
.bg-success {
  background-color: #336699 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #ffcc33 !important;
}
.bg-danger {
  background-color: #ffcc33 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #113f91 !important;
  border-color: #113f91 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #195dd5 !important;
  border-color: #195dd5 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #195dd5 !important;
  border-color: #195dd5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #336699 !important;
  border-color: #336699 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #538cc6 !important;
  border-color: #538cc6 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #538cc6 !important;
  border-color: #538cc6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #336699 !important;
  border-color: #336699 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #538cc6 !important;
  border-color: #538cc6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #538cc6 !important;
  border-color: #538cc6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcc33 !important;
  border-color: #ffcc33 !important;
  color: #332600 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #332600 !important;
  background-color: #ffdf80 !important;
  border-color: #ffdf80 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #332600 !important;
  background-color: #ffdf80 !important;
  border-color: #ffdf80 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffcc33 !important;
  border-color: #ffcc33 !important;
  color: #332600 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #332600 !important;
  background-color: #ffdf80 !important;
  border-color: #ffdf80 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #332600 !important;
  background-color: #ffdf80 !important;
  border-color: #ffdf80 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #061736;
  color: #061736;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #113f91;
  border-color: #113f91;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #113f91 !important;
  border-color: #113f91 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #19334d;
  color: #19334d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #336699;
  border-color: #336699;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #336699 !important;
  border-color: #336699 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #19334d;
  color: #19334d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #336699;
  border-color: #336699;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #336699 !important;
  border-color: #336699 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #332600;
  background-color: #ffcc33;
  border-color: #ffcc33;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #332600 !important;
  background-color: #ffcc33 !important;
  border-color: #ffcc33 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #332600;
  background-color: #ffcc33;
  border-color: #ffcc33;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #332600 !important;
  background-color: #ffcc33 !important;
  border-color: #ffcc33 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #113f91 !important;
}
.text-secondary {
  color: #336699 !important;
}
.text-success {
  color: #336699 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #ffcc33 !important;
}
.text-danger {
  color: #ffcc33 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2369e5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #6699cc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #6699cc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffe699 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffe699 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #ffcc33;
}
.alert-danger {
  background-color: #ffcc33;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #113f91;
  border-color: #113f91;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #113f91;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3a78e8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #79a6d2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #113f91;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #113f91;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #113f91;
  border-bottom-color: #113f91;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #113f91 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #336699 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23113f91' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sp0HQKHT6X .modal-body .close {
  background: #1b1b1b;
}
.cid-sp0HQKHT6X .modal-body .close span {
  font-style: normal;
}
.cid-sp0HQKHT6X .carousel-inner > .active,
.cid-sp0HQKHT6X .carousel-inner > .next,
.cid-sp0HQKHT6X .carousel-inner > .prev {
  display: table;
}
.cid-sp0HQKHT6X .carousel-control .icon-next,
.cid-sp0HQKHT6X .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sp0HQKHT6X .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sp0HQKHT6X .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sp0HQKHT6X .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sp0HQKHT6X .boxed-slider > div {
  position: relative;
}
.cid-sp0HQKHT6X .container img {
  width: 100%;
}
.cid-sp0HQKHT6X .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-sp0HQKHT6X .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sp0HQKHT6X .mbr-table-cell {
  padding: 0;
}
.cid-sp0HQKHT6X .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sp0HQKHT6X .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sp0HQKHT6X .mbr-overlay {
  z-index: 1;
}
.cid-sp0HQKHT6X .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sp0HQKHT6X .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-sp0HQKHT6X .carousel-item .container {
    width: 100%;
  }
}
.cid-sp0HQKHT6X .carousel-item-next.carousel-item-left,
.cid-sp0HQKHT6X .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sp0HQKHT6X .active.carousel-item-right,
.cid-sp0HQKHT6X .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sp0HQKHT6X .active.carousel-item-left,
.cid-sp0HQKHT6X .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sp0HQKHT6X .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sp0HQKHT6X .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sp0HQKHT6X .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sp0HQKHT6X .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sp0HQKHT6X .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sp0HQKHT6X .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sp0HQKHT6X .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sp0HQKHT6X .mbr-slider .carousel-indicators li.active,
.cid-sp0HQKHT6X .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sp0HQKHT6X .mbr-slider .carousel-indicators li::after,
.cid-sp0HQKHT6X .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sp0HQKHT6X .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sp0HQKHT6X .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sp0HQKHT6X .mbr-slider > .container img {
  width: 100%;
}
.cid-sp0HQKHT6X .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-sp0HQKHT6X .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sp0HQKHT6X .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sp0HQKHT6X .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sp0HQKHT6X .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sp0HQKHT6X .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sp0HQKHT6X .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sp0HQKHT6X .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sp0HQKHT6X .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sp0HQKHT6X .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sp0HQKHT6X .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sp0HQKHT6X .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sp0HQKHT6X .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sp0HQKHT6X H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sp0HQKHT6X P {
  text-align: center;
}
.cid-t5ocxoaMjt {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-t5ocxoaMjt .container {
  max-width: 1500px;
}
.cid-t5ocxoaMjt .row {
  background: #336699;
}
.cid-t5ocxoaMjt .img-col {
  padding: 0;
}
.cid-t5ocxoaMjt .title-col {
  padding: 4rem 8rem;
}
.cid-t5ocxoaMjt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t5ocxoaMjt h2 {
  padding: 0;
  margin: 0;
}
.cid-t5ocxoaMjt .text-wrap {
  margin: auto;
}
.cid-t5ocxoaMjt .mbr-text {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-t5ocxoaMjt .row {
    margin: 2rem;
  }
  .cid-t5ocxoaMjt .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t5ocxoaMjt .row {
    margin: 0rem;
  }
  .cid-t5ocxoaMjt .title-col {
    padding: 2rem 1rem;
  }
}
.cid-rpSdOoy1oo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rpSdOoy1oo .row {
  position: relative;
}
.cid-rpSdOoy1oo .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-rpSdOoy1oo .row {
    margin: 0 2rem;
  }
}
.cid-rpSdOoy1oo .row {
  padding-left: 6rem;
}
.cid-rpSdOoy1oo h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-rpSdOoy1oo .content-wrapper {
  max-width: 600px;
}
.cid-rpSdOoy1oo H1 {
  color: #333333;
}
.cid-rpSdOoy1oo .mbr-text,
.cid-rpSdOoy1oo .mbr-section-btn {
  color: #333333;
}
.cid-rpSdOoy1oo H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-rpSdOoy1oo .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSdOoy1oo h4 {
    left: 3rem;
  }
  .cid-rpSdOoy1oo .row {
    padding-left: 3rem;
  }
}
.cid-rpSdOoy1oo H2 {
  color: #336699;
}
.cid-rpSdOoy1oo H4 {
  color: #113f91;
}
.cid-te8Hcx1BO5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-te8Hcx1BO5 .text-content .btn-bgr {
  z-index: 0;
}
.cid-te8Hcx1BO5 .mbr-overlay {
  background: #d7e8f6;
}
.cid-te8Hcx1BO5 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-te8Hcx1BO5 .text-content {
  padding: 2rem 0rem;
  background-color: #336699;
}
.cid-te8Hcx1BO5 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-te8Hcx1BO5 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-te8Hcx1BO5 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-te8Hcx1BO5 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-te8Hcx1BO5 .mbr-section-btn,
.cid-te8Hcx1BO5 .mbr-section-title {
  color: #ffffff;
}
.cid-te8Hcx1BO5 P {
  color: #ffffff;
}
.cid-sp6HLBdnkA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efeeee;
}
.cid-sp6HLBdnkA .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-sp6HLBdnkA .mbr-section-title {
  margin: 0;
}
.cid-sp6HLBdnkA .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sp6HLBdnkA .card-img {
  text-align: inherit;
}
.cid-sp6HLBdnkA .card-img span {
  background: linear-gradient(90deg, #336699, #336699);
}
.cid-sp6HLBdnkA .mbr-text {
  color: #000000;
}
.cid-sp6HLBdnkA .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-sp6HLBdnkA .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-sp6HLBdnkA .mbr-card-title {
  color: #336699;
}
.cid-t5o6BrNCXu {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1255.jpg");
}
.cid-t5o6BrNCXu .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t5o6BrNCXu .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t5o6BrNCXu .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t5o6BrNCXu .mbr-text {
    text-align: center;
  }
}
.cid-t5o6BrNCXu .mbr-text,
.cid-t5o6BrNCXu .mbr-section-btn {
  color: #ffffff;
}
.cid-t5o6BrNCXu H1 {
  color: #ffffff;
}
.cid-t5o6BrNCXu H3 {
  color: #ffffff;
}
.cid-t5mOI6SMWt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t5mOI6SMWt .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-t5mOI6SMWt .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-t5mOI6SMWt .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-t5mOI6SMWt .card-wrapper {
    margin: 0rem;
  }
}
.cid-t5mOI6SMWt .card {
  height: fit-content;
}
.cid-t5mOI6SMWt .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-t5mOI6SMWt .text-wrap {
  max-width: 400px;
}
.cid-t5mOI6SMWt .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #efeeee;
}
.cid-t5mOI6SMWt .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-t5mOI6SMWt .card-box {
  background-color: #336699;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-t5mOI6SMWt img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-t5mOI6SMWt .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-t5mOI6SMWt .container {
  max-width: 1500px;
}
.cid-t5mOI6SMWt .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-t5mOI6SMWt .mbr-iconfont {
  font-size: 1.3rem;
  color: #336699;
  display: flex;
  justify-content: center;
}
.cid-t5mOI6SMWt P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-t5mOI6SMWt .img-wrap {
    max-height: 230px;
  }
  .cid-t5mOI6SMWt .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-t5mOI6SMWt .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-t5mOI6SMWt .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-t5mOI6SMWt .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-t5mOI6SMWt .number {
    margin: auto;
  }
}
.cid-t5mOI6SMWt .mbr-text {
  color: #000000;
}
.cid-t5mOI6SMWt .card-text {
  color: #ffffff;
}
.cid-t5mOI6SMWt H2 {
  color: #336699;
}
.cid-sp6GQ94DdF {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/tubos-ao-980x612.jpg");
}
.cid-sp6GQ94DdF .row {
  justify-content: flex-end;
}
.cid-sp6GQ94DdF .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-sp6GQ94DdF .block {
  background-color: #336699;
}
.cid-sp6GQ94DdF img {
  width: 100%;
}
.cid-sp6GQ94DdF .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-sp6GQ94DdF .content {
  max-width: 600px;
}
.cid-sp6GQ94DdF h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-sp6GQ94DdF .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-sp6GQ94DdF h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sp6GQ94DdF .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-sp6GQ94DdF h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-sp6GQ94DdF .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-sp6GQ94DdF H1 {
  color: #ffffff;
}
.cid-sp6GQ94DdF .mbr-text,
.cid-sp6GQ94DdF .mbr-section-btn {
  color: #ffffff;
}
.cid-sp6GQ94DdF H4 {
  color: #ffffff;
}
.cid-t6Fen2wYOB {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t6Fen2wYOB h4 {
  margin-bottom: 0;
}
.cid-t6Fen2wYOB .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(64, 127, 191, 0.35);
}
.cid-t6Fen2wYOB .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-t6Fen2wYOB .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-t6Fen2wYOB .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-t6Fen2wYOB .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #113f91 !important;
  box-shadow: none!important;
}
.cid-t6Fen2wYOB .btn[class*="-outline"]:active,
.cid-t6Fen2wYOB .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-t6Fen2wYOB .card-box {
  padding-top: 2rem;
}
.cid-t6Fen2wYOB .card-wrapper {
  height: 100%;
}
.cid-t6Fen2wYOB .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-t6Fen2wYOB img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-t6Fen2wYOB .card-title {
  color: #336699;
  text-align: center;
}
.cid-t6Fen2wYOB .main-title {
  color: #336699;
}
.cid-t6Fen2wYOB .mbr-text,
.cid-t6Fen2wYOB .mbr-link-btn {
  color: #000000;
  text-align: center;
}
.cid-t6Fi2nSD8q {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t6Fi2nSD8q h4 {
  margin-bottom: 0;
}
.cid-t6Fi2nSD8q .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(64, 127, 191, 0.35);
}
.cid-t6Fi2nSD8q .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-t6Fi2nSD8q .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-t6Fi2nSD8q .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-t6Fi2nSD8q .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #113f91 !important;
  box-shadow: none!important;
}
.cid-t6Fi2nSD8q .btn[class*="-outline"]:active,
.cid-t6Fi2nSD8q .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-t6Fi2nSD8q .card-box {
  padding-top: 2rem;
}
.cid-t6Fi2nSD8q .card-wrapper {
  height: 100%;
}
.cid-t6Fi2nSD8q .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-t6Fi2nSD8q img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-t6Fi2nSD8q .card-title {
  color: #336699;
}
.cid-t6Fi2nSD8q .main-title {
  color: #336699;
}
.cid-t6Fi2nSD8q .mbr-text,
.cid-t6Fi2nSD8q .mbr-link-btn {
  color: #000000;
}
.cid-t5nIOVyrj6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t5nIOVyrj6 .mbr-section-btn > * {
  margin: 0;
}
.cid-t5nIOVyrj6 h4 {
  font-weight: 500;
}
.cid-t5nIOVyrj6 p {
  color: #232323;
}
.cid-t5nIOVyrj6 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-t5nIOVyrj6 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t5nIOVyrj6 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t5nIOVyrj6 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t5nIOVyrj6 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t5nIOVyrj6 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t5nIOVyrj6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t5nIOVyrj6 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t5nIOVyrj6 .card-img span {
    font-size: 40px !important;
  }
}
.cid-t5nIOVyrj6 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-t5nIOVyrj6 H2 {
  color: #336699;
  text-align: center;
}
.cid-t5nIOVyrj6 .text1 {
  text-align: center;
  color: #000000;
}
.cid-rpSf7csNVB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rpSf7csNVB img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rpSf7csNVB img:hover {
  transform: scale(1.1);
}
.cid-rpSf7csNVB .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rpSf7csNVB h2 {
  padding: 0;
  margin: 0;
}
.cid-rpSf7csNVB .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rpSf7csNVB .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rpSf7csNVB .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rpSf7csNVB .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rpSf7csNVB .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rpSf7csNVB .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rpSf7csNVB .mbr-iconfont {
  margin: 0!important;
}
.cid-rpSf7csNVB .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rpSf7csNVB .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSf7csNVB .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rpSf7csNVB .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rpSf7csNVB .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rpSf7csNVB H2 {
  color: #333333;
}
.cid-rpSf7csNVB .mbr-text {
  color: #000000;
}
.cid-rpSf7csNVB H1 {
  color: #336699;
}
.cid-rpSf7csNVB H3 {
  color: #336699;
}
.cid-tiW19l8Rvf {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tiW19l8Rvf img {
  width: 140px;
  margin: auto;
}
.cid-tiW19l8Rvf .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-tiW19l8Rvf .mbr-section-title {
  color: #336699;
}
.cid-tiW19l8Rvf .mbr-section-subtitle {
  color: #336699;
}
.cid-tiW1qVP79O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tiW1qVP79O img {
  width: 140px;
  margin: auto;
}
.cid-tiW1qVP79O .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-tiW1FqDmgn {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tiW1FqDmgn img {
  width: 140px;
  margin: auto;
}
.cid-tiW1FqDmgn .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-tv8BNxwW7C {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tv8BNxwW7C .mbr-section-subtitle {
  color: #336699;
}
.cid-tv8BNxwW7C .mbr-section-title {
  color: #336699;
}
.cid-sp6GV3FWRx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #336699;
}
.cid-sp6GV3FWRx .card-box {
  background-color: #ffffff;
  padding: 4rem 4rem;
  margin: 0.5rem;
  width: 100%;
}
@media (min-width: 767px) {
  .cid-sp6GV3FWRx .row {
    padding: 0 4rem;
  }
}
.cid-sp6GV3FWRx .container {
  max-width: 1500px;
}
.cid-sp6GV3FWRx .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sp6GV3FWRx .mbr-iconfont {
  font-size: 9rem;
  color: #336699;
  padding-bottom: 2rem;
  display: block;
}
.cid-sp6GV3FWRx P {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-sp6GV3FWRx .card-box {
    margin: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sp6GV3FWRx .card-box {
    padding: 2rem 1rem;
  }
}
.cid-sp6GV3FWRx .card-title {
  color: #000000;
}
.cid-t5mCZwXlvC {
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-t5mCZwXlvC .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #efeeee;
  width: 100%;
  float: right;
  position: relative;
}
.cid-t5mCZwXlvC .text-content .btn-bgr {
  z-index: 0;
}
.cid-t5mCZwXlvC .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-t5mCZwXlvC .container-full-width {
  position: relative;
}
.cid-t5mCZwXlvC .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-t5mCZwXlvC .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-t5mCZwXlvC .layer path {
  fill: #efeeee;
}
@media (min-width: 576px) {
  .cid-t5mCZwXlvC .text-content {
    width: 540px;
  }
  .cid-t5mCZwXlvC .column-content {
    width: 100%;
  }
  .cid-t5mCZwXlvC .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-t5mCZwXlvC .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-t5mCZwXlvC .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-t5mCZwXlvC .column-content {
    width: 50%;
  }
  .cid-t5mCZwXlvC .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-t5mCZwXlvC .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5mCZwXlvC .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-t5mCZwXlvC .column-content {
    height: 33rem;
  }
}
.cid-t5mCZwXlvC .mbr-text,
.cid-t5mCZwXlvC .mbr-section-btn {
  color: #000000;
}
.cid-t5mCZwXlvC H1 {
  color: #336699;
}
.cid-t3p2PiA7OI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t3p2PiA7OI .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t3p2PiA7OI .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t3p2PiA7OI .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t3p2PiA7OI .mbr-text {
    text-align: center;
  }
}
.cid-t3p2PiA7OI .mbr-text,
.cid-t3p2PiA7OI .mbr-section-btn {
  color: #000000;
}
.cid-t3p2PiA7OI H1 {
  color: #000000;
}
.cid-t3p2PiA7OI H3 {
  color: #336699;
}
.cid-spbpzZIT51 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #336699;
}
.cid-spbpzZIT51 .main-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-spbpzZIT51 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-spbpzZIT51 .content-panel {
  padding: 2rem;
  background-color: #336699;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-spbpzZIT51 .form-group,
  .cid-spbpzZIT51 .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-spbpzZIT51 .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-spbpzZIT51 .form-control:focus,
.cid-spbpzZIT51 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-spbpzZIT51 textarea.form-control {
  min-height: 170px;
}
.cid-spbpzZIT51 .form-group {
  margin-bottom: 1rem;
}
.cid-spbpzZIT51 input::-webkit-input-placeholder,
.cid-spbpzZIT51 textarea::-webkit-input-placeholder {
  color: #336699;
}
.cid-spbpzZIT51 input:-moz-placeholder,
.cid-spbpzZIT51 textarea:-moz-placeholder {
  color: #336699;
}
.cid-spbpzZIT51 .jq-selectbox li,
.cid-spbpzZIT51 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-spbpzZIT51 .jq-selectbox li:hover,
.cid-spbpzZIT51 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-spbpzZIT51 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-spbpzZIT51 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-spbpzZIT51 .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-spbpzZIT51 .text-block {
    margin-bottom: 2rem;
  }
}
.cid-spbpzZIT51 .content-block {
  color: #ffffff;
}
.cid-spbpzZIT51 .mbr-section-title {
  color: #ffffff;
}
.cid-t5nIc32BGF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5nIc32BGF .google-map {
  height: 25rem;
  position: relative;
}
.cid-t5nIc32BGF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t5nIc32BGF .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t5nIc32BGF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t5nIc32BGF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t5nIc32BGF .container-fluid {
  padding: 0;
}
.cid-t5nIc32BGF .relative {
  position: relative;
  width: 100%;
}
.cid-t5nIc32BGF .mbr-section-title {
  color: #656565;
}
.cid-t5nIc32BGF .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-t5nIc32BGF .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-t5nIc32BGF .title {
  text-align: center;
  color: #ffffff;
}
.cid-t5nIc32BGF .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-t5nIc32BGF .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-t73xesZbtK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-t73xesZbtK .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-t73xesZbtK .container {
  max-width: 1500px;
}
.cid-t73xesZbtK .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-t73xesZbtK .container {
    padding: 0 4rem;
  }
}
.cid-t73xesZbtK .mbr-text,
.cid-t73xesZbtK .mbr-section-btn {
  color: #000000;
}
.cid-t73xesZbtK .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-t73xesZbtK .btn .mbr-iconfont {
  order: 2;
}
.cid-t73xesZbtK .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-t73xesZbtK .align-left {
    text-align: center;
  }
  .cid-t73xesZbtK .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-t73xesZbtK H1 {
  color: #336699;
}
.cid-t5n0sx1vrM {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t5n0sx1vrM .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t5n0sx1vrM .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t5n0sx1vrM .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t5n0sx1vrM .mbr-text {
    text-align: center;
  }
}
.cid-t5n0sx1vrM .mbr-text,
.cid-t5n0sx1vrM .mbr-section-btn {
  color: #ffffff;
}
.cid-t5n0sx1vrM H1 {
  color: #ffffff;
}
.cid-t5n0sx1vrM H3 {
  color: #ffffff;
}
.cid-sp7wp4zmB2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sp7wp4zmB2 .content {
    text-align: center;
  }
  .cid-sp7wp4zmB2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sp7wp4zmB2 .logo-subtitle {
  color: #8d97ad;
}
.cid-sp7wp4zmB2 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sp7wp4zmB2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sp7wp4zmB2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sp7wp4zmB2 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sp7wp4zmB2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sp7wp4zmB2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sp7wp4zmB2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sp7wp4zmB2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sp7wp4zmB2 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sp7wp4zmB2 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sp7wp4zmB2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sp7wp4zmB2 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sp7wp4zmB2 .list-item {
  display: flex;
}
.cid-sp7wp4zmB2 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sp7wp4zmB2 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sp7wp4zmB2 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sp7wp4zmB2 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sp7wp4zmB2 .logo-subtitle,
.cid-sp7wp4zmB2 .media-wrap {
  color: #282124;
}
.cid-sp7wp4zmB2 .copyright > p {
  text-align: left;
}
.cid-sp7wp4zmB2 P {
  color: #000000;
}
.cid-sp7wp4zmB2 .column-title {
  color: #336699;
  text-align: left;
}
.cid-t5nDJqwM4P {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #336699;
}
.cid-t5nDJqwM4P .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-t5nDJqwM4P section {
  position: relative;
}
.cid-t5nDJqwM4P h4 {
  margin: 0;
}
.cid-t5nDJqwM4P a {
  font-weight: 300;
}
.cid-t5nDJqwM4P .row {
  align-items: center;
}
.cid-t5nDJqwM4P .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-t5nDJqwM4P .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t5nDJqwM4P .img1 {
  color: #ffffff;
}
.cid-t5nDJqwM4P .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-t5nDJqwM4P .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t5nDJqwM4P .align-left,
  .cid-t5nDJqwM4P .align-right {
    text-align: center;
  }
  .cid-t5nDJqwM4P .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-t5nDJqwM4P .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-t5nDJqwM4P .item {
    padding-bottom: 0.5rem;
  }
}
.cid-t5nDJqwM4P .item-title {
  color: #c1c1c1;
}
.cid-t5nDJqwM4P H4 {
  color: #ffffff;
}
.cid-rwG64JC5c0 .navbar {
  background: #336699;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rwG64JC5c0 .navbar-dropdown.bg-color.transparent.opened {
  background: #336699;
}
.cid-rwG64JC5c0 a {
  font-style: normal;
}
.cid-rwG64JC5c0 .show {
  overflow: visible;
}
.cid-rwG64JC5c0 .dropdown-menu {
  max-height: 400px;
}
.cid-rwG64JC5c0 .dropdown-item:active {
  background-color: transparent;
}
.cid-rwG64JC5c0 .nav-link {
  font-weight: 600!important;
}
.cid-rwG64JC5c0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwG64JC5c0 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rwG64JC5c0 .nav-item:focus,
.cid-rwG64JC5c0 .nav-link:focus {
  outline: none;
}
.cid-rwG64JC5c0 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwG64JC5c0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwG64JC5c0 .menu-logo {
  margin-right: auto;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu {
  background: #336699;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwG64JC5c0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwG64JC5c0 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwG64JC5c0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwG64JC5c0 button.navbar-toggler:focus {
  outline: none;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG64JC5c0 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG64JC5c0 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwG64JC5c0 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 93.4375vh;
  }
}
.cid-rwG64JC5c0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwG64JC5c0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwG64JC5c0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwG64JC5c0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwG64JC5c0.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG64JC5c0 img {
    height: 3.8rem !important;
  }
  .cid-rwG64JC5c0 .btn {
    display: -webkit-flex;
  }
  .cid-rwG64JC5c0 button.navbar-toggler {
    display: block;
  }
  .cid-rwG64JC5c0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwG64JC5c0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG64JC5c0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing,
  .cid-rwG64JC5c0 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwG64JC5c0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rwG64JC5c0 .nav-link {
    justify-content: start!important;
  }
  .cid-rwG64JC5c0 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwG64JC5c0 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwG64JC5c0 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwG64JC5c0 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwG64JC5c0 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwG64JC5c0 .nav-link:hover,
.cid-rwG64JC5c0 .dropdown-item:hover {
  color: #cccccc !important;
}
@media (min-width: 1500px) {
  .cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwG64JC5c0 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-t6FRLKxm7j {
  background-image: url("../../../assets/images/valvula-fl-1920x1280.jpg");
}
.cid-t6FRLKxm7j .mbr-section-title,
.cid-t6FRLKxm7j .mbr-section-subtitle {
  color: #000000;
}
.cid-t6FRLKxm7j .mbr-section-text {
  color: #232323;
}
.cid-t6FRLKxm7j .mbr-text,
.cid-t6FRLKxm7j .typed-text,
.cid-t6FRLKxm7j .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-t6FRLKxm7j .btn {
  margin-left: 4px !important;
}
.cid-t6FRLKxm7j .animated-element {
  color: #ffffff;
}
.cid-t6FRLKxm7j .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffffff;
}
.cid-t6FRLKxm7j .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t6FRLKxm7j .typed-text,
  .cid-t6FRLKxm7j .mbr-section-subtitle,
  .cid-t6FRLKxm7j .mbr-section-text,
  .cid-t6FRLKxm7j .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-t6FRLKxm7j .mbr-section-text,
.cid-t6FRLKxm7j .mbr-section-btn {
  color: #ffffff;
}
.cid-t6FRLKxm7j .mbr-section-subtitle,
.cid-t6FRLKxm7j .typed-text {
  color: #ffffff;
}
.cid-t6FERuqzST {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t6FERuqzST .mbr-section-btn > * {
  margin: 0;
}
.cid-t6FERuqzST h4 {
  font-weight: 500;
}
.cid-t6FERuqzST p {
  color: #232323;
}
.cid-t6FERuqzST .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-t6FERuqzST .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t6FERuqzST .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t6FERuqzST .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t6FERuqzST .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t6FERuqzST .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t6FERuqzST .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t6FERuqzST .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t6FERuqzST .card-img span {
    font-size: 40px !important;
  }
}
.cid-t6FERuqzST .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-t6FERuqzST H2 {
  color: #336699;
  text-align: center;
}
.cid-t6FERuqzST .text1 {
  text-align: center;
  color: #000000;
}
.cid-t6FGlh6xZl {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-t6FGlh6xZl .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t6FGlh6xZl .card-img {
  padding-bottom: 2rem;
}
.cid-t6FGlh6xZl .mbr-text {
  color: #767676;
}
.cid-t6FGlh6xZl span {
  font-size: 14px;
  color: #ffffff;
}
.cid-t6FGlh6xZl .date span {
  display: inline-block;
  background-color: #336699;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t6FGlh6xZl .card-title {
    text-align: center;
  }
  .cid-t6FGlh6xZl p.mbr-text,
  .cid-t6FGlh6xZl p.date {
    text-align: center;
  }
}
.cid-t6FGlh6xZl .mbr-text,
.cid-t6FGlh6xZl .mbr-section-btn {
  color: #000000;
}
.cid-t6FGlh6xZl H2 {
  color: #336699;
}
.cid-t6FIkYh8IM {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-t6FIkYh8IM .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t6FIkYh8IM .card-img {
  padding-bottom: 2rem;
}
.cid-t6FIkYh8IM .mbr-text {
  color: #767676;
}
.cid-t6FIkYh8IM span {
  font-size: 14px;
  color: #ffffff;
}
.cid-t6FIkYh8IM .date span {
  display: inline-block;
  background-color: #336699;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t6FIkYh8IM .card-title {
    text-align: center;
  }
  .cid-t6FIkYh8IM p.mbr-text,
  .cid-t6FIkYh8IM p.date {
    text-align: center;
  }
}
.cid-t6FIkYh8IM .mbr-text,
.cid-t6FIkYh8IM .mbr-section-btn {
  color: #000000;
}
.cid-t6FIkYh8IM H2 {
  color: #336699;
}
.cid-t6FERzXql8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6FERzXql8 .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t6FERzXql8 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t6FERzXql8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t6FERzXql8 .mbr-text {
    text-align: center;
  }
}
.cid-t6FERzXql8 .mbr-text,
.cid-t6FERzXql8 .mbr-section-btn {
  color: #000000;
}
.cid-t6FERzXql8 H1 {
  color: #000000;
}
.cid-t6FERzXql8 H3 {
  color: #336699;
}
.cid-t6FERALWQh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #336699;
}
.cid-t6FERALWQh .main-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t6FERALWQh .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-t6FERALWQh .content-panel {
  padding: 2rem;
  background-color: #336699;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-t6FERALWQh .form-group,
  .cid-t6FERALWQh .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-t6FERALWQh .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-t6FERALWQh .form-control:focus,
.cid-t6FERALWQh .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-t6FERALWQh textarea.form-control {
  min-height: 170px;
}
.cid-t6FERALWQh .form-group {
  margin-bottom: 1rem;
}
.cid-t6FERALWQh input::-webkit-input-placeholder,
.cid-t6FERALWQh textarea::-webkit-input-placeholder {
  color: #336699;
}
.cid-t6FERALWQh input:-moz-placeholder,
.cid-t6FERALWQh textarea:-moz-placeholder {
  color: #336699;
}
.cid-t6FERALWQh .jq-selectbox li,
.cid-t6FERALWQh .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-t6FERALWQh .jq-selectbox li:hover,
.cid-t6FERALWQh .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-t6FERALWQh .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-t6FERALWQh .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t6FERALWQh .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-t6FERALWQh .text-block {
    margin-bottom: 2rem;
  }
}
.cid-t6FERALWQh .content-block {
  color: #ffffff;
}
.cid-t6FERALWQh .mbr-section-title {
  color: #ffffff;
}
.cid-t6FERBCjbj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6FERBCjbj .google-map {
  height: 25rem;
  position: relative;
}
.cid-t6FERBCjbj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t6FERBCjbj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t6FERBCjbj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t6FERBCjbj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t6FERBCjbj .container-fluid {
  padding: 0;
}
.cid-t6FERBCjbj .relative {
  position: relative;
  width: 100%;
}
.cid-t6FERBCjbj .mbr-section-title {
  color: #656565;
}
.cid-t6FERBCjbj .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-t6FERBCjbj .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-t6FERBCjbj .title {
  text-align: center;
  color: #ffffff;
}
.cid-t6FERBCjbj .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-t6FERBCjbj .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-t6FERCyiOP {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t6FERCyiOP .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t6FERCyiOP .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t6FERCyiOP .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t6FERCyiOP .mbr-text {
    text-align: center;
  }
}
.cid-t6FERCyiOP .mbr-text,
.cid-t6FERCyiOP .mbr-section-btn {
  color: #ffffff;
}
.cid-t6FERCyiOP H1 {
  color: #ffffff;
}
.cid-t6FERCyiOP H3 {
  color: #ffffff;
}
.cid-t6FERDwW3H {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t6FERDwW3H .content {
    text-align: center;
  }
  .cid-t6FERDwW3H .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6FERDwW3H .logo-subtitle {
  color: #8d97ad;
}
.cid-t6FERDwW3H .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-t6FERDwW3H .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t6FERDwW3H .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t6FERDwW3H .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-t6FERDwW3H .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6FERDwW3H .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-t6FERDwW3H .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t6FERDwW3H .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6FERDwW3H .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t6FERDwW3H .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t6FERDwW3H .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6FERDwW3H .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t6FERDwW3H .list-item {
  display: flex;
}
.cid-t6FERDwW3H .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-t6FERDwW3H ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-t6FERDwW3H ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-t6FERDwW3H ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-t6FERDwW3H .logo-subtitle,
.cid-t6FERDwW3H .media-wrap {
  color: #282124;
}
.cid-t6FERDwW3H .copyright > p {
  text-align: left;
}
.cid-t6FERDwW3H P {
  color: #000000;
}
.cid-t6FERDwW3H .column-title {
  color: #336699;
  text-align: left;
}
.cid-t6FERF1GqI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #336699;
}
.cid-t6FERF1GqI .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-t6FERF1GqI section {
  position: relative;
}
.cid-t6FERF1GqI h4 {
  margin: 0;
}
.cid-t6FERF1GqI a {
  font-weight: 300;
}
.cid-t6FERF1GqI .row {
  align-items: center;
}
.cid-t6FERF1GqI .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-t6FERF1GqI .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t6FERF1GqI .img1 {
  color: #ffffff;
}
.cid-t6FERF1GqI .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-t6FERF1GqI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t6FERF1GqI .align-left,
  .cid-t6FERF1GqI .align-right {
    text-align: center;
  }
  .cid-t6FERF1GqI .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-t6FERF1GqI .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-t6FERF1GqI .item {
    padding-bottom: 0.5rem;
  }
}
.cid-t6FERF1GqI .item-title {
  color: #c1c1c1;
}
.cid-t6FERF1GqI H4 {
  color: #ffffff;
}
.cid-t6FERGjlK1 .navbar {
  background: #336699;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t6FERGjlK1 .navbar-dropdown.bg-color.transparent.opened {
  background: #336699;
}
.cid-t6FERGjlK1 a {
  font-style: normal;
}
.cid-t6FERGjlK1 .show {
  overflow: visible;
}
.cid-t6FERGjlK1 .dropdown-menu {
  max-height: 400px;
}
.cid-t6FERGjlK1 .dropdown-item:active {
  background-color: transparent;
}
.cid-t6FERGjlK1 .nav-link {
  font-weight: 600!important;
}
.cid-t6FERGjlK1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t6FERGjlK1 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-t6FERGjlK1 .nav-item:focus,
.cid-t6FERGjlK1 .nav-link:focus {
  outline: none;
}
.cid-t6FERGjlK1 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t6FERGjlK1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t6FERGjlK1 .menu-logo {
  margin-right: auto;
}
.cid-t6FERGjlK1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t6FERGjlK1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t6FERGjlK1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-t6FERGjlK1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t6FERGjlK1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t6FERGjlK1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t6FERGjlK1 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t6FERGjlK1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-t6FERGjlK1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t6FERGjlK1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t6FERGjlK1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t6FERGjlK1 .dropdown .dropdown-menu {
  background: #336699;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t6FERGjlK1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-t6FERGjlK1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6FERGjlK1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t6FERGjlK1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6FERGjlK1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t6FERGjlK1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t6FERGjlK1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t6FERGjlK1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t6FERGjlK1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t6FERGjlK1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t6FERGjlK1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t6FERGjlK1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t6FERGjlK1 button.navbar-toggler:focus {
  outline: none;
}
.cid-t6FERGjlK1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t6FERGjlK1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t6FERGjlK1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t6FERGjlK1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t6FERGjlK1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t6FERGjlK1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t6FERGjlK1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t6FERGjlK1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t6FERGjlK1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t6FERGjlK1 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t6FERGjlK1 .collapsed .btn {
  display: -webkit-flex;
}
.cid-t6FERGjlK1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t6FERGjlK1 .collapsed .navbar-collapse.collapsing,
.cid-t6FERGjlK1 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-t6FERGjlK1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t6FERGjlK1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t6FERGjlK1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t6FERGjlK1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t6FERGjlK1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t6FERGjlK1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t6FERGjlK1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t6FERGjlK1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t6FERGjlK1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 93.4375vh;
  }
}
.cid-t6FERGjlK1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-t6FERGjlK1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t6FERGjlK1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t6FERGjlK1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t6FERGjlK1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t6FERGjlK1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t6FERGjlK1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-t6FERGjlK1.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t6FERGjlK1 img {
    height: 3.8rem !important;
  }
  .cid-t6FERGjlK1 .btn {
    display: -webkit-flex;
  }
  .cid-t6FERGjlK1 button.navbar-toggler {
    display: block;
  }
  .cid-t6FERGjlK1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t6FERGjlK1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t6FERGjlK1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t6FERGjlK1 .navbar-collapse.collapsing,
  .cid-t6FERGjlK1 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-t6FERGjlK1 .navbar-collapse.collapsing .navbar-nav,
  .cid-t6FERGjlK1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t6FERGjlK1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t6FERGjlK1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t6FERGjlK1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-t6FERGjlK1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t6FERGjlK1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t6FERGjlK1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t6FERGjlK1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t6FERGjlK1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t6FERGjlK1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t6FERGjlK1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-t6FERGjlK1 .nav-link {
    justify-content: start!important;
  }
  .cid-t6FERGjlK1 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-t6FERGjlK1 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-t6FERGjlK1 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-t6FERGjlK1 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t6FERGjlK1 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t6FERGjlK1 .nav-link:hover,
.cid-t6FERGjlK1 .dropdown-item:hover {
  color: #cccccc !important;
}
@media (min-width: 1500px) {
  .cid-t6FERGjlK1 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-t6FERGjlK1 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-t6Rm453HA0 {
  background-image: url("../../../assets/images/valvulas-1170x503.jpg");
}
.cid-t6Rm453HA0 .mbr-section-title,
.cid-t6Rm453HA0 .mbr-section-subtitle {
  color: #000000;
}
.cid-t6Rm453HA0 .mbr-section-text {
  color: #232323;
}
.cid-t6Rm453HA0 .mbr-text,
.cid-t6Rm453HA0 .typed-text,
.cid-t6Rm453HA0 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-t6Rm453HA0 .btn {
  margin-left: 4px !important;
}
.cid-t6Rm453HA0 .animated-element {
  color: #ffffff;
}
.cid-t6Rm453HA0 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffffff;
}
.cid-t6Rm453HA0 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t6Rm453HA0 .typed-text,
  .cid-t6Rm453HA0 .mbr-section-subtitle,
  .cid-t6Rm453HA0 .mbr-section-text,
  .cid-t6Rm453HA0 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-t6Rm453HA0 .mbr-section-text,
.cid-t6Rm453HA0 .mbr-section-btn {
  color: #ffffff;
}
.cid-t6Rm453HA0 .mbr-section-subtitle,
.cid-t6Rm453HA0 .typed-text {
  color: #ffffff;
}
.cid-t6RtCYUeb2 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t6RtCYUeb2 h4 {
  display: flex;
  color: #232323;
}
.cid-t6RtCYUeb2 .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-t6RtCYUeb2 .wrap {
  display: flex;
}
.cid-t6RtCYUeb2 .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-t6RtCYUeb2 img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-t6RtCYUeb2 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-t6RtCYUeb2 p {
  margin: 0;
}
.cid-t6RtCYUeb2 .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-t6RtCYUeb2 .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-t6RtCYUeb2 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t6RtCYUeb2 .panel-group {
  width: 100%;
}
.cid-t6RtCYUeb2 .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-t6RtCYUeb2 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t6RtCYUeb2 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t6RtCYUeb2 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-t6RtCYUeb2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t6RtCYUeb2 .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-t6RtCYUeb2 .card .panel-body {
  background: #ffffff;
}
.cid-t6RtCYUeb2 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-t6RtCYUeb2 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-t6RtCYUeb2 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-t6RtCYUeb2 .header-text,
.cid-t6RtCYUeb2 .sign {
  color: #232323;
}
.cid-t6RzvM03El {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t6RzvM03El h4 {
  display: flex;
  color: #232323;
}
.cid-t6RzvM03El .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-t6RzvM03El .wrap {
  display: flex;
}
.cid-t6RzvM03El .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-t6RzvM03El img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-t6RzvM03El .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-t6RzvM03El p {
  margin: 0;
}
.cid-t6RzvM03El .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-t6RzvM03El .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-t6RzvM03El .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t6RzvM03El .panel-group {
  width: 100%;
}
.cid-t6RzvM03El .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-t6RzvM03El .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t6RzvM03El .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t6RzvM03El .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-t6RzvM03El .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t6RzvM03El .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-t6RzvM03El .card .panel-body {
  background: #ffffff;
}
.cid-t6RzvM03El .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-t6RzvM03El .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-t6RzvM03El .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-t6RzvM03El .header-text,
.cid-t6RzvM03El .sign {
  color: #232323;
}
.cid-t6RzAGBrKR {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t6RzAGBrKR h4 {
  display: flex;
  color: #232323;
}
.cid-t6RzAGBrKR .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-t6RzAGBrKR .wrap {
  display: flex;
}
.cid-t6RzAGBrKR .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-t6RzAGBrKR img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-t6RzAGBrKR .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-t6RzAGBrKR p {
  margin: 0;
}
.cid-t6RzAGBrKR .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-t6RzAGBrKR .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-t6RzAGBrKR .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t6RzAGBrKR .panel-group {
  width: 100%;
}
.cid-t6RzAGBrKR .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-t6RzAGBrKR .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t6RzAGBrKR .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t6RzAGBrKR .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-t6RzAGBrKR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t6RzAGBrKR .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-t6RzAGBrKR .card .panel-body {
  background: #ffffff;
}
.cid-t6RzAGBrKR .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-t6RzAGBrKR .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-t6RzAGBrKR .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-t6RzAGBrKR .header-text,
.cid-t6RzAGBrKR .sign {
  color: #232323;
}
.cid-t6RGCFsrKQ {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t6RGCFsrKQ h4 {
  display: flex;
  color: #232323;
}
.cid-t6RGCFsrKQ .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-t6RGCFsrKQ .wrap {
  display: flex;
}
.cid-t6RGCFsrKQ .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-t6RGCFsrKQ img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-t6RGCFsrKQ .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-t6RGCFsrKQ p {
  margin: 0;
}
.cid-t6RGCFsrKQ .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-t6RGCFsrKQ .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-t6RGCFsrKQ .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t6RGCFsrKQ .panel-group {
  width: 100%;
}
.cid-t6RGCFsrKQ .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-t6RGCFsrKQ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t6RGCFsrKQ .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t6RGCFsrKQ .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-t6RGCFsrKQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t6RGCFsrKQ .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-t6RGCFsrKQ .card .panel-body {
  background: #ffffff;
}
.cid-t6RGCFsrKQ .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-t6RGCFsrKQ .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-t6RGCFsrKQ .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-t6RGCFsrKQ .header-text,
.cid-t6RGCFsrKQ .sign {
  color: #232323;
}
.cid-t6Rm49n0qx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6Rm49n0qx .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t6Rm49n0qx .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t6Rm49n0qx .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t6Rm49n0qx .mbr-text {
    text-align: center;
  }
}
.cid-t6Rm49n0qx .mbr-text,
.cid-t6Rm49n0qx .mbr-section-btn {
  color: #000000;
}
.cid-t6Rm49n0qx H1 {
  color: #000000;
}
.cid-t6Rm49n0qx H3 {
  color: #336699;
}
.cid-t6Rm4aeftp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #336699;
}
.cid-t6Rm4aeftp .main-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t6Rm4aeftp .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-t6Rm4aeftp .content-panel {
  padding: 2rem;
  background-color: #336699;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-t6Rm4aeftp .form-group,
  .cid-t6Rm4aeftp .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-t6Rm4aeftp .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-t6Rm4aeftp .form-control:focus,
.cid-t6Rm4aeftp .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-t6Rm4aeftp textarea.form-control {
  min-height: 170px;
}
.cid-t6Rm4aeftp .form-group {
  margin-bottom: 1rem;
}
.cid-t6Rm4aeftp input::-webkit-input-placeholder,
.cid-t6Rm4aeftp textarea::-webkit-input-placeholder {
  color: #336699;
}
.cid-t6Rm4aeftp input:-moz-placeholder,
.cid-t6Rm4aeftp textarea:-moz-placeholder {
  color: #336699;
}
.cid-t6Rm4aeftp .jq-selectbox li,
.cid-t6Rm4aeftp .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-t6Rm4aeftp .jq-selectbox li:hover,
.cid-t6Rm4aeftp .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-t6Rm4aeftp .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-t6Rm4aeftp .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t6Rm4aeftp .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-t6Rm4aeftp .text-block {
    margin-bottom: 2rem;
  }
}
.cid-t6Rm4aeftp .content-block {
  color: #ffffff;
}
.cid-t6Rm4aeftp .mbr-section-title {
  color: #ffffff;
}
.cid-t6Rm4b6xDG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6Rm4b6xDG .google-map {
  height: 25rem;
  position: relative;
}
.cid-t6Rm4b6xDG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t6Rm4b6xDG .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t6Rm4b6xDG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t6Rm4b6xDG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t6Rm4b6xDG .container-fluid {
  padding: 0;
}
.cid-t6Rm4b6xDG .relative {
  position: relative;
  width: 100%;
}
.cid-t6Rm4b6xDG .mbr-section-title {
  color: #656565;
}
.cid-t6Rm4b6xDG .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-t6Rm4b6xDG .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-t6Rm4b6xDG .title {
  text-align: center;
  color: #ffffff;
}
.cid-t6Rm4b6xDG .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-t6Rm4b6xDG .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-t6Rm4bSmbT {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t6Rm4bSmbT .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t6Rm4bSmbT .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t6Rm4bSmbT .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t6Rm4bSmbT .mbr-text {
    text-align: center;
  }
}
.cid-t6Rm4bSmbT .mbr-text,
.cid-t6Rm4bSmbT .mbr-section-btn {
  color: #ffffff;
}
.cid-t6Rm4bSmbT H1 {
  color: #ffffff;
}
.cid-t6Rm4bSmbT H3 {
  color: #ffffff;
}
.cid-t6Rm4cKGQi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t6Rm4cKGQi .content {
    text-align: center;
  }
  .cid-t6Rm4cKGQi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6Rm4cKGQi .logo-subtitle {
  color: #8d97ad;
}
.cid-t6Rm4cKGQi .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-t6Rm4cKGQi .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t6Rm4cKGQi .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t6Rm4cKGQi .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-t6Rm4cKGQi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6Rm4cKGQi .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-t6Rm4cKGQi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t6Rm4cKGQi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6Rm4cKGQi .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t6Rm4cKGQi .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t6Rm4cKGQi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6Rm4cKGQi .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t6Rm4cKGQi .list-item {
  display: flex;
}
.cid-t6Rm4cKGQi .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-t6Rm4cKGQi ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-t6Rm4cKGQi ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-t6Rm4cKGQi ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-t6Rm4cKGQi .logo-subtitle,
.cid-t6Rm4cKGQi .media-wrap {
  color: #282124;
}
.cid-t6Rm4cKGQi .copyright > p {
  text-align: left;
}
.cid-t6Rm4cKGQi P {
  color: #000000;
}
.cid-t6Rm4cKGQi .column-title {
  color: #336699;
  text-align: left;
}
.cid-t6Rm4dWljK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #336699;
}
.cid-t6Rm4dWljK .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-t6Rm4dWljK section {
  position: relative;
}
.cid-t6Rm4dWljK h4 {
  margin: 0;
}
.cid-t6Rm4dWljK a {
  font-weight: 300;
}
.cid-t6Rm4dWljK .row {
  align-items: center;
}
.cid-t6Rm4dWljK .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-t6Rm4dWljK .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t6Rm4dWljK .img1 {
  color: #ffffff;
}
.cid-t6Rm4dWljK .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-t6Rm4dWljK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t6Rm4dWljK .align-left,
  .cid-t6Rm4dWljK .align-right {
    text-align: center;
  }
  .cid-t6Rm4dWljK .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-t6Rm4dWljK .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-t6Rm4dWljK .item {
    padding-bottom: 0.5rem;
  }
}
.cid-t6Rm4dWljK .item-title {
  color: #c1c1c1;
}
.cid-t6Rm4dWljK H4 {
  color: #ffffff;
}
.cid-t6Rm4eTZAQ .navbar {
  background: #336699;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t6Rm4eTZAQ .navbar-dropdown.bg-color.transparent.opened {
  background: #336699;
}
.cid-t6Rm4eTZAQ a {
  font-style: normal;
}
.cid-t6Rm4eTZAQ .show {
  overflow: visible;
}
.cid-t6Rm4eTZAQ .dropdown-menu {
  max-height: 400px;
}
.cid-t6Rm4eTZAQ .dropdown-item:active {
  background-color: transparent;
}
.cid-t6Rm4eTZAQ .nav-link {
  font-weight: 600!important;
}
.cid-t6Rm4eTZAQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t6Rm4eTZAQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-t6Rm4eTZAQ .nav-item:focus,
.cid-t6Rm4eTZAQ .nav-link:focus {
  outline: none;
}
.cid-t6Rm4eTZAQ .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t6Rm4eTZAQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t6Rm4eTZAQ .menu-logo {
  margin-right: auto;
}
.cid-t6Rm4eTZAQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t6Rm4eTZAQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t6Rm4eTZAQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-t6Rm4eTZAQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t6Rm4eTZAQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t6Rm4eTZAQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t6Rm4eTZAQ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t6Rm4eTZAQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-t6Rm4eTZAQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t6Rm4eTZAQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t6Rm4eTZAQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t6Rm4eTZAQ .dropdown .dropdown-menu {
  background: #336699;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t6Rm4eTZAQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-t6Rm4eTZAQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6Rm4eTZAQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t6Rm4eTZAQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6Rm4eTZAQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t6Rm4eTZAQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t6Rm4eTZAQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t6Rm4eTZAQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t6Rm4eTZAQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t6Rm4eTZAQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t6Rm4eTZAQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t6Rm4eTZAQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t6Rm4eTZAQ button.navbar-toggler:focus {
  outline: none;
}
.cid-t6Rm4eTZAQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t6Rm4eTZAQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t6Rm4eTZAQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t6Rm4eTZAQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t6Rm4eTZAQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t6Rm4eTZAQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t6Rm4eTZAQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t6Rm4eTZAQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t6Rm4eTZAQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t6Rm4eTZAQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t6Rm4eTZAQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-t6Rm4eTZAQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t6Rm4eTZAQ .collapsed .navbar-collapse.collapsing,
.cid-t6Rm4eTZAQ .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-t6Rm4eTZAQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t6Rm4eTZAQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t6Rm4eTZAQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t6Rm4eTZAQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t6Rm4eTZAQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t6Rm4eTZAQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t6Rm4eTZAQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t6Rm4eTZAQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t6Rm4eTZAQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 93.4375vh;
  }
}
.cid-t6Rm4eTZAQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-t6Rm4eTZAQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t6Rm4eTZAQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t6Rm4eTZAQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t6Rm4eTZAQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t6Rm4eTZAQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t6Rm4eTZAQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-t6Rm4eTZAQ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t6Rm4eTZAQ img {
    height: 3.8rem !important;
  }
  .cid-t6Rm4eTZAQ .btn {
    display: -webkit-flex;
  }
  .cid-t6Rm4eTZAQ button.navbar-toggler {
    display: block;
  }
  .cid-t6Rm4eTZAQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t6Rm4eTZAQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t6Rm4eTZAQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t6Rm4eTZAQ .navbar-collapse.collapsing,
  .cid-t6Rm4eTZAQ .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-t6Rm4eTZAQ .navbar-collapse.collapsing .navbar-nav,
  .cid-t6Rm4eTZAQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t6Rm4eTZAQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t6Rm4eTZAQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t6Rm4eTZAQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-t6Rm4eTZAQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t6Rm4eTZAQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t6Rm4eTZAQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t6Rm4eTZAQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t6Rm4eTZAQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t6Rm4eTZAQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t6Rm4eTZAQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-t6Rm4eTZAQ .nav-link {
    justify-content: start!important;
  }
  .cid-t6Rm4eTZAQ .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-t6Rm4eTZAQ .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-t6Rm4eTZAQ .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-t6Rm4eTZAQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t6Rm4eTZAQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t6Rm4eTZAQ .nav-link:hover,
.cid-t6Rm4eTZAQ .dropdown-item:hover {
  color: #cccccc !important;
}
@media (min-width: 1500px) {
  .cid-t6Rm4eTZAQ .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-t6Rm4eTZAQ .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
