@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700);





body {
  font-family: Montserrat;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.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-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  border-radius: .25rem;
  font-weight: 400;
  border-width: 2px;
  font-style: normal;
  letter-spacing: normal;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  font-weight: 400;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  font-weight: 400;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-md:after {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: relative;
  opacity: 0;
  font-size: inherit;
  text-align: center;
  transition: all .3s;
  margin-left: -1.5rem;
  padding-left: .5rem;
}
.btn-md:hover {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn-md:hover:after {
  transition: all .3s;
  opacity: 1;
  margin-left: 0;
}
.btn-lg {
  font-weight: 400;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #15324a !important;
}
.bg-success {
  background-color: #006600 !important;
}
.bg-info {
  background-color: #ffff00 !important;
}
.bg-warning {
  background-color: #003399 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #15324a !important;
  border-color: #15324a !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #040a0e !important;
  border-color: #040a0e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #040a0e !important;
  border-color: #040a0e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
  transition: all .5s;
  color: #000000 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #000000 !important;
  background-color: #b2b300 !important;
  border-color: #b2b300 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #b2b300 !important;
  border-color: #b2b300 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #006600 !important;
  border-color: #006600 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #001a00 !important;
  border-color: #001a00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #001a00 !important;
  border-color: #001a00 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #003399 !important;
  border-color: #003399 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #001a4d !important;
  border-color: #001a4d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #001a4d !important;
  border-color: #001a4d !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #15324a !important;
  border-color: #15324a !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #15324a !important;
  border-color: #15324a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #990000 !important;
  color: #990000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #999900 !important;
  color: #999900 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #006600 !important;
  border-color: #006600 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #006600 !important;
  border-color: #006600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #001133 !important;
  color: #001133 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #003399 !important;
  border-color: #003399 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #003399 !important;
  border-color: #003399 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-underline {
  padding: .5rem;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  transition: all .3s;
}
.btn-underline .mbr-iconfont {
  color: inherit;
  padding-right: .5rem;
}
.btn-underline:after {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: relative;
  padding-left: .3rem;
}
.btn-underline:hover {
  filter: brightness(85%);
}
.btn-underline:hover:after {
  transition: all .3s;
  padding-left: .5rem;
}
.text-primary {
  color: #15324a !important;
}
.text-secondary {
  color: #ff0000 !important;
}
.text-success {
  color: #006600 !important;
}
.text-info {
  color: #ffff00 !important;
}
.text-warning {
  color: #003399 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #990000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #999900 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #001133 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #006600;
}
.alert-info {
  background-color: #ffff00;
}
.alert-warning {
  background-color: #003399;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn {
  border-radius: 100px;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #15324a;
  border-color: #15324a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: .25rem;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #15324a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6fa7d6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00e600;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffcc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #1a66ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #188ef4;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow {
  background-color: transparent;
  opacity: .7;
  transition: .3s;
  text-align: center;
  width: auto;
}
.mbr-arrow:hover {
  opacity: 1;
}
.mbr-arrow a {
  display: block;
}
.mbr-arrow a i {
  color: #188ef4;
  top: auto !important;
  left: auto !important;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #15324a;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #15324a;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #15324a;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.input-wrap input {
  border-radius: 0rem;
  width: 100%;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #efefef;
}
.input-main textarea {
  background-color: #ffffff;
  padding: .5rem 1rem;
  border: 1px solid #efefef;
  border-radius: 0;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
@media (min-width: 768px) {
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-r8V18SegM4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(0, 1);
}
.cid-r8V18SegM4 .nav-item,
.cid-r8V18SegM4 .nav-link,
.cid-r8V18SegM4 .navbar-caption {
  font-weight: normal;
}
.cid-r8V18SegM4 .nav-item:focus,
.cid-r8V18SegM4 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-r8V18SegM4 .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-r8V18SegM4 .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-align-items: center;
}
.cid-r8V18SegM4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-r8V18SegM4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-r8V18SegM4 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-r8V18SegM4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-r8V18SegM4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(1, 1);
}
.cid-r8V18SegM4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-r8V18SegM4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-r8V18SegM4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #15324a;
  background: none;
}
.cid-r8V18SegM4 .navbar.opened {
  transition: all .3s;
  background: #15324a !important;
}
.cid-r8V18SegM4 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-r8V18SegM4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-r8V18SegM4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-r8V18SegM4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-r8V18SegM4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-r8V18SegM4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-r8V18SegM4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-r8V18SegM4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-r8V18SegM4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-r8V18SegM4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-r8V18SegM4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-r8V18SegM4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-r8V18SegM4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-r8V18SegM4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-r8V18SegM4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-r8V18SegM4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-r8V18SegM4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-r8V18SegM4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-r8V18SegM4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-r8V18SegM4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-r8V18SegM4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-r8V18SegM4 .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-r8V18SegM4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-r8V18SegM4 .navbar.navbar-short {
  background: #15324a !important;
  min-height: 60px;
}
.cid-r8V18SegM4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-r8V18SegM4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-r8V18SegM4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-r8V18SegM4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-r8V18SegM4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-r8V18SegM4 .dropdown-item.active,
.cid-r8V18SegM4 .dropdown-item:active {
  background-color: transparent;
}
.cid-r8V18SegM4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-r8V18SegM4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-r8V18SegM4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #15324a;
}
.cid-r8V18SegM4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-r8V18SegM4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r8V18SegM4 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-r8V18SegM4 .navbar-buttons {
  text-align: center;
}
.cid-r8V18SegM4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-r8V18SegM4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r8V18SegM4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r8V18SegM4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r8V18SegM4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r8V18SegM4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r8V18SegM4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r8V18SegM4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r8V18SegM4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r8V18SegM4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r8V18SegM4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-r8V18SegM4 a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-r8V18SegM4 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-r8V18SegM4 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-r8V18SegM4 .soc-item {
  margin: .5rem .3rem;
}
.cid-r8V18SegM4 .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-r8V18SegM4 .navbar {
    height: 77px;
  }
  .cid-r8V18SegM4 .navbar.opened {
    height: auto;
  }
  .cid-r8V18SegM4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-r9H5nottPH .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-r9H5nottPH .mbr-arrow i {
  color: #ffffff !important;
}
.cid-r9H5nottPH .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-r9H5nottPH .animated-element,
.cid-r9H5nottPH .typed-cursor {
  color: #ffffff;
}
.cid-r9H5nottPH .animated-element {
  border-bottom: 5px solid #c99738;
}
@media (max-width: 767px) {
  .cid-r9H5nottPH .typed-text {
    text-align: center;
  }
}
.cid-r8V1jbdbbg {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(90deg, #15324a, #15324a);
}
.cid-r8V1jbdbbg .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-r8V1jbdbbg .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-r8V1jbdbbg .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-r8V1jbdbbg .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-r8V1jbdbbg .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-r8V1jbdbbg .mbr-section-subtitle,
.cid-r8V1jbdbbg .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-r8V1jbdbbg H1 {
  text-align: left;
}
.cid-r8V7ckWjH6 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #15324a;
}
.cid-r8V7ckWjH6 .mbr-section-subtitle {
  color: #f4f8fa;
}
.cid-r8V7ckWjH6 .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-r8V7ckWjH6 h2,
  .cid-r8V7ckWjH6 h3 {
    text-align: center !important;
  }
  .cid-r8V7ckWjH6 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-r8V7ckWjH6 H2 {
  color: #f4f8fa;
}
.cid-r8V9dzBAFZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r8V9dzBAFZ .card-text,
.cid-r8V9dzBAFZ .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-r8V9dzBAFZ .main,
.cid-r8V9dzBAFZ .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #f4f8fa;
}
.cid-r8V9dzBAFZ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-r8V9dzBAFZ .main-reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-r8V9dzBAFZ .image-element {
  padding: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-r8V9dzBAFZ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-r8V9dzBAFZ .text-element {
  padding: 3rem 2rem;
}
.cid-r8V9dzBAFZ .mbr-iconfont {
  font-size: 3rem;
  color: #188ef4;
}
.cid-r8V9dzBAFZ .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-r8V9dzBAFZ .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-r8V9dzBAFZ .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-r8V9dzBAFZ .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-r8V9dzBAFZ .image-element,
  .cid-r8V9dzBAFZ .text-element {
    margin-bottom: 0;
  }
  .cid-r8V9dzBAFZ .main:first-child {
    padding-top: 0;
  }
}
.cid-r8V9dzBAFZ .card-text,
.cid-r8V9dzBAFZ .mbr-section-btn {
  color: #232323;
}
.cid-r8V9dzBAFZ .mbr-section-subtitle {
  color: #232323;
}
.cid-r8VeE9fh4m {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/portugal1-1280x720.jpg");
}
.cid-r8VeE9fh4m .mbr-overlay {
  background: #000000;
}
.cid-r8Veu2acwE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r8Veu2acwE .card-text,
.cid-r8Veu2acwE .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-r8Veu2acwE .main,
.cid-r8Veu2acwE .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #f4f8fa;
}
.cid-r8Veu2acwE .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-r8Veu2acwE .main-reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-r8Veu2acwE .image-element {
  padding: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-r8Veu2acwE .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-r8Veu2acwE .text-element {
  padding: 3rem 2rem;
}
.cid-r8Veu2acwE .mbr-iconfont {
  font-size: 3rem;
  color: #188ef4;
}
.cid-r8Veu2acwE .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-r8Veu2acwE .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-r8Veu2acwE .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-r8Veu2acwE .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-r8Veu2acwE .image-element,
  .cid-r8Veu2acwE .text-element {
    margin-bottom: 0;
  }
  .cid-r8Veu2acwE .main:first-child {
    padding-top: 0;
  }
}
.cid-r8Veu2acwE .card-text,
.cid-r8Veu2acwE .mbr-section-btn {
  color: #232323;
}
.cid-r8VldazXtg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r8VldazXtg .main {
  flex-direction: row-reverse;
}
.cid-r8VldazXtg .row-element,
.cid-r8VldazXtg .image-element {
  padding: 0;
}
.cid-r8VldazXtg .image-element {
  display: flex;
  justify-content: center;
}
.cid-r8VldazXtg .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-r8VldazXtg .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-r8VldazXtg .text-content {
    padding: 2rem 1rem;
  }
  .cid-r8VldazXtg .mbr-title,
  .cid-r8VldazXtg .mbr-text,
  .cid-r8VldazXtg .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-r8VldazXtg .mbr-text,
.cid-r8VldazXtg .mbr-section-btn {
  color: #232323;
}
.cid-r8VldazXtg .mbr-title {
  color: #232323;
}
.cid-r8VldazXtg .mbr-section-subtitle B {
  color: #f7e9d6;
}
.cid-r8VldazXtg .mbr-section-subtitle {
  color: #15324a;
}
.cid-r9elpcFf6e {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r9elpcFf6e .google-map {
  height: 25rem;
  position: relative;
}
.cid-r9elpcFf6e .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-r9elpcFf6e .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-r9elpcFf6e .google-map[data-state] {
  background: #e9e5dc;
}
.cid-r9elpcFf6e .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-r9elAudskF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #15324a;
}
@media (max-width: 767px) {
  .cid-r9elAudskF .content {
    text-align: center;
  }
  .cid-r9elAudskF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-r9elAudskF .logo-subtitle {
  color: #8d97ad;
}
.cid-r9elAudskF .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-r9elAudskF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r9elAudskF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r9elAudskF .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r9elAudskF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r9elAudskF .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-r9elAudskF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-r9elAudskF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-r9elAudskF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r9elAudskF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r9elAudskF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r9elAudskF .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r9elAudskF .list-item {
  display: -webkit-flex;
}
.cid-r9elAudskF .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-r9elAudskF ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-r9elAudskF ul.list li {
  display: -webkit-flex;
  word-break: break-all;
}
.cid-r9elAudskF ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-r9elAudskF .mbr-text P {
  color: #f4f8fa;
}
.cid-r9elAudskF P {
  color: #ffffff;
}
.cid-r9elAudskF .column-title {
  color: #ffffff;
}
.cid-r9elAudskF .mbr-text UL {
  color: #f4f8fa;
}
.cid-r8VddO5NmG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061420;
}
.cid-r8VddO5NmG p {
  text-align: center;
}
.cid-r8VddO5NmG .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-r8VddO5NmG .social-list a:focus {
  text-decoration: none;
}
.cid-r8VddO5NmG .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-r8VddO5NmG .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-r8VddO5NmG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-r8VddO5NmG .logo-footer {
  line-height: normal;
}
.cid-r8VddO5NmG .copyright {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-r8VddO5NmG .social-btns {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-r8VddO5NmG .media-container-row {
  align-items: center;
  -webkit-align-items: center;
}
.cid-r97nmH4wCh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(0, 1);
}
.cid-r97nmH4wCh .nav-item,
.cid-r97nmH4wCh .nav-link,
.cid-r97nmH4wCh .navbar-caption {
  font-weight: normal;
}
.cid-r97nmH4wCh .nav-item:focus,
.cid-r97nmH4wCh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-r97nmH4wCh .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-r97nmH4wCh .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-align-items: center;
}
.cid-r97nmH4wCh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-r97nmH4wCh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-r97nmH4wCh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-r97nmH4wCh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-r97nmH4wCh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(1, 1);
}
.cid-r97nmH4wCh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-r97nmH4wCh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-r97nmH4wCh .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #15324a;
  background: none;
}
.cid-r97nmH4wCh .navbar.opened {
  transition: all .3s;
  background: #15324a !important;
}
.cid-r97nmH4wCh .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-r97nmH4wCh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-r97nmH4wCh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-r97nmH4wCh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-r97nmH4wCh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-r97nmH4wCh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-r97nmH4wCh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-r97nmH4wCh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-r97nmH4wCh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-r97nmH4wCh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-r97nmH4wCh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-r97nmH4wCh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-r97nmH4wCh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-r97nmH4wCh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-r97nmH4wCh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-r97nmH4wCh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-r97nmH4wCh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-r97nmH4wCh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-r97nmH4wCh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-r97nmH4wCh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-r97nmH4wCh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-r97nmH4wCh .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-r97nmH4wCh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-r97nmH4wCh .navbar.navbar-short {
  background: #15324a !important;
  min-height: 60px;
}
.cid-r97nmH4wCh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-r97nmH4wCh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-r97nmH4wCh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-r97nmH4wCh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-r97nmH4wCh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-r97nmH4wCh .dropdown-item.active,
.cid-r97nmH4wCh .dropdown-item:active {
  background-color: transparent;
}
.cid-r97nmH4wCh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-r97nmH4wCh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-r97nmH4wCh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #15324a;
}
.cid-r97nmH4wCh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-r97nmH4wCh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r97nmH4wCh ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-r97nmH4wCh .navbar-buttons {
  text-align: center;
}
.cid-r97nmH4wCh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-r97nmH4wCh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r97nmH4wCh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r97nmH4wCh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r97nmH4wCh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r97nmH4wCh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r97nmH4wCh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r97nmH4wCh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r97nmH4wCh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r97nmH4wCh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r97nmH4wCh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-r97nmH4wCh a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-r97nmH4wCh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-r97nmH4wCh .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-r97nmH4wCh .soc-item {
  margin: .5rem .3rem;
}
.cid-r97nmH4wCh .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-r97nmH4wCh .navbar {
    height: 77px;
  }
  .cid-r97nmH4wCh .navbar.opened {
    height: auto;
  }
  .cid-r97nmH4wCh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-r97nX2aT9p {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/servicos-7-500x500.jpg");
}
.cid-r97nX2aT9p .container-fluid {
  padding: 0 5rem;
}
.cid-r97nX2aT9p .img-block {
  align-self: center;
  -webkit-align-self: center;
}
.cid-r97nX2aT9p .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
  text-align: center;
}
.cid-r97nX2aT9p .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-r97nX2aT9p .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-r97nX2aT9p .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-r97nX2aT9p .container-fluid {
    padding: 0 1rem;
  }
  .cid-r97nX2aT9p .mbr-figure {
    margin-top: 1rem;
  }
  .cid-r97nX2aT9p .mbr-section-title {
    text-align: center !important;
  }
  .cid-r97nX2aT9p .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-r97nX2aT9p .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-r97nX2aT9p .mbr-section-subtitle,
.cid-r97nX2aT9p .mbr-section-btn {
  color: #ffffff;
}
.cid-r97t2vY2le {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-r97t2vY2le .mbr-section-subtitle,
.cid-r97t2vY2le .caption-text {
  color: #8d97ad;
}
.cid-r97t2vY2le .image-block {
  display: -webkit-flex;
  flex-direction: column;
  position: relative;
  margin: auto;
  -webkit-flex-direction: column;
}
.cid-r97t2vY2le .image-block img {
  width: 100%;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-r97t2vY2le .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-r97t2vY2le .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-r97t1Wb8sz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r97t1Wb8sz .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-r97t1Wb8sz .mbr-section-title {
  text-align: center;
}
.cid-r97osOvnyo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r97osOvnyo .mbr-text {
  color: #8d97ad;
}
.cid-r97osOvnyo .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-r97osOvnyo .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-r97osOvnyo .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #15324a;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cid-r97osOvnyo .mbr-text UL {
  color: #15324a;
}
.cid-rbm6ergyM5 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #15324a;
}
.cid-rbm6ergyM5 .mbr-section-subtitle {
  color: #f4f8fa;
}
.cid-rbm6ergyM5 .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-rbm6ergyM5 h2,
  .cid-rbm6ergyM5 h3 {
    text-align: center !important;
  }
  .cid-rbm6ergyM5 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rbm6ergyM5 H2 {
  color: #f4f8fa;
}
.cid-raTQWJ9dWm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #15324a;
}
@media (max-width: 767px) {
  .cid-raTQWJ9dWm .content {
    text-align: center;
  }
  .cid-raTQWJ9dWm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-raTQWJ9dWm .logo-subtitle {
  color: #8d97ad;
}
.cid-raTQWJ9dWm .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-raTQWJ9dWm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-raTQWJ9dWm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-raTQWJ9dWm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-raTQWJ9dWm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-raTQWJ9dWm .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-raTQWJ9dWm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-raTQWJ9dWm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-raTQWJ9dWm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-raTQWJ9dWm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-raTQWJ9dWm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-raTQWJ9dWm .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-raTQWJ9dWm .list-item {
  display: -webkit-flex;
}
.cid-raTQWJ9dWm .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-raTQWJ9dWm ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-raTQWJ9dWm ul.list li {
  display: -webkit-flex;
  word-break: break-all;
}
.cid-raTQWJ9dWm ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-raTQWJ9dWm .mbr-text P {
  color: #f4f8fa;
}
.cid-raTQWJ9dWm P {
  color: #ffffff;
}
.cid-raTQWJ9dWm .column-title {
  color: #ffffff;
}
.cid-raTQWJ9dWm .mbr-text UL {
  color: #f4f8fa;
}
.cid-r97nmNC7BI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061420;
}
.cid-r97nmNC7BI p {
  text-align: center;
}
.cid-r97nmNC7BI .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-r97nmNC7BI .social-list a:focus {
  text-decoration: none;
}
.cid-r97nmNC7BI .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-r97nmNC7BI .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-r97nmNC7BI .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-r97nmNC7BI .logo-footer {
  line-height: normal;
}
.cid-r97nmNC7BI .copyright {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-r97nmNC7BI .social-btns {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-r97nmNC7BI .media-container-row {
  align-items: center;
  -webkit-align-items: center;
}
.cid-r97nplaCQj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(0, 1);
}
.cid-r97nplaCQj .nav-item,
.cid-r97nplaCQj .nav-link,
.cid-r97nplaCQj .navbar-caption {
  font-weight: normal;
}
.cid-r97nplaCQj .nav-item:focus,
.cid-r97nplaCQj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-r97nplaCQj .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-r97nplaCQj .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-align-items: center;
}
.cid-r97nplaCQj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-r97nplaCQj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-r97nplaCQj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-r97nplaCQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-r97nplaCQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(1, 1);
}
.cid-r97nplaCQj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-r97nplaCQj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-r97nplaCQj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #15324a;
  background: none;
}
.cid-r97nplaCQj .navbar.opened {
  transition: all .3s;
  background: #15324a !important;
}
.cid-r97nplaCQj .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-r97nplaCQj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-r97nplaCQj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-r97nplaCQj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-r97nplaCQj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-r97nplaCQj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-r97nplaCQj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-r97nplaCQj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-r97nplaCQj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-r97nplaCQj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-r97nplaCQj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-r97nplaCQj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-r97nplaCQj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-r97nplaCQj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-r97nplaCQj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-r97nplaCQj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-r97nplaCQj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-r97nplaCQj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-r97nplaCQj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-r97nplaCQj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-r97nplaCQj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-r97nplaCQj .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-r97nplaCQj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-r97nplaCQj .navbar.navbar-short {
  background: #15324a !important;
  min-height: 60px;
}
.cid-r97nplaCQj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-r97nplaCQj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-r97nplaCQj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-r97nplaCQj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-r97nplaCQj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-r97nplaCQj .dropdown-item.active,
.cid-r97nplaCQj .dropdown-item:active {
  background-color: transparent;
}
.cid-r97nplaCQj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-r97nplaCQj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-r97nplaCQj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #15324a;
}
.cid-r97nplaCQj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-r97nplaCQj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r97nplaCQj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-r97nplaCQj .navbar-buttons {
  text-align: center;
}
.cid-r97nplaCQj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-r97nplaCQj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r97nplaCQj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r97nplaCQj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r97nplaCQj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r97nplaCQj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r97nplaCQj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r97nplaCQj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r97nplaCQj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r97nplaCQj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r97nplaCQj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-r97nplaCQj a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-r97nplaCQj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-r97nplaCQj .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-r97nplaCQj .soc-item {
  margin: .5rem .3rem;
}
.cid-r97nplaCQj .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-r97nplaCQj .navbar {
    height: 77px;
  }
  .cid-r97nplaCQj .navbar.opened {
    height: auto;
  }
  .cid-r97nplaCQj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-r97pBBB0l2 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/servicos-9-500x500.jpg");
}
.cid-r97pBBB0l2 .container-fluid {
  padding: 0 5rem;
}
.cid-r97pBBB0l2 .img-block {
  align-self: center;
  -webkit-align-self: center;
}
.cid-r97pBBB0l2 .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
  text-align: center;
}
.cid-r97pBBB0l2 .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-r97pBBB0l2 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-r97pBBB0l2 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-r97pBBB0l2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-r97pBBB0l2 .mbr-figure {
    margin-top: 1rem;
  }
  .cid-r97pBBB0l2 .mbr-section-title {
    text-align: center !important;
  }
  .cid-r97pBBB0l2 .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-r97pBBB0l2 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-r97pBBB0l2 .mbr-section-subtitle,
.cid-r97pBBB0l2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-r97tfrBKPu {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-r97tfrBKPu .mbr-section-subtitle,
.cid-r97tfrBKPu .caption-text {
  color: #8d97ad;
}
.cid-r97tfrBKPu .image-block {
  display: -webkit-flex;
  flex-direction: column;
  position: relative;
  margin: auto;
  -webkit-flex-direction: column;
}
.cid-r97tfrBKPu .image-block img {
  width: 100%;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-r97tfrBKPu .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-r97tfrBKPu .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-r97teyKqkA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r97teyKqkA .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-r97teyKqkA .mbr-section-title {
  text-align: center;
}
.cid-r97tnOSSbt {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r97tnOSSbt .mbr-text {
  color: #8d97ad;
}
.cid-r97tnOSSbt .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-r97tnOSSbt .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-r97tnOSSbt .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #15324a;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cid-r97tnOSSbt .mbr-text UL {
  color: #15324a;
}
.cid-rbm6gSoczU {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #15324a;
}
.cid-rbm6gSoczU .mbr-section-subtitle {
  color: #f4f8fa;
}
.cid-rbm6gSoczU .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-rbm6gSoczU h2,
  .cid-rbm6gSoczU h3 {
    text-align: center !important;
  }
  .cid-rbm6gSoczU .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rbm6gSoczU H2 {
  color: #f4f8fa;
}
.cid-raTR0oWaIX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #15324a;
}
@media (max-width: 767px) {
  .cid-raTR0oWaIX .content {
    text-align: center;
  }
  .cid-raTR0oWaIX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-raTR0oWaIX .logo-subtitle {
  color: #8d97ad;
}
.cid-raTR0oWaIX .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-raTR0oWaIX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-raTR0oWaIX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-raTR0oWaIX .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-raTR0oWaIX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-raTR0oWaIX .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-raTR0oWaIX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-raTR0oWaIX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-raTR0oWaIX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-raTR0oWaIX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-raTR0oWaIX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-raTR0oWaIX .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-raTR0oWaIX .list-item {
  display: -webkit-flex;
}
.cid-raTR0oWaIX .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-raTR0oWaIX ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-raTR0oWaIX ul.list li {
  display: -webkit-flex;
  word-break: break-all;
}
.cid-raTR0oWaIX ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-raTR0oWaIX .mbr-text P {
  color: #f4f8fa;
}
.cid-raTR0oWaIX P {
  color: #ffffff;
}
.cid-raTR0oWaIX .column-title {
  color: #ffffff;
}
.cid-raTR0oWaIX .mbr-text UL {
  color: #f4f8fa;
}
.cid-r97npqT3lO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061420;
}
.cid-r97npqT3lO p {
  text-align: center;
}
.cid-r97npqT3lO .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-r97npqT3lO .social-list a:focus {
  text-decoration: none;
}
.cid-r97npqT3lO .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-r97npqT3lO .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-r97npqT3lO .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-r97npqT3lO .logo-footer {
  line-height: normal;
}
.cid-r97npqT3lO .copyright {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-r97npqT3lO .social-btns {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-r97npqT3lO .media-container-row {
  align-items: center;
  -webkit-align-items: center;
}
.cid-r97nrRY4ge .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(0, 1);
}
.cid-r97nrRY4ge .nav-item,
.cid-r97nrRY4ge .nav-link,
.cid-r97nrRY4ge .navbar-caption {
  font-weight: normal;
}
.cid-r97nrRY4ge .nav-item:focus,
.cid-r97nrRY4ge .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-r97nrRY4ge .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-r97nrRY4ge .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-align-items: center;
}
.cid-r97nrRY4ge .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-r97nrRY4ge .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-r97nrRY4ge .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-r97nrRY4ge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-r97nrRY4ge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(1, 1);
}
.cid-r97nrRY4ge .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-r97nrRY4ge .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-r97nrRY4ge .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #15324a;
  background: none;
}
.cid-r97nrRY4ge .navbar.opened {
  transition: all .3s;
  background: #15324a !important;
}
.cid-r97nrRY4ge .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-r97nrRY4ge .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-r97nrRY4ge .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-r97nrRY4ge .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-r97nrRY4ge .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-r97nrRY4ge .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-r97nrRY4ge .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-r97nrRY4ge .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-r97nrRY4ge .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-r97nrRY4ge .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-r97nrRY4ge .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-r97nrRY4ge .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-r97nrRY4ge .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-r97nrRY4ge .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-r97nrRY4ge .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-r97nrRY4ge .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-r97nrRY4ge .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-r97nrRY4ge .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-r97nrRY4ge .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-r97nrRY4ge .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-r97nrRY4ge .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-r97nrRY4ge .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-r97nrRY4ge .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-r97nrRY4ge .navbar.navbar-short {
  background: #15324a !important;
  min-height: 60px;
}
.cid-r97nrRY4ge .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-r97nrRY4ge .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-r97nrRY4ge .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-r97nrRY4ge .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-r97nrRY4ge .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-r97nrRY4ge .dropdown-item.active,
.cid-r97nrRY4ge .dropdown-item:active {
  background-color: transparent;
}
.cid-r97nrRY4ge .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-r97nrRY4ge .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-r97nrRY4ge .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #15324a;
}
.cid-r97nrRY4ge .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-r97nrRY4ge .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r97nrRY4ge ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-r97nrRY4ge .navbar-buttons {
  text-align: center;
}
.cid-r97nrRY4ge button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-r97nrRY4ge button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r97nrRY4ge button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r97nrRY4ge button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r97nrRY4ge button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r97nrRY4ge button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r97nrRY4ge nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r97nrRY4ge nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r97nrRY4ge nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r97nrRY4ge nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r97nrRY4ge .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-r97nrRY4ge a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-r97nrRY4ge .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-r97nrRY4ge .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-r97nrRY4ge .soc-item {
  margin: .5rem .3rem;
}
.cid-r97nrRY4ge .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-r97nrRY4ge .navbar {
    height: 77px;
  }
  .cid-r97nrRY4ge .navbar.opened {
    height: auto;
  }
  .cid-r97nrRY4ge .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-r97qfTHple {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/servicos-11-500x500.jpg");
}
.cid-r97qfTHple .container-fluid {
  padding: 0 5rem;
}
.cid-r97qfTHple .img-block {
  align-self: center;
  -webkit-align-self: center;
}
.cid-r97qfTHple .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
  text-align: center;
}
.cid-r97qfTHple .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-r97qfTHple .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-r97qfTHple .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-r97qfTHple .container-fluid {
    padding: 0 1rem;
  }
  .cid-r97qfTHple .mbr-figure {
    margin-top: 1rem;
  }
  .cid-r97qfTHple .mbr-section-title {
    text-align: center !important;
  }
  .cid-r97qfTHple .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-r97qfTHple .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-r97qfTHple .mbr-section-subtitle,
.cid-r97qfTHple .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-r97tHgFn4E {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-r97tHgFn4E .mbr-section-subtitle,
.cid-r97tHgFn4E .caption-text {
  color: #8d97ad;
}
.cid-r97tHgFn4E .image-block {
  display: -webkit-flex;
  flex-direction: column;
  position: relative;
  margin: auto;
  -webkit-flex-direction: column;
}
.cid-r97tHgFn4E .image-block img {
  width: 100%;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-r97tHgFn4E .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-r97tHgFn4E .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-r97tGG7o7D {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r97tGG7o7D .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-r97tGG7o7D .mbr-section-title {
  text-align: center;
}
.cid-r97qvEkBOi {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r97qvEkBOi .mbr-text {
  color: #8d97ad;
}
.cid-r97qvEkBOi .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-r97qvEkBOi .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-r97qvEkBOi .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #15324a;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cid-r97qvEkBOi .mbr-text UL {
  color: #15324a;
}
.cid-rbm6jllxrZ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #15324a;
}
.cid-rbm6jllxrZ .mbr-section-subtitle {
  color: #f4f8fa;
}
.cid-rbm6jllxrZ .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-rbm6jllxrZ h2,
  .cid-rbm6jllxrZ h3 {
    text-align: center !important;
  }
  .cid-rbm6jllxrZ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rbm6jllxrZ H2 {
  color: #f4f8fa;
}
.cid-raTR3cVYSB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #15324a;
}
@media (max-width: 767px) {
  .cid-raTR3cVYSB .content {
    text-align: center;
  }
  .cid-raTR3cVYSB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-raTR3cVYSB .logo-subtitle {
  color: #8d97ad;
}
.cid-raTR3cVYSB .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-raTR3cVYSB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-raTR3cVYSB .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-raTR3cVYSB .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-raTR3cVYSB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-raTR3cVYSB .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-raTR3cVYSB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-raTR3cVYSB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-raTR3cVYSB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-raTR3cVYSB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-raTR3cVYSB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-raTR3cVYSB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-raTR3cVYSB .list-item {
  display: -webkit-flex;
}
.cid-raTR3cVYSB .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-raTR3cVYSB ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-raTR3cVYSB ul.list li {
  display: -webkit-flex;
  word-break: break-all;
}
.cid-raTR3cVYSB ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-raTR3cVYSB .mbr-text P {
  color: #f4f8fa;
}
.cid-raTR3cVYSB P {
  color: #ffffff;
}
.cid-raTR3cVYSB .column-title {
  color: #ffffff;
}
.cid-raTR3cVYSB .mbr-text UL {
  color: #f4f8fa;
}
.cid-r97nrYavJp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061420;
}
.cid-r97nrYavJp p {
  text-align: center;
}
.cid-r97nrYavJp .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-r97nrYavJp .social-list a:focus {
  text-decoration: none;
}
.cid-r97nrYavJp .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-r97nrYavJp .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-r97nrYavJp .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-r97nrYavJp .logo-footer {
  line-height: normal;
}
.cid-r97nrYavJp .copyright {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-r97nrYavJp .social-btns {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-r97nrYavJp .media-container-row {
  align-items: center;
  -webkit-align-items: center;
}
.cid-r97nwyxlrj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(0, 1);
}
.cid-r97nwyxlrj .nav-item,
.cid-r97nwyxlrj .nav-link,
.cid-r97nwyxlrj .navbar-caption {
  font-weight: normal;
}
.cid-r97nwyxlrj .nav-item:focus,
.cid-r97nwyxlrj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-r97nwyxlrj .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-r97nwyxlrj .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-align-items: center;
}
.cid-r97nwyxlrj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-r97nwyxlrj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-r97nwyxlrj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-r97nwyxlrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-r97nwyxlrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(1, 1);
}
.cid-r97nwyxlrj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-r97nwyxlrj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-r97nwyxlrj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #15324a;
  background: none;
}
.cid-r97nwyxlrj .navbar.opened {
  transition: all .3s;
  background: #15324a !important;
}
.cid-r97nwyxlrj .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-r97nwyxlrj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-r97nwyxlrj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-r97nwyxlrj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-r97nwyxlrj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-r97nwyxlrj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-r97nwyxlrj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-r97nwyxlrj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-r97nwyxlrj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-r97nwyxlrj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-r97nwyxlrj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-r97nwyxlrj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-r97nwyxlrj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-r97nwyxlrj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-r97nwyxlrj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-r97nwyxlrj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-r97nwyxlrj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-r97nwyxlrj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-r97nwyxlrj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-r97nwyxlrj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-r97nwyxlrj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-r97nwyxlrj .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-r97nwyxlrj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-r97nwyxlrj .navbar.navbar-short {
  background: #15324a !important;
  min-height: 60px;
}
.cid-r97nwyxlrj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-r97nwyxlrj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-r97nwyxlrj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-r97nwyxlrj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-r97nwyxlrj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-r97nwyxlrj .dropdown-item.active,
.cid-r97nwyxlrj .dropdown-item:active {
  background-color: transparent;
}
.cid-r97nwyxlrj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-r97nwyxlrj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-r97nwyxlrj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #15324a;
}
.cid-r97nwyxlrj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-r97nwyxlrj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r97nwyxlrj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-r97nwyxlrj .navbar-buttons {
  text-align: center;
}
.cid-r97nwyxlrj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-r97nwyxlrj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r97nwyxlrj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r97nwyxlrj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r97nwyxlrj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r97nwyxlrj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r97nwyxlrj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r97nwyxlrj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r97nwyxlrj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r97nwyxlrj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r97nwyxlrj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-r97nwyxlrj a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-r97nwyxlrj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-r97nwyxlrj .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-r97nwyxlrj .soc-item {
  margin: .5rem .3rem;
}
.cid-r97nwyxlrj .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-r97nwyxlrj .navbar {
    height: 77px;
  }
  .cid-r97nwyxlrj .navbar.opened {
    height: auto;
  }
  .cid-r97nwyxlrj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-r97ranIgOs {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/servicos-12-500x500.jpg");
}
.cid-r97ranIgOs .container-fluid {
  padding: 0 5rem;
}
.cid-r97ranIgOs .img-block {
  align-self: center;
  -webkit-align-self: center;
}
.cid-r97ranIgOs .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
  text-align: center;
}
.cid-r97ranIgOs .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-r97ranIgOs .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-r97ranIgOs .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-r97ranIgOs .container-fluid {
    padding: 0 1rem;
  }
  .cid-r97ranIgOs .mbr-figure {
    margin-top: 1rem;
  }
  .cid-r97ranIgOs .mbr-section-title {
    text-align: center !important;
  }
  .cid-r97ranIgOs .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-r97ranIgOs .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-r97ranIgOs .mbr-section-subtitle,
.cid-r97ranIgOs .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-r97yvRTuig {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-r97yvRTuig .mbr-section-subtitle,
.cid-r97yvRTuig .caption-text {
  color: #8d97ad;
}
.cid-r97yvRTuig .image-block {
  display: -webkit-flex;
  flex-direction: column;
  position: relative;
  margin: auto;
  -webkit-flex-direction: column;
}
.cid-r97yvRTuig .image-block img {
  width: 100%;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-r97yvRTuig .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-r97yvRTuig .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-r97rDCdgTw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r97rDCdgTw .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-r97rDCdgTw .mbr-section-title {
  text-align: center;
}
.cid-r97rp2UjvR {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r97rp2UjvR .mbr-text {
  color: #8d97ad;
}
.cid-r97rp2UjvR .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-r97rp2UjvR .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-r97rp2UjvR .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #15324a;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cid-r97rp2UjvR .mbr-text UL {
  color: #000000;
}
.cid-rbm6lUfkDa {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #15324a;
}
.cid-rbm6lUfkDa .mbr-section-subtitle {
  color: #f4f8fa;
}
.cid-rbm6lUfkDa .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-rbm6lUfkDa h2,
  .cid-rbm6lUfkDa h3 {
    text-align: center !important;
  }
  .cid-rbm6lUfkDa .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rbm6lUfkDa H2 {
  color: #f4f8fa;
}
.cid-raTR5YT9C8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #15324a;
}
@media (max-width: 767px) {
  .cid-raTR5YT9C8 .content {
    text-align: center;
  }
  .cid-raTR5YT9C8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-raTR5YT9C8 .logo-subtitle {
  color: #8d97ad;
}
.cid-raTR5YT9C8 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-raTR5YT9C8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-raTR5YT9C8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-raTR5YT9C8 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-raTR5YT9C8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-raTR5YT9C8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-raTR5YT9C8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-raTR5YT9C8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-raTR5YT9C8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-raTR5YT9C8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-raTR5YT9C8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-raTR5YT9C8 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-raTR5YT9C8 .list-item {
  display: -webkit-flex;
}
.cid-raTR5YT9C8 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-raTR5YT9C8 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-raTR5YT9C8 ul.list li {
  display: -webkit-flex;
  word-break: break-all;
}
.cid-raTR5YT9C8 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-raTR5YT9C8 .mbr-text P {
  color: #f4f8fa;
}
.cid-raTR5YT9C8 P {
  color: #ffffff;
}
.cid-raTR5YT9C8 .column-title {
  color: #ffffff;
}
.cid-raTR5YT9C8 .mbr-text UL {
  color: #f4f8fa;
}
.cid-r97nwDXzJN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061420;
}
.cid-r97nwDXzJN p {
  text-align: center;
}
.cid-r97nwDXzJN .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-r97nwDXzJN .social-list a:focus {
  text-decoration: none;
}
.cid-r97nwDXzJN .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-r97nwDXzJN .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-r97nwDXzJN .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-r97nwDXzJN .logo-footer {
  line-height: normal;
}
.cid-r97nwDXzJN .copyright {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-r97nwDXzJN .social-btns {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-r97nwDXzJN .media-container-row {
  align-items: center;
  -webkit-align-items: center;
}
.cid-r97nzNQPO3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(0, 1);
}
.cid-r97nzNQPO3 .nav-item,
.cid-r97nzNQPO3 .nav-link,
.cid-r97nzNQPO3 .navbar-caption {
  font-weight: normal;
}
.cid-r97nzNQPO3 .nav-item:focus,
.cid-r97nzNQPO3 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-r97nzNQPO3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-r97nzNQPO3 .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-align-items: center;
}
.cid-r97nzNQPO3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-r97nzNQPO3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-r97nzNQPO3 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-r97nzNQPO3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-r97nzNQPO3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(1, 1);
}
.cid-r97nzNQPO3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-r97nzNQPO3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-r97nzNQPO3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #15324a;
  background: none;
}
.cid-r97nzNQPO3 .navbar.opened {
  transition: all .3s;
  background: #15324a !important;
}
.cid-r97nzNQPO3 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-r97nzNQPO3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-r97nzNQPO3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-r97nzNQPO3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-r97nzNQPO3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-r97nzNQPO3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-r97nzNQPO3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-r97nzNQPO3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-r97nzNQPO3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-r97nzNQPO3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-r97nzNQPO3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-r97nzNQPO3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-r97nzNQPO3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-r97nzNQPO3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-r97nzNQPO3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-r97nzNQPO3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-r97nzNQPO3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-r97nzNQPO3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-r97nzNQPO3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-r97nzNQPO3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-r97nzNQPO3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-r97nzNQPO3 .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-r97nzNQPO3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-r97nzNQPO3 .navbar.navbar-short {
  background: #15324a !important;
  min-height: 60px;
}
.cid-r97nzNQPO3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-r97nzNQPO3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-r97nzNQPO3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-r97nzNQPO3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-r97nzNQPO3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-r97nzNQPO3 .dropdown-item.active,
.cid-r97nzNQPO3 .dropdown-item:active {
  background-color: transparent;
}
.cid-r97nzNQPO3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-r97nzNQPO3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-r97nzNQPO3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #15324a;
}
.cid-r97nzNQPO3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-r97nzNQPO3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r97nzNQPO3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-r97nzNQPO3 .navbar-buttons {
  text-align: center;
}
.cid-r97nzNQPO3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-r97nzNQPO3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r97nzNQPO3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r97nzNQPO3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r97nzNQPO3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r97nzNQPO3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r97nzNQPO3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r97nzNQPO3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r97nzNQPO3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r97nzNQPO3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r97nzNQPO3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-r97nzNQPO3 a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-r97nzNQPO3 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-r97nzNQPO3 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-r97nzNQPO3 .soc-item {
  margin: .5rem .3rem;
}
.cid-r97nzNQPO3 .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-r97nzNQPO3 .navbar {
    height: 77px;
  }
  .cid-r97nzNQPO3 .navbar.opened {
    height: auto;
  }
  .cid-r97nzNQPO3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-r97rY1XG2F {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/servicos-13-501x500.jpg");
}
.cid-r97rY1XG2F .container-fluid {
  padding: 0 5rem;
}
.cid-r97rY1XG2F .img-block {
  align-self: center;
  -webkit-align-self: center;
}
.cid-r97rY1XG2F .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
  text-align: center;
}
.cid-r97rY1XG2F .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-r97rY1XG2F .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-r97rY1XG2F .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-r97rY1XG2F .container-fluid {
    padding: 0 1rem;
  }
  .cid-r97rY1XG2F .mbr-figure {
    margin-top: 1rem;
  }
  .cid-r97rY1XG2F .mbr-section-title {
    text-align: center !important;
  }
  .cid-r97rY1XG2F .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-r97rY1XG2F .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-r97rY1XG2F .mbr-section-subtitle,
.cid-r97rY1XG2F .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-r97yzbIoGR {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-r97yzbIoGR .mbr-section-subtitle,
.cid-r97yzbIoGR .caption-text {
  color: #8d97ad;
}
.cid-r97yzbIoGR .image-block {
  display: -webkit-flex;
  flex-direction: column;
  position: relative;
  margin: auto;
  -webkit-flex-direction: column;
}
.cid-r97yzbIoGR .image-block img {
  width: 100%;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-r97yzbIoGR .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-r97yzbIoGR .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-r97s1N3hEQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r97s1N3hEQ .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-r97s1N3hEQ .mbr-section-title {
  text-align: center;
}
.cid-r97s27EYVw {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r97s27EYVw .mbr-text {
  color: #8d97ad;
}
.cid-r97s27EYVw .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-r97s27EYVw .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-r97s27EYVw .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #15324a;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cid-r97s27EYVw .mbr-text UL {
  color: #15324a;
}
.cid-rbm6qxt141 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #15324a;
}
.cid-rbm6qxt141 .mbr-section-subtitle {
  color: #f4f8fa;
}
.cid-rbm6qxt141 .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-rbm6qxt141 h2,
  .cid-rbm6qxt141 h3 {
    text-align: center !important;
  }
  .cid-rbm6qxt141 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rbm6qxt141 H2 {
  color: #f4f8fa;
}
.cid-raTR9l85p5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #15324a;
}
@media (max-width: 767px) {
  .cid-raTR9l85p5 .content {
    text-align: center;
  }
  .cid-raTR9l85p5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-raTR9l85p5 .logo-subtitle {
  color: #8d97ad;
}
.cid-raTR9l85p5 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-raTR9l85p5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-raTR9l85p5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-raTR9l85p5 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-raTR9l85p5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-raTR9l85p5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-raTR9l85p5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-raTR9l85p5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-raTR9l85p5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-raTR9l85p5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-raTR9l85p5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-raTR9l85p5 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-raTR9l85p5 .list-item {
  display: -webkit-flex;
}
.cid-raTR9l85p5 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-raTR9l85p5 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-raTR9l85p5 ul.list li {
  display: -webkit-flex;
  word-break: break-all;
}
.cid-raTR9l85p5 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-raTR9l85p5 .mbr-text P {
  color: #f4f8fa;
}
.cid-raTR9l85p5 P {
  color: #ffffff;
}
.cid-raTR9l85p5 .column-title {
  color: #ffffff;
}
.cid-raTR9l85p5 .mbr-text UL {
  color: #f4f8fa;
}
.cid-r97nzUGNH0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061420;
}
.cid-r97nzUGNH0 p {
  text-align: center;
}
.cid-r97nzUGNH0 .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-r97nzUGNH0 .social-list a:focus {
  text-decoration: none;
}
.cid-r97nzUGNH0 .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-r97nzUGNH0 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-r97nzUGNH0 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-r97nzUGNH0 .logo-footer {
  line-height: normal;
}
.cid-r97nzUGNH0 .copyright {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-r97nzUGNH0 .social-btns {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-r97nzUGNH0 .media-container-row {
  align-items: center;
  -webkit-align-items: center;
}
.cid-r97nC9PwZC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(0, 1);
}
.cid-r97nC9PwZC .nav-item,
.cid-r97nC9PwZC .nav-link,
.cid-r97nC9PwZC .navbar-caption {
  font-weight: normal;
}
.cid-r97nC9PwZC .nav-item:focus,
.cid-r97nC9PwZC .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-r97nC9PwZC .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-r97nC9PwZC .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-align-items: center;
}
.cid-r97nC9PwZC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-r97nC9PwZC .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-r97nC9PwZC .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-r97nC9PwZC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-r97nC9PwZC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(1, 1);
}
.cid-r97nC9PwZC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-r97nC9PwZC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-r97nC9PwZC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #15324a;
  background: none;
}
.cid-r97nC9PwZC .navbar.opened {
  transition: all .3s;
  background: #15324a !important;
}
.cid-r97nC9PwZC .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-r97nC9PwZC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-r97nC9PwZC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-r97nC9PwZC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-r97nC9PwZC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-r97nC9PwZC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-r97nC9PwZC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-r97nC9PwZC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-r97nC9PwZC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-r97nC9PwZC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-r97nC9PwZC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-r97nC9PwZC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-r97nC9PwZC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-r97nC9PwZC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-r97nC9PwZC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-r97nC9PwZC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-r97nC9PwZC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-r97nC9PwZC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-r97nC9PwZC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-r97nC9PwZC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-r97nC9PwZC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-r97nC9PwZC .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-r97nC9PwZC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-r97nC9PwZC .navbar.navbar-short {
  background: #15324a !important;
  min-height: 60px;
}
.cid-r97nC9PwZC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-r97nC9PwZC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-r97nC9PwZC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-r97nC9PwZC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-r97nC9PwZC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-r97nC9PwZC .dropdown-item.active,
.cid-r97nC9PwZC .dropdown-item:active {
  background-color: transparent;
}
.cid-r97nC9PwZC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-r97nC9PwZC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-r97nC9PwZC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #15324a;
}
.cid-r97nC9PwZC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-r97nC9PwZC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r97nC9PwZC ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-r97nC9PwZC .navbar-buttons {
  text-align: center;
}
.cid-r97nC9PwZC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-r97nC9PwZC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r97nC9PwZC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r97nC9PwZC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r97nC9PwZC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r97nC9PwZC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r97nC9PwZC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r97nC9PwZC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r97nC9PwZC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r97nC9PwZC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r97nC9PwZC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-r97nC9PwZC a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-r97nC9PwZC .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-r97nC9PwZC .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-r97nC9PwZC .soc-item {
  margin: .5rem .3rem;
}
.cid-r97nC9PwZC .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-r97nC9PwZC .navbar {
    height: 77px;
  }
  .cid-r97nC9PwZC .navbar.opened {
    height: auto;
  }
  .cid-r97nC9PwZC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-r97skxbJVc {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/servicop-8-500x500.jpg");
}
.cid-r97skxbJVc .container-fluid {
  padding: 0 5rem;
}
.cid-r97skxbJVc .img-block {
  align-self: center;
  -webkit-align-self: center;
}
.cid-r97skxbJVc .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
  text-align: center;
}
.cid-r97skxbJVc .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-r97skxbJVc .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-r97skxbJVc .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-r97skxbJVc .container-fluid {
    padding: 0 1rem;
  }
  .cid-r97skxbJVc .mbr-figure {
    margin-top: 1rem;
  }
  .cid-r97skxbJVc .mbr-section-title {
    text-align: center !important;
  }
  .cid-r97skxbJVc .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-r97skxbJVc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-r97skxbJVc .mbr-section-subtitle,
.cid-r97skxbJVc .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-r97sOEgKyO {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-r97sOEgKyO .mbr-section-subtitle,
.cid-r97sOEgKyO .caption-text {
  color: #8d97ad;
}
.cid-r97sOEgKyO .image-block {
  display: -webkit-flex;
  flex-direction: column;
  position: relative;
  margin: auto;
  -webkit-flex-direction: column;
}
.cid-r97sOEgKyO .image-block img {
  width: 100%;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-r97sOEgKyO .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-r97sOEgKyO .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-r97sw2yuCe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r97sw2yuCe .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-r97sw2yuCe .mbr-section-title {
  text-align: center;
}
.cid-r97stJYpIl {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r97stJYpIl .mbr-text {
  color: #8d97ad;
}
.cid-r97stJYpIl .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-r97stJYpIl .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-r97stJYpIl .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #15324a;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cid-r97stJYpIl .mbr-text UL {
  color: #15324a;
}
.cid-rbm6t5FCAK {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #15324a;
}
.cid-rbm6t5FCAK .mbr-section-subtitle {
  color: #f4f8fa;
}
.cid-rbm6t5FCAK .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-rbm6t5FCAK h2,
  .cid-rbm6t5FCAK h3 {
    text-align: center !important;
  }
  .cid-rbm6t5FCAK .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rbm6t5FCAK H2 {
  color: #f4f8fa;
}
.cid-raTRbMmraE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #15324a;
}
@media (max-width: 767px) {
  .cid-raTRbMmraE .content {
    text-align: center;
  }
  .cid-raTRbMmraE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-raTRbMmraE .logo-subtitle {
  color: #8d97ad;
}
.cid-raTRbMmraE .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-raTRbMmraE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-raTRbMmraE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-raTRbMmraE .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-raTRbMmraE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-raTRbMmraE .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-raTRbMmraE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-raTRbMmraE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-raTRbMmraE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-raTRbMmraE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-raTRbMmraE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-raTRbMmraE .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-raTRbMmraE .list-item {
  display: -webkit-flex;
}
.cid-raTRbMmraE .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-raTRbMmraE ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-raTRbMmraE ul.list li {
  display: -webkit-flex;
  word-break: break-all;
}
.cid-raTRbMmraE ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-raTRbMmraE .mbr-text P {
  color: #f4f8fa;
}
.cid-raTRbMmraE P {
  color: #ffffff;
}
.cid-raTRbMmraE .column-title {
  color: #ffffff;
}
.cid-raTRbMmraE .mbr-text UL {
  color: #f4f8fa;
}
.cid-r97nCgX2yp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061420;
}
.cid-r97nCgX2yp p {
  text-align: center;
}
.cid-r97nCgX2yp .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-r97nCgX2yp .social-list a:focus {
  text-decoration: none;
}
.cid-r97nCgX2yp .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-r97nCgX2yp .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-r97nCgX2yp .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-r97nCgX2yp .logo-footer {
  line-height: normal;
}
.cid-r97nCgX2yp .copyright {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-r97nCgX2yp .social-btns {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-r97nCgX2yp .media-container-row {
  align-items: center;
  -webkit-align-items: center;
}
.cid-r97zIE3RtT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(0, 1);
}
.cid-r97zIE3RtT .nav-item,
.cid-r97zIE3RtT .nav-link,
.cid-r97zIE3RtT .navbar-caption {
  font-weight: normal;
}
.cid-r97zIE3RtT .nav-item:focus,
.cid-r97zIE3RtT .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-r97zIE3RtT .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-r97zIE3RtT .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-align-items: center;
}
.cid-r97zIE3RtT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-r97zIE3RtT .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-r97zIE3RtT .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-r97zIE3RtT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-r97zIE3RtT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(1, 1);
}
.cid-r97zIE3RtT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-r97zIE3RtT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-r97zIE3RtT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #15324a;
  background: none;
}
.cid-r97zIE3RtT .navbar.opened {
  transition: all .3s;
  background: #15324a !important;
}
.cid-r97zIE3RtT .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-r97zIE3RtT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-r97zIE3RtT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-r97zIE3RtT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-r97zIE3RtT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-r97zIE3RtT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-r97zIE3RtT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-r97zIE3RtT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-r97zIE3RtT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-r97zIE3RtT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-r97zIE3RtT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-r97zIE3RtT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-r97zIE3RtT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-r97zIE3RtT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-r97zIE3RtT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-r97zIE3RtT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-r97zIE3RtT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-r97zIE3RtT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-r97zIE3RtT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-r97zIE3RtT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-r97zIE3RtT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-r97zIE3RtT .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-r97zIE3RtT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-r97zIE3RtT .navbar.navbar-short {
  background: #15324a !important;
  min-height: 60px;
}
.cid-r97zIE3RtT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-r97zIE3RtT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-r97zIE3RtT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-r97zIE3RtT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-r97zIE3RtT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-r97zIE3RtT .dropdown-item.active,
.cid-r97zIE3RtT .dropdown-item:active {
  background-color: transparent;
}
.cid-r97zIE3RtT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-r97zIE3RtT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-r97zIE3RtT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #15324a;
}
.cid-r97zIE3RtT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-r97zIE3RtT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r97zIE3RtT ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-r97zIE3RtT .navbar-buttons {
  text-align: center;
}
.cid-r97zIE3RtT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-r97zIE3RtT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r97zIE3RtT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r97zIE3RtT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r97zIE3RtT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r97zIE3RtT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r97zIE3RtT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r97zIE3RtT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r97zIE3RtT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r97zIE3RtT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r97zIE3RtT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-r97zIE3RtT a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-r97zIE3RtT .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-r97zIE3RtT .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-r97zIE3RtT .soc-item {
  margin: .5rem .3rem;
}
.cid-r97zIE3RtT .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-r97zIE3RtT .navbar {
    height: 77px;
  }
  .cid-r97zIE3RtT .navbar.opened {
    height: auto;
  }
  .cid-r97zIE3RtT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-r97zIEJPsG {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/escb-1407x846.jpg");
}
.cid-r97zIEJPsG .container-fluid {
  padding: 0 5rem;
}
.cid-r97zIEJPsG .img-block {
  align-self: center;
  -webkit-align-self: center;
}
.cid-r97zIEJPsG .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
  text-align: center;
}
.cid-r97zIEJPsG .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-r97zIEJPsG .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-r97zIEJPsG .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-r97zIEJPsG .container-fluid {
    padding: 0 1rem;
  }
  .cid-r97zIEJPsG .mbr-figure {
    margin-top: 1rem;
  }
  .cid-r97zIEJPsG .mbr-section-title {
    text-align: center !important;
  }
  .cid-r97zIEJPsG .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-r97zIEJPsG .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-r97zIEJPsG .mbr-section-subtitle,
.cid-r97zIEJPsG .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-r97zIF9MvH {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-r97zIF9MvH .mbr-section-subtitle,
.cid-r97zIF9MvH .caption-text {
  color: #8d97ad;
}
.cid-r97zIF9MvH .image-block {
  display: -webkit-flex;
  flex-direction: column;
  position: relative;
  margin: auto;
  -webkit-flex-direction: column;
}
.cid-r97zIF9MvH .image-block img {
  width: 100%;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-r97zIF9MvH .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-r97zIF9MvH .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-r97zIFrFit {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r97zIFrFit .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-r97zIFrFit .mbr-section-title {
  text-align: center;
}
.cid-r97zIFLyZa {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r97zIFLyZa .mbr-text {
  color: #8d97ad;
}
.cid-r97zIFLyZa .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-r97zIFLyZa .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-r97zIFLyZa .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #15324a;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cid-r97zIFLyZa .mbr-text UL {
  color: #15324a;
}
.cid-r97B7uTVI3 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #2a4d6a;
}
.cid-r97B7uTVI3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-r97B7uTVI3 .mbr-section-title {
  text-align: center;
}
.cid-r97B7uTVI3 .mbr-section-title B {
  color: #ffffff;
}
.cid-r97A2SEIF0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r97A2SEIF0 .main {
  flex-direction: row-reverse;
}
.cid-r97A2SEIF0 .row-element,
.cid-r97A2SEIF0 .image-element {
  padding: 0;
}
.cid-r97A2SEIF0 .image-element {
  display: flex;
  justify-content: center;
}
.cid-r97A2SEIF0 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-r97A2SEIF0 .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-r97A2SEIF0 .text-content {
    padding: 2rem 1rem;
  }
  .cid-r97A2SEIF0 .mbr-title,
  .cid-r97A2SEIF0 .mbr-text,
  .cid-r97A2SEIF0 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-r97A2SEIF0 .mbr-text,
.cid-r97A2SEIF0 .mbr-section-btn {
  color: #232323;
}
.cid-r97A2SEIF0 .mbr-title {
  color: #232323;
}
.cid-r97A2SEIF0 .mbr-section-subtitle B {
  color: #f7e9d6;
}
.cid-r97A2SEIF0 .mbr-section-subtitle {
  color: #15324a;
}
.cid-rbm6c9liv7 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #15324a;
}
.cid-rbm6c9liv7 .mbr-section-subtitle {
  color: #f4f8fa;
}
.cid-rbm6c9liv7 .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-rbm6c9liv7 h2,
  .cid-rbm6c9liv7 h3 {
    text-align: center !important;
  }
  .cid-rbm6c9liv7 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rbm6c9liv7 H2 {
  color: #f4f8fa;
}
.cid-raTQTzplCs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #15324a;
}
@media (max-width: 767px) {
  .cid-raTQTzplCs .content {
    text-align: center;
  }
  .cid-raTQTzplCs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-raTQTzplCs .logo-subtitle {
  color: #8d97ad;
}
.cid-raTQTzplCs .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-raTQTzplCs .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-raTQTzplCs .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-raTQTzplCs .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-raTQTzplCs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-raTQTzplCs .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-raTQTzplCs .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-raTQTzplCs .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-raTQTzplCs .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-raTQTzplCs .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-raTQTzplCs .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-raTQTzplCs .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-raTQTzplCs .list-item {
  display: -webkit-flex;
}
.cid-raTQTzplCs .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-raTQTzplCs ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-raTQTzplCs ul.list li {
  display: -webkit-flex;
  word-break: break-all;
}
.cid-raTQTzplCs ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-raTQTzplCs .mbr-text P {
  color: #f4f8fa;
}
.cid-raTQTzplCs P {
  color: #ffffff;
}
.cid-raTQTzplCs .column-title {
  color: #ffffff;
}
.cid-raTQTzplCs .mbr-text UL {
  color: #f4f8fa;
}
.cid-r97zIHCR6t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061420;
}
.cid-r97zIHCR6t p {
  text-align: center;
}
.cid-r97zIHCR6t .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-r97zIHCR6t .social-list a:focus {
  text-decoration: none;
}
.cid-r97zIHCR6t .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-r97zIHCR6t .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-r97zIHCR6t .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-r97zIHCR6t .logo-footer {
  line-height: normal;
}
.cid-r97zIHCR6t .copyright {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-r97zIHCR6t .social-btns {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-r97zIHCR6t .media-container-row {
  align-items: center;
  -webkit-align-items: center;
}
